<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
a903e76c-b9c2-484c-a355-cda01b17f7ea|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="a903e76c-b9c2-484c-a355-cda01b17f7ea">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="74076" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-18T00:00:00" End="2026-06-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="max@maxtravel.us" Password="Car@900900@@" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a903e76c-b9c2-484c-a355-cda01b17f7ea|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
a903e76c-b9c2-484c-a355-cda01b17f7ea|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
a903e76c-b9c2-484c-a355-cda01b17f7ea|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
a903e76c-b9c2-484c-a355-cda01b17f7ea|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
a903e76c-b9c2-484c-a355-cda01b17f7ea|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
a903e76c-b9c2-484c-a355-cda01b17f7ea|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
a903e76c-b9c2-484c-a355-cda01b17f7ea|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:780746a4-44ad-4ec7-afa4-5f381d410542
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
a903e76c-b9c2-484c-a355-cda01b17f7ea|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-03T07:03:13.6044989+01:00" Version="0" EchoToken="Search" TransactionIdentifier="a903e76c-b9c2-484c-a355-cda01b17f7ea" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="59.74" OriginalAmount="58" 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 10/06/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="94" TotalAmount="60.78" OriginalAmount="59.01" 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="Free CXL until 10/06/2026">
        <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="64.55" OriginalAmount="62.67" 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="67.72" OriginalAmount="65.75" 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="72.06" OriginalAmount="69.96" 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="63" TotalAmount="72.10" OriginalAmount="70.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="63" TotalAmount="73.13" OriginalAmount="71.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="74.16" OriginalAmount="72" 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="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030269982433" Longitude="28.973444035103" StarRating="3" HotelCode="9358|elan_3" HotelName="Elan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="74.16" OriginalAmount="72.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 09/06/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="63" TotalAmount="78.28" OriginalAmount="76.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="78.28" OriginalAmount="76.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="78.80" OriginalAmount="76.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04944" Longitude="29.02482" StarRating="0" HotelCode="|548639" HotelName="Bufes 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/4/8/6/3/9/548639_3db6d6f0057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.31" OriginalAmount="77" 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="79.76" OriginalAmount="77.44" 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="94" TotalAmount="81.22" OriginalAmount="78.85" 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="63" TotalAmount="81.37" OriginalAmount="79.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="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="63" TotalAmount="81.37" OriginalAmount="79.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="81.85" OriginalAmount="79.47" 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="16" TotalAmount="83.58" OriginalAmount="81.15" 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="94" TotalAmount="84.58" OriginalAmount="82.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03842" Longitude="28.98125" StarRating="0" HotelCode="|184763" HotelName="Oriella 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/8/4/7/6/3/184763_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.47" OriginalAmount="83.95" 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="86.52" OriginalAmount="84.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="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="94" TotalAmount="87.41" OriginalAmount="84.86" 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="94" TotalAmount="87.92" OriginalAmount="85.36" 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="88.50" OriginalAmount="85.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034056" Longitude="28.980833" StarRating="0" HotelCode="|475678" HotelName="BALİ STAR CİTY HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/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="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007114" Longitude="28.970048" StarRating="0" HotelCode="957624|hhk_hotel_downtown" HotelName="HHK Hotel Downtow" Meals="BED &amp; BREAKFAST" 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="94" TotalAmount="89.51" OriginalAmount="86.90" 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="63" TotalAmount="89.61" OriginalAmount="87.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="89.80" OriginalAmount="87.18" 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="27" TotalAmount="90.64" OriginalAmount="88" 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="90.64" OriginalAmount="88.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="90.64" OriginalAmount="88.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="63" TotalAmount="91.67" OriginalAmount="89.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 09/06/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="92.43" OriginalAmount="89.74" 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="94" TotalAmount="92.94" OriginalAmount="90.23" 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="94" TotalAmount="93.20" OriginalAmount="90.49" 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="27" TotalAmount="93.73" OriginalAmount="91" 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="Non Refundable" 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="63" TotalAmount="93.73" OriginalAmount="91.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="94" TotalAmount="93.85" OriginalAmount="91.12" 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="94.06" OriginalAmount="91.32" 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="27" TotalAmount="94.76" OriginalAmount="92" 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 09/06/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="94.76" OriginalAmount="92" 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="63" TotalAmount="94.76" OriginalAmount="92.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="94.76" OriginalAmount="92.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="95.79" OriginalAmount="93.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="95.90" OriginalAmount="93.11" 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="96.82" OriginalAmount="94" 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="96.82" OriginalAmount="94.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 12/06/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="63" TotalAmount="96.82" OriginalAmount="94.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="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="94" TotalAmount="96.83" OriginalAmount="94.01" 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 11/06/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="94" TotalAmount="97.27" OriginalAmount="94.44" 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="16" TotalAmount="97.69" OriginalAmount="94.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988815" Longitude="28.797338" StarRating="3" HotelCode="188737|1446068" HotelName="Hotel Osaka Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="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="94" TotalAmount="98.50" OriginalAmount="95.63" 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 06/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="98.82" OriginalAmount="95.94" 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="63" TotalAmount="98.88" OriginalAmount="96.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 06/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="99.48" OriginalAmount="96.58" 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="63" TotalAmount="99.91" OriginalAmount="97.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="100.94" OriginalAmount="98.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="100.94" OriginalAmount="98.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="100.97" OriginalAmount="98.03" 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="101.94" OriginalAmount="98.97" 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="27" TotalAmount="101.97" OriginalAmount="99" 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="63" TotalAmount="101.97" OriginalAmount="99.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="94" TotalAmount="102.39" OriginalAmount="99.41" 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 12/06/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="102.86" OriginalAmount="99.86" 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="63" TotalAmount="103.00" OriginalAmount="100.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="103.00" OriginalAmount="100.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="103.73" OriginalAmount="100.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0137663" Longitude="28.9771894" StarRating="2" HotelCode="|39799" HotelName="Kafkas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/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="27" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015930288801" Longitude="28.95799835995" StarRating="3" HotelCode="315870|408585" HotelName="Birlik Apart Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 11/06/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="27" TotalAmount="104.03" OriginalAmount="101" 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="104.03" OriginalAmount="101.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 12/06/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="16" TotalAmount="104.29" OriginalAmount="101.25" 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="104.71" OriginalAmount="101.66" 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 11/06/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="27" TotalAmount="105.06" OriginalAmount="102" 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="105.06" OriginalAmount="102.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="94" TotalAmount="105.40" OriginalAmount="102.33" 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="105.88" OriginalAmount="102.80" 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="Non Refundable">
        <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="63" TotalAmount="106.09" OriginalAmount="103.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="63" TotalAmount="106.09" OriginalAmount="103.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="106.79" OriginalAmount="103.68" 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="63" TotalAmount="107.12" OriginalAmount="104.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 10/06/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="107.12" OriginalAmount="104.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="107.12" OriginalAmount="104.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 11/06/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="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="689855|red_white_hotel" HotelName="Red White Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="107.12" OriginalAmount="104.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="107.26" OriginalAmount="104.14" 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="108.06" OriginalAmount="104.91" 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="27" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03821367287" Longitude="28.981811571164" StarRating="3" HotelCode="933252|217714" HotelName="Taksim Nacre Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99305701" Longitude="28.84951361" StarRating="3" HotelCode="517086|paradise_airport_hotel" HotelName="Paradise Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirinevler Mahallesi, Maresal Fevzi Cakmak Caddesi, 1 Sokak No 37, 34188 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/56/2f56d7d65d62ba9b60517f13322a182566ffb69e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.40" OriginalAmount="105.24" 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="94" TotalAmount="108.46" OriginalAmount="105.30" 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="94" TotalAmount="108.86" OriginalAmount="105.69" 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="109.45" OriginalAmount="106.26" 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="109.80" OriginalAmount="106.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977604" Longitude="28.73928" StarRating="4" HotelCode="|126067" HotelName="Expocity Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="110.21" OriginalAmount="107.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="110.45" OriginalAmount="107.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9935" Longitude="28.7943" StarRating="0" HotelCode="|192196" HotelName="İstanbul Fair" 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/9/6/192196_1_4603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.04" OriginalAmount="107.81" 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="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" 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="111.13" OriginalAmount="107.89" 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="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977537" Longitude="28.739289" StarRating="3" HotelCode="255922|expocity_hotel" HotelName="Expocity" Meals="BED &amp; BREAKFAST" 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="63" TotalAmount="111.24" OriginalAmount="108.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 10/06/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="111.49" OriginalAmount="108.24" 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 09/06/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="94" TotalAmount="111.83" OriginalAmount="108.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04404" Longitude="28.98532" StarRating="0" HotelCode="|184185" HotelName="The Central House Istanbul Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Papa Roncalli Sokak No: 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/8/5/184185_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.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="112.27" OriginalAmount="109.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="94" TotalAmount="112.59" OriginalAmount="109.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0054321" Longitude="28.9654846" StarRating="0" HotelCode="|95703" HotelName="MAY ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="16" TotalAmount="112.85" OriginalAmount="109.56" 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="27" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005411938665" Longitude="28.96277717791" StarRating="3" HotelCode="65950|25915" HotelName="Tayhan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/06/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="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98732" Longitude="29.02419" StarRating="0" HotelCode="|526925" HotelName="Pasaport Pier Istanbul" 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/2/5/526925_365df0c1042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.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="113.30" OriginalAmount="110.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="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00375455" Longitude="28.97866926" StarRating="0" HotelCode="779816|hotel_estambul" 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="63" TotalAmount="113.30" OriginalAmount="110.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="114.28" OriginalAmount="110.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034867" Longitude="28.9802156" StarRating="3" HotelCode="|83027" HotelName="Ahmet Efendi Evi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Keresteci Hakki Sokak No.23 Cankurtaran Mah. Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/7/83027_61ae04b1517.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a reception, The establishment offers guests breakfast service. SITUATION: Santa Sofia It is 15 minutes away from Topkapi the palace. ROOM: The establishment has non-smoking rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.42" OriginalAmount="111.09" 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="63" TotalAmount="115.36" OriginalAmount="112.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="115.36" OriginalAmount="112.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="94" TotalAmount="115.70" OriginalAmount="112.33" 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="115.86" OriginalAmount="112.49" 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="63" TotalAmount="116.39" OriginalAmount="113.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="16" TotalAmount="116.47" OriginalAmount="113.08" 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="116.67" OriginalAmount="113.27" 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="116.70" OriginalAmount="113.30" 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="116.70" OriginalAmount="113.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0063261" Longitude="28.9672261" StarRating="0" HotelCode="|304611" HotelName="Beyazithan 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/4/6/1/1/304611_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.82" OriginalAmount="113.42" 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 13/06/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="116.85" OriginalAmount="113.45" 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 14/06/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="94" TotalAmount="116.95" OriginalAmount="113.54" 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="94" TotalAmount="117.15" OriginalAmount="113.74" 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 12/06/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="117.28" OriginalAmount="113.86" 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 13/06/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="27" TotalAmount="117.42" OriginalAmount="114" 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="117.42" OriginalAmount="114" 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="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="16" TotalAmount="117.62" OriginalAmount="114.19" 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="94" TotalAmount="118.10" OriginalAmount="114.66" 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="118.45" OriginalAmount="115.00" 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="63" TotalAmount="118.45" OriginalAmount="115.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 10/06/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="63" TotalAmount="118.45" OriginalAmount="115.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="94" TotalAmount="118.47" OriginalAmount="115.02" 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="118.61" OriginalAmount="115.16" 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="118.80" OriginalAmount="115.34" 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 13/06/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="118.94" OriginalAmount="115.48" 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="119.18" OriginalAmount="115.71" 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 11/06/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="119.33" OriginalAmount="115.85" 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="119.48" OriginalAmount="116" 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="Non Refundable" 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="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006155872729" Longitude="28.954969346523" StarRating="3" HotelCode="185587|grand_anatolia_hotel" HotelName="Grand Anatolia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/06/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="63" TotalAmount="119.48" OriginalAmount="116.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="119.48" OriginalAmount="116.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="Non Refundable" 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="94" TotalAmount="119.87" OriginalAmount="116.38" 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="120.10" OriginalAmount="116.60" 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="63" TotalAmount="120.51" OriginalAmount="117.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="120.51" OriginalAmount="117.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="120.51" OriginalAmount="117.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 10/06/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="120.51" OriginalAmount="117.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="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0293859" Longitude="28.46231121" StarRating="3" HotelCode="567510|emir_butik_otel" HotelName="Emir Butik Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Umut Caddesi Gülsen Sokak 3, Kumburgaz, 34530 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/91/ad91384f9f42a983e1e7a15430ac21d1bd84d5bf.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.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="120.82" OriginalAmount="117.30" 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="120.83" OriginalAmount="117.31" 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="120.93" OriginalAmount="117.41" 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="121.17" OriginalAmount="117.64" 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 12/06/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="94" TotalAmount="121.23" OriginalAmount="117.70" 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="121.33" OriginalAmount="117.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034361" Longitude="28.982222" StarRating="0" HotelCode="|443797" HotelName="La Pera Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tel Sk. 8/a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/9/7/443797_7cddd6c1044.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.48" OriginalAmount="117.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0137387" Longitude="28.9776296" StarRating="0" HotelCode="|86784" HotelName="Yeni Hotel" 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/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="27" TotalAmount="121.54" OriginalAmount="118" 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="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007637246588" Longitude="28.976381424316" StarRating="0" HotelCode="188738|hotel_ozbek" HotelName="Ozbek" Meals="BED &amp; BREAKFAST" 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="121.54" OriginalAmount="118.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 06/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="94" TotalAmount="121.75" OriginalAmount="118.20" 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="122.01" OriginalAmount="118.46" 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 13/06/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="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035207971092" Longitude="28.9875838903" StarRating="3" HotelCode="395281|45361" HotelName="Star Hotel Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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="122.57" OriginalAmount="119.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="122.57" OriginalAmount="119.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="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006272518938" Longitude="28.797627156222" StarRating="3" HotelCode="399217|sapko_airport_hotel" 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="122.57" OriginalAmount="119.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="123.13" OriginalAmount="119.54" 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="123.33" OriginalAmount="119.74" 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="94" TotalAmount="123.37" OriginalAmount="119.78" 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="63" TotalAmount="123.60" OriginalAmount="120.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="123.60" OriginalAmount="120.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="123.60" OriginalAmount="120.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="123.60" OriginalAmount="120.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 12/06/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="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03840267" Longitude="28.9814158" StarRating="0" HotelCode="636784|bellavista_22" HotelName="Vegan BellaVista Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bulbul Mahallesi, Turan Caddesi 50, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/11/01112d0ef9db4030bb2ef783c019b9184a08c28b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.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="123.78" OriginalAmount="120.17" 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 13/06/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="94" TotalAmount="123.78" OriginalAmount="120.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0109722" Longitude="28.9544839" StarRating="3" HotelCode="|82916" HotelName="Aspalace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mh Gumruk Emini Sk No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/6/82916_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.12" OriginalAmount="120.50" 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="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00499" Longitude="28.955444" StarRating="3" HotelCode="219925|abel_hotel" HotelName="Abel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/06/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="63" TotalAmount="124.63" OriginalAmount="121.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 09/06/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="124.63" OriginalAmount="121.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="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/06/2026" 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="94" TotalAmount="124.89" OriginalAmount="121.25" 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="Non Refundable">
        <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="124.90" OriginalAmount="121.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02102" Longitude="28.92818" StarRating="0" HotelCode="|242409" HotelName="Topkapı Otel Özyavuz" 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/4/0/9/242409_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.60" OriginalAmount="121.94" 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="Non Refundable" 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="94" TotalAmount="125.64" OriginalAmount="121.98" 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 06/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="27" TotalAmount="125.66" OriginalAmount="122" 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="125.66" OriginalAmount="122" 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="125.66" OriginalAmount="122" 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="125.66" OriginalAmount="122.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="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00501898" Longitude="28.9646275" StarRating="3" HotelCode="148394|grand_mark_hotel_3" HotelName="Grand Mark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" 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="63" TotalAmount="125.66" OriginalAmount="122.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="125.66" OriginalAmount="122.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 11/06/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="94" TotalAmount="125.71" OriginalAmount="122.05" 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="Non Refundable">
        <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="94" TotalAmount="125.72" OriginalAmount="122.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011336" Longitude="28.947624" StarRating="3" HotelCode="|475533" HotelName="GRAND VATAN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013072030479" Longitude="28.821010842922" StarRating="2" HotelCode="904565|199055" HotelName="Han Hostel Airport North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse,Airport Hotel" CnxPolicy="Non Refundable" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" 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 13/06/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="126.69" OriginalAmount="123" 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 06/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="126.69" OriginalAmount="123.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="94" TotalAmount="127.09" OriginalAmount="123.39" 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 13/06/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="127.26" OriginalAmount="123.55" 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="27" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007737" Longitude="28.962484" StarRating="3" HotelCode="213817|199642" HotelName="Grand Emir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/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="63" TotalAmount="127.72" OriginalAmount="124.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="Non Refundable">
        <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="94" TotalAmount="127.87" OriginalAmount="124.15" 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="16" TotalAmount="128.20" OriginalAmount="124.47" 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 10/06/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="16" TotalAmount="128.27" OriginalAmount="124.53" 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="94" TotalAmount="128.28" OriginalAmount="124.54" 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="94" TotalAmount="128.40" OriginalAmount="124.66" 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="128.51" OriginalAmount="124.77" 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="27" TotalAmount="128.75" OriginalAmount="125" 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="63" TotalAmount="128.75" OriginalAmount="125.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="128.75" OriginalAmount="125.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="Free CXL until 05/06/2026" 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="63" TotalAmount="128.75" OriginalAmount="125.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="Free CXL until 11/06/2026" 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="128.75" OriginalAmount="125.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="128.75" OriginalAmount="125.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="128.75" OriginalAmount="125.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="128.96" OriginalAmount="125.20" 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 13/06/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="94" TotalAmount="128.99" OriginalAmount="125.23" 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="129.00" OriginalAmount="125.24" 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="129.26" OriginalAmount="125.50" 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="94" TotalAmount="129.41" OriginalAmount="125.64" 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="129.76" OriginalAmount="125.98" 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="27" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013296881749" Longitude="28.977110905489" StarRating="3" HotelCode="313468|198998" HotelName="Just Inn 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>Hocapasa Mahallesi, Saffeti Pasa Sokak 9, Sirkeci Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/96/7b9687849f86830181e62182f287c162c08acf99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.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="16" TotalAmount="130.44" OriginalAmount="126.64" 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="94" TotalAmount="130.48" OriginalAmount="126.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="27" TotalAmount="130.81" OriginalAmount="127" 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="63" TotalAmount="130.81" OriginalAmount="127.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="130.81" OriginalAmount="127.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="130.81" OriginalAmount="127.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="94" TotalAmount="130.97" OriginalAmount="127.16" 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 14/06/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="16" TotalAmount="131.30" OriginalAmount="127.48" 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="Non Refundable" 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="131.32" OriginalAmount="127.50" 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 10/06/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="131.49" OriginalAmount="127.66" 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="27" TotalAmount="131.84" OriginalAmount="128" 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="131.84" OriginalAmount="128.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="131.84" OriginalAmount="128.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="Non Refundable">
        <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="131.84" OriginalAmount="128.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 10/06/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="131.84" OriginalAmount="128.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="132.49" OriginalAmount="128.63" 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="132.83" OriginalAmount="128.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00424" Longitude="28.96221" StarRating="0" HotelCode="|557236" HotelName="Sun 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/5/5/7/2/3/6/557236_f96ecb71653.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" 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="132.87" OriginalAmount="129" 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 09/06/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="132.87" OriginalAmount="129" 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 08/06/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="132.87" OriginalAmount="129" 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="132.87" OriginalAmount="129.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="132.87" OriginalAmount="129.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="132.87" OriginalAmount="129.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="132.87" OriginalAmount="129.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 10/06/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="16" TotalAmount="133.19" OriginalAmount="129.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993186" Longitude="29.025519" StarRating="3" HotelCode="213612|2265725" HotelName="Ayyildizlar Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" 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="133.29" OriginalAmount="129.41" 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="16" TotalAmount="133.32" OriginalAmount="129.44" 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 13/06/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="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003207" Longitude="28.975928" StarRating="0" HotelCode="760339|478358" HotelName="Hotel Antique" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="133.90" OriginalAmount="130" 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="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003769" Longitude="28.975558" StarRating="3" HotelCode="150065|istanbul_holiday_hotel_2" 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="63" TotalAmount="133.90" OriginalAmount="130.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="133.90" OriginalAmount="130.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="133.90" OriginalAmount="130.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="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="134.05" OriginalAmount="130.15" 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 12/06/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="134.16" OriginalAmount="130.25" 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="94" TotalAmount="134.16" OriginalAmount="130.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00352" Longitude="28.9699" StarRating="0" HotelCode="|184271" HotelName="Dualis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mah Sehsuvarbey Sok No 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/7/1/184271_5b060081535.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.58" OriginalAmount="130.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.982477" Longitude="28.731746" StarRating="0" HotelCode="|529634" HotelName="Nostalji Suit Avcılar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nadide Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/3/4/529634_7c1aec11056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" 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="63" TotalAmount="134.93" OriginalAmount="131.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="94" TotalAmount="134.99" OriginalAmount="131.06" 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="94" TotalAmount="135.02" OriginalAmount="131.09" 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="94" TotalAmount="135.25" OriginalAmount="131.31" 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 13/06/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="135.25" OriginalAmount="131.31" 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 11/06/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="135.31" OriginalAmount="131.37" 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="94" TotalAmount="135.85" OriginalAmount="131.89" 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 10/06/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="27" TotalAmount="135.96" OriginalAmount="132" 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="135.96" OriginalAmount="132" 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="135.96" OriginalAmount="132.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="Free CXL until 05/06/2026" 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="135.96" OriginalAmount="132.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 11/06/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="135.96" OriginalAmount="132.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="135.96" OriginalAmount="132.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="136.00" OriginalAmount="132.04" 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="136.05" OriginalAmount="132.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005486" Longitude="28.954657" StarRating="0" HotelCode="|521721" HotelName="Rosalie Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mah., Yeni Sepetci Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/2/1/521721_4f4891b1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.06" OriginalAmount="132.10" 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="94" TotalAmount="136.37" OriginalAmount="132.40" 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="136.37" OriginalAmount="132.40" 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="94" TotalAmount="136.49" OriginalAmount="132.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0075998" Longitude="28.9490382" StarRating="3" HotelCode="|82960" HotelName="Alahan" 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/0/82960_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a bar, a restaurant and jewellery. For an extra cost you can have access to a health club, a steam bath, a gym, a massage service and a hairdresser's. SITUATION: This hotel is in the historic area, Where you can find cultural offer, museums, palaces, places of interest, the commercial area and the Congress Centre. ROOM: The rooms have an air-conditioning system, a direct line telephone, a mini-bar, a safe and a television. They also have WiFi, a bathroom with a bath or shower and a hairdryer. Guests are offered room service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.53" OriginalAmount="132.55" 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="136.92" OriginalAmount="132.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005091" Longitude="28.955455" StarRating="0" HotelCode="|84894" HotelName="Abel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="136.99" OriginalAmount="133" 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="136.99" OriginalAmount="133" 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="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00581562" Longitude="28.96447606" StarRating="3" HotelCode="118875|hotel_grand_liza" HotelName="Grand Liza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 06/06/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="63" TotalAmount="136.99" OriginalAmount="133.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="136.99" OriginalAmount="133.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="136.99" OriginalAmount="133.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="136.99" OriginalAmount="133.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="136.99" OriginalAmount="133.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="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02950647" Longitude="28.97363888" StarRating="0" HotelCode="956567|jurnal_hotel" HotelName="Jurnal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmalimescit Mahallesi, Jurnal Sokak 11, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/63/7e63ce674dcf02f6bce684b41fa7fd193194f897.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.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="137.01" OriginalAmount="133.02" 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 12/06/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="94" TotalAmount="137.63" OriginalAmount="133.62" 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="137.68" OriginalAmount="133.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0084575" Longitude="28.9516327" StarRating="0" HotelCode="|304445" HotelName="Hotel Real Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mah. Valide Camii Sok. No:15/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/4/4/5/304445_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.71" OriginalAmount="133.70" 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="137.96" OriginalAmount="133.94" 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="137.99" OriginalAmount="133.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9460406" Longitude="29.124735" StarRating="0" HotelCode="|86914" HotelName="Anka Business Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="138.02" OriginalAmount="134" 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 05/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="138.02" OriginalAmount="134" 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="94" TotalAmount="138.02" OriginalAmount="134.00" 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 12/06/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="63" TotalAmount="138.02" OriginalAmount="134.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="138.08" OriginalAmount="134.06" 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="16" TotalAmount="138.27" OriginalAmount="134.24" 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="16" TotalAmount="138.28" OriginalAmount="134.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020491047319" Longitude="28.928404635582" StarRating="2" HotelCode="155289|1082468" HotelName="Yavuz" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/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="138.28" OriginalAmount="134.25" 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="138.45" OriginalAmount="134.42" 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="16" TotalAmount="138.49" OriginalAmount="134.46" 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="138.67" OriginalAmount="134.63" 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="94" TotalAmount="138.71" OriginalAmount="134.67" 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 09/06/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="27" TotalAmount="139.05" OriginalAmount="135" 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 12/06/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="139.05" OriginalAmount="135" 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="63" TotalAmount="139.05" OriginalAmount="135.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="139.05" OriginalAmount="135.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 12/06/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="63" TotalAmount="139.05" OriginalAmount="135.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="Free CXL until 10/06/2026" 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="139.05" OriginalAmount="135.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="94" TotalAmount="139.54" OriginalAmount="135.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0054163" Longitude="28.9718089" StarRating="0" HotelCode="|82996" HotelName="Theodian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <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="139.85" OriginalAmount="135.78" 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 13/06/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="12" TotalAmount="139.88" OriginalAmount="135.81" 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="94" TotalAmount="139.94" OriginalAmount="135.86" 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="139.95" OriginalAmount="135.87" 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="27" TotalAmount="140.08" OriginalAmount="136" 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 12/06/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="140.08" OriginalAmount="136" 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="140.08" OriginalAmount="136" 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="140.08" OriginalAmount="136.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 11/06/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="140.08" OriginalAmount="136.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 13/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="16" TotalAmount="140.39" OriginalAmount="136.30" 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="27" TotalAmount="141.11" OriginalAmount="137" 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="141.11" OriginalAmount="137" 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="141.11" OriginalAmount="137.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="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0485563" Longitude="29.02480424" StarRating="0" HotelCode="597695|ortakoy_hot_budget" 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="141.11" OriginalAmount="137.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="Free CXL until 07/06/2026">
        <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="141.27" OriginalAmount="137.16" 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="141.59" OriginalAmount="137.47" 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="94" TotalAmount="141.72" OriginalAmount="137.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00508" Longitude="28.964" StarRating="0" HotelCode="|192806" HotelName="Santefe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah. Ciftegelinler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/0/6/192806_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.14" OriginalAmount="138" 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="63" TotalAmount="142.14" OriginalAmount="138.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003379136766" Longitude="28.973308836805" StarRating="3" HotelCode="186043|pasha_hotel" 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="63" TotalAmount="142.14" OriginalAmount="138.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="142.14" OriginalAmount="138.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="142.14" OriginalAmount="138.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="766715|raysotel" 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="142.14" OriginalAmount="138.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 05/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="94" TotalAmount="142.29" OriginalAmount="138.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00537" Longitude="28.97196" StarRating="0" HotelCode="|193034" HotelName="Four Doors Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Sinan Cami Sok No.34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/3/4/193034_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.46" OriginalAmount="138.31" 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 12/06/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="142.49" OriginalAmount="138.34" 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="142.70" OriginalAmount="138.54" 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="94" TotalAmount="142.78" OriginalAmount="138.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0168061" Longitude="28.9492709" StarRating="3" HotelCode="|82876" HotelName="Tugra" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="142.82" OriginalAmount="138.66" 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="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00482" Longitude="28.96544" StarRating="3" HotelCode="169308|199617" HotelName="Loor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/06/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="27" TotalAmount="143.17" OriginalAmount="139" 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 08/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="143.17" OriginalAmount="139.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="143.17" OriginalAmount="139.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 11/06/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="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03259744" Longitude="28.9754442" StarRating="0" HotelCode="598244|double_dd_hotel" HotelName="Double DD Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" 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="63" TotalAmount="143.17" OriginalAmount="139.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="143.17" OriginalAmount="139.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="94" TotalAmount="143.31" OriginalAmount="139.14" 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 08/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="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007016392463" Longitude="28.952841367604" StarRating="3" HotelCode="37691|22824" HotelName="Grand Ant 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,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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.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="144.20" OriginalAmount="140.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="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="818645|bakirkoy_best_suit" HotelName="Bakirkoy Best Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallessi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/53/6b5317a6964a5514894507e27aa1ab5ce8024173.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.22" OriginalAmount="140.02" 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="144.46" OriginalAmount="140.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010355" Longitude="28.95177" StarRating="0" HotelCode="|567410" HotelName="Oren Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="144.65" OriginalAmount="140.44" 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 13/06/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="144.94" OriginalAmount="140.72" 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="63" TotalAmount="145.23" OriginalAmount="141.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="Non Refundable" 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="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012144911755" Longitude="28.978417217732" StarRating="3" HotelCode="903355|the_constantine_hotel_2" HotelName="The Constantine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahdii, Alemdar Cad. 19, Eminönü, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/2d/b42d25935cbad17223f1b6bbdc45df31c214c41d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Gülhane Park in the Sultanahmet district of Istanbul and this area's t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.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="94" TotalAmount="145.25" OriginalAmount="141.02" 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 12/06/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="145.33" OriginalAmount="141.10" 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="94" TotalAmount="145.38" OriginalAmount="141.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0132761" Longitude="28.9770861" StarRating="0" HotelCode="|41585" HotelName="Best Nobel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="145.48" OriginalAmount="141.24" 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 13/06/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="94" TotalAmount="145.64" OriginalAmount="141.40" 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="94" TotalAmount="145.67" OriginalAmount="141.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0204217" Longitude="28.9283415" StarRating="0" HotelCode="|108189" HotelName="Torun Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/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="94" TotalAmount="146.05" OriginalAmount="141.80" 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="27" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037057" Longitude="28.981582" StarRating="3" HotelCode="298261|57637" HotelName="Lemon Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Altin Bakkal Sokak No:42, Beyoglu, Istanbul 34435</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/b1/69b170e55ae6147818aa754ab07e7d59e4ba3359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017095223798" Longitude="28.949693441391" StarRating="3" HotelCode="185586|tugra_hotel" HotelName="Tugra 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,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="146.26" OriginalAmount="142.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="146.41" OriginalAmount="142.15" 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="146.63" OriginalAmount="142.36" 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 12/06/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="94" TotalAmount="146.83" OriginalAmount="142.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0137252" Longitude="28.9765146" StarRating="0" HotelCode="|108273" HotelName="Septimum Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/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="147.03" OriginalAmount="142.75" 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 13/06/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="147.29" OriginalAmount="143.00" 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="63" TotalAmount="147.29" OriginalAmount="143.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="147.29" OriginalAmount="143.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="63" TotalAmount="147.29" OriginalAmount="143.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="63" TotalAmount="147.29" OriginalAmount="143.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="Non Refundable">
        <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="147.29" OriginalAmount="143.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="94" TotalAmount="147.40" OriginalAmount="143.11" 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="94" TotalAmount="147.49" OriginalAmount="143.19" 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="147.55" OriginalAmount="143.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.967203" Longitude="29.108429" StarRating="0" HotelCode="|469484" HotelName="Istanblu Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/4/8/4/469484_1b91beb1219.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.67" OriginalAmount="143.37" 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="94" TotalAmount="147.72" OriginalAmount="143.42" 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="148.03" OriginalAmount="143.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035935" Longitude="28.980073" StarRating="0" HotelCode="|533363" HotelName="Taxim34 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <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="148.27" OriginalAmount="143.95" 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="27" TotalAmount="148.32" OriginalAmount="144" 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="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01613" Longitude="28.948701" StarRating="3" HotelCode="9370|pianoforte" 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="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034914" Longitude="28.984645" StarRating="3" HotelCode="188751|taksim_star_hotel" HotelName="Taksim Star" 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,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="63" TotalAmount="148.32" OriginalAmount="144.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="148.32" OriginalAmount="144.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="148.32" OriginalAmount="144.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 12/06/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="94" TotalAmount="148.78" OriginalAmount="144.45" 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="16" TotalAmount="148.90" OriginalAmount="144.56" 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="148.94" OriginalAmount="144.60" 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="Non Refundable">
        <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="148.98" OriginalAmount="144.64" 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="16" TotalAmount="149.04" OriginalAmount="144.70" 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="27" TotalAmount="149.35" OriginalAmount="145" 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="149.35" OriginalAmount="145.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="149.35" OriginalAmount="145.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="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00796963" Longitude="28.964744" StarRating="0" HotelCode="976949|elyka_hotel" HotelName="Elyka Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/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="63" TotalAmount="149.35" OriginalAmount="145.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="94" TotalAmount="149.46" OriginalAmount="145.11" 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 12/06/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="149.55" OriginalAmount="145.19" 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="149.57" OriginalAmount="145.21" 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="16" TotalAmount="149.66" OriginalAmount="145.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053523010811" Longitude="28.99274289608" StarRating="3" HotelCode="169157|133504" 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="149.72" OriginalAmount="145.36" 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="150.06" OriginalAmount="145.69" 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="150.17" OriginalAmount="145.80" 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="150.27" OriginalAmount="145.89" 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="27" TotalAmount="150.38" OriginalAmount="146" 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="150.38" OriginalAmount="146" 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 13/06/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="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006982072224" Longitude="28.963632101852" StarRating="4" HotelCode="57930|25811" 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="150.38" OriginalAmount="146.00" 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="63" TotalAmount="150.38" OriginalAmount="146.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 12/06/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="150.38" OriginalAmount="146.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 07/06/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="150.38" OriginalAmount="146.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 10/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="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00465616" Longitude="28.9628357" StarRating="3" HotelCode="516837|milano_hotelspa_istanbul" HotelName="Hotel Milano Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012242" Longitude="28.95716" StarRating="3" HotelCode="933207|bergama_hotel" HotelName="Bergama Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 10/06/2026" 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="63" TotalAmount="150.38" OriginalAmount="146.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="Non Refundable">
        <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="150.38" OriginalAmount="146.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="150.43" OriginalAmount="146.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00611" Longitude="28.66431" StarRating="4" HotelCode="|235965" HotelName="Empire İstanbul " 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/6/5/235965_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.47" OriginalAmount="146.09" 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="150.51" OriginalAmount="146.13" 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="150.68" OriginalAmount="146.29" 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="150.76" OriginalAmount="146.37" 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="151.08" OriginalAmount="146.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02835" Longitude="28.972286" StarRating="0" HotelCode="|485315" HotelName="Maravilloso Hotel Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/3/1/5/485315_a68a9570914.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.17" OriginalAmount="146.77" 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="151.22" OriginalAmount="146.82" 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="94" TotalAmount="151.31" OriginalAmount="146.90" 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="151.37" OriginalAmount="146.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03909" Longitude="28.98179" StarRating="0" HotelCode="|193126" HotelName="Istanbul Hub Flats" 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/3/1/2/6/193126_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" 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="151.41" OriginalAmount="147" 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="63" TotalAmount="151.41" OriginalAmount="147.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="151.41" OriginalAmount="147.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="151.45" OriginalAmount="147.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03746" Longitude="28.98258" StarRating="0" HotelCode="|184571" HotelName="Invictum Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah Altin Bakkal Sok No 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/7/1/184571_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.61" OriginalAmount="147.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97758" Longitude="28.87456" StarRating="0" HotelCode="|551926" HotelName="Palmiye Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi Ebuziya Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/9/2/6/551926_9e2092d1158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.66" OriginalAmount="147.24" 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="151.80" OriginalAmount="147.38" 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 13/06/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="152.00" OriginalAmount="147.57" 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="Free CXL until 12/06/2026">
        <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="152.44" OriginalAmount="148" 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="152.44" OriginalAmount="148.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="152.44" OriginalAmount="148.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 10/06/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="152.44" OriginalAmount="148.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="152.44" OriginalAmount="148.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="152.55" OriginalAmount="148.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00277" Longitude="28.97431" StarRating="0" HotelCode="|184252" HotelName="Cheers Lighthouse" 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/2/5/2/184252_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.80" OriginalAmount="148.35" 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="94" TotalAmount="153.35" OriginalAmount="148.88" 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="94" TotalAmount="153.39" OriginalAmount="148.92" 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 09/06/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="153.46" OriginalAmount="148.99" 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 14/06/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="27" TotalAmount="153.47" OriginalAmount="149" 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="153.47" OriginalAmount="149" 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="153.47" OriginalAmount="149.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="153.75" OriginalAmount="149.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03593" Longitude="28.98061" StarRating="0" HotelCode="|193007" HotelName="Mint Residence Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Nane Sok. No: 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/0/7/193007_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.87" OriginalAmount="149.39" 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="154.13" OriginalAmount="149.64" 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="94" TotalAmount="154.46" OriginalAmount="149.96" 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="154.51" OriginalAmount="150.01" 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="94" TotalAmount="154.65" OriginalAmount="150.15" 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="154.83" OriginalAmount="150.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00924" Longitude="28.95354" StarRating="3" HotelCode="|184339" HotelName="Escardin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mah. Aksaray Cad.So. No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/3/9/184339_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.14" OriginalAmount="150.62" 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="94" TotalAmount="155.17" OriginalAmount="150.65" 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="155.48" OriginalAmount="150.95" 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="27" TotalAmount="155.53" OriginalAmount="151" 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="155.53" OriginalAmount="151" 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="155.53" OriginalAmount="151" 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="63" TotalAmount="155.53" OriginalAmount="151.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="155.53" OriginalAmount="151.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="155.53" OriginalAmount="151.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="63" TotalAmount="155.53" OriginalAmount="151.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="94" TotalAmount="155.69" OriginalAmount="151.16" 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 10/06/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="156.04" OriginalAmount="151.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90704" Longitude="29.18556" StarRating="0" HotelCode="|551949" HotelName="Zengin City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/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="156.36" OriginalAmount="151.81" 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="94" TotalAmount="156.40" OriginalAmount="151.84" 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="156.56" OriginalAmount="152" 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="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05536" Longitude="28.987464" StarRating="3" HotelCode="188680|atik_palace_hotel" HotelName="Atik Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/06/2026" 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="63" TotalAmount="156.56" OriginalAmount="152.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 09/06/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="156.56" OriginalAmount="152.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="156.56" OriginalAmount="152.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="156.56" OriginalAmount="152.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="156.83" OriginalAmount="152.26" 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="Free CXL until 12/06/2026">
        <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="94" TotalAmount="157.00" OriginalAmount="152.43" 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="157.15" OriginalAmount="152.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00207" Longitude="28.69174" StarRating="4" HotelCode="|245337" HotelName="My House N5 Suite " 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/5/3/3/7/245337_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.46" OriginalAmount="152.87" 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="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00911928" Longitude="28.96192793" StarRating="3" HotelCode="517380|217624" HotelName="Istanbul Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Kalayci Sevki Sokak 4, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/42/427198/427198a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul, about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.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 12/06/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="157.59" OriginalAmount="153.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 10/06/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="157.59" OriginalAmount="153.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 12/06/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="157.59" OriginalAmount="153.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="63" TotalAmount="157.59" OriginalAmount="153.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="63" TotalAmount="157.59" OriginalAmount="153.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="94" TotalAmount="157.60" OriginalAmount="153.01" 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 13/06/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="157.74" OriginalAmount="153.15" 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 11/06/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="157.80" OriginalAmount="153.20" 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="Non Refundable">
        <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="157.85" OriginalAmount="153.25" 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="16" TotalAmount="157.86" OriginalAmount="153.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005674541835" Longitude="28.954132373016" StarRating="3" HotelCode="9368|30084" HotelName="Orient Mintur Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/06/2026" 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="157.86" OriginalAmount="153.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014031" Longitude="28.948785" StarRating="0" HotelCode="|533903" HotelName="Hotel Prima" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>iskenderpasa mahallesi, Sofular caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/9/0/3/533903_6c5f90c1104.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.21" OriginalAmount="153.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99279" Longitude="28.839382" StarRating="0" HotelCode="|471413" HotelName="Baymari Suites City Life" 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/1/4/1/3/471413_f7060fb1231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.24" OriginalAmount="153.63" 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="158.44" OriginalAmount="153.83" 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="158.48" OriginalAmount="153.86" 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 12/06/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="158.49" OriginalAmount="153.87" 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 09/06/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="158.62" OriginalAmount="154" 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="Non Refundable" 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="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014199" Longitude="28.976942" StarRating="3" HotelCode="267827|56791" HotelName="Best Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi No: 34, Sirkeci, Istanbul 34110</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/37/3b373c232b51fecfbf942bb12795c487a142e3e2.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="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03623525" Longitude="28.98222392" StarRating="5" HotelCode="583539|217715" HotelName="Taksim Mood" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Bekar Sokak 24, Taksim, Beyoglu, 80080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/95/6e95916e924dab451088560199ac36b53c2888e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004438" Longitude="28.972701" StarRating="4" HotelCode="166837|arena_hotel__special_class" HotelName="Arena Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 10/06/2026" 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="63" TotalAmount="158.62" OriginalAmount="154.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="16" TotalAmount="158.70" OriginalAmount="154.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01651" Longitude="28.952566" StarRating="2" HotelCode="188721|1754688" 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="158.70" OriginalAmount="154.08" 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="94" TotalAmount="158.99" OriginalAmount="154.36" 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="159.02" OriginalAmount="154.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004165" Longitude="28.9688878" StarRating="3" HotelCode="|108305" HotelName="Sultans" 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/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="159.07" OriginalAmount="154.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038295" Longitude="28.9755719" StarRating="0" HotelCode="|86978" HotelName="Sarnic and Sarnic Premier - Ottoman Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="159.24" OriginalAmount="154.60" 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="159.51" OriginalAmount="154.86" 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="159.53" OriginalAmount="154.88" 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="159.65" OriginalAmount="155" 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 04/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="159.65" OriginalAmount="155" 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 11/06/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="63" TotalAmount="159.65" OriginalAmount="155.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="159.65" OriginalAmount="155.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="94" TotalAmount="159.66" OriginalAmount="155.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007647" Longitude="28.953293" StarRating="0" HotelCode="|558264" HotelName="Hotel Ozbek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <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="159.80" OriginalAmount="155.15" 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 13/06/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="94" TotalAmount="159.93" OriginalAmount="155.27" 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="160.47" OriginalAmount="155.80" 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 13/06/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="160.58" OriginalAmount="155.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013356" Longitude="28.978088" StarRating="2" HotelCode="|82957" HotelName="Şamil " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="160.65" OriginalAmount="155.97" 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="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0314016" Longitude="28.97976103" StarRating="3" HotelCode="735791|284825" HotelName="Chez Bore Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Cezayir Sokak 7, Beyoglu, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/e9/e2e9632df8c389f96dae7dd0538fc310449d51a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.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="Free CXL until 12/06/2026" 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="160.68" OriginalAmount="156.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="160.68" OriginalAmount="156.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="94" TotalAmount="160.71" OriginalAmount="156.03" 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="160.91" OriginalAmount="156.22" 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="161.03" OriginalAmount="156.34" 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="16" TotalAmount="161.15" OriginalAmount="156.46" 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="161.15" OriginalAmount="156.46" 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="16" TotalAmount="161.17" OriginalAmount="156.48" 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="161.20" OriginalAmount="156.50" 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="94" TotalAmount="161.26" OriginalAmount="156.56" 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="27" TotalAmount="161.71" OriginalAmount="157" 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 10/06/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="161.71" OriginalAmount="157" 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="27" TotalAmount="161.71" OriginalAmount="157" 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 12/06/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="63" TotalAmount="161.71" OriginalAmount="157.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="161.71" OriginalAmount="157.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="161.71" OriginalAmount="157.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="161.83" OriginalAmount="157.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036576" Longitude="28.976701" StarRating="0" HotelCode="|526803" HotelName="Istanberry - Luna Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/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="161.86" OriginalAmount="157.15" 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="162.22" OriginalAmount="157.50" 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 12/06/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="16" TotalAmount="162.73" OriginalAmount="157.99" 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 10/06/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="27" TotalAmount="162.74" OriginalAmount="158" 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="162.74" OriginalAmount="158" 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="63" TotalAmount="162.74" OriginalAmount="158.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="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004864484425" Longitude="28.883563578129" StarRating="5" HotelCode="75504|the_green_park_hotel_merter" HotelName="Green Park Merter" Meals="ROOM ONLY" 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="63" TotalAmount="162.74" OriginalAmount="158.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="162.74" OriginalAmount="158.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="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="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="969950|avrasya_port_hotel" HotelName="Avrasya Port Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahellesi, Kücüklanga Araligi Caddesi 9, 34096 Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/43/894389c180e65c2ef4d8adec0a05aeac21ed8977.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.14" OriginalAmount="158.39" 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="163.14" OriginalAmount="158.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037188" Longitude="28.981608" StarRating="3" HotelCode="|166369" HotelName="Lemon Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mh.AltinBakkal Sk. No:42Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/3/6/9/166369_le_ge.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers security, a reception, a safety deposit box service and a transfer service to the airport, (for a fee) and (on request). SITUATION: This hotel is 300 metres away from Istiklal Avenue 4 minutes away, guests can find Taksim the Square of the metro station. ROOM: The establishment has studios with an air-conditioning system, WiFi (free of charge), a satellite TV, a wardrobe, a bathroom, complimentary bathroom items and a hairdryer. They also have a kitchen with hobs, a mini-bar, kettle, table, a toaster and kitchenware. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.21" OriginalAmount="158.46" 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="94" TotalAmount="163.28" OriginalAmount="158.52" 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 12/06/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="94" TotalAmount="163.35" OriginalAmount="158.59" 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="163.39" OriginalAmount="158.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05424" Longitude="29.02645" StarRating="0" HotelCode="|542651" HotelName="Bude Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/2/6/5/1/542651_3a6c11c1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.42" OriginalAmount="158.66" 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 13/06/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="27" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030107163549" Longitude="28.973333699406" StarRating="4" HotelCode="149986|19958" HotelName="Tulip City Taksim Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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,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="63" TotalAmount="163.77" OriginalAmount="159.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="163.77" OriginalAmount="159.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="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01228981" Longitude="28.95490634" StarRating="3" HotelCode="936556|bisetun_hotel_" 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="63" TotalAmount="163.77" OriginalAmount="159.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="163.77" OriginalAmount="159.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="163.84" OriginalAmount="159.07" 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="164.16" OriginalAmount="159.38" 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 06/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="164.75" OriginalAmount="159.95" 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="27" TotalAmount="164.80" OriginalAmount="160" 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 11/06/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="164.80" OriginalAmount="160" 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="27" TotalAmount="164.80" OriginalAmount="160" 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="164.80" OriginalAmount="160" 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="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003957689773" Longitude="28.968713350742" StarRating="3" HotelCode="382716|199546" HotelName="Ottoman's Pearl Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="27" TotalAmount="164.80" OriginalAmount="160" 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="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054724450459" Longitude="28.991369605064" StarRating="4" HotelCode="173487|vizon_hotel" HotelName="Vizon 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,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="164.80" OriginalAmount="160.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="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00705" Longitude="28.95575" StarRating="5" HotelCode="373604|darkmen_boutique_hotel" 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="63" TotalAmount="164.80" OriginalAmount="160.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="164.80" OriginalAmount="160.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 04/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="164.80" OriginalAmount="160.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="94" TotalAmount="165.16" OriginalAmount="160.35" 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="165.53" OriginalAmount="160.71" 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="27" TotalAmount="165.83" OriginalAmount="161" 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="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012483" Longitude="28.954966" StarRating="2" HotelCode="186026|15146" 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="27" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00342692745" Longitude="28.978429031912" StarRating="3" HotelCode="933251|58235" HotelName="Ottomarin Hotel Sultanahmet" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="165.83" OriginalAmount="161" 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="165.83" OriginalAmount="161.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="165.83" OriginalAmount="161.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="63" TotalAmount="165.83" OriginalAmount="161.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 11/06/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="94" TotalAmount="166.25" OriginalAmount="161.41" 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="166.40" OriginalAmount="161.55" 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="16" TotalAmount="166.56" OriginalAmount="161.71" 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="166.58" OriginalAmount="161.73" 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="63" TotalAmount="166.86" OriginalAmount="162.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 11/06/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="166.86" OriginalAmount="162.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="Free CXL until 10/06/2026" 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="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00648379" Longitude="28.97130818" StarRating="3" HotelCode="635290|seven_days_hotel_3" HotelName="Seven Days Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/06/2026" 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="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00702154" Longitude="28.95521585" StarRating="0" HotelCode="620651|hotel_marina_city" HotelName="Hotel Marina City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Pasazade Sokak 21, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/5a/e35aff0a7637cf00fa367a8279b553bd677fd782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.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="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010325839047" Longitude="28.975194511744" StarRating="2" HotelCode="900678|meddusa" HotelName="Meddusa" 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>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="166.86" OriginalAmount="162.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="16" TotalAmount="167.38" OriginalAmount="162.50" 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 11/06/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="167.45" OriginalAmount="162.57" 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="167.46" OriginalAmount="162.58" 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="167.50" OriginalAmount="162.62" 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="63" TotalAmount="167.89" OriginalAmount="163.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="167.89" OriginalAmount="163.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="Free CXL until 11/06/2026" 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="167.89" OriginalAmount="163.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="167.89" OriginalAmount="163.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 03/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="167.89" OriginalAmount="163.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="167.89" OriginalAmount="163.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="16" TotalAmount="167.96" OriginalAmount="163.07" 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="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" 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="94" TotalAmount="168.54" OriginalAmount="163.63" 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 06/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="168.68" OriginalAmount="163.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055771" Longitude="28.9803143" StarRating="3" HotelCode="|95916" HotelName="ESKI KONAK HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Akbiyik Cad.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/1/6/95916_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment, is in Sultanahmet the historic centre of Close to, Cankurtaran the train station, is 18 kilometres away from Istanbul AtatÃ¼rk Airport. FACILITIES: Guests are offered a terrace with sea views and excursions. ROOM: All the rooms have wooden floors, a satellite TV, a mini-bar, a bathroom and WiFi (free of charge). MEALS: Guests have at their disposal a breakfast service and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" 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 12/06/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="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002956240223" Longitude="28.976450574323" StarRating="3" HotelCode="904562|343194" HotelName="Cloudy Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fenerlikapi Sokak 17, Kucuk Ayasofya Caddesi, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/41/76414bfc752fcc65f82997a481c407819f81e05c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the Sultanahmet district, to the rear of the Blue Mosque and within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" 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="27" TotalAmount="168.92" OriginalAmount="164" 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="63" TotalAmount="168.92" OriginalAmount="164.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="168.92" OriginalAmount="164.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 04/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="94" TotalAmount="169.07" OriginalAmount="164.15" 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="169.22" OriginalAmount="164.29" 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="94" TotalAmount="169.30" OriginalAmount="164.37" 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="169.48" OriginalAmount="164.54" 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="94" TotalAmount="169.60" OriginalAmount="164.66" 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 13/06/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="169.66" OriginalAmount="164.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019919" Longitude="28.928317" StarRating="0" HotelCode="|474888" HotelName="HİSAR HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="169.81" OriginalAmount="164.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0119771" Longitude="28.9569315" StarRating="3" HotelCode="|17607" HotelName="Barin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FEVZIYE CAD. - SEHZADEBASI-LALELI 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/7/17607_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1981, has 7 floors and 62 rooms. The establishment boasts a lobby, a reception with safety deposit boxes, a currency exchange service and a lift. Guests can find a TV room, an Ã  la carte restaurant and a conference room. The establishment offers guests room service (for a fee), a laundry service, a medical care service (for a fee) and a car park. SITUATION: This establishment, Istanbul it is in in the surrounding area of the establishment, guests can find commercial areas, shops, boutiques, bars and restaurants. 30 minutes away from the establishment clients have the city centre, Where you can find leisure areas. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone (available for a fee), an LCD TV, a mini-bar (available for a fee) and a double bed. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" 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="169.95" OriginalAmount="165" 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="Non Refundable">
        <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="169.95" OriginalAmount="165" 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="169.95" OriginalAmount="165" 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 12/06/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="169.95" OriginalAmount="165" 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="27" TotalAmount="169.95" OriginalAmount="165" 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 13/06/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="169.95" OriginalAmount="165" 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 13/06/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="169.95" OriginalAmount="165.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="169.95" OriginalAmount="165.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="169.95" OriginalAmount="165.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="169.95" OriginalAmount="165.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="170.42" OriginalAmount="165.46" 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="16" TotalAmount="170.43" OriginalAmount="165.47" 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="94" TotalAmount="170.50" OriginalAmount="165.53" 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 13/06/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="94" TotalAmount="170.53" OriginalAmount="165.56" 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="170.63" OriginalAmount="165.66" 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="170.71" OriginalAmount="165.74" 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="170.76" OriginalAmount="165.79" 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="170.76" OriginalAmount="165.79" 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="16" TotalAmount="170.84" OriginalAmount="165.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003096" Longitude="28.975568" StarRating="3" HotelCode="141761|4530255" HotelName="Timeks Apart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Ogul Sokak 8, Fatih, 14322 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/ff20aa7db9dc6a90/53/53d80b98f7b42402/03-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is located right in the historic centre yet in a quiet street that is not congested....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.96" OriginalAmount="165.98" 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="Free CXL until 12/06/2026">
        <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="27" TotalAmount="170.98" OriginalAmount="166" 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="170.98" OriginalAmount="166" 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="170.98" OriginalAmount="166" 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 06/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="63" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01288" Longitude="28.977183" StarRating="3" HotelCode="147514|evsen_hotel" HotelName="Hotel Evsen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/06/2026" 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="63" TotalAmount="170.98" OriginalAmount="166.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="170.98" OriginalAmount="166.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="170.98" OriginalAmount="166.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="Non Refundable">
        <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="63" TotalAmount="170.98" OriginalAmount="166.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="Free CXL until 08/06/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="94" TotalAmount="171.87" OriginalAmount="166.86" 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="171.96" OriginalAmount="166.95" 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="171.97" OriginalAmount="166.96" 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="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98007771" Longitude="28.7932232" StarRating="0" HotelCode="773915|343243" HotelName="Florya House Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Senlikköy Mahallesi, Florya cd. 42, Bakirköy, D NO 42, 34153 Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9620345</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" 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="172.01" OriginalAmount="167.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="172.01" OriginalAmount="167.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="172.01" OriginalAmount="167.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="172.01" OriginalAmount="167.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 10/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="172.01" OriginalAmount="167.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="172.01" OriginalAmount="167.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="94" TotalAmount="172.07" OriginalAmount="167.06" 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="94" TotalAmount="172.19" OriginalAmount="167.17" 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="Non Refundable">
        <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="172.21" OriginalAmount="167.19" 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="94" TotalAmount="172.28" OriginalAmount="167.26" 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="172.30" OriginalAmount="167.28" 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="94" TotalAmount="172.79" OriginalAmount="167.76" 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="172.86" OriginalAmount="167.83" 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="27" TotalAmount="173.04" OriginalAmount="168" 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="63" TotalAmount="173.04" OriginalAmount="168.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="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9776949" Longitude="28.7448286" StarRating="3" HotelCode="403632|hotel_emirhan_palace" HotelName="Hotel Emirhan Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Denizköskler Mahallesi, E-5 Yanyol 13A, Avcilar, 34315 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4c/56/4c56b1a78acefbfb79e78f449295f73a17695498.JPEG</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.036219" Longitude="28.980791" StarRating="3" HotelCode="933220|taxim_hotel_marin" HotelName="Taxim Marin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="173.20" OriginalAmount="168.16" 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 06/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="94" TotalAmount="173.20" OriginalAmount="168.16" 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="173.56" OriginalAmount="168.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0092812" Longitude="28.9768683" StarRating="0" HotelCode="|82953" HotelName="Hotel Han" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Street No :33 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/3/82953_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, WiFi, (free of charge). SITUATION: This hotel Sultanahmet it is in Istanbul it is in This hotel is 3 minutes away from Santa Sofia the mosque. ROOM: Guests are offered rooms with air-conditioned.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.60" OriginalAmount="168.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003935" Longitude="28.964111" StarRating="0" HotelCode="|536818" HotelName="Golden Sail Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="173.69" OriginalAmount="168.63" 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="173.88" OriginalAmount="168.82" 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 13/06/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="94" TotalAmount="174.01" OriginalAmount="168.94" 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="16" TotalAmount="174.04" OriginalAmount="168.97" 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="27" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05772289" Longitude="29.00119381" StarRating="3" HotelCode="496127|217154" HotelName="Best Fulya Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dikilitas Mah Ayazmadere Caddesi, Yesilcimen Sokak 13, Fulya, 34330 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/eb/e9ebc2b9c5bdf93ce871cb45c539965616c61ec7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.12" OriginalAmount="169.05" 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="174.17" OriginalAmount="169.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019887" Longitude="28.478949" StarRating="0" HotelCode="|462941" HotelName="Sancak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yemimahalle Mah. Istanbul Cad. 824/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/9/4/1/462941_5166b021529.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.75" OriginalAmount="169.66" 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="Non Refundable">
        <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="94" TotalAmount="175.04" OriginalAmount="169.94" 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="175.05" OriginalAmount="169.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0133495" Longitude="28.9786676" StarRating="3" HotelCode="|86774" HotelName="Romantic Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nobethane Cad. Tayahatun sk. No:28 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/7/4/86774_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Topkapi It is located close to. ROOM: Customers can find smart apartments, fully-equipped and have Turkish bath. FACILITIES: The establishment boasts WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.10" OriginalAmount="170" 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="175.10" OriginalAmount="170" 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="63" TotalAmount="175.10" OriginalAmount="170.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="175.10" OriginalAmount="170.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="175.10" OriginalAmount="170.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 06/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="175.10" OriginalAmount="170.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="175.10" OriginalAmount="170.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="16" TotalAmount="175.23" OriginalAmount="170.13" 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="175.32" OriginalAmount="170.21" 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 11/06/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="175.45" OriginalAmount="170.34" 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="Non Refundable">
        <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="175.56" OriginalAmount="170.45" 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="175.72" OriginalAmount="170.60" 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 14/06/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="175.80" OriginalAmount="170.68" 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="16" TotalAmount="175.81" OriginalAmount="170.69" 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="16" TotalAmount="175.85" OriginalAmount="170.73" 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="175.88" OriginalAmount="170.76" 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="63" TotalAmount="176.13" OriginalAmount="171.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="176.13" OriginalAmount="171.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="94" TotalAmount="176.16" OriginalAmount="171.03" 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="176.26" OriginalAmount="171.13" 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="94" TotalAmount="176.34" OriginalAmount="171.20" 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="Non Refundable">
        <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="176.35" OriginalAmount="171.21" 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="Free CXL until 10/06/2026" 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="176.50" OriginalAmount="171.36" 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 13/06/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="16" TotalAmount="176.55" OriginalAmount="171.41" 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="176.58" OriginalAmount="171.44" 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="176.63" OriginalAmount="171.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9797931" Longitude="28.8867611" StarRating="2" HotelCode="|108316" HotelName="Bakirkoy Tashan Business and Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="176.80" OriginalAmount="171.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034026" Longitude="28.982007" StarRating="0" HotelCode="|534546" HotelName="Four Sides Beyoglu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011379035909" Longitude="28.954452976687" StarRating="3" HotelCode="200041|30438" HotelName="Budo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/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="27" TotalAmount="177.16" OriginalAmount="172" 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="177.16" OriginalAmount="172" 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="Non Refundable" 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="177.16" OriginalAmount="172" 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="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="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040107467309" Longitude="28.983585834503" StarRating="4" HotelCode="33083|hotel_istanbul_kervansaray" 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="177.16" OriginalAmount="172.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="177.16" OriginalAmount="172.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 06/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="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00694491" Longitude="28.94722434" StarRating="4" HotelCode="563351|yuksel_istanbul_yenikapi" HotelName="Yuksel Istanbul Yenikapi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" 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="177.16" OriginalAmount="172.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="63" TotalAmount="177.16" OriginalAmount="172.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="177.29" OriginalAmount="172.13" 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="177.29" OriginalAmount="172.13" 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="177.43" OriginalAmount="172.26" 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="94" TotalAmount="177.54" OriginalAmount="172.37" 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="177.95" OriginalAmount="172.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0110803" Longitude="28.9578753" StarRating="0" HotelCode="|25185" HotelName="Laleli Gonen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="177.97" OriginalAmount="172.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0083396" Longitude="28.9459898" StarRating="2" HotelCode="|86819" HotelName="Grand Umit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cerrahpasa Cad.No:32 Aksaray Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/1/9/86819_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has internet, (free of charge), a car park (free of charge). SITUATION: It is inIstanbul the historic centre of the Grand Bazaar 5 metres away, guests can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.07" OriginalAmount="172.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053689" Longitude="28.9800053" StarRating="0" HotelCode="|86766" HotelName="Agora Boutique and Bistro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi No 77 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/6/6/86766_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Sultanahmet It is in 5 minutes away, you can find the mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.18" OriginalAmount="172.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041355" Longitude="28.9690001" StarRating="4" HotelCode="|86762" HotelName="Blue Eye Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Liman Cad. Donus Sok. No 4 Kucuk Ayasofya Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/6/2/86762_ebe84721651.jpg</HotelPictures>
        <HotelDescription>SITUATION: Santa Sofia It is situated 5 minutes away from. ROOM: Each room has an air-conditioning system, a fully-equipped kitchen and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.19" OriginalAmount="173" 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="178.19" OriginalAmount="173" 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="178.19" OriginalAmount="173" 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 07/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="27" TotalAmount="178.19" OriginalAmount="173" 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="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039904671773" Longitude="28.983925126949" StarRating="3" HotelCode="74093|eterno" HotelName="Hotel Eterno" Meals="BED &amp; BREAKFAST" 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="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.052741479071" Longitude="28.98672369393" StarRating="3" HotelCode="191118|cumbali_luxury_boutique_hotel" 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="94" TotalAmount="178.55" OriginalAmount="173.35" 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 13/06/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="178.63" OriginalAmount="173.43" 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="178.73" OriginalAmount="173.52" 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="Free CXL until 14/06/2026">
        <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="16" TotalAmount="179.03" OriginalAmount="173.82" 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="94" TotalAmount="179.09" OriginalAmount="173.87" 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="179.17" OriginalAmount="173.95" 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="27" TotalAmount="179.22" OriginalAmount="174" 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="63" TotalAmount="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00247966" Longitude="28.97768772" StarRating="4" HotelCode="151786|mangana_konak_hotel" HotelName="Mangana Konak" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="179.22" OriginalAmount="174.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="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002863845855" Longitude="28.974142826485" StarRating="3" HotelCode="496440|arven_butique_hotel" HotelName="Arven Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="179.22" OriginalAmount="174.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="179.22" OriginalAmount="174.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 12/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="94" TotalAmount="179.29" OriginalAmount="174.07" 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 12/06/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="179.33" OriginalAmount="174.11" 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="16" TotalAmount="179.52" OriginalAmount="174.29" 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="180.05" OriginalAmount="174.81" 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="180.07" OriginalAmount="174.83" 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 12/06/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="27" TotalAmount="180.25" OriginalAmount="175" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008348" Longitude="28.946" StarRating="2" HotelCode="267814|217258" HotelName="Grand Ümit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cerrahpasa Caddesi No. 32, Fatih, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/c4/d5c4c25a153dabc4cc77957526f760721eb80a55.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="180.25" OriginalAmount="175" 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="180.25" OriginalAmount="175" 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="180.25" OriginalAmount="175" 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="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003083" Longitude="28.972475" StarRating="3" HotelCode="191128|antik_sofia_hotel" HotelName="Antik Sofia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="180.25" OriginalAmount="175.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="180.25" OriginalAmount="175.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="180.27" OriginalAmount="175.02" 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="94" TotalAmount="180.31" OriginalAmount="175.06" 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="180.80" OriginalAmount="175.53" 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="16" TotalAmount="180.95" OriginalAmount="175.68" 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 11/06/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="27" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0018767" Longitude="28.69159279" StarRating="0" HotelCode="611431|237534" HotelName="MyHouse N5 Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>N5 Suit, Turgut Özal Mahallesi 99 Sokak 2, 34513 Esenyurt</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5360747</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.28" OriginalAmount="176.00" 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="63" TotalAmount="181.28" OriginalAmount="176.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 12/06/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="63" TotalAmount="181.28" OriginalAmount="176.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 10/06/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="181.28" OriginalAmount="176.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="181.28" OriginalAmount="176.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 10/06/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="181.50" OriginalAmount="176.21" 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="181.58" OriginalAmount="176.29" 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="181.75" OriginalAmount="176.46" 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="181.88" OriginalAmount="176.58" 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="Non Refundable" 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="181.92" OriginalAmount="176.62" 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="182.08" OriginalAmount="176.78" 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 12/06/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="182.13" OriginalAmount="176.83" 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 12/06/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="16" TotalAmount="182.27" OriginalAmount="176.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011045503574" Longitude="28.959112084061" StarRating="3" HotelCode="37690|940885" HotelName="Laleli Gönen" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9803" Longitude="28.9025" StarRating="3" HotelCode="66536|37463" 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="27" TotalAmount="182.31" OriginalAmount="177" 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="182.31" OriginalAmount="177" 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="Non Refundable" 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="182.31" OriginalAmount="177.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="182.31" OriginalAmount="177.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="94" TotalAmount="182.41" OriginalAmount="177.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03788" Longitude="28.98375" StarRating="0" HotelCode="|184840" HotelName="Santa Lucia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Seyit Muhtar Mah Yogurtcu Faik Sok. 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/4/0/184840_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.50" OriginalAmount="177.18" 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 13/06/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="182.57" OriginalAmount="177.25" 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="16" TotalAmount="182.74" OriginalAmount="177.42" 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="182.91" OriginalAmount="177.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0518403" Longitude="29.0241275" StarRating="0" HotelCode="|304589" HotelName="Ixir 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/0/4/5/8/9/304589_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.99" OriginalAmount="177.66" 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="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">
        <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="94" TotalAmount="183.11" OriginalAmount="177.78" 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="Free CXL until 11/06/2026">
        <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="183.26" OriginalAmount="177.92" 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="27" TotalAmount="183.34" OriginalAmount="178" 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="Non Refundable" 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="183.34" OriginalAmount="178" 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="183.34" OriginalAmount="178" 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="27" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030487469457" Longitude="28.97351719183" StarRating="4" HotelCode="61757|18043" HotelName="Pera Rose Hotel" 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,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="183.34" OriginalAmount="178.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="183.34" OriginalAmount="178.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="183.34" OriginalAmount="178.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="94" TotalAmount="183.61" OriginalAmount="178.26" 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="94" TotalAmount="183.74" OriginalAmount="178.39" 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="184.01" OriginalAmount="178.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037938" Longitude="28.982954" StarRating="0" HotelCode="|532299" HotelName="Tamara Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <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="184.01" OriginalAmount="178.65" 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 13/06/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="94" TotalAmount="184.02" OriginalAmount="178.66" 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="Non Refundable">
        <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="94" TotalAmount="184.03" OriginalAmount="178.67" 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="184.34" OriginalAmount="178.97" 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="184.37" OriginalAmount="179" 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 10/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="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012505853617" Longitude="28.95610339678" StarRating="4" HotelCode="936557|217254" HotelName="Büyük Hamit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/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="27" TotalAmount="184.37" OriginalAmount="179" 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="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005794" Longitude="28.98027" StarRating="3" HotelCode="900673|343296" HotelName="Zeugma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/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="184.37" OriginalAmount="179.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.92123853" Longitude="29.13354868" StarRating="0" HotelCode="639169|emsa_pension_maltepedeki_eviniz_" HotelName="Emsa Otel Maltepedeki Eviniz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baglarbasi Mahallesi 2, Ilkokul Caddesi 38, Maltepe, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/0d/790d526cbd8646b39b5742cfeab54b3bb09f407c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.43" OriginalAmount="179.06" 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 06/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="184.47" OriginalAmount="179.10" 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="184.56" OriginalAmount="179.18" 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="184.79" OriginalAmount="179.41" 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="184.90" OriginalAmount="179.51" 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="Non Refundable">
        <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="185.03" OriginalAmount="179.64" 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="94" TotalAmount="185.04" OriginalAmount="179.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.997055" Longitude="28.711346" StarRating="0" HotelCode="|471933" HotelName="Avrupa Palace " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="185.19" OriginalAmount="179.80" 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="16" TotalAmount="185.28" OriginalAmount="179.88" 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="185.34" OriginalAmount="179.94" 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 12/06/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="185.39" OriginalAmount="179.99" 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 12/06/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="27" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023717538778" Longitude="28.973959552167" StarRating="4" HotelCode="300841|58771" HotelName="Manesol Boutique Galata" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" 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="185.40" OriginalAmount="180" 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="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003089" Longitude="28.974793" StarRating="4" HotelCode="186048|sultans_royal_hotel" 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="63" TotalAmount="185.40" OriginalAmount="180.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="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.857207677293" Longitude="29.274822980054" StarRating="2" HotelCode="313496|lounge_hotel_2" HotelName="Lounge Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Guzelyali Mahallesi, Sahil Bulvari Caddesi 107, Pendik, 34890 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/32/2632a16ae3ea7c94decd675025fed81887eb8639.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="185.40" OriginalAmount="180.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="185.40" OriginalAmount="180.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 10/06/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="185.40" OriginalAmount="180.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="Non Refundable" 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="185.40" OriginalAmount="180.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="185.40" OriginalAmount="180.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 06/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="94" TotalAmount="185.82" OriginalAmount="180.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040445" Longitude="28.983337" StarRating="0" HotelCode="|525171" HotelName="EA Exclusive" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <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="186.40" OriginalAmount="180.97" 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="186.43" OriginalAmount="181" 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 10/06/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="186.43" OriginalAmount="181.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="186.43" OriginalAmount="181.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="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00887413" Longitude="28.95422109" StarRating="0" HotelCode="878847|grand_gara_hotel" 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="186.43" OriginalAmount="181.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="Non Refundable" 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="16" TotalAmount="186.51" OriginalAmount="181.08" 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="186.63" OriginalAmount="181.19" 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="186.66" OriginalAmount="181.22" 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 13/06/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="186.77" OriginalAmount="181.33" 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 13/06/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="16" TotalAmount="186.86" OriginalAmount="181.42" 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="186.91" OriginalAmount="181.47" 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="16" TotalAmount="187.07" OriginalAmount="181.62" 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="187.16" OriginalAmount="181.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03225" Longitude="28.98812" StarRating="0" HotelCode="|193018" HotelName="Dreamer's Bandb Cihangir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Purtelas Hasan Mah. Hardal Sok. No:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/1/8/193018_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.32" OriginalAmount="181.86" 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="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05550889" Longitude="28.99166344" StarRating="4" HotelCode="323410|62242" HotelName="Carina Park Suites Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi Kevser Sokak No: 20, Nisantasi / Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/c5/c9c5a490b102b534bcc8b70e1c83d50d4f9f41e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.46" OriginalAmount="182" 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="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008759" Longitude="28.957622" StarRating="3" HotelCode="142149|23237" HotelName="Martinenz" 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>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="27" TotalAmount="187.46" OriginalAmount="182" 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="187.46" OriginalAmount="182.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="187.46" OriginalAmount="182.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="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034429" Longitude="28.984572300594" StarRating="3" HotelCode="260173|economic_star_hotel" 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="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011044" Longitude="28.955554" StarRating="4" HotelCode="900676|zagreb_hotel" HotelName="Zagreb" 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,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Laleli Kemalpasa Mahallesi, Cukurcesme Sokak 29, Gencturk Caddesi, Sehzadebasi, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b1/55/b15589fc14c9b7aa5f4a49e0efafcc8edd44a74a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the historical city centre of Istanbul. This is an ideal loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.89" OriginalAmount="182.42" 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 13/06/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="94" TotalAmount="188.08" OriginalAmount="182.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01405" Longitude="28.97798" StarRating="0" HotelCode="|184267" HotelName="Diamond Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/6/7/184267_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.09" OriginalAmount="182.61" 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 13/06/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="188.12" OriginalAmount="182.64" 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 12/06/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="188.35" OriginalAmount="182.86" 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="188.49" OriginalAmount="183" 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="188.49" OriginalAmount="183" 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="188.49" OriginalAmount="183" 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="188.49" OriginalAmount="183" 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="188.49" OriginalAmount="183" 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="188.49" OriginalAmount="183" 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 13/06/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="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012661008262" Longitude="28.940286934376" StarRating="4" HotelCode="174448|all_seasons_hotel" 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="63" TotalAmount="188.49" OriginalAmount="183.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="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.061054524198" Longitude="28.984666273016" StarRating="4" HotelCode="298200|style_hotel_sisli" HotelName="Style Hotel Sisli" 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>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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.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="188.49" OriginalAmount="183.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="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.94132448599" Longitude="29.143716394901" StarRating="4" HotelCode="915600|rhiss_hotels_maltepe" HotelName="Rhiss Hotel Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/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="188.58" OriginalAmount="183.09" 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="188.61" OriginalAmount="183.12" 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="188.68" OriginalAmount="183.18" 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="188.76" OriginalAmount="183.26" 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 13/06/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="16" TotalAmount="189.04" OriginalAmount="183.53" 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="189.05" OriginalAmount="183.54" 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="189.07" OriginalAmount="183.56" 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="94" TotalAmount="189.44" OriginalAmount="183.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0356327" Longitude="28.9812252" StarRating="2" HotelCode="|86743" HotelName="Grand  Palmiye" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="189.44" OriginalAmount="183.92" 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="63" TotalAmount="189.52" OriginalAmount="184.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004992652656" Longitude="28.966427329633" StarRating="3" HotelCode="267815|sayeban_hotel_istanbul" 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="189.52" OriginalAmount="184.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04312631" Longitude="28.98548515" StarRating="3" HotelCode="610831|xenia_hotel_4" HotelName="Xenia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Papa Roncalli Sokak 28, Taksim, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/36/c736d73f5debdabadc260da2e5a538d4c162ca81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.57" OriginalAmount="184.05" 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 13/06/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="189.74" OriginalAmount="184.21" 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="Free CXL until 12/06/2026">
        <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="94" TotalAmount="189.84" OriginalAmount="184.31" 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 13/06/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="190.01" OriginalAmount="184.48" 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 09/06/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="190.13" OriginalAmount="184.59" 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 13/06/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="16" TotalAmount="190.20" OriginalAmount="184.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035096165475" Longitude="28.974109590054" StarRating="3" HotelCode="167952|591235" HotelName="Santa Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/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>Tepebasi Refik Saydam Cad. No: 14-16, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/39/7c39629135b3690d83b60db023dee995beb9ccf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Standing in the heart of Istanbul, in Taksim Square with magnificent views of Istiklal Street and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.27" OriginalAmount="184.73" 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 13/06/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="27" TotalAmount="190.55" OriginalAmount="185" 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 10/06/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="190.55" OriginalAmount="185" 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="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038064" Longitude="28.983229" StarRating="3" HotelCode="263742|199440" HotelName="Tamara Residence Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/06/2026" 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="190.55" OriginalAmount="185.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="190.55" OriginalAmount="185.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 11/06/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="190.55" OriginalAmount="185.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="190.55" OriginalAmount="185.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="190.73" OriginalAmount="185.17" 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="190.84" OriginalAmount="185.28" 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="190.86" OriginalAmount="185.30" 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="190.92" OriginalAmount="185.36" 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="190.93" OriginalAmount="185.37" 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 13/06/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="191.04" OriginalAmount="185.48" 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="191.16" OriginalAmount="185.59" 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 12/06/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="191.24" OriginalAmount="185.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9150973" Longitude="29.3031918" StarRating="0" HotelCode="|353829" HotelName="Skyport Istanbul 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/8/2/9/353829_615f9541237.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.46" OriginalAmount="185.88" 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="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04032686819" Longitude="28.985067900226" StarRating="3" HotelCode="191056|198761" 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="63" TotalAmount="191.58" OriginalAmount="186.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="191.58" OriginalAmount="186.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="Non Refundable" 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="191.58" OriginalAmount="186.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="191.58" OriginalAmount="186.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 11/06/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="191.58" OriginalAmount="186.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="63" TotalAmount="191.58" OriginalAmount="186.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005741702832" Longitude="28.981607761971" StarRating="3" HotelCode="933245|spinel_hotel" 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="94" TotalAmount="191.68" OriginalAmount="186.10" 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="191.96" OriginalAmount="186.37" 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="192.17" OriginalAmount="186.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03896" Longitude="28.98343" StarRating="0" HotelCode="|184996" HotelName="Taximist Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe mah dolapdere 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/9/6/184996_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.51" OriginalAmount="186.90" 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="94" TotalAmount="192.54" OriginalAmount="186.93" 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="Non Refundable">
        <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="192.60" OriginalAmount="186.99" 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="63" TotalAmount="192.61" OriginalAmount="187.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 08/06/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="192.61" OriginalAmount="187.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="94" TotalAmount="193.04" OriginalAmount="187.42" 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="94" TotalAmount="193.21" OriginalAmount="187.58" 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="193.23" OriginalAmount="187.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0105127" Longitude="28.9541127" StarRating="0" HotelCode="|86763" HotelName="Grand Dilara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="193.34" OriginalAmount="187.71" 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="193.41" OriginalAmount="187.78" 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="193.64" OriginalAmount="188" 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="193.64" OriginalAmount="188" 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="193.64" OriginalAmount="188" 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 08/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="193.64" OriginalAmount="188" 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="63" TotalAmount="193.64" OriginalAmount="188.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="193.64" OriginalAmount="188.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 10/06/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="193.64" OriginalAmount="188.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="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="94" TotalAmount="193.70" OriginalAmount="188.06" 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="193.97" OriginalAmount="188.32" 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="194.13" OriginalAmount="188.48" 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="16" TotalAmount="194.62" OriginalAmount="188.95" 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="194.65" OriginalAmount="188.98" 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="27" TotalAmount="194.67" OriginalAmount="189" 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="63" TotalAmount="194.67" OriginalAmount="189.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 12/06/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="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009803" Longitude="28.977588" StarRating="1" HotelCode="191072|anadolu_hotel" HotelName="Anadolu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85658994" Longitude="29.29124724" StarRating="3" HotelCode="517286|golden_lounge_hotel" HotelName="Golden Lounge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/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="63" TotalAmount="194.67" OriginalAmount="189.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 11/06/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="16" TotalAmount="194.75" OriginalAmount="189.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008245" Longitude="28.954145" StarRating="3" HotelCode="175221|1728538" HotelName="Yüksel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" 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="94" TotalAmount="194.76" OriginalAmount="189.09" 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 12/06/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="195.06" OriginalAmount="189.38" 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="195.12" OriginalAmount="189.44" 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="94" TotalAmount="195.26" OriginalAmount="189.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058322" Longitude="28.9548627" StarRating="4" HotelCode="|74810" HotelName="Marmaray" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <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="195.43" OriginalAmount="189.74" 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 13/06/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="94" TotalAmount="195.50" OriginalAmount="189.81" 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 12/06/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="16" TotalAmount="195.61" OriginalAmount="189.91" 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="195.67" OriginalAmount="189.97" 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="63" TotalAmount="195.70" OriginalAmount="190.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="195.70" OriginalAmount="190.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 06/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="94" TotalAmount="195.71" OriginalAmount="190.01" 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="195.78" OriginalAmount="190.08" 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="Free CXL until 09/06/2026">
        <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="94" TotalAmount="195.90" OriginalAmount="190.19" 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="195.92" OriginalAmount="190.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0296608" Longitude="28.9750738" StarRating="0" HotelCode="|84899" HotelName="Gumusyan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <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="94" TotalAmount="195.98" OriginalAmount="190.27" 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="196.05" OriginalAmount="190.34" 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 06/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="196.09" OriginalAmount="190.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0675453" Longitude="28.9738549" StarRating="0" HotelCode="|108279" HotelName="Tempo  Çaglayan Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/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="196.15" OriginalAmount="190.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00677" Longitude="28.97133" StarRating="0" HotelCode="|454598" HotelName="Artika" 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/9/8/454598_d4632a51040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.38" OriginalAmount="190.66" 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 12/06/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="16" TotalAmount="196.48" OriginalAmount="190.76" 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="Free CXL until 11/06/2026" 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="196.53" OriginalAmount="190.81" 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="196.53" OriginalAmount="190.81" 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="196.61" OriginalAmount="190.88" 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="94" TotalAmount="196.65" OriginalAmount="190.92" 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="27" TotalAmount="196.73" OriginalAmount="191" 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="196.73" OriginalAmount="191" 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 12/06/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="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031776733379" Longitude="28.977980957993" StarRating="3" HotelCode="380968|58104" HotelName="Nuru Ziya Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="196.73" OriginalAmount="191" 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="63" TotalAmount="196.73" OriginalAmount="191.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="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>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="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06127125" Longitude="28.97899084" StarRating="3" HotelCode="709761|ibis_styles_istanbul_bomonti" HotelName="Ibis Styles Istanbul Bomonti Hotel" Meals="ROOM ONLY" 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="94" TotalAmount="196.77" OriginalAmount="191.04" 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="196.82" OriginalAmount="191.09" 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="196.91" OriginalAmount="191.17" 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="196.99" OriginalAmount="191.25" 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 10/06/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="16" TotalAmount="197.00" OriginalAmount="191.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012652912661" Longitude="28.940187692642" StarRating="3" HotelCode="41847|591125" HotelName="Green Anka" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Millet Caddesi,, Findikzade Sokak No:4, Istanbul, Türkiye</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/c5/64c54b596b810cd9ff3c3f38f72ab37663b83772.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Findikzade district of old Istanbul, approximately 3 km from the histori...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.06" OriginalAmount="191.32" 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="197.16" OriginalAmount="191.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9785665" Longitude="28.8774838" StarRating="4" HotelCode="|86879" HotelName="Mercure Istanbul Bakirkoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istanbul Caddesi No:71 Bakirkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/7/9/86879_f0e6e761108.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel la plaza de Bakirkoy it is near. ROOM: The rooms have an air-conditioning system and a flat-screen television. FACILITIES: The establishment boasts a wellness centre with a pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.29" OriginalAmount="191.54" 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="197.41" OriginalAmount="191.66" 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="94" TotalAmount="197.44" OriginalAmount="191.69" 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 10/06/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="197.63" OriginalAmount="191.87" 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="197.70" OriginalAmount="191.94" 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="27" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.966253" Longitude="29.110263" StarRating="5" HotelCode="89550|45789" 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="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003922797481" Longitude="28.979042677613" StarRating="4" HotelCode="185713|mevlana_boutique_hotel_2" HotelName="Mevlana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 75, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/0e/c30ed541228082f2de1028201b1a9da6971185ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.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="197.76" OriginalAmount="192.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="63" TotalAmount="197.76" OriginalAmount="192.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="94" TotalAmount="197.82" OriginalAmount="192.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0141197" Longitude="28.9778697" StarRating="0" HotelCode="|67358" HotelName="Lino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOCAPASA MAH.NOBETHANE CAD 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/3/5/8/67358_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a TV, music, internet and a laundry service (for a fee), The renovated establishment in 2009, with air-conditioning, has 23 rooms, a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. SITUATION: Is situated in the historic area, close to the establishment, clients can find historic points of interest, near the establishment, you will find restaurants, shops, the railway station and the bus station. 15 minutes away from the establishment guests have bars, the nightlife situated 18 kilometres away fromIstanbul AtatÃ¼rk Airport the establishment is 65 kilometres away from Sabiha Gokcen Airport. ROOM: The rooms have an air-conditioning system, individual heating, internet, a satellite television and a safety deposit box. They also have a direct line telephone, a stereo, a mini-bar, a hairdryer, a double bed, a bathroom with a shower and a bath. MEALS: Regarding the food and beverage offering, the establishment offers a coffee shop and a buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.94" OriginalAmount="192.17" 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="198.35" OriginalAmount="192.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00209" Longitude="28.82679" StarRating="0" HotelCode="|184641" HotelName="Midmar Deluxe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cobancesme Mah. Mithatpasa Cad. 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/4/1/184641_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.64" OriginalAmount="192.85" 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="27" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028774200029" Longitude="28.807258467394" StarRating="4" HotelCode="146399|45798" 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="63" TotalAmount="198.79" OriginalAmount="193.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="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003143768212" Longitude="28.97207017791" StarRating="4" HotelCode="118816|villa_sphendone_suites" HotelName="Villa Sphendone" Meals="BED &amp; BREAKFAST" 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="198.79" OriginalAmount="193.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="198.79" OriginalAmount="193.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="Non Refundable" 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="63" TotalAmount="198.79" OriginalAmount="193.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 12/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="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034192" Longitude="28.984517" StarRating="4" HotelCode="904128|innpera_hotel" HotelName="InnPera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/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="94" TotalAmount="199.52" OriginalAmount="193.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025715" Longitude="28.972312" StarRating="0" HotelCode="|533507" HotelName="Galata Greenland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mah. SairEsrefPasa Sok. No3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/0/7/533507_7f8868c1107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.61" OriginalAmount="193.80" 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="27" TotalAmount="199.82" OriginalAmount="194" 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 12/06/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="63" TotalAmount="199.82" OriginalAmount="194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005691" Longitude="28.980343" StarRating="3" HotelCode="165938|senatus_hotel__special_class" HotelName="Senatus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 10/06/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="63" TotalAmount="199.82" OriginalAmount="194.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 12/06/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="16" TotalAmount="200.11" OriginalAmount="194.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002863" Longitude="28.9742" StarRating="4" HotelCode="95949|232576" HotelName="Albatros Premier" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 11/06/2026">
        <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="94" TotalAmount="200.49" OriginalAmount="194.65" 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="16" TotalAmount="200.53" OriginalAmount="194.69" 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 11/06/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="16" TotalAmount="200.56" OriginalAmount="194.72" 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="Free CXL until 14/06/2026">
        <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="200.77" OriginalAmount="194.92" 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="27" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007797240497" Longitude="28.955063906746" StarRating="3" HotelCode="437816|216483" HotelName="Dalan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.85" OriginalAmount="195" 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="200.85" OriginalAmount="195" 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="200.85" OriginalAmount="195.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008164" Longitude="28.958044" StarRating="4" HotelCode="188690|buyuk_sahinler_hotel" HotelName="Büyük Sahinler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="200.85" OriginalAmount="195.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="94" TotalAmount="201.27" OriginalAmount="195.41" 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="201.31" OriginalAmount="195.45" 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 13/06/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="201.62" OriginalAmount="195.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037468" Longitude="28.9834192" StarRating="4" HotelCode="|43302" HotelName="Cartoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TARLABASI BULVARI- TAKSIM 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/0/2/43302_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Istanbul the heart of la Plaza Taksim 150 metres away from 600 metres away from Istiklal the street Where you can find shops, bars, restaurants and pubs. 4 kilometres away, you can find tourist points of interest and the historic centre, 2 minutes away, there is a public transport stop, is 15 kilometres away from AtartÃ¼rk Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" 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 13/06/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="201.88" OriginalAmount="196" 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="201.88" OriginalAmount="196" 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="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059278144686" Longitude="28.822916074236" StarRating="5" HotelCode="320113|the_colours_istanbul" HotelName="Qua Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="201.88" OriginalAmount="196.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="201.88" OriginalAmount="196.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="94" TotalAmount="202.07" OriginalAmount="196.18" 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="Free CXL until 11/06/2026">
        <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="202.07" OriginalAmount="196.18" 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="202.11" OriginalAmount="196.22" 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="202.31" OriginalAmount="196.42" 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="94" TotalAmount="202.54" OriginalAmount="196.64" 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="27" TotalAmount="202.91" OriginalAmount="197" 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="202.91" OriginalAmount="197" 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="202.91" OriginalAmount="197" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03783721" Longitude="28.98024344" StarRating="0" HotelCode="430668|252300" HotelName="The White Swan Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Tarlabasi Bulvari, Keresteci Recep Sokak 43, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/6b/276bd37a2c70e00be6b5aaf38972f4a43019aead.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018943" Longitude="28.927955" StarRating="4" HotelCode="95952|topkapi_inter_istanbul_hotel" 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="63" TotalAmount="202.91" OriginalAmount="197.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="202.91" OriginalAmount="197.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 12/06/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="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035934650703" Longitude="28.981010805523" StarRating="1" HotelCode="263729|otel_taksim_trust" HotelName="Taksim Trust Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8888122" Longitude="29.18250712" StarRating="4" HotelCode="350853|the_grand_mira_hotel" 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="202.91" OriginalAmount="197.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="94" TotalAmount="203.39" OriginalAmount="197.47" 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="27" TotalAmount="203.94" OriginalAmount="198" 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="203.94" OriginalAmount="198" 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="203.94" OriginalAmount="198" 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="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03527179" Longitude="29.16632587" StarRating="5" HotelCode="586802|476931" HotelName="Zin D Home Cekmekoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="residence" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Central Heating,Garden,Heated Pool,Internet,Kitchen,Lounge,Parking,Sauna,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Uskudar Caddesi 31, Cekmekoy, 34782 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/cf/3ccfc257f8a4c92ec375ae3459f1ff135bd4f30d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple residence can be found in Asian Side. Zin D Home Çekmeköy features a total of 32 guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.94" OriginalAmount="198.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.956820228944" Longitude="29.097906947136" StarRating="4" HotelCode="185589|rhisos_hotel_bostanci" HotelName="Rhiss Hotel Bostanci" 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,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="63" TotalAmount="203.94" OriginalAmount="198.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="203.94" OriginalAmount="198.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="94" TotalAmount="204.26" OriginalAmount="198.31" 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="204.60" OriginalAmount="198.64" 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="94" TotalAmount="204.63" OriginalAmount="198.67" 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="204.95" OriginalAmount="198.98" 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="27" TotalAmount="204.97" OriginalAmount="199" 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="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053812248287" Longitude="28.949741721153" StarRating="4" HotelCode="185711|hilton_garden_inn_istanbul_golden_horn" HotelName="Hilton Garden Inn Istanbul Golden Horn" 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,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="63" TotalAmount="204.97" OriginalAmount="199.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="204.97" OriginalAmount="199.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="204.97" OriginalAmount="199.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="204.97" OriginalAmount="199.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="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050801460392" Longitude="28.98685345595" StarRating="4" HotelCode="451210|regard_hotel" HotelName="Regard Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026535" Longitude="28.97455" StarRating="3" HotelCode="933235|duo_galata_hotel" HotelName="Duo Galata Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" 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="16" TotalAmount="205.00" OriginalAmount="199.03" 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="205.12" OriginalAmount="199.15" 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="Non Refundable">
        <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="94" TotalAmount="205.12" OriginalAmount="199.15" 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 13/06/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="16" TotalAmount="205.27" OriginalAmount="199.29" 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="16" TotalAmount="205.60" OriginalAmount="199.61" 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="205.60" OriginalAmount="199.61" 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="94" TotalAmount="205.67" OriginalAmount="199.68" 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="205.67" OriginalAmount="199.68" 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 10/06/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="205.73" OriginalAmount="199.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005602141028" Longitude="28.971781977197" StarRating="3" HotelCode="154369|1656508" HotelName="Tulip House" 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>Küçük Ayasofya Mh., Katip Sinan Cami Sk. No:28, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213717/213717a_hb_a_030.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="205.79" OriginalAmount="199.80" 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="27" TotalAmount="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="76949|19585" 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="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010048101625" Longitude="28.953614830971" StarRating="4" HotelCode="185572|32033" 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="27" TotalAmount="206.00" OriginalAmount="200" 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="206.00" OriginalAmount="200" 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="94" TotalAmount="206.09" OriginalAmount="200.09" 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 13/06/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="94" TotalAmount="206.14" OriginalAmount="200.14" 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="206.14" OriginalAmount="200.14" 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="16" TotalAmount="206.15" OriginalAmount="200.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0077875" Longitude="28.9543513" StarRating="3" HotelCode="67515|590205" HotelName="Aspen Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/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,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="206.22" OriginalAmount="200.21" 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 13/06/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="206.82" OriginalAmount="200.80" 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="27" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003443523223" Longitude="28.970485925675" StarRating="4" HotelCode="9878|25893" 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="27" TotalAmount="207.03" OriginalAmount="201" 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="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036891234583" Longitude="28.982026800513" StarRating="4" HotelCode="186915|34396" HotelName="TaximTown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/06/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="207.03" OriginalAmount="201.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="207.03" OriginalAmount="201.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="207.03" OriginalAmount="201.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="207.03" OriginalAmount="201.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="94" TotalAmount="207.06" OriginalAmount="201.03" 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="16" TotalAmount="207.23" OriginalAmount="201.19" 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 11/06/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="207.26" OriginalAmount="201.22" 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="Non Refundable" 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="94" TotalAmount="207.27" OriginalAmount="201.23" 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="16" TotalAmount="207.34" OriginalAmount="201.30" 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 11/06/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="16" TotalAmount="207.35" OriginalAmount="201.31" 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="Non Refundable" 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="207.41" OriginalAmount="201.37" 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 06/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="16" TotalAmount="207.57" OriginalAmount="201.52" 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="Non Refundable" 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="16" TotalAmount="207.70" OriginalAmount="201.65" 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="207.80" OriginalAmount="201.75" 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 12/06/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="207.87" OriginalAmount="201.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988369956287" Longitude="28.907835938793" StarRating="3" HotelCode="118888|1080598" HotelName="Panorama Health Club Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 13/06/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="27" TotalAmount="208.06" OriginalAmount="202" 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="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011118778456" Longitude="28.958201408386" StarRating="4" HotelCode="130243|klas_hotel" HotelName="Klas" 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,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="63" TotalAmount="208.06" OriginalAmount="202.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="208.06" OriginalAmount="202.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="208.06" OriginalAmount="202.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="208.06" OriginalAmount="202.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="208.10" OriginalAmount="202.04" 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="208.12" OriginalAmount="202.06" 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="16" TotalAmount="208.64" OriginalAmount="202.56" 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="Non Refundable" 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="94" TotalAmount="208.69" OriginalAmount="202.61" 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="94" TotalAmount="209.09" OriginalAmount="203.00" 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="63" TotalAmount="209.09" OriginalAmount="203.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="209.09" OriginalAmount="203.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="209.09" OriginalAmount="203.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 11/06/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="209.15" OriginalAmount="203.06" 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="209.74" OriginalAmount="203.63" 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 12/06/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="209.91" OriginalAmount="203.80" 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="209.91" OriginalAmount="203.80" 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="209.96" OriginalAmount="203.84" 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="16" TotalAmount="210.05" OriginalAmount="203.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00686" Longitude="28.97232" StarRating="3" HotelCode="68413|2264135" HotelName="Olimpic 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,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="27" TotalAmount="210.12" OriginalAmount="204" 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="210.12" OriginalAmount="204" 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="210.12" OriginalAmount="204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038723682083" Longitude="28.984039127827" StarRating="4" HotelCode="18133|taksim_gn" HotelName="Taksim Gönen" 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,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="63" TotalAmount="210.12" OriginalAmount="204.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 12/06/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="210.12" OriginalAmount="204.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="Non Refundable" 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="210.12" OriginalAmount="204.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 12/06/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="210.12" OriginalAmount="204.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="94" TotalAmount="210.13" OriginalAmount="204.01" 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="210.23" OriginalAmount="204.11" 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="94" TotalAmount="210.52" OriginalAmount="204.39" 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 13/06/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="210.52" OriginalAmount="204.39" 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="16" TotalAmount="211.01" OriginalAmount="204.86" 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 13/06/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="94" TotalAmount="211.10" OriginalAmount="204.95" 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="27" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008908590915" Longitude="28.959451317787" StarRating="4" HotelCode="11576|27811" HotelName="The Darkhill 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,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="27" TotalAmount="211.15" OriginalAmount="205" 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="63" TotalAmount="211.15" OriginalAmount="205.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.87631" Longitude="29.241871" StarRating="3" HotelCode="188739|pen_hotel_" HotelName="Agrigento Penotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ankara Caddesi No: 219, Dogu Mahallesi, Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea22a4d4451284f831748f53f2a450e70c005bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Pen Otel is located in a central area where hotel guests can easily transport to Sabiha Gökçen Inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.15" OriginalAmount="205.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021799035429" Longitude="28.819036341104" StarRating="3" HotelCode="294765|hilton_garden_inn_istanbul_ataturk_airport" HotelName="Hilton Garden Inn Istanbul Ataturk Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="211.15" OriginalAmount="205.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="211.15" OriginalAmount="205.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="94" TotalAmount="211.39" OriginalAmount="205.23" 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="Non Refundable">
        <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="211.62" OriginalAmount="205.46" 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="94" TotalAmount="211.63" OriginalAmount="205.47" 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="211.64" OriginalAmount="205.48" 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 11/06/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="211.65" OriginalAmount="205.49" 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="Non Refundable">
        <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="211.74" OriginalAmount="205.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0228879" Longitude="28.9306757" StarRating="5" HotelCode="|108359" HotelName="Akgun Istanbul Hotel, WorldHotels Elite" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="211.84" OriginalAmount="205.67" 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="16" TotalAmount="212.12" OriginalAmount="205.94" 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="212.16" OriginalAmount="205.98" 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="27" TotalAmount="212.18" OriginalAmount="206" 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="Free CXL until 10/06/2026" 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="63" TotalAmount="212.18" OriginalAmount="206.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="212.18" OriginalAmount="206.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="Free CXL until 10/06/2026" 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="94" TotalAmount="212.56" OriginalAmount="206.37" 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="94" TotalAmount="212.70" OriginalAmount="206.50" 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 13/06/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="16" TotalAmount="212.81" OriginalAmount="206.61" 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="213.21" OriginalAmount="207" 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="213.21" OriginalAmount="207.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="213.21" OriginalAmount="207.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="16" TotalAmount="213.24" OriginalAmount="207.03" 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="213.53" OriginalAmount="207.31" 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="94" TotalAmount="213.84" OriginalAmount="207.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054567" Longitude="28.981547" StarRating="0" HotelCode="|562036" HotelName="38 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/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="27" TotalAmount="214.24" OriginalAmount="208" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.84931052" Longitude="29.29676141" StarRating="3" HotelCode="531343|199022" HotelName="ibis Istanbul Tuzla" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Aydintepe Mahallesi, Selin Sokak 7, Tuzla, 34947 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/26/ee2689b892c3e51cf2a65ec5cd78570bca3292df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.24" OriginalAmount="208" 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="214.24" OriginalAmount="208" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098" Longitude="28.954833" StarRating="4" HotelCode="185585|32822" 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="27" TotalAmount="214.24" OriginalAmount="208" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039558" Longitude="28.983467" StarRating="4" HotelCode="13092|45366" HotelName="The Green Park Hotel Taksim" 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,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="63" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024987353666" Longitude="28.466994381615" StarRating="4" HotelCode="143554|blue_world_hotel" HotelName="Blue World Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>E-5 Karayolu Üzeri 144, Kumburgaz, 34015 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/46/9746790b95becb4679cf9e948021812e3f1632b7.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="214.24" OriginalAmount="208.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="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005575965595" Longitude="28.973709940911" StarRating="3" HotelCode="409784|hotel_fehmi_bey" 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="63" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="975532|grand_konak_hotel" HotelName="Grand Konak Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haci Kadin Mahallesi, Tavanli Cesme Sokak 4, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/17/7d1785f567c3a6fb98ed78d09fa00aa452ee41f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.29" OriginalAmount="208.05" 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="16" TotalAmount="214.53" OriginalAmount="208.28" 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="214.72" OriginalAmount="208.47" 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="16" TotalAmount="214.93" OriginalAmount="208.67" 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 12/06/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="215.20" OriginalAmount="208.93" 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="27" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022932" Longitude="28.930378" StarRating="5" HotelCode="9352|18039" 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="27" TotalAmount="215.27" OriginalAmount="209" 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="94" TotalAmount="215.27" OriginalAmount="209.00" 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="63" TotalAmount="215.27" OriginalAmount="209.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="215.27" OriginalAmount="209.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="16" TotalAmount="215.40" OriginalAmount="209.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008743633468" Longitude="28.953657746315" StarRating="4" HotelCode="166621|372595" HotelName="Hotel Istanbul Trend" 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,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="94" TotalAmount="215.57" OriginalAmount="209.29" 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="215.59" OriginalAmount="209.31" 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="215.59" OriginalAmount="209.31" 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="16" TotalAmount="215.68" OriginalAmount="209.40" 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="215.82" OriginalAmount="209.53" 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="216.11" OriginalAmount="209.82" 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="Non Refundable">
        <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="216.25" OriginalAmount="209.95" 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="27" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04334713" Longitude="29.00356245" StarRating="5" HotelCode="375417|217795" HotelName="Hotel Golden Pen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="216.30" OriginalAmount="210" 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="63" TotalAmount="216.30" OriginalAmount="210.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="216.30" OriginalAmount="210.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054824672247" Longitude="28.997232813492" StarRating="3" HotelCode="188742|semsan_hotel_nisantasi" 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="216.30" OriginalAmount="210.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035171024224" Longitude="28.983580470085" StarRating="3" HotelCode="191168|212_istanbul_suites" HotelName="212 Istanbul Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi Abdullah Sokak No:16, Beyoglu, Taksim, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d37e8421cf29e041c9361ac7659ae2a38c0d003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.30" OriginalAmount="210.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="63" TotalAmount="216.30" OriginalAmount="210.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99258322" Longitude="28.84683201" StarRating="3" HotelCode="568592|holiday_inn_express_istanbul_atakoy_metro" HotelName="Holiday Inn Express Istanbul Atakoy Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="216.30" OriginalAmount="210.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="216.30" OriginalAmount="210.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="216.30" OriginalAmount="210.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="216.30" OriginalAmount="210.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="976111|beyhan_hotel" HotelName="Beyhan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Kurkcubasi Sokak 4, Beyazit, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/96/e996cf6aeaad5b3f5b3032a126eb1dc9e70f73ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.35" OriginalAmount="210.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032886" Longitude="28.976642" StarRating="3" HotelCode="|453045" HotelName="West Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="216.51" OriginalAmount="210.20" 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="216.63" OriginalAmount="210.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0329195" Longitude="28.9750074" StarRating="3" HotelCode="118882|1017798" HotelName="Troya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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="216.77" OriginalAmount="210.46" 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="216.82" OriginalAmount="210.50" 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="216.89" OriginalAmount="210.57" 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="16" TotalAmount="216.91" OriginalAmount="210.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004536638169" Longitude="28.972750175033" StarRating="3" HotelCode="146574|861645" HotelName="Dara Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="16" TotalAmount="217.19" OriginalAmount="210.86" 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 13/06/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="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006255053543" Longitude="28.980005085468" StarRating="3" HotelCode="118884|turk_art_hotel" HotelName="Turk Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Tevkifhane Sokak 12, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/66/77667bde8e3e8a8d5d6a70627186db8b20a6bedc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008173775166" Longitude="28.978475158813" StarRating="3" HotelCode="531571|oban_suites_istanbul" 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="94" TotalAmount="217.36" OriginalAmount="211.03" 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="217.38" OriginalAmount="211.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0138361" Longitude="28.9395974" StarRating="3" HotelCode="|82980" HotelName="Topkapı" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="217.64" OriginalAmount="211.30" 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="Free CXL until 12/06/2026">
        <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="217.78" OriginalAmount="211.44" 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="16" TotalAmount="218.01" OriginalAmount="211.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005184297679" Longitude="28.980581760407" StarRating="3" HotelCode="185596|1485698" HotelName="Saba Sultan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/06/2026" 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="94" TotalAmount="218.27" OriginalAmount="211.91" 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="27" TotalAmount="218.36" OriginalAmount="212" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036559813652" Longitude="28.985457660188" StarRating="4" HotelCode="74097|27981" HotelName="Taxim Hill Hotel" 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>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="63" TotalAmount="218.36" OriginalAmount="212.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008944983035" Longitude="28.964219431877" StarRating="4" HotelCode="213517|victory_hotel__spa_istanbul" HotelName="Victory Hotel &amp; Spa Istanbul" Meals="BED &amp; BREAKFAST" 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="63" TotalAmount="218.36" OriginalAmount="212.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="218.36" OriginalAmount="212.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="94" TotalAmount="218.59" OriginalAmount="212.22" 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="218.89" OriginalAmount="212.51" 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="219.16" OriginalAmount="212.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0029222" Longitude="28.97326" StarRating="3" HotelCode="|82914" HotelName="Siesta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mah. Akburcak Sok No:24 sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/4/82914_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Santa Sofia It is located 100 metres away from. ROOM: Each room has WiFi, a balcony and a terrace with views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.25" OriginalAmount="212.86" 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 11/06/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="27" TotalAmount="219.39" OriginalAmount="213" 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 07/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="63" TotalAmount="219.39" OriginalAmount="213.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="191119|vernazza_suites_2" HotelName="Home Stay Home Mecidiyeköy" Meals="ROOM ONLY" 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="63" TotalAmount="219.39" OriginalAmount="213.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="94" TotalAmount="219.40" OriginalAmount="213.01" 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="Non Refundable">
        <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="94" TotalAmount="219.40" OriginalAmount="213.01" 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="16" TotalAmount="219.52" OriginalAmount="213.13" 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="94" TotalAmount="219.58" OriginalAmount="213.18" 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="219.82" OriginalAmount="213.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00943" Longitude="28.97687" StarRating="0" HotelCode="|260383" HotelName="The Kybele Hotel - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <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="220.26" OriginalAmount="213.84" 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="94" TotalAmount="220.33" OriginalAmount="213.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039719" Longitude="28.9822838" StarRating="0" HotelCode="|108049" HotelName="Sheriff Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah. Feridiye Cad. Cambazoglu Sok. No:22 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/4/9/108049_c2e497c1414.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 300 metres away fromTaksim the square. ROOM: The rooms have a fully-equipped kitchen, an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.42" OriginalAmount="214" 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 09/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="220.42" OriginalAmount="214" 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="220.60" OriginalAmount="214.17" 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 12/06/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="221.03" OriginalAmount="214.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001061" Longitude="28.796688" StarRating="0" HotelCode="|554130" HotelName="The Nirvanas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi Erkin Sokak No.60/62</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/1/3/0/554130_2c8b3dd1300.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.15" OriginalAmount="214.71" 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 13/06/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="221.32" OriginalAmount="214.87" 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="27" TotalAmount="221.45" OriginalAmount="215" 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 12/06/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="27" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038518" Longitude="28.985269" StarRating="4" HotelCode="75233|27815" HotelName="Riva" 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,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="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055795" Longitude="28.97451067" StarRating="4" HotelCode="35328|alzer_hotel" HotelName="Alzer Hotel" Meals="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="63" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.936622338631" Longitude="29.122539566556" StarRating="4" HotelCode="147030|dream_hill_business_deluxe" HotelName="Dream Hill Business Deluxe" Meals="ROOM ONLY" 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="63" TotalAmount="221.45" OriginalAmount="215.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="94" TotalAmount="221.57" OriginalAmount="215.12" 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="Non Refundable">
        <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="16" TotalAmount="221.61" OriginalAmount="215.16" 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="16" TotalAmount="221.61" OriginalAmount="215.16" 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 07/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="221.90" OriginalAmount="215.44" 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 10/06/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="221.96" OriginalAmount="215.50" 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="12" TotalAmount="222.07" OriginalAmount="215.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05965" Longitude="28.81391" StarRating="5" HotelCode="703683|38852925" HotelName="Westside Arjaan by Rotana Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" 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="222.12" OriginalAmount="215.65" 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="94" TotalAmount="222.18" OriginalAmount="215.71" 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="222.27" OriginalAmount="215.80" 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="222.45" OriginalAmount="215.97" 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="27" TotalAmount="222.48" OriginalAmount="216" 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="63" TotalAmount="222.48" OriginalAmount="216.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.932642251862" Longitude="29.327947100121" StarRating="5" HotelCode="260171|miracle_istanbul_asia_hotel_and_spa" HotelName="Miracle Istanbul Asia" Meals="ROOM ONLY" 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="63" TotalAmount="222.48" OriginalAmount="216.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="94" TotalAmount="223.03" OriginalAmount="216.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="16" TotalAmount="223.09" OriginalAmount="216.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012818" Longitude="28.976717" StarRating="4" HotelCode="32884|70014" 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="94" TotalAmount="223.22" OriginalAmount="216.72" 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 11/06/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="223.51" OriginalAmount="217" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011440585293" Longitude="28.958480358124" StarRating="4" HotelCode="37858|23230" 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="63" TotalAmount="223.51" OriginalAmount="217.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04056927" Longitude="28.98212221" StarRating="4" HotelCode="321413|metropolitan_hotels_taksim" HotelName="Metropolitan Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="223.51" OriginalAmount="217.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010811335401" Longitude="28.957305527613" StarRating="3" HotelCode="410439|kecik_hotel_2" HotelName="Kecik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Fethibey Caddesi 6, 34134 Istanbul, Laleli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/3c/543c871325a38173b58cd1a3562ca04c01f0b274.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable 4 star hotel has 90 rooms equipped with a minibar, a TV, in room music, air conditi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.51" OriginalAmount="217.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="94" TotalAmount="223.57" OriginalAmount="217.06" 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 11/06/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="94" TotalAmount="224.06" OriginalAmount="217.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9787933" Longitude="28.8776123" StarRating="0" HotelCode="|304812" HotelName="Naila Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="16" TotalAmount="224.14" OriginalAmount="217.61" 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 12/06/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="224.20" OriginalAmount="217.67" 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="94" TotalAmount="224.21" OriginalAmount="217.68" 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="16" TotalAmount="224.22" OriginalAmount="217.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037121368107" Longitude="28.986632823944" StarRating="4" HotelCode="38708|1450698" 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="27" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00272924" Longitude="29.15920012" StarRating="4" HotelCode="322711|199116" HotelName="Four Points by Sheraton Istanbul Dudullu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" 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="224.54" OriginalAmount="218" 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="Non Refundable" 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="224.54" OriginalAmount="218" 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="Non Refundable" 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="94" TotalAmount="224.54" OriginalAmount="218.00" 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="224.54" OriginalAmount="218.00" 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="63" TotalAmount="224.54" OriginalAmount="218.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="224.54" OriginalAmount="218.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035326811077" Longitude="28.97803902626" StarRating="3" HotelCode="191190|hotel_balo" 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="224.80" OriginalAmount="218.25" 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="224.87" OriginalAmount="218.32" 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="224.97" OriginalAmount="218.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0099524" Longitude="28.9762988" StarRating="0" HotelCode="|108175" HotelName="Albatros Hagia Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Professor Kazim Gurkan Cad. No.14 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/7/5/108175_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the historic centre of it is 3 minutes away from Topkapi the Palace of Santa Sofia the Basilica of. ROOM: The establishment has modern rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.22" OriginalAmount="218.66" 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="225.39" OriginalAmount="218.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0086422" Longitude="28.959998" StarRating="3" HotelCode="|82942" HotelName="Benler" 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/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="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008332" Longitude="28.963836" StarRating="4" HotelCode="96592|47741" HotelName="Grand Beyazid" 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,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="27" TotalAmount="225.57" OriginalAmount="219" 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 13/06/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="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048788" Longitude="28.985093" StarRating="5" HotelCode="173845|27833" 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="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.086960951683" Longitude="28.903073966503" StarRating="4" HotelCode="186921|48011" 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="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01366612" Longitude="28.97703067" StarRating="3" HotelCode="33226|2258" 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="63" TotalAmount="225.57" OriginalAmount="219.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="225.57" OriginalAmount="219.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="16" TotalAmount="225.67" OriginalAmount="219.10" 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="94" TotalAmount="226.15" OriginalAmount="219.56" 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="16" TotalAmount="226.28" OriginalAmount="219.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.065123381941" Longitude="29.003229305557" StarRating="5" HotelCode="9467|144376" HotelName="Sürmeli Hotel Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="226.52" OriginalAmount="219.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06254" Longitude="29.00015" StarRating="0" HotelCode="|185022" HotelName="The Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mah. Ozbal Sk. No:8 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/2/2/185022_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.56" OriginalAmount="219.96" 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="226.60" OriginalAmount="220" 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="63" TotalAmount="226.60" OriginalAmount="220.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="226.60" OriginalAmount="220.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="ROOM ONLY" BedType="ROOM ONLY" 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="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053715117156" Longitude="28.945672898148" StarRating="4" HotelCode="442580|ramada_hotel_suites_istanbul_golden_horn" HotelName="Ramada Hotel &amp; Suites Istanbul Golden Horn" Meals="ROOM ONLY" 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="63" TotalAmount="226.60" OriginalAmount="220.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="Free CXL until 11/06/2026" 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="226.60" OriginalAmount="220.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="226.63" OriginalAmount="220.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0076928" Longitude="28.9554239" StarRating="3" HotelCode="175211|1738068" HotelName="Grand Asiyan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/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="94" TotalAmount="226.64" OriginalAmount="220.04" 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="226.74" OriginalAmount="220.14" 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="Non Refundable" 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="226.99" OriginalAmount="220.38" 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="94" TotalAmount="227.04" OriginalAmount="220.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0312209" Longitude="28.8171593" StarRating="5" HotelCode="|107975" HotelName="Rotta İstanbul " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <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="94" TotalAmount="227.08" OriginalAmount="220.47" 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="94" TotalAmount="227.18" OriginalAmount="220.56" 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="227.47" OriginalAmount="220.84" 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="27" TotalAmount="227.63" OriginalAmount="221" 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" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/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="227.63" OriginalAmount="221" 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="227.63" OriginalAmount="221.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="227.63" OriginalAmount="221.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="227.68" OriginalAmount="221.05" 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="227.71" OriginalAmount="221.08" 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="227.96" OriginalAmount="221.32" 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="16" TotalAmount="228.38" OriginalAmount="221.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008301" Longitude="28.976981" StarRating="3" HotelCode="167655|135404" 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="94" TotalAmount="228.61" OriginalAmount="221.95" 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="Non Refundable">
        <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="228.62" OriginalAmount="221.96" 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="27" TotalAmount="228.66" OriginalAmount="222" 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="63" TotalAmount="228.66" OriginalAmount="222.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="228.66" OriginalAmount="222.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 11/06/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="63" TotalAmount="228.66" OriginalAmount="222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00623292" Longitude="28.6653586" StarRating="4" HotelCode="735341|vespia_hotel" HotelName="Vespia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.97" OriginalAmount="222.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01242" Longitude="28.95756" StarRating="4" HotelCode="|44069" HotelName="Vicenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BALABANAGA MAH FEVZIYE CAD NO 3 SEHZADEBASI-LALELI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/6/9/44069_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, has 85 standard rooms. The establishment boasts air-conditioning, a hall, a reception, a currency exchange service, a cloakroom, a lift, a hairdresser's and a playground. The establishment also has a cafÃ©, a bar, a restaurant, conference facilities and WiFi (for a fee). For an additional charge cost offers room service, a laundry service, a car park and indoor parking.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="229.05" OriginalAmount="222.38" 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="94" TotalAmount="229.34" OriginalAmount="222.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0401897" Longitude="28.9844397" StarRating="4" HotelCode="|42945" HotelName="Nova Plaza Orion" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="229.69" OriginalAmount="223" 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="63" TotalAmount="229.69" OriginalAmount="223.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00477" Longitude="28.98074" StarRating="3" HotelCode="36322|yusuf_pasa_konagi__special_class" HotelName="Yusuf Pasa Konagi" 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,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="230.38" OriginalAmount="223.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004355829379" Longitude="28.979782702767" StarRating="3" HotelCode="118851|180936" 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="94" TotalAmount="230.52" OriginalAmount="223.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9915101" Longitude="28.7955436" StarRating="0" HotelCode="|305156" HotelName="Alrazi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/1/5/6/305156_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.58" OriginalAmount="223.86" 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="Free CXL until 11/06/2026">
        <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="27" TotalAmount="230.72" OriginalAmount="224" 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="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00276385" Longitude="28.97370327" StarRating="2" HotelCode="323414|56694" HotelName="Nova Roma Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Aksakal  Caddesi Number  25, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/28/6e289f257638c6d35caf9c3bcb3f7babde6659a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.72" OriginalAmount="224.00" 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="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051618" Longitude="28.989143" StarRating="3" HotelCode="191115|jazz_hotel_3" 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="63" TotalAmount="230.72" OriginalAmount="224.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 08/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="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013209817963" Longitude="28.977657349074" StarRating="4" HotelCode="350797|lalahan_hotel" HotelName="Lalahan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi No: 26, Sirkeci Eminönü Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/21/f3/21f3cf1222e5430e3978961b042de8b8acd575d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.86" OriginalAmount="224.14" 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="230.90" OriginalAmount="224.17" 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="230.91" OriginalAmount="224.18" 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="231.17" OriginalAmount="224.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0291634" Longitude="28.9721603" StarRating="4" HotelCode="|37002" HotelName="Grand  Haliç Goldenhorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="231.22" OriginalAmount="224.49" 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 12/06/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="94" TotalAmount="231.72" OriginalAmount="224.97" 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="27" TotalAmount="231.75" OriginalAmount="225" 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="63" TotalAmount="231.75" OriginalAmount="225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="143018|alaaddin_hotel" 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="63" TotalAmount="231.75" OriginalAmount="225.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="94" TotalAmount="232.08" OriginalAmount="225.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.86955" Longitude="29.26987" StarRating="5" HotelCode="|225445" HotelName="Istanbul Marriott Pendik" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <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="94" TotalAmount="232.37" OriginalAmount="225.60" 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 12/06/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="232.52" OriginalAmount="225.75" 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="232.63" OriginalAmount="225.85" 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="232.78" OriginalAmount="226" 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="232.78" OriginalAmount="226" 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="63" TotalAmount="232.78" OriginalAmount="226.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 08/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="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045984825105" Longitude="28.912302833891" StarRating="5" HotelCode="353710|lionel_hotel_istanbul" HotelName="Lionel Hotel Istanbul" Meals="ROOM ONLY" 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="94" TotalAmount="232.79" OriginalAmount="226.01" 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="232.83" OriginalAmount="226.05" 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="Non Refundable">
        <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="233.43" OriginalAmount="226.63" 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="Free CXL until 12/06/2026">
        <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="233.63" OriginalAmount="226.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0197797" Longitude="28.928496" StarRating="2" HotelCode="|108128" HotelName="Grand Reİs" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="233.66" OriginalAmount="226.85" 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="94" TotalAmount="233.80" OriginalAmount="226.99" 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="27" TotalAmount="233.81" OriginalAmount="227" 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="63" TotalAmount="233.81" OriginalAmount="227.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 11/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="233.81" OriginalAmount="227.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="233.81" OriginalAmount="227.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 09/06/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="233.81" OriginalAmount="227.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="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070703" Longitude="28.97246467" StarRating="0" HotelCode="590675|gulec_hotel" 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="63" TotalAmount="233.81" OriginalAmount="227.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="Non Refundable">
        <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="233.81" OriginalAmount="227.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="233.81" OriginalAmount="227.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="94" TotalAmount="234.04" OriginalAmount="227.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0121741" Longitude="28.9558592" StarRating="4" HotelCode="|17616" HotelName="Yigitalp" 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/7/6/1/6/17616_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1990, has 6 floors, 83 rooms and 5 suites. In the establishment entrance, guests will find a lobby, a reception, a safety deposit box service, a bar, a cafÃ© and a lift. The establishment boasts the kiosk, the pub, the bar, a hairdresser's, a television room and an Ã  la carte restaurant with air-conditioning, The establishment also offers a conference room, internet and a car park. There are many services available at the establishment, including room service, a medical care service and a laundry service. SITUATION: This hotel is in the historic centre, in the surrounding area, clients can find SÃ¼leymaniye, Sultanahmed Camii and Topkapi Sarayi shops, leisure areas and entertainment. it is situated 60 minutes away from Istanbul 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, a central heating system and an air-conditioning system. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast, Ã  la carte lunch and dinner and a set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.15" OriginalAmount="227.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9909485" Longitude="29.0310949" StarRating="0" HotelCode="|532716" HotelName="Classio Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Visne Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/7/1/6/532716_88bc6021044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.19" OriginalAmount="227.37" 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="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="94" TotalAmount="234.54" OriginalAmount="227.71" 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="16" TotalAmount="234.70" OriginalAmount="227.86" 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="27" TotalAmount="234.84" OriginalAmount="228" 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="234.84" OriginalAmount="228" 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="27" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069785378669" Longitude="28.86783192159" StarRating="5" HotelCode="244317|40359" HotelName="Ramada Plaza Istanbul Tekstilkent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="234.84" OriginalAmount="228.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="234.84" OriginalAmount="228.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028389" Longitude="28.979962" StarRating="5" HotelCode="493637|tophane_suites" HotelName="Tophane Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bogazkesen Cd No 56, Tophane, Istanbul 34425</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/6b/146bf7d4a7586251c6977441735653e58ba71e40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.84" OriginalAmount="228.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="234.84" OriginalAmount="228.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="234.85" OriginalAmount="228.01" 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="234.85" OriginalAmount="228.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.96745" Longitude="29.10485" StarRating="3" HotelCode="|192848" HotelName="Plus Bostanci Atasehir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="234.90" OriginalAmount="228.06" 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="234.91" OriginalAmount="228.07" 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="94" TotalAmount="235.24" OriginalAmount="228.39" 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="235.64" OriginalAmount="228.78" 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="94" TotalAmount="235.86" OriginalAmount="228.99" 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="27" TotalAmount="235.87" OriginalAmount="229" 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 12/06/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="235.87" OriginalAmount="229" 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 13/06/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="27" TotalAmount="235.87" OriginalAmount="229" 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="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.86944" Longitude="29.270837" StarRating="5" HotelCode="146902|divan_istanbul_asia_hotel" HotelName="Divan Istanbul Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 08/06/2026" 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="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0349924" Longitude="28.9768965" StarRating="0" HotelCode="369140|grand_papirus_hotel" HotelName="Grand Papirus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemer Hatun Mahallesi, Kalyoncukulluk Caddesi No: 15, Beyoglu-Nevizade, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/8f/5d8f69677b9f6ab1249637469066ee1da01f4d1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.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="27" TotalAmount="236.90" OriginalAmount="230" 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 11/06/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="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012343255205" Longitude="28.954797685146" StarRating="4" HotelCode="75253|30347" 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="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="27" TotalAmount="236.90" OriginalAmount="230" 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="63" TotalAmount="236.90" OriginalAmount="230.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="236.90" OriginalAmount="230.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005022820611" Longitude="28.964796839287" StarRating="4" HotelCode="292260|skalion_hotel" 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="94" TotalAmount="237.27" OriginalAmount="230.36" 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 14/06/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="237.57" OriginalAmount="230.65" 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="16" TotalAmount="237.63" OriginalAmount="230.71" 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="16" TotalAmount="237.64" OriginalAmount="230.72" 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="94" TotalAmount="237.81" OriginalAmount="230.88" 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="27" TotalAmount="237.93" OriginalAmount="231" 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 12/06/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="237.93" OriginalAmount="231" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039844469432" Longitude="28.985471427441" StarRating="4" HotelCode="9357|4691" HotelName="Nova Plaza Crystal 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,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="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040624884798" Longitude="28.98342953373" StarRating="4" HotelCode="165508|elite_world_prestige" HotelName="Elite World Prestige Hotel" 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,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="63" TotalAmount="237.93" OriginalAmount="231.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="Free CXL until 11/06/2026" 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="237.93" OriginalAmount="231.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="Free CXL until 11/06/2026" 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="94" TotalAmount="238.07" OriginalAmount="231.14" 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="238.14" OriginalAmount="231.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007411" Longitude="28.969769" StarRating="0" HotelCode="|537426" HotelName="BALPETEK HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>gedikpasa cami sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/4/2/6/537426_38e2b9d2124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.15" OriginalAmount="231.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008736" Longitude="28.690162" StarRating="0" HotelCode="|466917" HotelName="Blue Vista Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Orkide Cd. 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/9/1/7/466917_6cd50701644.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.17" OriginalAmount="231.23" 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="Non Refundable">
        <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="238.25" OriginalAmount="231.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.173558" Longitude="29.607431" StarRating="0" HotelCode="|567282" HotelName="Miletus Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/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="238.32" OriginalAmount="231.38" 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="238.40" OriginalAmount="231.46" 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="238.50" OriginalAmount="231.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0080917" Longitude="28.9725797" StarRating="3" HotelCode="|108350" HotelName="Antea - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="238.57" OriginalAmount="231.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01817" Longitude="28.6386" StarRating="4" HotelCode="|193241" HotelName="Hilton Garden Inn Istanbul Beylikduzu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Hayrettin Pasa Mah. 1999 Sk.No:9 Esenyurt</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/4/1/193241_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.60" OriginalAmount="231.65" 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 12/06/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="94" TotalAmount="238.63" OriginalAmount="231.68" 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 13/06/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="238.86" OriginalAmount="231.90" 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="94" TotalAmount="238.86" OriginalAmount="231.90" 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="27" TotalAmount="238.96" OriginalAmount="232" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033905465822" Longitude="28.978940550926" StarRating="4" HotelCode="309859|49288" HotelName="Ikonik The Public" 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>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="63" TotalAmount="238.96" OriginalAmount="232.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="63" TotalAmount="238.96" OriginalAmount="232.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 11/06/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="239.06" OriginalAmount="232.10" 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="239.46" OriginalAmount="232.49" 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="239.65" OriginalAmount="232.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007224941115" Longitude="28.95610364418" StarRating="4" HotelCode="167022|230856" HotelName="Grand Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/06/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="16" TotalAmount="239.73" OriginalAmount="232.75" 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="239.79" OriginalAmount="232.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07093" Longitude="29.01303" StarRating="0" HotelCode="|193010" HotelName="Milport Hotel Levent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mh. Kore Sehitleri Cd. No:51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/1/0/193010_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019116932723" Longitude="28.926588892937" StarRating="5" HotelCode="9466|4818" 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="27" TotalAmount="239.99" OriginalAmount="233" 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="94" TotalAmount="239.99" OriginalAmount="233.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05754" Longitude="28.97399" StarRating="0" HotelCode="|184159" HotelName="Urban Bomonti" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="239.99" OriginalAmount="233.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="239.99" OriginalAmount="233.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="16" TotalAmount="240.03" OriginalAmount="233.04" 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="240.23" OriginalAmount="233.23" 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="241.00" OriginalAmount="233.98" 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="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01903637" Longitude="29.12552787" StarRating="4" HotelCode="118806|agaoglu_my_city_hotel" HotelName="Agaoglu My City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992262745366" Longitude="29.026406266386" StarRating="3" HotelCode="200043|grand_as_hotel" 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="63" TotalAmount="241.02" OriginalAmount="234.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="241.02" OriginalAmount="234.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 06/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="241.02" OriginalAmount="234.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="Non Refundable">
        <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="63" TotalAmount="241.02" OriginalAmount="234.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="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="63" TotalAmount="241.02" OriginalAmount="234.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 10/06/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="94" TotalAmount="241.18" OriginalAmount="234.16" 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="241.68" OriginalAmount="234.64" 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="94" TotalAmount="241.69" OriginalAmount="234.65" 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="94" TotalAmount="241.76" OriginalAmount="234.72" 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 11/06/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="241.90" OriginalAmount="234.85" 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="94" TotalAmount="241.95" OriginalAmount="234.90" 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="242.01" OriginalAmount="234.96" 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="63" TotalAmount="242.05" OriginalAmount="235.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="242.05" OriginalAmount="235.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="242.05" OriginalAmount="235.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="63" TotalAmount="242.05" OriginalAmount="235.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 11/06/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="94" TotalAmount="242.44" OriginalAmount="235.38" 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="242.66" OriginalAmount="235.59" 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="Free CXL until 10/06/2026">
        <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="242.66" OriginalAmount="235.59" 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="94" TotalAmount="242.77" OriginalAmount="235.70" 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="242.80" OriginalAmount="235.73" 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="16" TotalAmount="242.93" OriginalAmount="235.85" 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="94" TotalAmount="242.97" OriginalAmount="235.89" 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 08/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="27" TotalAmount="243.08" OriginalAmount="236" 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="243.08" OriginalAmount="236" 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="27" TotalAmount="243.08" OriginalAmount="236" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05874328279" Longitude="28.813093424169" StarRating="5" HotelCode="118846|39258" HotelName="Holiday Inn Istanbul Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="243.08" OriginalAmount="236.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006934618615" Longitude="28.966193764418" StarRating="4" HotelCode="299677|enderun_hotel" HotelName="Enderun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.08" OriginalAmount="236.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="94" TotalAmount="243.09" OriginalAmount="236.01" 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="243.13" OriginalAmount="236.05" 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="94" TotalAmount="243.24" OriginalAmount="236.16" 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="94" TotalAmount="243.55" OriginalAmount="236.46" 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="243.56" OriginalAmount="236.47" 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="243.82" OriginalAmount="236.72" 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="12" TotalAmount="243.89" OriginalAmount="236.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="43552|1535981" HotelName="Golden Age Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" 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="16" TotalAmount="243.93" OriginalAmount="236.83" 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="94" TotalAmount="244.01" OriginalAmount="236.90" 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="27" TotalAmount="244.11" OriginalAmount="237" 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="27" TotalAmount="244.11" OriginalAmount="237" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010101" Longitude="28.977961" StarRating="3" HotelCode="33848|5330" 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="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01066" Longitude="28.958635" StarRating="4" HotelCode="167657|samir_hotel_2" HotelName="Samir Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/06/2026" 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="63" TotalAmount="244.11" OriginalAmount="237.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="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.068156507524" Longitude="28.984688515587" StarRating="4" HotelCode="310548|ramada_hotel__suites_istanbul_sisli" HotelName="Ramada Hotel &amp; Suites Istanbul Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/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="63" TotalAmount="244.11" OriginalAmount="237.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="244.11" OriginalAmount="237.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="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01524923" Longitude="28.97554134" StarRating="3" HotelCode="373854|empire_suite_hotel" HotelName="Empire Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Ankara Caddesi Dervisoglu Sokak No: 7, Sirkeci, 34112 Istanbul, Marmara Bölgesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/aa/28aad779975fe3d28d1ca638ef88114f70aa54f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.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="244.22" OriginalAmount="237.11" 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="244.50" OriginalAmount="237.38" 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="63" TotalAmount="245.14" OriginalAmount="238.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="245.14" OriginalAmount="238.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="16" TotalAmount="245.20" OriginalAmount="238.06" 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="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>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="245.20" OriginalAmount="238.06" 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="245.24" OriginalAmount="238.10" 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="16" TotalAmount="245.29" OriginalAmount="238.15" 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="94" TotalAmount="245.64" OriginalAmount="238.49" 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="245.99" OriginalAmount="238.83" 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 13/06/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="63" TotalAmount="246.17" OriginalAmount="239.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="246.19" OriginalAmount="239.02" 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="94" TotalAmount="246.24" OriginalAmount="239.07" 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="246.48" OriginalAmount="239.30" 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="246.72" OriginalAmount="239.53" 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 12/06/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="247.01" OriginalAmount="239.82" 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="247.11" OriginalAmount="239.91" 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="63" TotalAmount="247.20" OriginalAmount="240.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="Non Refundable" 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="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0109261" Longitude="28.816963" StarRating="5" HotelCode="187210|istanbul_gonen_hotel" HotelName="Istanbul Gonen" 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,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Degirmenbahce Caddesi No:15, 34197 Yenibosna, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ad/40/ad40a536d1249b1b1e636e75a22379c2135b3d8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the Yenibosna area of the city. It is 15 km away from Sultanahmet, where gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.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="63" TotalAmount="247.20" OriginalAmount="240.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="247.44" OriginalAmount="240.23" 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 11/06/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="247.58" OriginalAmount="240.37" 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="16" TotalAmount="247.80" OriginalAmount="240.58" 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="248.04" OriginalAmount="240.82" 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="Non Refundable">
        <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="94" TotalAmount="248.05" OriginalAmount="240.83" 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="27" TotalAmount="248.23" OriginalAmount="241" 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="248.23" OriginalAmount="241" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003833" Longitude="28.972504" StarRating="4" HotelCode="17781|47801" HotelName="Sokullu Pasa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 11/06/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="27" TotalAmount="248.23" OriginalAmount="241" 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 11/06/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="248.23" OriginalAmount="241.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99223046" Longitude="28.90949181" StarRating="3" HotelCode="323626|the_conforium_hotel" 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="16" TotalAmount="248.24" OriginalAmount="241.01" 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="248.34" OriginalAmount="241.11" 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 14/06/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="27" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035367905573" Longitude="28.981363946052" StarRating="3" HotelCode="398419|61400" HotelName="Ragip Pasha Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.26" OriginalAmount="242.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 12/06/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="249.26" OriginalAmount="242.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="63" TotalAmount="249.26" OriginalAmount="242.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="249.26" OriginalAmount="242.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="94" TotalAmount="249.42" OriginalAmount="242.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0068997" Longitude="28.966137" StarRating="4" HotelCode="|107939" HotelName="Enderun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi Esirci Kemalettin Sokak No:4 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/3/9/107939_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a gym, a spa with a sauna, a Turkish bath and rooms with WiFi, (free of charge). SITUATION: This hotel is in Beyazit the district of it is 850 metres away from the mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.84" OriginalAmount="242.56" 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="94" TotalAmount="249.92" OriginalAmount="242.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027059" Longitude="28.970154" StarRating="0" HotelCode="|536730" HotelName="The Gift Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="250.14" OriginalAmount="242.85" 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="Non Refundable">
        <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="27" TotalAmount="250.29" OriginalAmount="243" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040186366468" Longitude="28.984800875187" StarRating="4" HotelCode="41098|19796" HotelName="Grand Öztanik Hotel" 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,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="250.29" OriginalAmount="243.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.09287" Longitude="29.09467" StarRating="4" HotelCode="260598|asia_princess_hotel" HotelName="Park Inn by Radisson Istanbul Asia Kavacik" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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="250.38" OriginalAmount="243.09" 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 14/06/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="16" TotalAmount="250.50" OriginalAmount="243.20" 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="250.62" OriginalAmount="243.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0052167" Longitude="28.9801177" StarRating="0" HotelCode="|184489" HotelName="Hotel Alilass" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akb?y?k Caddesi Bayram F?r?n Sokak No.9, Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/8/9/184489_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.86" OriginalAmount="243.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058986" Longitude="28.951075" StarRating="4" HotelCode="|220752" HotelName="Clarion Golden Horn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Imrahor Cad Sivaseli Sok No 10 Beyoglu Sutluce</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/5/2/220752_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.06" OriginalAmount="243.75" 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="251.08" OriginalAmount="243.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0119691" Longitude="28.9781897" StarRating="0" HotelCode="|86928" HotelName="Idylle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="251.32" OriginalAmount="244.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00884912" Longitude="28.96487371" StarRating="3" HotelCode="186206|balin_hotel" HotelName="Balin Boutique Hotel" Meals="BED &amp; BREAKFAST" 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="63" TotalAmount="251.32" OriginalAmount="244.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="251.32" OriginalAmount="244.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="251.78" OriginalAmount="244.45" 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="252.21" OriginalAmount="244.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.989473" Longitude="29.025237" StarRating="3" HotelCode="191195|4517845" 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="63" TotalAmount="252.35" OriginalAmount="245.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991994756828" Longitude="29.026076752376" StarRating="4" HotelCode="37687|dila" HotelName="Dila" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" 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="63" TotalAmount="252.35" OriginalAmount="245.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005774328819" Longitude="28.954377919436" StarRating="4" HotelCode="185397|the_city_port_hotel" HotelName="The City Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="252.35" OriginalAmount="245.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003405394545" Longitude="28.978269141209" StarRating="4" HotelCode="136264|antis_hotel__special_class" HotelName="Antis" 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,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="63" TotalAmount="252.35" OriginalAmount="245.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="252.35" OriginalAmount="245.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="252.61" OriginalAmount="245.25" 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="94" TotalAmount="252.75" OriginalAmount="245.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050594" Longitude="28.986457" StarRating="4" HotelCode="|455430" HotelName="Nex Istanbul City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/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="252.80" OriginalAmount="245.44" 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="Free CXL until 13/06/2026">
        <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="252.86" OriginalAmount="245.50" 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="252.90" OriginalAmount="245.53" 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="253.35" OriginalAmount="245.97" 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="94" TotalAmount="253.37" OriginalAmount="245.99" 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="27" TotalAmount="253.38" OriginalAmount="246" 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="63" TotalAmount="253.38" OriginalAmount="246.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="253.38" OriginalAmount="246.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="94" TotalAmount="253.57" OriginalAmount="246.18" 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="253.61" OriginalAmount="246.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0262914" Longitude="28.9205353" StarRating="5" HotelCode="|220630" HotelName="Doubletree By Hilton Istanbul Topkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Orta Mahalle, Anit Sokak: No: 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/3/0/220630_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.87" OriginalAmount="246.48" 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="254.26" OriginalAmount="246.85" 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="27" TotalAmount="254.41" OriginalAmount="247" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0325769" Longitude="28.9750481" StarRating="4" HotelCode="310497|53687" HotelName="Grand Hotel de Pera" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="63" TotalAmount="254.41" OriginalAmount="247.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="254.41" OriginalAmount="247.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 10/06/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="94" TotalAmount="254.46" OriginalAmount="247.05" 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 10/06/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="254.55" OriginalAmount="247.14" 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="254.72" OriginalAmount="247.30" 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="94" TotalAmount="254.78" OriginalAmount="247.36" 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="16" TotalAmount="254.85" OriginalAmount="247.43" 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="254.88" OriginalAmount="247.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04237" Longitude="28.98484" StarRating="0" HotelCode="|551884" HotelName="Endless Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="254.96" OriginalAmount="247.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="27" TotalAmount="255.44" OriginalAmount="248" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992016" Longitude="29.038989" StarRating="5" HotelCode="296597|284877" HotelName="Kadiköy Park Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Profesör Doktor Fahrettin Kerim Gökay Caddesi No: 55, Hasanpasa, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/e6/98e62a044b65d72b1707066f3ed38ef55a3e1595.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="255.44" OriginalAmount="248" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0144535" Longitude="28.97683745" StarRating="3" HotelCode="323640|58624" HotelName="Mr. Bird Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa, Orhaniye Caddesi No: 32, Sirkeci, Sultanahmet, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/00/56/0056233077a4e2494376ac8eaaf777957b3e4f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.44" OriginalAmount="248.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00974218" Longitude="28.97868228" StarRating="3" HotelCode="167783|the_empress_theodora" HotelName="The Empress Theodora Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Caddesi 16, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/85/0685b00cc5f76ce4f5e8e2cc6e90fca2adc08d4f.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="255.44" OriginalAmount="248.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="63" TotalAmount="255.44" OriginalAmount="248.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="16" TotalAmount="255.48" OriginalAmount="248.04" 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="255.91" OriginalAmount="248.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053955" Longitude="29.0282" StarRating="0" HotelCode="|541880" HotelName="Mona Bosphorus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="255.92" OriginalAmount="248.47" 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="256.12" OriginalAmount="248.66" 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="256.14" OriginalAmount="248.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012981" Longitude="28.977068" StarRating="0" HotelCode="|535686" HotelName="Le Petit Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah. Ibni Kemal Cad. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/6/8/6/535686_bc193842000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="256.22" OriginalAmount="248.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004551" Longitude="28.979777" StarRating="3" HotelCode="188716|1007385" HotelName="Center Hill 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>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="256.32" OriginalAmount="248.85" 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="Non Refundable">
        <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="94" TotalAmount="256.45" OriginalAmount="248.98" 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="27" TotalAmount="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0249265" Longitude="28.97764912" StarRating="0" HotelCode="957405|418628" HotelName="Triada Hotel Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mahallesi, Arapoglan Sokak 34, Kemeralti Caddesi, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/23/9023bdb95e7bde829fc7be95f57991de1f5c6bc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.47" OriginalAmount="249.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01458" Longitude="28.975838" StarRating="4" HotelCode="260215|otel_eurostars_old_city" HotelName="Eurostars Hotel" Meals="ROOM ONLY" 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="256.56" OriginalAmount="249.09" 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="94" TotalAmount="256.75" OriginalAmount="249.27" 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="256.78" OriginalAmount="249.30" 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 12/06/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="256.84" OriginalAmount="249.36" 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="94" TotalAmount="256.97" OriginalAmount="249.49" 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 14/06/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="256.97" OriginalAmount="249.49" 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="257.10" OriginalAmount="249.61" 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="94" TotalAmount="257.14" OriginalAmount="249.65" 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="94" TotalAmount="257.24" OriginalAmount="249.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0099362" Longitude="28.9787878" StarRating="3" HotelCode="|82971" HotelName="The Empress Theodora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cad. No:16 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/7/1/82971_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and with views, WiFi (free of charge). SITUATION: The establishment, is situated in Sultanahmet the heart of Close to the tram stop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.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="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069023" Longitude="29.002567" StarRating="1" HotelCode="373590|hotel_boursier_istanbul__boutique_class" HotelName="Hotel Boursier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/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="257.50" OriginalAmount="250.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="257.85" OriginalAmount="250.34" 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="Free CXL until 11/06/2026" 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="258.04" OriginalAmount="250.52" 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="258.20" OriginalAmount="250.68" 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="258.28" OriginalAmount="250.76" 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="94" TotalAmount="258.42" OriginalAmount="250.89" 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="Non Refundable">
        <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="258.42" OriginalAmount="250.89" 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="63" TotalAmount="258.53" OriginalAmount="251.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="258.53" OriginalAmount="251.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118795|hotel_pera_capitol" HotelName="Hotel Pera Capitol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="258.53" OriginalAmount="251.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="258.53" OriginalAmount="251.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="63" TotalAmount="258.53" OriginalAmount="251.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="94" TotalAmount="258.93" OriginalAmount="251.39" 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="Free CXL until 13/06/2026">
        <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="94" TotalAmount="258.96" OriginalAmount="251.42" 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="94" TotalAmount="259.00" OriginalAmount="251.46" 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 13/06/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="259.10" OriginalAmount="251.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039121" Longitude="28.983672" StarRating="0" HotelCode="|526392" HotelName="Taksim Bosphorus 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/9/2/526392_0d7e7691045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.37" OriginalAmount="251.82" 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="259.43" OriginalAmount="251.87" 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="Free CXL until 11/06/2026">
        <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="259.56" OriginalAmount="252" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005917028524" Longitude="28.979015350342" StarRating="4" HotelCode="25164|25810" 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="27" TotalAmount="259.56" OriginalAmount="252" 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 12/06/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="63" TotalAmount="259.56" OriginalAmount="252.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="94" TotalAmount="259.69" OriginalAmount="252.13" 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="259.74" OriginalAmount="252.17" 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="259.87" OriginalAmount="252.30" 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 12/06/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="260.13" OriginalAmount="252.55" 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="260.13" OriginalAmount="252.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0301173" Longitude="28.974671" StarRating="3" HotelCode="|86864" HotelName="Pera Capitol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="260.24" OriginalAmount="252.66" 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="16" TotalAmount="260.27" OriginalAmount="252.69" 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="94" TotalAmount="260.33" OriginalAmount="252.75" 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="260.53" OriginalAmount="252.94" 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="260.57" OriginalAmount="252.98" 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="27" TotalAmount="260.59" OriginalAmount="253" 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="63" TotalAmount="260.59" OriginalAmount="253.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="260.61" OriginalAmount="253.02" 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 13/06/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="260.70" OriginalAmount="253.11" 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="260.92" OriginalAmount="253.32" 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="16" TotalAmount="260.98" OriginalAmount="253.38" 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="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>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="16" TotalAmount="261.07" OriginalAmount="253.47" 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 11/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>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="261.10" OriginalAmount="253.50" 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="261.42" OriginalAmount="253.81" 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="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.902039" Longitude="29.196099" StarRating="3" HotelCode="260168|villa_vanilla_hotel" HotelName="Villa Vanilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="261.62" OriginalAmount="254.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="261.62" OriginalAmount="254.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="16" TotalAmount="261.69" OriginalAmount="254.07" 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="261.84" OriginalAmount="254.21" 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="262.05" OriginalAmount="254.42" 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="94" TotalAmount="262.11" OriginalAmount="254.48" 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="Non Refundable">
        <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="262.20" OriginalAmount="254.56" 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="262.35" OriginalAmount="254.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986429" Longitude="29.111576" StarRating="4" HotelCode="|444526" HotelName="Ibis Styles Istanbul Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi, Yenidogan Cad. No.6 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/2/6/444526_b2c7b041046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.51" OriginalAmount="254.86" 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="94" TotalAmount="262.52" OriginalAmount="254.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034346" Longitude="28.984663" StarRating="0" HotelCode="|467090" HotelName="Grand Star Hotel Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="262.54" OriginalAmount="254.89" 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="27" TotalAmount="262.65" OriginalAmount="255" 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="63" TotalAmount="262.65" OriginalAmount="255.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 12/06/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="262.65" OriginalAmount="255.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.984468895147" Longitude="29.226985380716" StarRating="5" HotelCode="593445|tryp_by_wyndham_istanbul_sancaktepe" HotelName="Tryp by Wyndham Istanbul Sancaktepe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/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="63" TotalAmount="262.65" OriginalAmount="255.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="94" TotalAmount="262.85" OriginalAmount="255.19" 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="262.95" OriginalAmount="255.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0572415" Longitude="28.9795573" StarRating="0" HotelCode="|305726" HotelName="The Mill Bomonti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah. Duzoglu Sk. No: 2 A Bomonti</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/7/2/6/305726_6e7d42a2002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.36" OriginalAmount="255.69" 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="263.68" OriginalAmount="256" 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="27" TotalAmount="263.68" OriginalAmount="256" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006224692085" Longitude="28.973500728607" StarRating="4" HotelCode="59760|997" HotelName="Lady Diana" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/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>Binbirdirek Mahallesi Terzihane Sokak No 9, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/da/e8/dae81a3bb50e9cad89180a3ee5ffe06d8ca56ca5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of old Istanbul, formerly Byzance. It is within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="263.68" OriginalAmount="256" 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="27" TotalAmount="263.68" OriginalAmount="256" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03550413" Longitude="28.9855047" StarRating="4" HotelCode="563374|217262" HotelName="TRYP by Wyndham Istanbul Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="263.68" OriginalAmount="256.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="263.68" OriginalAmount="256.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.935687" Longitude="29.135853" StarRating="5" HotelCode="317086|burgu_arjaan_by_rotana" HotelName="Tango Arjaan by Rotana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/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="94" TotalAmount="264.16" OriginalAmount="256.47" 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 11/06/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="94" TotalAmount="264.51" OriginalAmount="256.81" 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="94" TotalAmount="264.69" OriginalAmount="256.98" 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="27" TotalAmount="264.71" OriginalAmount="257" 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="63" TotalAmount="264.71" OriginalAmount="257.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98450023" Longitude="29.10764508" StarRating="3" HotelCode="200040|asia_city_hotel" HotelName="Asia City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="264.71" OriginalAmount="257.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="264.71" OriginalAmount="257.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 12/06/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="264.98" OriginalAmount="257.26" 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="265.08" OriginalAmount="257.36" 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="16" TotalAmount="265.29" OriginalAmount="257.56" 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="265.30" OriginalAmount="257.57" 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="265.34" OriginalAmount="257.61" 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="265.67" OriginalAmount="257.93" 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="94" TotalAmount="265.70" OriginalAmount="257.96" 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="94" TotalAmount="265.74" OriginalAmount="258.00" 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 12/06/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="63" TotalAmount="265.74" OriginalAmount="258.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="265.79" OriginalAmount="258.05" 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="265.79" OriginalAmount="258.05" 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="Free CXL until 11/06/2026">
        <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="16" TotalAmount="265.84" OriginalAmount="258.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008224470222" Longitude="28.972760438919" StarRating="4" HotelCode="173313|860995" HotelName="Recital Boutique" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/06/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="94" TotalAmount="266.19" OriginalAmount="258.44" 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 13/06/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="266.61" OriginalAmount="258.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004049" Longitude="28.9755586" StarRating="4" HotelCode="|74817" HotelName="Sarnic Premier  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="266.77" OriginalAmount="259" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007558558938" Longitude="28.973211050034" StarRating="3" HotelCode="67067|477186" HotelName="Hotel Hali" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="266.77" OriginalAmount="259" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026883" Longitude="28.973707" StarRating="3" HotelCode="765231|57123" 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="27" TotalAmount="266.77" OriginalAmount="259" 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="27" TotalAmount="266.77" OriginalAmount="259" 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="27" TotalAmount="266.77" OriginalAmount="259" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012229916164" Longitude="28.955760598183" StarRating="4" HotelCode="9354|7062" HotelName="Black Bird Hotel- Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/06/2026" 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="266.77" OriginalAmount="259.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="266.77" OriginalAmount="259.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="266.77" OriginalAmount="259.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="Free CXL until 12/06/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="16" TotalAmount="267.08" OriginalAmount="259.30" 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="27" TotalAmount="267.80" OriginalAmount="260" 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="267.80" OriginalAmount="260" 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="27" TotalAmount="267.80" OriginalAmount="260" 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="63" TotalAmount="267.80" OriginalAmount="260.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="267.80" OriginalAmount="260.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029188" Longitude="29.11687" StarRating="5" HotelCode="297934|rescate_hotel_asia" HotelName="Mercure Istanbul Umraniye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" 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="94" TotalAmount="267.84" OriginalAmount="260.04" 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="Non Refundable">
        <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="268.03" OriginalAmount="260.22" 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="268.16" OriginalAmount="260.35" 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 10/06/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="94" TotalAmount="268.16" OriginalAmount="260.35" 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="268.19" OriginalAmount="260.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05408" Longitude="28.98584" StarRating="0" HotelCode="|242526" HotelName="Numi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah. Rumeli Cd. No 104/6 Osmanbey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/5/2/6/242526_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.38" OriginalAmount="260.56" 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="268.78" OriginalAmount="260.95" 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="63" TotalAmount="268.83" OriginalAmount="261.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="268.89" OriginalAmount="261.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003183" Longitude="28.9746901" StarRating="0" HotelCode="|86947" HotelName="Sur Hotel Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="268.95" OriginalAmount="261.12" 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 10/06/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="269.15" OriginalAmount="261.31" 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="269.16" OriginalAmount="261.32" 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="269.22" OriginalAmount="261.38" 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 13/06/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="16" TotalAmount="269.50" OriginalAmount="261.65" 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="94" TotalAmount="269.60" OriginalAmount="261.75" 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 13/06/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="269.73" OriginalAmount="261.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0057216" Longitude="28.9546415" StarRating="0" HotelCode="|108289" HotelName="The City Port Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mah. Sepetci Selim Sok. No:66 Yenikapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/9/108289_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Yenikapi Is situated in Sultanahmet the establishment is 2 kilometres away from. ROOM: The rooms have soundproofing and modern facilities. FACILITIES: Guests are offered private parking (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.80" OriginalAmount="261.94" 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="Non Refundable">
        <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="269.85" OriginalAmount="261.99" 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="269.85" OriginalAmount="261.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005325" Longitude="28.979242" StarRating="3" HotelCode="|82884" HotelName="Aristocrat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah.Dalbast? sok. No:11 Sultan Ahmet /istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/8/4/82884_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the centre of Sultanahmet. It is 3 minutes away from Sultan Ahmed Mosque and Santa Sofia.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.86" OriginalAmount="262" 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 13/06/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="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.927301706172" Longitude="29.309466776443" StarRating="4" HotelCode="446808|217231" HotelName="Hampton by Hilton Istanbul Kurtkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/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="63" TotalAmount="269.86" OriginalAmount="262.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="16" TotalAmount="269.94" OriginalAmount="262.08" 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="270.13" OriginalAmount="262.26" 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="16" TotalAmount="270.15" OriginalAmount="262.28" 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="16" TotalAmount="270.20" OriginalAmount="262.33" 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="Free CXL until 13/06/2026" 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="94" TotalAmount="270.23" OriginalAmount="262.36" 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 13/06/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="270.29" OriginalAmount="262.42" 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="Free CXL until 12/06/2026">
        <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="270.59" OriginalAmount="262.71" 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="270.75" OriginalAmount="262.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053907" Longitude="28.946584" StarRating="0" HotelCode="|561084" HotelName="Stayso The House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013427337454" Longitude="28.977261431283" StarRating="3" HotelCode="306007|58677" HotelName="Hotel Black Pearl" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="270.89" OriginalAmount="263" 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="Free CXL until 13/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,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="63" TotalAmount="270.89" OriginalAmount="263.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="270.89" OriginalAmount="263.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="63" TotalAmount="270.89" OriginalAmount="263.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="94" TotalAmount="270.91" OriginalAmount="263.02" 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="Free CXL until 12/06/2026">
        <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="271.13" OriginalAmount="263.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008703" Longitude="28.885129" StarRating="4" HotelCode="|443951" HotelName="ibis Styles Istanbul Merter" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="271.28" OriginalAmount="263.38" 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="94" TotalAmount="271.29" OriginalAmount="263.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0573006" Longitude="29.0062008" StarRating="5" HotelCode="|22638" HotelName="Surmeli Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="271.92" OriginalAmount="264.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="16" TotalAmount="272.26" OriginalAmount="264.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034598" Longitude="28.98594" StarRating="3" HotelCode="191166|1007535" HotelName="Marion Suite" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="94" TotalAmount="272.31" OriginalAmount="264.38" 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="272.81" OriginalAmount="264.86" 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 13/06/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="63" TotalAmount="272.95" OriginalAmount="265.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="94" TotalAmount="273.08" OriginalAmount="265.13" 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="Free CXL until 11/06/2026">
        <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="273.17" OriginalAmount="265.21" 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 09/06/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="16" TotalAmount="273.18" OriginalAmount="265.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011577" Longitude="28.955533" StarRating="3" HotelCode="118821|1651788" HotelName="Liberty Hotel" Meals="ROOM ONLY,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="273.51" OriginalAmount="265.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060141" Longitude="28.808088" StarRating="4" HotelCode="|444825" HotelName="Ramada Encore By Wyndham Istanbul Basin Express" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="273.88" OriginalAmount="265.90" 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="27" TotalAmount="273.98" OriginalAmount="266" 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="273.98" OriginalAmount="266.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="63" TotalAmount="273.98" OriginalAmount="266.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01196573" Longitude="28.95724615" StarRating="3" HotelCode="517172|beethoven_hotel_2" HotelName="Beethoven Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 10/06/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="274.36" OriginalAmount="266.37" 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="274.45" OriginalAmount="266.46" 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="94" TotalAmount="274.50" OriginalAmount="266.50" 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="94" TotalAmount="274.54" OriginalAmount="266.54" 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="Free CXL until 09/06/2026">
        <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="94" TotalAmount="274.55" OriginalAmount="266.55" 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="274.81" OriginalAmount="266.81" 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="94" TotalAmount="274.91" OriginalAmount="266.90" 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="27" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026957" Longitude="28.973386" StarRating="3" HotelCode="314530|217653" HotelName="Meroddi Bagdatliyan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Ilk Belediye Caddesi 35, Galata, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a6/09/a609507b9a49d49e964fd0924efaeb6769099999.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.01" OriginalAmount="267.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="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="63" TotalAmount="275.01" OriginalAmount="267.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="275.06" OriginalAmount="267.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011994" Longitude="28.958393" StarRating="4" HotelCode="|17627" HotelName="Mosaic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIDINLI TEVFIK PASA CAD. VEZNECILER-LALELI 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/2/7/17627_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a main 5-storey building and 119 double rooms. In the entrance, you can find a lobby with a reception, sofas, a hairdresser's and a conference room. SITUATION: It is inIstanbul the historic centre of it is 60 minutes away from the airport. ROOM: The cosy rooms, have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge, a central heating system and a safe. some rooms even have a balcony. FACILITIES: For a fee, you can enjoy the Turkish bath, a sauna and a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.04" OriginalAmount="268" 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="94" TotalAmount="276.04" OriginalAmount="268.00" 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 11/06/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="63" TotalAmount="276.04" OriginalAmount="268.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="63" TotalAmount="276.04" OriginalAmount="268.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008064773983" Longitude="28.958729001328" StarRating="4" HotelCode="900211|hotel_venera" HotelName="Hotel Venera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 10/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,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="94" TotalAmount="276.06" OriginalAmount="268.02" 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="276.22" OriginalAmount="268.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85855" Longitude="29.27161" StarRating="0" HotelCode="|192814" HotelName="Sahil Butik" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="276.23" OriginalAmount="268.18" 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 12/06/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="16" TotalAmount="276.46" OriginalAmount="268.41" 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="276.69" OriginalAmount="268.63" 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="276.99" OriginalAmount="268.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027595" Longitude="28.979233" StarRating="0" HotelCode="|567337" HotelName="Sabiha Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karabasdere Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/3/3/7/567337_bfe837f1323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.07" OriginalAmount="269" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004692" Longitude="28.979433" StarRating="4" HotelCode="17268|55263" 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="277.07" OriginalAmount="269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995613517998" Longitude="29.025766253471" StarRating="3" HotelCode="188746|sidonya_hotel" HotelName="Sidonya Hotel" Meals="BED &amp; BREAKFAST" 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="277.26" OriginalAmount="269.18" 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="94" TotalAmount="277.33" OriginalAmount="269.25" 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="277.34" OriginalAmount="269.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0623904" Longitude="28.9887832" StarRating="4" HotelCode="|178517" HotelName="Grand Aras and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/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="94" TotalAmount="277.56" OriginalAmount="269.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0087948" Longitude="28.8828858" StarRating="4" HotelCode="|214338" HotelName="Harmony Merter and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="16" TotalAmount="277.81" OriginalAmount="269.72" 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="94" TotalAmount="277.86" OriginalAmount="269.77" 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="16" TotalAmount="278.05" OriginalAmount="269.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039968" Longitude="28.984076" StarRating="4" HotelCode="188727|892565" HotelName="La Villa" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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,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="27" TotalAmount="278.10" OriginalAmount="270" 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="278.10" OriginalAmount="270" 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="278.10" OriginalAmount="270.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="278.10" OriginalAmount="270.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003569" Longitude="28.973919" StarRating="3" HotelCode="933208|coliseum_hotel" 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="94" TotalAmount="278.51" OriginalAmount="270.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02276" Longitude="29.0445" StarRating="0" HotelCode="|474654" HotelName="Grand Uskudar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="16" TotalAmount="278.62" OriginalAmount="270.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992502" Longitude="29.025304" StarRating="3" HotelCode="188685|1067798" HotelName="Bella Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/06/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="278.64" OriginalAmount="270.52" 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="16" TotalAmount="278.88" OriginalAmount="270.76" 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="279.13" OriginalAmount="271" 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="63" TotalAmount="279.13" OriginalAmount="271.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="279.13" OriginalAmount="271.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="16" TotalAmount="279.87" OriginalAmount="271.72" 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="94" TotalAmount="280.10" OriginalAmount="271.94" 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 12/06/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="27" TotalAmount="280.16" OriginalAmount="272" 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="280.16" OriginalAmount="272" 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="63" TotalAmount="280.16" OriginalAmount="272.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 10/06/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="280.31" OriginalAmount="272.15" 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="280.38" OriginalAmount="272.21" 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="Non Refundable">
        <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="280.90" OriginalAmount="272.72" 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="280.99" OriginalAmount="272.81" 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="94" TotalAmount="281.03" OriginalAmount="272.84" 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="63" TotalAmount="281.19" OriginalAmount="273.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="281.39" OriginalAmount="273.19" 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="282.21" OriginalAmount="273.99" 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="27" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0116042531" Longitude="28.958176588955" StarRating="4" HotelCode="9375|18897" 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="27" TotalAmount="282.22" OriginalAmount="274" 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="63" TotalAmount="282.22" OriginalAmount="274.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="282.34" OriginalAmount="274.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0541" Longitude="28.812411" StarRating="5" HotelCode="|445133" HotelName="Wanda Vista Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="1" TotalAmount="282.51" OriginalAmount="274.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994111" Longitude="28.706775" StarRating="5" HotelCode="915595|CAT453600" HotelName="DoubleTree by Hilton Hotel Istanbul - Avcilar" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/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="282.56" OriginalAmount="274.33" 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="94" TotalAmount="282.75" OriginalAmount="274.51" 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="94" TotalAmount="282.90" OriginalAmount="274.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0630481" Longitude="28.9864346" StarRating="0" HotelCode="|108188" HotelName="116 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <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="282.97" OriginalAmount="274.73" 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="283.07" OriginalAmount="274.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024637" Longitude="28.969834" StarRating="0" HotelCode="|454595" HotelName="The Halich Istanbul Karakoy" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="283.25" OriginalAmount="275.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="283.25" OriginalAmount="275.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="94" TotalAmount="284.16" OriginalAmount="275.88" 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="284.28" OriginalAmount="276" 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="63" TotalAmount="284.28" OriginalAmount="276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058257213112" Longitude="28.987046050926" StarRating="3" HotelCode="263726|home_stay_home_sisli" HotelName="Home Stay Home Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Cad. No:154, 34360 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d0/34d00312da247823e6ecd81d7e624285e97fe85c.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="284.28" OriginalAmount="276.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="284.30" OriginalAmount="276.02" 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="16" TotalAmount="284.83" OriginalAmount="276.53" 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="94" TotalAmount="284.87" OriginalAmount="276.57" 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="Free CXL until 11/06/2026">
        <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="16" TotalAmount="284.94" OriginalAmount="276.64" 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="284.99" OriginalAmount="276.69" 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 13/06/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="285.06" OriginalAmount="276.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0483996" Longitude="28.987379" StarRating="5" HotelCode="|205249" HotelName="Arts Istanbul - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi, No: 1 - Harbiye - Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/2/4/9/205249_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.18" OriginalAmount="276.87" 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="285.31" OriginalAmount="277.00" 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="63" TotalAmount="285.31" OriginalAmount="277.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="285.31" OriginalAmount="277.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023895211996" Longitude="28.970099504299" StarRating="4" HotelCode="160504|istanbul_golden_city_hotel" HotelName="Golden City" Meals="ROOM ONLY" 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="63" TotalAmount="285.31" OriginalAmount="277.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="285.41" OriginalAmount="277.10" 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="16" TotalAmount="285.43" OriginalAmount="277.12" 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="286.27" OriginalAmount="277.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.089348" Longitude="29.0052865" StarRating="4" HotelCode="|26913" HotelName="Bilek Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <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="27" TotalAmount="286.34" OriginalAmount="278" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059222071563" Longitude="28.943804632472" StarRating="5" HotelCode="310356|58775" HotelName="Mövenpick Hotel Istanbul Golden Horn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/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="63" TotalAmount="286.34" OriginalAmount="278.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="Free CXL until 05/06/2026" 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="286.34" OriginalAmount="278.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="286.52" OriginalAmount="278.17" 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 11/06/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="286.83" OriginalAmount="278.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0393635" Longitude="28.9830963" StarRating="3" HotelCode="|82947" HotelName="Emerald" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi No:45 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/7/82947_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has WiFi, The establishment offers a buffet breakfast. SITUATION: It is located 250 metres away fromTaksim the square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="287.09" OriginalAmount="278.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053683" Longitude="28.996728" StarRating="4" HotelCode="188691|2192915" 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="16" TotalAmount="287.25" OriginalAmount="278.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009091096039" Longitude="28.978607597553" StarRating="3" HotelCode="45182|937035" HotelName="Boutique St. Sophia" 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,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="287.27" OriginalAmount="278.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013457" Longitude="28.681998" StarRating="0" HotelCode="|447749" HotelName="Days Hotel By Wyndham Istanbul Esenyurt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="287.37" OriginalAmount="279" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00918" Longitude="28.960752" StarRating="4" HotelCode="9365|19950" 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="63" TotalAmount="287.37" OriginalAmount="279.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="63" TotalAmount="287.37" OriginalAmount="279.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="287.37" OriginalAmount="279.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00600901" Longitude="28.9802186" StarRating="5" HotelCode="638881|cheers_vintage_hostel" HotelName="Cheers Vintage Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Kutlugün Sokak 28/A, Sultanahmet, Istanbul 34122</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/23/e3230e7515d68cfb928855347c12e367847a04a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.37" OriginalAmount="279.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="287.37" OriginalAmount="279.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="94" TotalAmount="287.53" OriginalAmount="279.16" 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="287.64" OriginalAmount="279.26" 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 08/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="287.77" OriginalAmount="279.39" 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="Non Refundable">
        <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="94" TotalAmount="288.06" OriginalAmount="279.67" 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="288.29" OriginalAmount="279.89" 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="27" TotalAmount="288.40" OriginalAmount="280" 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 10/06/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="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038996799893" Longitude="28.985479474068" StarRating="4" HotelCode="24951|germir_palas_hotel__special_class" HotelName="Germir Palas" 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,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="63" TotalAmount="288.40" OriginalAmount="280.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="63" TotalAmount="288.40" OriginalAmount="280.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="94" TotalAmount="289.02" OriginalAmount="280.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="289.30" OriginalAmount="280.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="94" TotalAmount="289.30" OriginalAmount="280.87" 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="289.41" OriginalAmount="280.98" 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="27" TotalAmount="289.43" OriginalAmount="281" 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 13/06/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="289.43" OriginalAmount="281" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01" Longitude="28.9575" StarRating="5" HotelCode="61881|12508" 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="289.43" OriginalAmount="281" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05787352938" Longitude="28.98736771368" StarRating="5" HotelCode="148921|27831" 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="63" TotalAmount="289.43" OriginalAmount="281.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 10/06/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="289.43" OriginalAmount="281.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06242" Longitude="28.98906" StarRating="4" HotelCode="300370|clarion_hotel__suites_istanbul_sisli" HotelName="Grand Aras Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.43" OriginalAmount="281.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="Non Refundable" 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="289.86" OriginalAmount="281.42" 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="94" TotalAmount="290.17" OriginalAmount="281.72" 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="290.42" OriginalAmount="281.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058913" Longitude="28.985027" StarRating="0" HotelCode="|563178" HotelName="Stayso by Cloud 7" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="16" TotalAmount="290.59" OriginalAmount="282.13" 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="Free CXL until 14/06/2026" 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="290.72" OriginalAmount="282.25" 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="290.84" OriginalAmount="282.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.072077" Longitude="29.0151073" StarRating="0" HotelCode="|95717" HotelName="Avantgarde Levent Hotel - Class" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="291.49" OriginalAmount="283" 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="291.49" OriginalAmount="283.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="291.61" OriginalAmount="283.12" 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="16" TotalAmount="292.22" OriginalAmount="283.71" 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="292.24" OriginalAmount="283.73" 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="292.45" OriginalAmount="283.93" 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="16" TotalAmount="292.60" OriginalAmount="284.08" 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="94" TotalAmount="292.81" OriginalAmount="284.28" 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="293.06" OriginalAmount="284.52" 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="27" TotalAmount="293.55" OriginalAmount="285" 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="Non Refundable" 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="293.55" OriginalAmount="285" 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="63" TotalAmount="293.55" OriginalAmount="285.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005982" Longitude="28.979817" StarRating="4" HotelCode="169847|biz_cevahir_hotel" HotelName="Biz Cevahir Sultanahmet" 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,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="63" TotalAmount="293.55" OriginalAmount="285.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014479807539" Longitude="28.943140836923" StarRating="4" HotelCode="177597|ottomans_life_hotel_2" 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="63" TotalAmount="293.55" OriginalAmount="285.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99277912" Longitude="29.02598584" StarRating="4" HotelCode="451131|istanbul_life_hotel" 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="63" TotalAmount="293.55" OriginalAmount="285.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="Non Refundable">
        <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="94" TotalAmount="293.82" OriginalAmount="285.26" 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="Non Refundable">
        <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="94" TotalAmount="293.98" OriginalAmount="285.42" 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="294.08" OriginalAmount="285.51" 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 11/06/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="94" TotalAmount="294.37" OriginalAmount="285.80" 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="294.38" OriginalAmount="285.81" 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="Free CXL until 13/06/2026" 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="63" TotalAmount="294.58" OriginalAmount="286.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03156122" Longitude="28.97857026" StarRating="4" HotelCode="594148|louis_appartements_pera" 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="63" TotalAmount="294.58" OriginalAmount="286.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="94" TotalAmount="294.69" OriginalAmount="286.11" 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="16" TotalAmount="295.33" OriginalAmount="286.73" 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="295.46" OriginalAmount="286.85" 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="94" TotalAmount="295.89" OriginalAmount="287.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061853" Longitude="28.9713528" StarRating="3" HotelCode="|86703" HotelName="Blue Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <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="94" TotalAmount="295.90" OriginalAmount="287.28" 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 13/06/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="296.26" OriginalAmount="287.63" 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="296.66" OriginalAmount="288.02" 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="296.82" OriginalAmount="288.17" 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="1" TotalAmount="297.13" OriginalAmount="288.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039708827641" Longitude="28.966703791332" StarRating="4" HotelCode="320304|CAY230000" HotelName="DoubleTree by Hilton Hotel Istanbul - Piyalepasa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" 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="297.29" OriginalAmount="288.63" 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="297.60" OriginalAmount="288.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006078" Longitude="28.973129" StarRating="0" HotelCode="|454938" HotelName="Four-G" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="297.67" OriginalAmount="289" 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="297.67" OriginalAmount="289" 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="16" TotalAmount="298.65" OriginalAmount="289.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.976839295417" Longitude="28.868029680024" StarRating="5" HotelCode="221774|916975" HotelName="Ramada Hotel and Suites Istanbul Atakoy" Meals="BED &amp; BREAKFAST,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="298.70" OriginalAmount="290.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005096729101" Longitude="28.811875622377" StarRating="5" HotelCode="318845|pullman_istanbul_airport_hotel" HotelName="Pullman Istanbul Hotel &amp; Convention Center" Meals="ROOM ONLY" 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="94" TotalAmount="298.78" OriginalAmount="290.08" 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="16" TotalAmount="299.32" OriginalAmount="290.60" 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="299.73" OriginalAmount="291" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008026" Longitude="28.972977" StarRating="4" HotelCode="15891|25912" 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="27" TotalAmount="299.73" OriginalAmount="291" 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="94" TotalAmount="299.73" OriginalAmount="291.00" 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="94" TotalAmount="300.10" OriginalAmount="291.36" 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="300.57" OriginalAmount="291.82" 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="Free CXL until 12/06/2026">
        <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="27" TotalAmount="300.76" OriginalAmount="292" 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="Free CXL until 12/06/2026" 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="300.76" OriginalAmount="292" 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="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00781313227" Longitude="28.957863008598" StarRating="3" HotelCode="142150|q_hotel_laleli" HotelName="Q-Inn Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 09/06/2026" 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="300.89" OriginalAmount="292.13" 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="94" TotalAmount="301.16" OriginalAmount="292.39" 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="301.45" OriginalAmount="292.67" 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="27" TotalAmount="301.79" OriginalAmount="293" 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="301.79" OriginalAmount="293" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030944946344" Longitude="28.974434225515" StarRating="4" HotelCode="9374|575" HotelName="The Peak 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,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="63" TotalAmount="301.79" OriginalAmount="293.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 10/06/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="301.79" OriginalAmount="293.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.81861871" Longitude="29.30442345" StarRating="0" HotelCode="621718|eva_otel" HotelName="Eva Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Postane Mahallesi, Muhacir Sokak 5, 34940 Tuzla</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/cf/50cf0baf3b9cb971cc9923f641d9a17f3cc52c45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.88" OriginalAmount="293.09" 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="94" TotalAmount="302.74" OriginalAmount="293.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0906336" Longitude="29.0041605" StarRating="3" HotelCode="|84948" HotelName="Tempo 4levent Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/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="27" TotalAmount="302.82" OriginalAmount="294" 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="302.82" OriginalAmount="294" 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 10/06/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="302.82" OriginalAmount="294" 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="63" TotalAmount="302.82" OriginalAmount="294.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="63" TotalAmount="302.82" OriginalAmount="294.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 09/06/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="94" TotalAmount="302.97" OriginalAmount="294.15" 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="303.10" OriginalAmount="294.27" 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="303.74" OriginalAmount="294.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0043199" Longitude="28.9723199" StarRating="0" HotelCode="|21961" HotelName="Sokullu Pasa 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/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="27" TotalAmount="303.85" OriginalAmount="295" 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="303.85" OriginalAmount="295" 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="63" TotalAmount="303.85" OriginalAmount="295.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="303.85" OriginalAmount="295.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 12/06/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="303.95" OriginalAmount="295.10" 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="Non Refundable">
        <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="304.10" OriginalAmount="295.24" 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 14/06/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="304.32" OriginalAmount="295.46" 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="304.44" OriginalAmount="295.57" 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="Free CXL until 12/06/2026">
        <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="94" TotalAmount="304.61" OriginalAmount="295.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0609752" Longitude="28.9872464" StarRating="0" HotelCode="|353499" HotelName="A Palace 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/5/3/4/9/9/353499_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.88" OriginalAmount="296" 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="304.88" OriginalAmount="296" 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="27" TotalAmount="304.88" OriginalAmount="296" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031112" Longitude="28.974035" StarRating="4" HotelCode="33265|5827" 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="63" TotalAmount="304.88" OriginalAmount="296.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986838140665" Longitude="29.085901284122" StarRating="4" HotelCode="263725|hilton_istanbul_kozyatagi" HotelName="Hilton Istanbul Kozyatagi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="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,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="94" TotalAmount="305.34" OriginalAmount="296.45" 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="27" TotalAmount="305.91" OriginalAmount="297" 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="Non Refundable" 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="94" TotalAmount="306.01" OriginalAmount="297.10" 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="306.06" OriginalAmount="297.15" 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="306.52" OriginalAmount="297.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010610225" Longitude="28.976052125" StarRating="4" HotelCode="142888|1452198" HotelName="Agora Life" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0166318" Longitude="28.97323023" StarRating="3" HotelCode="430680|199343" HotelName="Alpek Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Arpacilar Caddesi 6, Eminönü, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b1/2a/b12a4be099db69008b3457e2c2f05ea4eaa44a7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.94" OriginalAmount="298" 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="Free CXL until 12/06/2026" 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="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00540886" Longitude="28.97272858" StarRating="4" HotelCode="781592|343534" HotelName="Yilsam Sultanahmet Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/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="94" TotalAmount="307.70" OriginalAmount="298.74" 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="Non Refundable">
        <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="27" TotalAmount="307.97" OriginalAmount="299" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040172205087" Longitude="28.98446559906" StarRating="4" HotelCode="69649|19951" 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="63" TotalAmount="307.97" OriginalAmount="299.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029075" Longitude="28.975976" StarRating="4" HotelCode="907372|stories_apart_kumbaraci" 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="94" TotalAmount="308.57" OriginalAmount="299.58" 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 13/06/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="308.71" OriginalAmount="299.72" 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="94" TotalAmount="308.77" OriginalAmount="299.78" 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="94" TotalAmount="308.81" OriginalAmount="299.82" 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="308.90" OriginalAmount="299.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03368" Longitude="28.97596" StarRating="4" HotelCode="|184827" HotelName="Miapera  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="309.00" OriginalAmount="300" 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="309.00" OriginalAmount="300" 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="309.00" OriginalAmount="300.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 11/06/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="94" TotalAmount="309.49" OriginalAmount="300.48" 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="12" TotalAmount="309.58" OriginalAmount="300.56" 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="94" TotalAmount="309.63" OriginalAmount="300.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.962336" Longitude="29.109907" StarRating="5" HotelCode="|152111" HotelName="Dedeman Bostancı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ICERENKOY MAH.DEGIRMENYOLU CD. 39/B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/1/1/152111_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2013, has 252 standard rooms, 9 suites, 2 rooms adapted for people with reduced mobility, 32 executive rooms and 176 superior rooms. The establishment boasts an oudooor car park. SITUATION: This establishment is in Istanbul is situated in the city centre. It is situated near public transport services. The hotel is close to the leisure areas and the harbour. OBSERVATIONS: Pets under 5 kg are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.95" OriginalAmount="300.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00276" Longitude="29.15898" StarRating="4" HotelCode="|193192" HotelName="Bof Hotels Business" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/06/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="63" TotalAmount="310.03" OriginalAmount="301.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="63" TotalAmount="310.03" OriginalAmount="301.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="94" TotalAmount="310.06" OriginalAmount="301.03" 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 12/06/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="94" TotalAmount="310.30" OriginalAmount="301.26" 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="310.63" OriginalAmount="301.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039904" Longitude="28.983996" StarRating="4" HotelCode="|184599" HotelName="Occidental Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KOCATEPE MAHALLESI TOPCU CADDESINO:19 BEYOGLU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/9/9/184599_1_3158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.90" OriginalAmount="301.84" 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="27" TotalAmount="311.06" OriginalAmount="302" 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="311.06" OriginalAmount="302" 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="63" TotalAmount="311.06" OriginalAmount="302.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005142" Longitude="28.980431" StarRating="3" HotelCode="191046|osmanhan_hotel" 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="63" TotalAmount="311.06" OriginalAmount="302.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="63" TotalAmount="311.06" OriginalAmount="302.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="Free CXL until 12/06/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="94" TotalAmount="311.56" OriginalAmount="302.49" 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 12/06/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="312.01" OriginalAmount="302.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024551" Longitude="28.969824" StarRating="0" HotelCode="|446188" HotelName="Csk The Halich Port Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="313.30" OriginalAmount="304.17" 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 13/06/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="94" TotalAmount="313.49" OriginalAmount="304.36" 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="314.07" OriginalAmount="304.92" 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="63" TotalAmount="314.15" OriginalAmount="305.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="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024293" Longitude="29.040995" StarRating="4" HotelCode="212978|mercure_istanbul_altunizade" HotelName="Mercure Istanbul Altunizade" 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>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="63" TotalAmount="314.15" OriginalAmount="305.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="94" TotalAmount="314.31" OriginalAmount="305.16" 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="314.37" OriginalAmount="305.21" 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="315.19" OriginalAmount="306.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010553" Longitude="28.9762354" StarRating="4" HotelCode="|82987" HotelName="Agora Life  - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="315.56" OriginalAmount="306.37" 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 07/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="16" TotalAmount="315.74" OriginalAmount="306.54" 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="315.91" OriginalAmount="306.71" 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="316.08" OriginalAmount="306.87" 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="316.11" OriginalAmount="306.90" 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="316.14" OriginalAmount="306.93" 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="94" TotalAmount="316.49" OriginalAmount="307.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029304" Longitude="28.987342" StarRating="0" HotelCode="|530544" HotelName="Tonight Hotel Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="316.55" OriginalAmount="307.33" 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="94" TotalAmount="317.03" OriginalAmount="307.80" 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 13/06/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="317.04" OriginalAmount="307.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.924763" Longitude="29.154792" StarRating="4" HotelCode="|444878" HotelName="Days By Wyndham Istanbul Maltepe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <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="63" TotalAmount="317.24" OriginalAmount="308.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="Free CXL until 12/06/2026" 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="94" TotalAmount="317.91" OriginalAmount="308.65" 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="63" TotalAmount="318.27" OriginalAmount="309.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="318.27" OriginalAmount="309.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="Non Refundable">
        <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="16" TotalAmount="318.40" OriginalAmount="309.13" 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="27" TotalAmount="319.30" OriginalAmount="310" 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="319.30" OriginalAmount="310" 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="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>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="94" TotalAmount="319.31" OriginalAmount="310.01" 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="319.34" OriginalAmount="310.04" 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="Non Refundable" 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="320.32" OriginalAmount="310.99" 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="27" TotalAmount="320.33" OriginalAmount="311" 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 13/06/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="320.33" OriginalAmount="311" 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="320.44" OriginalAmount="311.11" 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="27" TotalAmount="321.36" OriginalAmount="312" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02256281318" Longitude="28.974476406926" StarRating="2" HotelCode="315893|62439" 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="63" TotalAmount="321.36" OriginalAmount="312.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 10/06/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="63" TotalAmount="321.36" OriginalAmount="312.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 11/06/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="27" TotalAmount="322.39" OriginalAmount="313" 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="94" TotalAmount="322.42" OriginalAmount="313.03" 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="322.43" OriginalAmount="313.04" 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 13/06/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="94" TotalAmount="322.51" OriginalAmount="313.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="322.95" OriginalAmount="313.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0079199" Longitude="28.9646907" StarRating="0" HotelCode="|108364" HotelName="Niles Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi Dibekli Cami Sokak No:13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/6/4/108364_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is family-run. SITUATION: It is 2 minutes away from the tram.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.40" OriginalAmount="313.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06798" Longitude="28.98443" StarRating="4" HotelCode="|184802" HotelName="Ramada and Suites By Wyndham Istanbul Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/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="27" TotalAmount="323.42" OriginalAmount="314" 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="27" TotalAmount="323.42" OriginalAmount="314" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02553" Longitude="28.978862" StarRating="4" HotelCode="189370|34395" HotelName="Sub Istanbul" 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">
        <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="323.42" OriginalAmount="314.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02694134" Longitude="28.97328295" StarRating="4" HotelCode="612662|louis_appartements" 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="16" TotalAmount="323.64" OriginalAmount="314.21" 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,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="94" TotalAmount="323.89" OriginalAmount="314.46" 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="63" TotalAmount="324.45" OriginalAmount="315.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="Non Refundable" 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="324.94" OriginalAmount="315.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063165" Longitude="28.989549" StarRating="4" HotelCode="|444308" HotelName="Avantgarde Urban Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="325.15" OriginalAmount="315.68" 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="325.32" OriginalAmount="315.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039161" Longitude="28.984208" StarRating="5" HotelCode="|42227" HotelName="Elite World Istanbul Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="325.41" OriginalAmount="315.93" 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="Non Refundable">
        <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="27" TotalAmount="325.48" OriginalAmount="316" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.086072369395" Longitude="29.006479777771" StarRating="5" HotelCode="33263|26541" HotelName="Mövenpick Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/06/2026" 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="63" TotalAmount="325.48" OriginalAmount="316.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="16" TotalAmount="325.86" OriginalAmount="316.37" 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="326.07" OriginalAmount="316.57" 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 07/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="94" TotalAmount="326.20" OriginalAmount="316.70" 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="326.51" OriginalAmount="317" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.092126" Longitude="29.097453" StarRating="5" HotelCode="172515|45783" HotelName="Limak Eurasia Luxury" 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,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="27" TotalAmount="326.51" OriginalAmount="317" 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="326.84" OriginalAmount="317.32" 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="Non Refundable">
        <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="327.63" OriginalAmount="318.09" 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="Free CXL until 11/06/2026">
        <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="94" TotalAmount="327.82" OriginalAmount="318.27" 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="Non Refundable">
        <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="16" TotalAmount="327.86" OriginalAmount="318.31" 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,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" 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="16" TotalAmount="328.28" OriginalAmount="318.72" 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 11/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,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="94" TotalAmount="329.12" OriginalAmount="319.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0134465" Longitude="28.9765652" StarRating="0" HotelCode="|17619" HotelName="Sapphire" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="329.22" OriginalAmount="319.63" 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="94" TotalAmount="330.33" OriginalAmount="320.71" 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="330.38" OriginalAmount="320.76" 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="330.39" OriginalAmount="320.77" 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="Non Refundable">
        <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="94" TotalAmount="330.56" OriginalAmount="320.93" 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="Free CXL until 13/06/2026">
        <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="27" TotalAmount="330.63" OriginalAmount="321" 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="94" TotalAmount="331.00" OriginalAmount="321.36" 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="16" TotalAmount="331.17" OriginalAmount="321.52" 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 12/06/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="331.34" OriginalAmount="321.69" 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 12/06/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="331.35" OriginalAmount="321.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0236256" Longitude="28.9750738" StarRating="0" HotelCode="|184590" HotelName="Karakoy Aparts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="331.66" OriginalAmount="322" 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="332.69" OriginalAmount="323" 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="63" TotalAmount="332.69" OriginalAmount="323.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015773692835" Longitude="29.015375375748" StarRating="4" HotelCode="102498|tan_hotel__special_class" 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="333.37" OriginalAmount="323.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03613" Longitude="28.985029" StarRating="4" HotelCode="|84945" HotelName="Taksim Square" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="333.72" OriginalAmount="324.00" 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 11/06/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="94" TotalAmount="333.82" OriginalAmount="324.10" 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="333.97" OriginalAmount="324.24" 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="27" TotalAmount="334.75" OriginalAmount="325" 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="63" TotalAmount="334.75" OriginalAmount="325.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 06/06/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="27" TotalAmount="336.81" OriginalAmount="327" 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="Free CXL until 10/06/2026" 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="63" TotalAmount="336.81" OriginalAmount="327.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025270515026" Longitude="29.105438320199" StarRating="4" HotelCode="557127|hilton_garden_inn_istanbul_umraniye" HotelName="Hilton Garden Inn Istanbul Umraniye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" 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="75" TotalAmount="337.14" OriginalAmount="327.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037206" Longitude="28.992166" StarRating="4" HotelCode="298519|TR000016" HotelName="Mercure Istanbul Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/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="337.42" OriginalAmount="327.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0628732" Longitude="28.987483" StarRating="4" HotelCode="|453783" HotelName="ibis Istanbul Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="337.84" OriginalAmount="328" 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="63" TotalAmount="337.84" OriginalAmount="328.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="16" TotalAmount="338.08" OriginalAmount="328.23" 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="338.57" OriginalAmount="328.71" 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="63" TotalAmount="338.87" OriginalAmount="329.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="338.87" OriginalAmount="329.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="94" TotalAmount="339.06" OriginalAmount="329.18" 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="340.93" OriginalAmount="331" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8562388" Longitude="29.27976195" StarRating="3" HotelCode="446175|206119" HotelName="Holiday Inn Istanbul - Tuzla Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="340.93" OriginalAmount="331.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 12/06/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="341.36" OriginalAmount="331.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0536804" Longitude="28.9871159" StarRating="5" HotelCode="|38754" HotelName=" Ramada Plaza by Wyndham Istanbul City Center " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>HALASKARGAZI CAD NO 63 OSMANBEY-SISLI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/5/4/38754_81ef1c70917.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2005, has 162 rooms, 12 suites and 2 attic suites. The air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a cafÃ©, a hairdresser's, a bar, a restaurant, conference facilities, internet (for a fee) and WiFi. Other services are room service, a laundry service and a car park. SITUATION: the area known as 'Congress Valley' It is in it is 3 minutes away from Osmanbey the train station the shopping centres, Clients can find bars, restaurants, clubs and the bus station. Dolmabahce, Topkapi Palace, Hagia Sophia, the Grand Bazaar and the Sultan Ahmed Mosque it is near it is situated 23 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: luxurious suites and have jacuzzi, attic suites, have a terrace, jacuzzi, an air-conditioning system, heating, a satellite television with pay channels, interactive TV, data connection, WiFi, computer safe and a mini-bar. All the rooms have a mirror, a bathroom, a double or king-size bed and an iron (available on request). FACILITIES: The establishment has a spa, For a fee, guests can enjoy a sauna and a massage service. The establishment also has a swimming pool with a children's area, an outdoor bar, deck chairs, parasols, a Turkish bath (free of charge) and a gym. OTHERS: The establishment offers international, national and ethnic dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.96" OriginalAmount="332.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="94" TotalAmount="343.09" OriginalAmount="333.10" 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="63" TotalAmount="344.02" OriginalAmount="334.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 07/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="344.02" OriginalAmount="334.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 09/06/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="344.25" OriginalAmount="334.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07889" Longitude="29.011805" StarRating="4" HotelCode="|184773" HotelName="Delta Hotels By Marriott Istanbul Levent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/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="94" TotalAmount="344.32" OriginalAmount="334.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.928531" Longitude="29.312654" StarRating="5" HotelCode="|444218" HotelName="Mövenpick Istanbul Asia Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="345.05" OriginalAmount="335" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0314932" Longitude="28.988861205523" StarRating="4" HotelCode="187335|48001" 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="346.05" OriginalAmount="335.97" 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="27" TotalAmount="346.08" OriginalAmount="336" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036710667715" Longitude="28.990803658963" StarRating="4" HotelCode="185577|30433" HotelName="Opera Hotel Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/06/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>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="63" TotalAmount="346.08" OriginalAmount="336.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="94" TotalAmount="346.18" OriginalAmount="336.10" 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="346.51" OriginalAmount="336.42" 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="94" TotalAmount="347.61" OriginalAmount="337.49" 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="347.87" OriginalAmount="337.74" 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="347.96" OriginalAmount="337.83" 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="348.14" OriginalAmount="338" 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="27" TotalAmount="348.14" OriginalAmount="338" 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="27" TotalAmount="348.14" OriginalAmount="338" 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="348.14" OriginalAmount="338.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.997726" Longitude="28.93142" StarRating="3" HotelCode="936816|comfort_elite_hotel_beyazit" HotelName="Comfort Elite Hotels Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahellesi, Buyuk Haydar Efendi Sokak 30, Beyazit, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/83/37838be14900934ec780dd9063e05842686411e7.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="348.59" OriginalAmount="338.44" 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="348.86" OriginalAmount="338.70" 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="Non Refundable">
        <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="349.17" OriginalAmount="339" 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="Non Refundable" 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="27" TotalAmount="349.17" OriginalAmount="339" 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="349.56" OriginalAmount="339.38" 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="350.01" OriginalAmount="339.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.906468" Longitude="29.313287" StarRating="4" HotelCode="|205469" HotelName="Isg Sabiha Gokcen Airport - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/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="94" TotalAmount="350.75" OriginalAmount="340.53" 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="350.91" OriginalAmount="340.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.974797" Longitude="28.8734258" StarRating="0" HotelCode="|305723" HotelName="The Time Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="351.23" OriginalAmount="341" 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="94" TotalAmount="351.28" OriginalAmount="341.05" 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 11/06/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="16" TotalAmount="351.66" OriginalAmount="341.42" 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="351.72" OriginalAmount="341.48" 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 12/06/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="94" TotalAmount="352.93" OriginalAmount="342.65" 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 12/06/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="352.94" OriginalAmount="342.66" 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="353.29" OriginalAmount="343" 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 11/06/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="353.29" OriginalAmount="343" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="74096|477158" HotelName="Turkoman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/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="63" TotalAmount="353.29" OriginalAmount="343.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="94" TotalAmount="354.89" OriginalAmount="344.55" 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="355.12" OriginalAmount="344.78" 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="94" TotalAmount="355.88" OriginalAmount="345.51" 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="27" TotalAmount="356.38" OriginalAmount="346" 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="63" TotalAmount="356.38" OriginalAmount="346.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01446255" Longitude="28.97827913" StarRating="4" HotelCode="375083|barbera_hotel" HotelName="Barbera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Darüssaade Sokak 17-19, Nöbethane Caddesi, Sirkeci, Fatih, Istanbul 34110</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/64/1b646de3b95edc0456b8ec8ecf850f8cad8a0dcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="356.90" OriginalAmount="346.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004289330342" Longitude="28.979107902307" StarRating="3" HotelCode="188718|609345" 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="357.19" OriginalAmount="346.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064079" Longitude="29.010558" StarRating="5" HotelCode="|76764" HotelName="Point  Barbaros" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="357.41" OriginalAmount="347" 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="94" TotalAmount="357.65" OriginalAmount="347.23" 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="358.44" OriginalAmount="348.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="63" TotalAmount="358.44" OriginalAmount="348.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="94" TotalAmount="358.51" OriginalAmount="348.07" 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="Non Refundable">
        <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="16" TotalAmount="359.02" OriginalAmount="348.56" 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 13/06/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="359.10" OriginalAmount="348.64" 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 10/06/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="27" TotalAmount="359.47" OriginalAmount="349" 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="16" TotalAmount="359.77" OriginalAmount="349.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006388643791" Longitude="28.972135484219" StarRating="4" HotelCode="186918|1448558" HotelName="Muyan Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="94" TotalAmount="359.93" OriginalAmount="349.45" 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="360.10" OriginalAmount="349.61" 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 13/06/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="360.12" OriginalAmount="349.63" 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="16" TotalAmount="360.17" OriginalAmount="349.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006856" Longitude="28.973594" StarRating="4" HotelCode="10281|240376" HotelName="Hotel Arcadia Blue" Meals="ROOM ONLY,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="360.50" OriginalAmount="350.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="94" TotalAmount="360.95" OriginalAmount="350.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0077036" Longitude="28.9726394" StarRating="4" HotelCode="|95977" HotelName="SULTANHAN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyer Loti Cad. Sultanahmet,15-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/7/7/95977_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: 200 metres away from the establishment, you can findCemberlitas the tram stop of Sultanahmet it is located 550 metres away from Where you can visit, and Topkapi the Palace of it is situated 1,3 kilometres away from Kumkapi the district of. INFORMATION: The establishment offers a transfer service at an additional cost.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="360.99" OriginalAmount="350.48" 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="361.15" OriginalAmount="350.63" 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="63" TotalAmount="361.53" OriginalAmount="351.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="94" TotalAmount="362.04" OriginalAmount="351.50" 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="362.79" OriginalAmount="352.22" 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="94" TotalAmount="363.53" OriginalAmount="352.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0066301" Longitude="28.9734124" StarRating="4" HotelCode="|30734" HotelName="Arcadia Blue Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DR.IMRAN OKTEM CD.-SULTANAHMET 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/7/3/4/30734_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 48 standard rooms, a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment boasts a restaurant, a terrace, live music performances, 2 event rooms, lounge bar, bakery and a gift shop. The establishment also offers first aid system, WiFi, room service, a laundry service and a car park. The establishment has 7 deluxe rooms. SITUATION: This hotel is situated in Istanbul city centre. Nearby, you will find shops, restaurants and bars. 500 metres away, guests can find the bazaar. It is 5 kilometres from the Taksim around 15 kilometres away you can find the airport. ROOM: All the rooms have a bathroom with a bath, a hairdryer, a direct line telephone, WiFi and a safety deposit box. They also have a mini-bar, a satellite TV, an air-conditioning system and a king size or double bed. MEALS: Guests are offered a buffet breakfast, Ã  la carte and menu lunch and an Ã  la carte dinner. Clients can book bed and breakfast, half-board and full-board. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="364.43" OriginalAmount="353.82" 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="365.52" OriginalAmount="354.87" 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="94" TotalAmount="366.36" OriginalAmount="355.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005844" Longitude="28.98041" StarRating="2" HotelCode="|95907" HotelName="Vezir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cad Bayramfirin Sok 13 Sultanahmet,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/0/7/95907_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultan Ahmed Mosque it is 300 metres away from Santa Sofa it is situated 450 metres away from 850 metres away, guests can find Topkap the Palace of. HOTEL: Some of the facilities that the establishment offers to guests include a breakfast room, a bar, a lift, a safety deposit box service at reception, a garden and a reception. ROOM: The rooms have an air-conditioning system, a television, a direct line telephone, a hairdryer and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="368.05" OriginalAmount="357.33" 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="16" TotalAmount="368.38" OriginalAmount="357.65" 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="63" TotalAmount="368.74" OriginalAmount="358.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009346" Longitude="28.974528" StarRating="4" HotelCode="191066|efendi_hotel_2" 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="16" TotalAmount="369.34" OriginalAmount="358.58" 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="63" TotalAmount="369.77" OriginalAmount="359.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 11/06/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="370.82" OriginalAmount="360.02" 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="16" TotalAmount="371.09" OriginalAmount="360.28" 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="372.21" OriginalAmount="361.37" 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="372.28" OriginalAmount="361.44" 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="94" TotalAmount="372.33" OriginalAmount="361.49" 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="Free CXL until 12/06/2026">
        <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="16" TotalAmount="372.82" OriginalAmount="361.96" 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="372.86" OriginalAmount="362" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00754" Longitude="28.97184" StarRating="2" HotelCode="65948|271795" 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="27" TotalAmount="372.86" OriginalAmount="362" 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="94" TotalAmount="373.05" OriginalAmount="362.18" 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="94" TotalAmount="373.65" OriginalAmount="362.77" 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="374.66" OriginalAmount="363.75" 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="27" TotalAmount="374.92" OriginalAmount="364" 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="63" TotalAmount="374.92" OriginalAmount="364.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013983" Longitude="29.029135" StarRating="4" HotelCode="188762|volley_hotel_istanbul" HotelName="Volley Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="374.92" OriginalAmount="364.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="375.27" OriginalAmount="364.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0362433" Longitude="28.9849949" StarRating="4" HotelCode="|74829" HotelName="Cvk Taksim  Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="375.95" OriginalAmount="365" 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="27" TotalAmount="375.95" OriginalAmount="365" 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="27" TotalAmount="375.95" OriginalAmount="365" 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" 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="377.52" OriginalAmount="366.52" 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 08/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="377.70" OriginalAmount="366.70" 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="63" TotalAmount="378.01" OriginalAmount="367.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="378.01" OriginalAmount="367.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="378.01" OriginalAmount="367.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98111" Longitude="28.89726" StarRating="5" HotelCode="365977|radisson_blu_hotel_istanbul_atakoy" HotelName="Radisson Blu Hotel Istanbul Ottomare" Meals="ROOM ONLY" 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="94" TotalAmount="378.83" OriginalAmount="367.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.102234" Longitude="28.960964" StarRating="0" HotelCode="|472177" HotelName="Mövenpick Living Istanbul Camlivadi" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="379.04" OriginalAmount="368" 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="Non Refundable" 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="380.07" OriginalAmount="369.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004387407591" Longitude="28.979084352374" StarRating="3" HotelCode="118792|hotel_aslan_istanbul" HotelName="Hotel Aslan Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/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="94" TotalAmount="380.15" OriginalAmount="369.08" 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="94" TotalAmount="380.20" OriginalAmount="369.13" 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="27" TotalAmount="381.10" OriginalAmount="370" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003609506027" Longitude="28.974739909172" StarRating="5" HotelCode="12157|10890" HotelName="Eresin Hotels Sultanahmet" 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,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="63" TotalAmount="381.10" OriginalAmount="370.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="381.78" OriginalAmount="370.66" 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="63" TotalAmount="382.13" OriginalAmount="371.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="Free CXL until 12/06/2026" 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="383.93" OriginalAmount="372.75" 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="Non Refundable">
        <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="63" TotalAmount="384.19" OriginalAmount="373.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012284561797" Longitude="28.97765815258" StarRating="4" HotelCode="19473|hotel_yasmak_sultan_2" 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="63" TotalAmount="384.19" OriginalAmount="373.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="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="27" TotalAmount="385.22" OriginalAmount="374" 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="16" TotalAmount="385.33" OriginalAmount="374.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012946377535" Longitude="28.978559374809" StarRating="4" HotelCode="61880|326455" HotelName="Sirkeci Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 12/06/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="385.66" OriginalAmount="374.43" 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="27" TotalAmount="387.28" OriginalAmount="376" 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="63" TotalAmount="387.28" OriginalAmount="376.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="94" TotalAmount="388.31" OriginalAmount="377.00" 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="Free CXL until 11/06/2026">
        <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="389.40" OriginalAmount="378.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02979" Longitude="29.018405" StarRating="0" HotelCode="|447491" HotelName="216 Bosphorus Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/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="389.43" OriginalAmount="378.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034001" Longitude="28.988141" StarRating="0" HotelCode="|220777" HotelName="Noble22 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mh. Kolcak Sk. No:11 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/7/220777_1_3067.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="389.66" OriginalAmount="378.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 14/06/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="63" TotalAmount="390.37" OriginalAmount="379.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981307|des_arts_galata_hotel" HotelName="Hotel Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="390.50" OriginalAmount="379.13" 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="94" TotalAmount="391.40" OriginalAmount="380.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.1183421" Longitude="29.0126824" StarRating="0" HotelCode="|305910" HotelName="Somerset Maslak Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agaoglu Maslak 1453, Maslak C15 Blok D:1 34485 Sar?yer</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/9/1/0/305910_be0ec4b2022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="392.24" OriginalAmount="380.82" 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="16" TotalAmount="393.04" OriginalAmount="381.59" 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="27" TotalAmount="393.46" OriginalAmount="382" 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="393.76" OriginalAmount="382.29" 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="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 08/06/2026" 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="94" TotalAmount="393.80" OriginalAmount="382.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053949" Longitude="28.979987" StarRating="3" HotelCode="|19955" HotelName="Glk Premier Acropol Suites and Spa - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="393.90" OriginalAmount="382.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0079541" Longitude="28.9733145" StarRating="3" HotelCode="|24379" HotelName="Nena" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MAH. KLODFARER CAD. SULTANAHMET 8-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/7/9/24379_9de31e81421.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This building was opened in 2000. It has 5 floors and 29 rooms. The establishment has a hall with a lift, a reception with safety deposit boxes, a currency exchange service, a cloakroom, a cafÃ©, 2 bars and a restaurant with air-conditioning, The establishment also offers internet, a bicycle storage room, a car park, a medical care service, room service and a laundry service. SITUATION: This urban hotel is in Istanbul the tourist area of Sultanahmet 100 metres away, guests will find in the surrounding area, there are shops, bars, restaurants, nightclubs and a public transport stop. ROOM: The inviting rooms, have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, satellite or cable TV and internet. They also have a mini-bar, a king size or double bed, an air-conditioning system, a central heating system and a balcony. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and Ã  la carte lunch and dinner. Guests can book half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="394.49" OriginalAmount="383" 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="394.49" OriginalAmount="383" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030537714236" Longitude="28.973633497953" StarRating="4" HotelCode="165539|35286" HotelName="Palazzo Donizetti 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,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="394.49" OriginalAmount="383.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03393723" Longitude="28.98739669" StarRating="4" HotelCode="408454|lir_residence_suites_" HotelName="Lir Residence Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mahallesi, Kazanci Yokusu, Ulker Sokak Number 38, Taksim Beyoglu, 34437 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/05/c6054c3a735fd796f0ad02cd9f601b7e615b7c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.49" OriginalAmount="383.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="94" TotalAmount="394.68" OriginalAmount="383.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0141182" Longitude="28.9778709" StarRating="4" HotelCode="|95898" HotelName="Gulhanepark  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nobethane Cad. No.1 Sirkeci,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/8/9/8/95898_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a massage service, a sauna and WiFi (free of charge). SITUATION: This hotel is in Istanbul the historic centre of Close to and the mosque. it is 19 kilometres away from Istanbul AtatÃ¼rk Airport 5 minutes away from the establishment, you can find Sircesi the Station of. ROOM: All the rooms have an air-conditioning system, a television, hot drinks, a sitting area and a bathroom with bathroom items. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and a restaurant. FACILITIES: Guests are offered a spa, a hammam, a gym, a squash court and a bicycle rental service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="395.13" OriginalAmount="383.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054615" Longitude="28.996384" StarRating="0" HotelCode="|305682" HotelName="Tzl Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi,Vali Konagi Cad. Sinoplu Sehit Cemal Sokak, No : 9 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/6/8/2/305682_461703c2022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="396.55" OriginalAmount="385" 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="94" TotalAmount="397.57" OriginalAmount="385.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9566108" Longitude="29.0805132" StarRating="4" HotelCode="|83046" HotelName="Suadiye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <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="63" TotalAmount="397.58" OriginalAmount="386.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 09/06/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="398.04" OriginalAmount="386.45" 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="398.10" OriginalAmount="386.50" 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 11/06/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="398.61" OriginalAmount="387" 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="16" TotalAmount="399.15" OriginalAmount="387.52" 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="1" TotalAmount="399.52" OriginalAmount="387.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009264816629" Longitude="28.960333764553" StarRating="5" HotelCode="165538|CAR539900" HotelName="DoubleTree by Hilton Hotel Istanbul - Old Town" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" 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="63" TotalAmount="399.64" OriginalAmount="388.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="63" TotalAmount="399.64" OriginalAmount="388.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="399.80" OriginalAmount="388.16" 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="Non Refundable">
        <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="400.64" OriginalAmount="388.97" 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="94" TotalAmount="400.78" OriginalAmount="389.11" 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="401.49" OriginalAmount="389.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006146" Longitude="28.979495" StarRating="4" HotelCode="89553|400075" HotelName="Uyan" 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,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="63" TotalAmount="402.73" OriginalAmount="391.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="403.02" OriginalAmount="391.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0337797" Longitude="28.978086" StarRating="0" HotelCode="|382307" HotelName="Mr Cas Hotels - Special Category" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="403.57" OriginalAmount="391.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025312" Longitude="29.096808" StarRating="0" HotelCode="|471515" HotelName="Ramada By Wyndham Istanbul Umraniye" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <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="403.96" OriginalAmount="392.19" 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="16" TotalAmount="404.68" OriginalAmount="392.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007957296898" Longitude="28.973262012005" StarRating="3" HotelCode="38230|591435" HotelName="Nena Istanbul" 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,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Klodfarer Caddesi No 8-10, Binbirdirek Mahallesi, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/07/be0786f95439eaaae7e67d576a0da824a5dfac7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in the tourist centre of Istanbul, around 100 m from the Sultanahmet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="404.76" OriginalAmount="392.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059512" Longitude="28.813415" StarRating="0" HotelCode="|450583" HotelName="Westside Residences By Rotana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="404.79" OriginalAmount="393" 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 12/06/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="404.79" OriginalAmount="393.00" 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="Free CXL until 12/06/2026">
        <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="405.94" OriginalAmount="394.12" 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="Non Refundable">
        <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="94" TotalAmount="405.94" OriginalAmount="394.12" 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="406.37" OriginalAmount="394.53" 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="406.80" OriginalAmount="394.95" 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="407.93" OriginalAmount="396.05" 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 12/06/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="408.09" OriginalAmount="396.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031007" Longitude="29.020214" StarRating="0" HotelCode="|522036" HotelName="A11 Hotel Bosphorus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/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="16" TotalAmount="408.22" OriginalAmount="396.33" 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="410.84" OriginalAmount="398.87" 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="413.03" OriginalAmount="401.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013848" Longitude="28.978956" StarRating="4" HotelCode="104121|gulhane_park_hotel" 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="414.48" OriginalAmount="402.41" 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="63" TotalAmount="416.12" OriginalAmount="404.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="63" TotalAmount="416.12" OriginalAmount="404.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00372984" Longitude="28.97906483" StarRating="3" HotelCode="596624|blue_mosque_suites" HotelName="Blue Mosque Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Akbiyik Caddesi 94, Istanbul 34150</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/53/2853558ee95d64bdda7bda043e7e893e11bab70a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="417.30" OriginalAmount="405.15" 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="94" TotalAmount="417.59" OriginalAmount="405.43" 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="418.80" OriginalAmount="406.60" 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="Non Refundable">
        <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="419.57" OriginalAmount="407.35" 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="12" TotalAmount="419.95" OriginalAmount="407.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012386" Longitude="28.958614" StarRating="5" HotelCode="136266|1495320" 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" 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="420.10" OriginalAmount="407.86" 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="Non Refundable">
        <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="420.15" OriginalAmount="407.91" 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="Non Refundable">
        <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="63" TotalAmount="421.27" OriginalAmount="409.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042772" Longitude="28.998859" StarRating="4" HotelCode="935183|ac_hotel_istanbul_macka" HotelName="AC Hotel Istanbul Macka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="421.64" OriginalAmount="409.36" 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="421.74" OriginalAmount="409.46" 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="63" TotalAmount="422.30" OriginalAmount="410.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="94" TotalAmount="424.17" OriginalAmount="411.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013346" Longitude="28.977873" StarRating="0" HotelCode="|553833" HotelName="Downtown Sirkeci 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/5/3/8/3/3/553833_c9bb30f1401.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.35" OriginalAmount="411.99" 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 12/06/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="63" TotalAmount="424.36" OriginalAmount="412.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="94" TotalAmount="424.73" OriginalAmount="412.36" 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="94" TotalAmount="424.88" OriginalAmount="412.50" 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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <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="425.39" OriginalAmount="413" 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="16" TotalAmount="425.53" OriginalAmount="413.14" 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="425.75" OriginalAmount="413.35" 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="63" TotalAmount="426.42" OriginalAmount="414.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008365" Longitude="28.954811" StarRating="3" HotelCode="161933|nobel_hotel" HotelName="Nobel 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Caddesi 27, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ff/dbffaa038f33eddc31f4e7a8f6f5f2116feace78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located in the heart of Istanbul’s Old City, within walking distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.64" OriginalAmount="414.21" 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="426.79" OriginalAmount="414.36" 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="427.37" OriginalAmount="414.92" 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="Free CXL until 11/06/2026">
        <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="63" TotalAmount="427.45" OriginalAmount="415.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030536298653" Longitude="28.988437045942" StarRating="4" HotelCode="735362|metropolitan_hotels_bosphorus" HotelName="Metropolitan Hotels Bosphorus" Meals="ROOM ONLY" 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="94" TotalAmount="427.83" OriginalAmount="415.37" 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 12/06/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="63" TotalAmount="428.48" OriginalAmount="416.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="Free CXL until 11/06/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="27" TotalAmount="432.60" OriginalAmount="420" 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="94" TotalAmount="433.03" OriginalAmount="420.42" 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 06/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="433.54" OriginalAmount="420.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0357222" Longitude="28.9833911" StarRating="0" HotelCode="|86900" HotelName="Triada" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="433.63" OriginalAmount="421.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="63" TotalAmount="433.63" OriginalAmount="421.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="63" TotalAmount="434.66" OriginalAmount="422.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="435.62" OriginalAmount="422.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0335597" Longitude="28.9770999" StarRating="4" HotelCode="|40799" HotelName="Pera Tulip" Meals="HALF-BOARD" BedType="HALF-BOARD" 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="63" TotalAmount="435.69" OriginalAmount="423.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="94" TotalAmount="437.14" OriginalAmount="424.41" 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="Free CXL until 12/06/2026">
        <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="437.57" OriginalAmount="424.83" 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="63" TotalAmount="437.75" OriginalAmount="425.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 11/06/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="438.05" OriginalAmount="425.29" 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="63" TotalAmount="439.81" OriginalAmount="427.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.980745" Longitude="29.101567" StarRating="5" HotelCode="80362|istanbul_marriott_hotel_asia" HotelName="Istanbul Marriott Hotel Asia" Meals="ROOM ONLY" 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="94" TotalAmount="439.90" OriginalAmount="427.09" 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="440.30" OriginalAmount="427.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06475" Longitude="28.99443" StarRating="5" HotelCode="|445183" HotelName="The Craton" 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/5/1/8/3/445183_338b00e1439.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="440.82" OriginalAmount="427.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03538" Longitude="28.978795" StarRating="0" HotelCode="|535599" HotelName="Rexee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/5/9/9/535599_b07f6731100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="440.84" OriginalAmount="428.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06372" Longitude="28.987756" StarRating="5" HotelCode="295369|istanbul_marriott_hotel_sisli" HotelName="Istanbul Marriott Hotel Sisli" Meals="ROOM ONLY" 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="94" TotalAmount="441.73" OriginalAmount="428.86" 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="442.90" OriginalAmount="430" 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="63" TotalAmount="442.90" OriginalAmount="430.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 06/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="443.46" OriginalAmount="430.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05206" Longitude="28.82281" StarRating="5" HotelCode="|220679" HotelName="Tryp By Wyndham Istanbul Basın Ekspres" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="444.51" OriginalAmount="431.56" 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="63" TotalAmount="445.99" OriginalAmount="433.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03331" Longitude="28.975168" StarRating="5" HotelCode="187043|rixos_pera_istanbul" HotelName="Rixos Pera Istanbul" Meals="ROOM ONLY" 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="63" TotalAmount="448.05" OriginalAmount="435.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="63" TotalAmount="448.05" OriginalAmount="435.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 05/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="16" TotalAmount="450.79" OriginalAmount="437.66" 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="16" TotalAmount="451.85" OriginalAmount="438.69" 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="451.89" OriginalAmount="438.73" 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 12/06/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="63" TotalAmount="454.23" OriginalAmount="441.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975717674037" Longitude="28.857191888899" StarRating="5" HotelCode="310355|hyatt_regency_istanbul_atakoy" HotelName="Hyatt Regency Istanbul Ataköy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,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="63" TotalAmount="454.23" OriginalAmount="441.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="16" TotalAmount="455.34" OriginalAmount="442.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 12/06/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="63" TotalAmount="456.29" OriginalAmount="443.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05044906" Longitude="28.99278374" StarRating="4" HotelCode="471478|la_belle_nisantashi" HotelName="Nisantasi Exclusive Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/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="63" TotalAmount="457.32" OriginalAmount="444.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00338787198" Longitude="28.981495618385" StarRating="4" HotelCode="33845|radisson_hotel_istanbul_sultanahmet" HotelName="Citadel Hotel &amp; Restaurant" Meals="ROOM ONLY" 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="457.41" OriginalAmount="444.09" 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="458.31" OriginalAmount="444.96" 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="459.04" OriginalAmount="445.67" 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="27" TotalAmount="462.47" OriginalAmount="449" 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="63" TotalAmount="463.50" OriginalAmount="450.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="63" TotalAmount="464.53" OriginalAmount="451.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="464.53" OriginalAmount="451.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00765" Longitude="28.971663" StarRating="4" HotelCode="219906|aprilis_hotel" HotelName="Aprilis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="16" TotalAmount="465.76" OriginalAmount="452.19" 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="465.77" OriginalAmount="452.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023912" Longitude="28.977843" StarRating="4" HotelCode="|463494" HotelName="Galata’s Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="466.61" OriginalAmount="453.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04932" Longitude="29.026215" StarRating="0" HotelCode="|448890" HotelName="Crowne Plaza Istanbul Ortakoy Bosphorus, an IHG Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="466.83" OriginalAmount="453.23" 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="470.17" OriginalAmount="456.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059677" Longitude="28.97957" StarRating="4" HotelCode="|553409" HotelName="Bomonti Arjaan By Rotana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="470.65" OriginalAmount="456.94" 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="Non Refundable">
        <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="471.74" OriginalAmount="458" 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="27" TotalAmount="471.74" OriginalAmount="458" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.061597" Longitude="28.989019" StarRating="5" HotelCode="207960|31328" 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="63" TotalAmount="471.74" OriginalAmount="458.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988516" Longitude="29.021021" StarRating="5" HotelCode="165537|doubletree_by_hilton_istanbul_moda" HotelName="DoubleTree by Hilton Hotel Istanbul - Moda" Meals="ROOM ONLY" 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="94" TotalAmount="471.79" OriginalAmount="458.05" 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="94" TotalAmount="475.18" OriginalAmount="461.34" 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="63" TotalAmount="477.92" OriginalAmount="464.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 12/06/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="1" TotalAmount="478.83" OriginalAmount="464.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013587947914" Longitude="28.978237509727" StarRating="4" HotelCode="16204|CAK304400" HotelName="Doubletree by Hilton Istanbul Sirkeci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/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="63" TotalAmount="481.01" OriginalAmount="467.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="481.02" OriginalAmount="467.01" 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="1" TotalAmount="482.70" OriginalAmount="468.64" 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 12/06/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="94" TotalAmount="483.61" OriginalAmount="469.52" 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="483.62" OriginalAmount="469.53" 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="27" TotalAmount="484.10" OriginalAmount="470" 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 10/06/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="16" TotalAmount="484.58" OriginalAmount="470.47" 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="63" TotalAmount="486.16" OriginalAmount="472.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="487.01" OriginalAmount="472.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.963943" Longitude="28.802057" StarRating="5" HotelCode="|193004" HotelName="Crowne Plaza Istanbul Florya, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="488.22" OriginalAmount="474" 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="489.09" OriginalAmount="474.84" 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 10/06/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="489.73" OriginalAmount="475.47" 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="94" TotalAmount="490.58" OriginalAmount="476.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024063" Longitude="28.974266" StarRating="0" HotelCode="|454170" HotelName="DeCamondo Galata, a Tribute Portfolio Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="491.29" OriginalAmount="476.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013794" Longitude="28.977017" StarRating="4" HotelCode="|454365" HotelName="Dodo Spa Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <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="27" TotalAmount="493.37" OriginalAmount="479" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036525" Longitude="28.986158" StarRating="5" HotelCode="18366|571" 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="94" TotalAmount="493.58" OriginalAmount="479.20" 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="63" TotalAmount="494.40" OriginalAmount="480.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="94" TotalAmount="495.50" OriginalAmount="481.07" 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 07/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="497.25" OriginalAmount="482.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03883" Longitude="28.97405" StarRating="5" HotelCode="|224235" HotelName="Sheraton Istanbul City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="16" TotalAmount="497.38" OriginalAmount="482.89" 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="499.55" OriginalAmount="485.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012901" Longitude="28.94140998" StarRating="0" HotelCode="881569|lemis_suite_istanbul_" HotelName="Lemis Suite Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gürani Mahallesi, Molla Gurani Caddesi 34, Findikzade, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/6d/096ddb64e40915b12a8ba56ab659dcc4eee62a91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lemis Suite Istanbul is located conveniently in Fatih and offers self-catering accommodation. Free W...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.95" OriginalAmount="487.33" 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="Free CXL until 13/06/2026">
        <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="94" TotalAmount="504.34" OriginalAmount="489.65" 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="505.10" OriginalAmount="490.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85631" Longitude="29.27982" StarRating="4" HotelCode="|242774" HotelName="Holiday Inn Istanbul - Tuzla Bay, An Ihg" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="505.16" OriginalAmount="490.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981683" Longitude="28.897505" StarRating="5" HotelCode="|215974" HotelName="Radisson Blu Istanbul Ottomare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="505.47" OriginalAmount="490.75" 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="16" TotalAmount="507.07" OriginalAmount="492.30" 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="508.55" OriginalAmount="493.74" 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="513.97" OriginalAmount="499.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="27" TotalAmount="519.12" OriginalAmount="504" 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="Free CXL until 10/06/2026">
        <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="519.53" OriginalAmount="504.40" 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="522.21" OriginalAmount="507" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041057948008" Longitude="28.987205576721" StarRating="5" HotelCode="11808|7053" HotelName="Divan Istanbul 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,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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="526.33" OriginalAmount="511" 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="528.47" OriginalAmount="513.08" 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="94" TotalAmount="532.26" OriginalAmount="516.76" 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 12/06/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="75" TotalAmount="532.48" OriginalAmount="516.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024733454735" Longitude="28.980147896175" StarRating="5" HotelCode="320034|TR000024" HotelName="Novotel Istanbul Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" 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="532.90" OriginalAmount="517.38" 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="533.23" OriginalAmount="517.70" 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="16" TotalAmount="533.88" OriginalAmount="518.33" 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="539.72" OriginalAmount="524" 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="539.84" OriginalAmount="524.12" 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="540.05" OriginalAmount="524.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8458" Longitude="29.296272" StarRating="4" HotelCode="|220769" HotelName="Doubletree By Hilton Istanbul - Tuzla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/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="540.09" OriginalAmount="524.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031934" Longitude="28.987917" StarRating="0" HotelCode="|533326" HotelName="Loop Hotel Bosphorus İstanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="541.06" OriginalAmount="525.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006117" Longitude="28.79739" StarRating="0" HotelCode="|533752" HotelName="BLACK PALACE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Vahit Efendi Sk. 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/7/5/2/533752_10c79cb1132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="542.81" OriginalAmount="527" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062978" Longitude="28.987633" StarRating="4" HotelCode="210537|32130" HotelName="My Bade Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="542.81" OriginalAmount="527.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="543.63" OriginalAmount="527.80" 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="94" TotalAmount="543.83" OriginalAmount="527.99" 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 13/06/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="63" TotalAmount="544.87" OriginalAmount="529.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07736" Longitude="29.013355" StarRating="5" HotelCode="300843|wyndham_grand_istanbul_levent" HotelName="Wyndham Grand Istanbul Levent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/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="63" TotalAmount="546.93" OriginalAmount="531.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059198183258" Longitude="29.010273336597" StarRating="5" HotelCode="200053|renaissance_istanbul_bosphorus" HotelName="Renaissance Istanbul Polat Bosphorus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 10/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,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="547.96" OriginalAmount="532.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 10/06/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="549.02" OriginalAmount="533.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003287" Longitude="28.975181" StarRating="0" HotelCode="|534743" HotelName="Me by Mula" 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/7/4/3/534743_2f4ba911135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="549.65" OriginalAmount="533.64" 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="94" TotalAmount="554.83" OriginalAmount="538.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009432" Longitude="28.975819" StarRating="0" HotelCode="|525240" HotelName="Kate Hotel Special Class 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/5/2/5/2/4/0/525240_3c793dd1000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="557.32" OriginalAmount="541.09" 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="Free CXL until 13/06/2026">
        <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="558.84" OriginalAmount="542.56" 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="Free CXL until 11/06/2026">
        <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="63" TotalAmount="560.32" OriginalAmount="544.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.247926696347" Longitude="29.03559426355" StarRating="0" HotelCode="225657|erzurumlu_hotel" HotelName="Otel Erzurumlu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 12/06/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="63" TotalAmount="562.38" OriginalAmount="546.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 12/06/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="565.23" OriginalAmount="548.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026023" Longitude="28.97811" StarRating="4" HotelCode="|446548" HotelName="Burdock Istanbul, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="566.50" OriginalAmount="550.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07545205" Longitude="29.0153083" StarRating="5" HotelCode="904557|the_istanbul_edition_special_class" HotelName="Hyatt Centric Levent Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 08/06/2026" 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="63" TotalAmount="568.56" OriginalAmount="552.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="94" TotalAmount="570.52" OriginalAmount="553.90" 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="63" TotalAmount="570.62" OriginalAmount="554.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="570.87" OriginalAmount="554.24" 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="27" TotalAmount="573.71" OriginalAmount="557" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.10885" Longitude="28.98648" StarRating="5" HotelCode="854473|396815" HotelName="Radisson Blu Hotel, Vadistanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="573.71" OriginalAmount="557.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 13/06/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="27" TotalAmount="578.86" OriginalAmount="562" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050942066263" Longitude="28.992040157318" StarRating="5" HotelCode="58544|32106" 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="94" TotalAmount="581.21" OriginalAmount="564.28" 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="Free CXL until 06/06/2026">
        <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="63" TotalAmount="582.98" OriginalAmount="566.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048762" Longitude="28.992866" StarRating="4" HotelCode="166003|the_stay_nisantasi" HotelName="The Stay Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 11/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,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="587.10" OriginalAmount="570" 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="588.96" OriginalAmount="571.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041944" Longitude="28.989221" StarRating="5" HotelCode="|17615" HotelName="Grand Hyatt Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>TASKISLA CAD. ELMADAG-TAKSIM 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/1/5/17615_e5218ad0837.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building with air-conditioning, has a lobby, a reception, internet, a currency exchange service, a hairdresser's, a safety deposit box service and lifts. The establishment boasts 360 rooms and 24 suites. The establishment also has a restaurant, a bar with music, a cafÃ©, a nightclub and a bicycle rental desk. SITUATION: Is situated inIstanbul the city centre of it is near the beach, the pedestrian area, in the surrounding area, clients can find public transport services, bars, restaurants, nightclubs, pubs and shops. ROOM: The modern and comfortable rooms, fully-equipped, have a central air-conditioning system, a central heating system, a bathroom with a hairdryer, a double bed, fitted carpets, a direct line telephone, internet, cable and satellite television, a radio, a mini-bar and a safe (available for a fee). FACILITIES: Clients can enjoy a swimming pool with a snack bar, Clients can enjoy activities such as enjoy tennis.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="591.77" OriginalAmount="574.53" 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="16" TotalAmount="592.88" OriginalAmount="575.61" 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" 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="593.73" OriginalAmount="576.44" 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="593.84" OriginalAmount="576.54" 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="Free CXL until 13/06/2026">
        <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="63" TotalAmount="595.34" OriginalAmount="578.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00636" Longitude="28.973524" StarRating="3" HotelCode="267236|world_heritage_hotel_istanbul" HotelName="World Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/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="94" TotalAmount="597.66" OriginalAmount="580.25" 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="599.45" OriginalAmount="581.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025346" Longitude="29.105638" StarRating="4" HotelCode="|220774" HotelName="Doubletree By Hilton Istanbul Umraniye" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="603.95" OriginalAmount="586.36" 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="605.72" OriginalAmount="588.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.951363" Longitude="29.099228" StarRating="0" HotelCode="|526570" HotelName="La Cielo Suites Bostancı" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="616.44" OriginalAmount="598.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0110016" Longitude="28.9846992" StarRating="4" HotelCode="|17634" HotelName="Doubletree By Hilton Istanbul - Sirkeci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/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="618.02" OriginalAmount="600.02" 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="94" TotalAmount="625.05" OriginalAmount="606.84" 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 13/06/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="636.54" OriginalAmount="618" 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="63" TotalAmount="636.54" OriginalAmount="618.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="638.08" OriginalAmount="619.50" 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 13/06/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="638.60" OriginalAmount="620.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0470727" Longitude="29.0090561" StarRating="5" HotelCode="|55925" HotelName="Conrad Istanbul Bosphorus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cihannuma Mah Saray Cd No5 Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/2/5/55925_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1992, is rated 5 stars and it is situated in Istanbul the historic centre of. SITUATION: Old City It is close to near the establishment, guests will find Levent the Station of. ROOM: The establishment has 984 rooms with mini-bar, a hairdryer, a safe, a trouser press, an ironing set and an air-conditioning system. FACILITIES: The establishment boasts 2 restaurants, a bar, a conference room and a cafÃ©. Customers can enjoy a covered swimming pool, a swimming pool and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="646.04" OriginalAmount="627.22" 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="658.17" OriginalAmount="639" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03512" Longitude="28.988328" StarRating="5" HotelCode="263349|40952" 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="27" TotalAmount="661.26" OriginalAmount="642" 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 08/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="668.14" OriginalAmount="648.68" 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="671.10" OriginalAmount="651.55" 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="674.39" OriginalAmount="654.75" 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 13/06/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="686.37" OriginalAmount="666.38" 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="63" TotalAmount="697.31" OriginalAmount="677.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="699.08" OriginalAmount="678.72" 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="27" TotalAmount="699.37" OriginalAmount="679" 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="701.83" OriginalAmount="681.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05364" Longitude="28.98749" StarRating="0" HotelCode="|184142" HotelName="Arcade Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="713.79" OriginalAmount="693.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="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,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="94" TotalAmount="725.99" OriginalAmount="704.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99367" Longitude="29.101641" StarRating="5" HotelCode="|215791" HotelName="Sheraton Istanbul Atasehir Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Sumbul sok, No 1 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/9/1/215791_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="729.55" OriginalAmount="708.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038748" Longitude="28.988242" StarRating="0" HotelCode="|151612" HotelName="Lokalist, Istanbul, A Tribute Portfolio Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="739.06" OriginalAmount="717.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062922" Longitude="28.805635" StarRating="5" HotelCode="|445143" HotelName="Hilton Mall Of Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/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="16" TotalAmount="744.99" OriginalAmount="723.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044509491144" Longitude="28.989433050156" StarRating="5" HotelCode="9360|29894" HotelName="Hilton Istanbul Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly 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,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="94" TotalAmount="745.66" OriginalAmount="723.94" 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 11/06/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="94" TotalAmount="749.12" OriginalAmount="727.30" 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="94" TotalAmount="753.00" OriginalAmount="731.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00998" Longitude="28.97498" StarRating="0" HotelCode="|184555" HotelName="Hotel Miniature" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mh Molla Fenari Sk No 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/5/184555_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="763.23" OriginalAmount="741.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029096732998" Longitude="28.982064066139" StarRating="4" HotelCode="118815|witt_istanbul_suites" HotelName="Witt Istanbul Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel" CnxPolicy="Free CXL until 10/06/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="63" TotalAmount="771.47" OriginalAmount="749.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026820714144" Longitude="28.975547254086" StarRating="4" HotelCode="185748|georges_hotel_galata" 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="94" TotalAmount="779.85" OriginalAmount="757.14" 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="94" TotalAmount="784.88" OriginalAmount="762.02" 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="811.64" OriginalAmount="788.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="94" TotalAmount="812.45" OriginalAmount="788.79" 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="94" TotalAmount="838.78" OriginalAmount="814.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0504979" Longitude="28.9926594" StarRating="0" HotelCode="|61779" HotelName="The Stay Boulevard Nisantasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="851.81" OriginalAmount="827.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 11/06/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="27" TotalAmount="860.05" OriginalAmount="835" 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="94" TotalAmount="883.26" OriginalAmount="857.53" 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="889.19" OriginalAmount="863.29" 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="927.00" OriginalAmount="900" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04752" Longitude="28.994135" StarRating="5" HotelCode="75766|32101" 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="927.00" OriginalAmount="900.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="16" TotalAmount="932.99" OriginalAmount="905.82" 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="938.42" OriginalAmount="911.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04829" Longitude="28.99207" StarRating="5" HotelCode="|185031" HotelName="The St. Regis Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mim Kemal Oke Cad No 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/3/1/185031_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="958.55" OriginalAmount="930.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0508665" Longitude="28.9904206" StarRating="0" HotelCode="|86910" HotelName="Cheya Residence Nisantasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nisantasi Valikonagi Cad No 20 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/1/0/86910_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Nisantasi it is in Istanbul it is in. ROOM: Guests are offered two bedroom apartments, have a kitchen, a launderette, internet and hydromassage shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="958.84" OriginalAmount="930.91" 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="94" TotalAmount="959.08" OriginalAmount="931.15" 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="1001.16" OriginalAmount="972.00" 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="1050.24" OriginalAmount="1019.65" 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 13/06/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="27" TotalAmount="1058.84" OriginalAmount="1028" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040528" Longitude="29.005123" StarRating="5" HotelCode="209570|34945" 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="1091.38" OriginalAmount="1059.59" 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="63" TotalAmount="1121.67" OriginalAmount="1089.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="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="27" TotalAmount="1142.27" OriginalAmount="1109" 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="27" TotalAmount="1166.99" OriginalAmount="1133" 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="94" TotalAmount="1180.28" OriginalAmount="1145.90" 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="1208.76" OriginalAmount="1173.55" 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="63" TotalAmount="1253.51" OriginalAmount="1217.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 12/06/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="1283.10" OriginalAmount="1245.73" 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 12/06/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="1539.85" OriginalAmount="1495.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="Free CXL until 10/06/2026" 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="1837.45" OriginalAmount="1783.93" 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="27" TotalAmount="2114.59" OriginalAmount="2053" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006362330582" Longitude="28.979986310005" StarRating="5" HotelCode="12647|55191" 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="2649.25" OriginalAmount="2572.09" 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="63" TotalAmount="4724.61" OriginalAmount="4587.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="5402.35" OriginalAmount="5245.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="94" TotalAmount="6380.27" OriginalAmount="6194.44" 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="21140.75" OriginalAmount="20525.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 12/06/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="63" TotalAmount="24213.24" OriginalAmount="23508.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03274613763" Longitude="28.987388000156" StarRating="3" HotelCode="305471|cihangir_ceylan_suite_hotel" HotelName="Cihangir Ceylan Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25124.82" OriginalAmount="24393.03" 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 11/06/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="25451.30" OriginalAmount="24710.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="27" TotalAmount="32255499.57" OriginalAmount="31316019" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03394912" Longitude="28.98854746" StarRating="0" HotelCode="517144|237459" HotelName="Istanbul Modern Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Residences" CnxPolicy="Free CXL until 12/06/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>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.64" OriginalAmount="92.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006193" Longitude="28.971476" StarRating="3" HotelCode="|305996" HotelName="Divas Silver" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mh. Dizdariye Ce?me Sk No:27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.05" OriginalAmount="106.84" 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="122.33" OriginalAmount="118.77" 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 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.98" OriginalAmount="140.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0046272" Longitude="28.9628431" StarRating="0" HotelCode="|305176" HotelName="Milano &amp; Spa Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="154.15" OriginalAmount="149.66" 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="175.02" OriginalAmount="169.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0740441" Longitude="28.9823237" StarRating="0" HotelCode="|305957" HotelName="Mari Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ta?oca?? Caddesi no:27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.75" OriginalAmount="173.54" 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="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.99" OriginalAmount="191.25" 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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>?ehirpark? Cd. No:225 Bayrampa?a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.80" OriginalAmount="218.25" 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="266.62" OriginalAmount="258.85" 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="278.04" OriginalAmount="269.94" 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>
    <HotelStay SourceId="94" TotalAmount="344.93" OriginalAmount="334.88" 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>
  </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,Jacuzzi,Swimming Pool,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,Banquet Hall,Boutique,Concierge,LCD/Projector,Luggage Storage,24 Hour Room Service,Beauty Salon,Coffee Shop,Dry Cleaning,Library,Off-Site Parking,Porter,Babysitting</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,ECO HOTEL,LUXURIOUS HISTORIC HOTEL,APARTMENT,BED AND BREAKFASTS,APARTHOTEL,CLUB RESORT,GUESTHOUSE,RESIDENCES,BED AND BREAKFAST,HOSTELS,BUNGALOW COMPLEX,HOSTEL,RESIDENCE,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
a903e76c-b9c2-484c-a355-cda01b17f7ea|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
|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
a903e76c-b9c2-484c-a355-cda01b17f7ea|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a903e76c-b9c2-484c-a355-cda01b17f7ea|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
a903e76c-b9c2-484c-a355-cda01b17f7ea|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="a903e76c-b9c2-484c-a355-cda01b17f7ea" TimeStamp="0001-01-01T00:00:00" HotelName="Titanic City Taksim" HotelCode="409442|1180386" StarRating="4" GTCityId="74076" CountryCode="TR" CityName="Istanbul" CountryName="Turkey" Address="Lamartin Caddesi 47, Taksim, 34437 Istanbul" PostCode="34437" PhoneNo="+902122389090" FaxNo="+902122354747" Email="citytaksim@titanic.com.tr" CheckInTime="12:00" CheckOutTime="12:00" Latitude="41.040890385537" Longitude="28.984047174454" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-48768a54-9175-5880-a834-d14b7160cb17|63|MjkzLjAwfEdCUHwyMDI2LTA2LTAz" OriginalAmount="293" TotalPrice="301.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 26.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-29T00:00:00" End="2026-06-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="301.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (twin beds)" RoomTypeCode="h-83c92ad1-345b-5996-abc7-daadb1d19e94|63|MzA4LjAwfEdCUHwyMDI2LTA2LTAz" OriginalAmount="308" TotalPrice="317.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 28.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-29T00:00:00" End="2026-06-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="317.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (queen size bed)" RoomTypeCode="h-beb06d2a-56e0-59c2-8f2b-a24f1a283955|63|MzEzLjAwfEdCUHwyMDI2LTA2LTAz" OriginalAmount="313" TotalPrice="322.39" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 28.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-29T00:00:00" End="2026-06-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="322.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior" RoomTypeCode="298355870|1|315|27|MzE1fEdCUHwyMDI2LTA2LTAz" OriginalAmount="315" TotalPrice="324.45" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T07:03:55.4497336+01:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="315" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (twin beds) (bed type is subject to availability)" RoomTypeCode="h-7b13eff9-3c43-57c5-adf7-42d4aef8537f|63|MzE4LjAwfEdCUHwyMDI2LTA2LTE3" OriginalAmount="318" TotalPrice="327.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/06/2026"><AdditionalDetails>GBP 28.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-13T00:00:00" End="2026-06-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="327.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room" RoomTypeCode="93933171|1|320|27|MzIwfEdCUHwyMDI2LTA2LTAz" OriginalAmount="320" TotalPrice="329.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T07:03:55.8296127+01:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="320" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Superior" RoomTypeCode="241499627|1|326|27|MzI2fEdCUHwyMDI2LTA2LTAz" OriginalAmount="326" TotalPrice="335.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T07:03:55.9091381+01:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="326" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Superior" RoomTypeCode="297141523|1|326|27|MzI2fEdCUHwyMDI2LTA2LTAz" OriginalAmount="326" TotalPrice="335.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T07:03:55.9879355+01:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="326" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Queen room - Superior" RoomTypeCode="300338043|3|329|27|MzI5fEdCUHwyMDI2LTA2LTAz" OriginalAmount="329" TotalPrice="338.87" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T07:03:56.2729944+01:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="329" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - Superior" RoomTypeCode="83922658|3|346|27|MzQ2fEdCUHwyMDI2LTA2LTE0" OriginalAmount="346" TotalPrice="356.38" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-10T10:00:00" End="2026-06-11T10:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="346" /></CancelPenalty><CancelPenalty Start="2026-06-12T10:00:00" End="2026-06-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="346" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR ROOM" RoomTypeCode="1825211974-1-0|711825211974|2|0|12|MzQ2LjI5fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="346" TotalPrice="356.68" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-e977199a-29ea-5541-8bf3-8fe90b986d06|63|MzQ4LjAwfEdCUHwyMDI2LTA2LTE0" OriginalAmount="348" TotalPrice="358.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/06/2026"><AdditionalDetails>GBP 31.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-10T00:00:00" End="2026-06-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="358.44" /></CancelPenalty><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="358.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior" RoomTypeCode="267445579|3|350|27|MzUwfEdCUHwyMDI2LTA2LTE1" OriginalAmount="350" TotalPrice="360.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-11T01:00:00" End="2026-06-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="350" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR ROOM 1 QUEEN BED OR 2 TWIN BEDS" RoomTypeCode="1309417102-1-0|711309417102|2|0|12|MzUzLjU2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="354" TotalPrice="364.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: TWIN/QUEEN ROOM - SUPERIOR" RoomTypeCode="2490479315-1-0|712490479315|2|0|12|MzUzLjk1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="354" TotalPrice="364.57" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-83df7f87-6693-522c-9527-c297bc43c25a|63|MzU0LjAwfEdCUHwyMDI2LTA2LTE2" OriginalAmount="354" TotalPrice="364.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/06/2026"><AdditionalDetails>GBP 32.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="364.62" /></CancelPenalty><CancelPenalty Start="2026-06-13T00:00:00" End="2026-06-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="364.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin room" RoomTypeCode="318500261|3|359|27|MzU5fEdCUHwyMDI2LTA2LTE0" OriginalAmount="359" TotalPrice="369.77" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-10T06:00:00" End="2026-06-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="359" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard room" RoomTypeCode="93924681|3|359|27|MzU5fEdCUHwyMDI2LTA2LTE0" OriginalAmount="359" TotalPrice="369.77" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-10T06:00:00" End="2026-06-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="359" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - Superior" RoomTypeCode="290108055|3|370|27|MzcwfEdCUHwyMDI2LTA2LTEz" OriginalAmount="370" TotalPrice="381.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-09T10:00:00" End="2026-06-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="370" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR" RoomTypeCode="3135050847-1-0|713135050847|2|0|12|Mzc3LjA2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="377" TotalPrice="388.37" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR ROOM DOUBLE" RoomTypeCode="4116097738-1-0|714116097738|2|0|12|Mzc3LjIzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="377" TotalPrice="388.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Triple room - Superior" RoomTypeCode="300348432|3|577|27|NTc3fEdCUHwyMDI2LTA2LTE0" OriginalAmount="577" TotalPrice="594.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-10T10:00:00" End="2026-06-11T10:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="577" /></CancelPenalty><CancelPenalty Start="2026-06-12T10:00:00" End="2026-06-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="577" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Family Quadruple room" RoomTypeCode="h-78205b09-9c3b-5418-a239-bbec9b65f865|63|NTgyLjAwfEdCUHwyMDI2LTA2LTAz" OriginalAmount="582" TotalPrice="599.46" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 52.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-29T00:00:00" End="2026-06-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="599.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Family Quadruple room" RoomTypeCode="h-daef248e-ab53-53b3-8056-87a9f85b5b3a|63|NTg3LjAwfEdCUHwyMDI2LTA2LTE4" OriginalAmount="587" TotalPrice="604.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/06/2026"><AdditionalDetails>GBP 53.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-14T00:00:00" End="2026-06-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="604.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Family room" RoomTypeCode="179070408|3|590|27|NTkwfEdCUHwyMDI2LTA2LTAz" OriginalAmount="590" TotalPrice="607.70" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T07:03:57.0740262+01:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="590" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Family room - Double/Double" RoomTypeCode="284693598|3|667|27|NjY3fEdCUHwyMDI2LTA2LTE2" OriginalAmount="667" TotalPrice="687.01" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T05:00:00" End="2026-06-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="667" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room (full double bed)" RoomTypeCode="h-2933d3de-a020-5506-a63b-dd7bb470c0c4|63|OTQ1LjAwfEdCUHwyMDI2LTA2LTAz" OriginalAmount="945" TotalPrice="973.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 85.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|Minibar|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-29T00:00:00" End="2026-06-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="973.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/7e/74/7e7431e4aaccb5042905cdce01f3b3c77a09ec6c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/44/c7/44c78806c5225a47fdfe6ac5845ae6f14719e686.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e7/fb/e7fb02a7a6ab5bb04d876f062ec9fcb76a0e8bf6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d8/be/d8be2124a65fecb537025abc06805dbc711b04fb.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4c/a1/4ca104c30478de4ad6cdfa5e1a5cf9737535d125.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/17/73/177365a53bfc12185ba6905c5407aebe2172b65d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/83/b4/83b4ab79c84b2fa48e707f99e13358f430ffad42.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/34/19/3419bb5dc99d78d5c6309d5148c57ffe88b2586b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/11/21/11216876dec396eb0f06ed77ae68934c48c2a910.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/58/a1/58a11c62e10c87c99e83e00b850d8807a8b91999.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/43/5a/435a2550652e8acbfb396ec55c1e079fba5a8993.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/54/1c/541c7f3e2e4ac6326438c320c2206e43382b2611.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/58/24/58242bff942b2b6fcbc249e3fd6e457deabcb13e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bc/d9/bcd9e2b368d65ab3cc23ca9d4bd3b1ba388665dd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ae/e0/aee0ae59e5040b827297553edc0d1ca0682a2816.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/04/b6/04b68968dd289dd1115a522467a43c9125e139c0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c6/a8/c6a80b4781a9e457ae5896eb9abc9a26ffc87907.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e8/e8/e8e864ec93861025a15473902ada38cb4e194b5e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bf/d7/bfd77184904070d814ea5117d7b84cc6d6562fbd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9f/a8/9fa829f00774f1ad5b0a1391036aef6809d3c9cf.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bc/fa/bcfacbe8fc485569b52ee80faf02a978ffd8b97f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cb/43/cb4338bc9152afd1db45cf35f84d9dbefd1cfe84.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fd/d8/fdd8d5618fb8615c55af96bc69d2f39f46fff1d6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e4/97/e497a34a0d5d950250679e938fa779f3f1ad8c6f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/16/b9/16b936ff0c8d31cd9cf7f945a713acae9fcc13e8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d7/b9/d7b928a3be5a0e1797baa5a72c79643ffd87bd06.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4e/ae/4eaebc152a45b1edea0f6f37ae42a814d1d6d919.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7f/fd/7ffd205eb3ef988cf47552202ba1054c36c9a728.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2d/22/2d221e8e35ace72c973d58f67d754be810c50706.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e2/f8/e2f8e2f6be10497a30d512b208d4e4ad615b23eb.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/df/4b/df4b12eec502f82ace28ecb14118eb134deae16a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ef/76/ef76bca9b6b15f17a7549bb25e9f86973682f15d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ae/b1/aeb1876bee786d3d8d0d5dc2b7a1d3cad024706c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/65/de/65de4fac04eb17b89fa45a99eac809a61d43732b.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;The hotel is located in Taksim, where history and different cultures stand side by side. It enjoys an excellent location, close to congress valley and various business centres, as well as landmarks such as the Galata Tower, Hagia Sophia and Topkapi Palace. It is easy to access the area's modern shopping malls via the metro station beside the hotel. Istanbul’s international airport is approximately 20 km away.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;181 rooms and 9 suites are located on 10 storeys and can be reached by 2 lifts. The reception desk in the lobby is staffed round the clock. Services and facilities include a cloakroom, a currency exchange service, 8 conference rooms and a business centre. Wireless internet access in public areas (for a fee) allows guests to stay connected. The hotel has wheelchair-accessible facilities. There are a number of shops as well. Parking facilities available to guests include a garage and a car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms are equipped with air conditioning and central heating. All rooms are carpeted and include a double bed or a king-size bed. A safe and a minibar are also available. Additional features include a mini fridge and a tea/coffee station. A direct dial telephone, a television with satellite/cable channels and WiFi ensure optimal comfort. 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 55 non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The pleasantly heated water of the indoor and outdoor pools guarantees comfortable swimming. Refreshing drinks at the pool bar and a relaxing soak in the hot tub offer the perfect way to unwind. Comfortable sun loungers are available on the terrace. There are a variety of leisure facilities and services to choose from, including a gym, a spa, a sauna, a steam bath, a hammam, a beauty salon and massage treatments. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Catering options available at the accommodation include bed and breakfast and half board. Guests can choose to book options such as breakfast, lunch or dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the establishment: 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;Price of an additional breakfast: 15.00 EUR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Early check-in and/or late check-out is available for an additional fee.&lt;br /&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Transfer: &lt;/b&gt;Transfer from/to airport available. Cost: 50.00 EUR one way.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Extra beds for children are always provided free of charge.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>90-212-2354747</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>90-212-2389090</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Located on main road</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2008</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>10</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>181</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>9</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Cloakroom</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Foyer</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Shops</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with air conditioning </Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with high-chairs</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>8</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Pool bar</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun loungers</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jacuzzi</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun terrace</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Steam bath</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Heated Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>City Centre</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Tourist Centre</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Park</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Restaurants</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Nightclub</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Train Station</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Underground/Over ground Station</Description><Value>0 Meter</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
705be62d-4caa-42a1-9541-82c22e1231bc|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="705be62d-4caa-42a1-9541-82c22e1231bc">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47161" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-24T00:00:00" End="2026-06-29T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="TRAVELDESK@HELINTO.COM" Password="Helinto@2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
705be62d-4caa-42a1-9541-82c22e1231bc|HotelbedsSearch|error while generating search request: Exception - Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.SmyRooms.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 54|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
705be62d-4caa-42a1-9541-82c22e1231bc|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
705be62d-4caa-42a1-9541-82c22e1231bc|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-03T07:52:01.3024845+01:00" Version="0" EchoToken="Search" TransactionIdentifier="705be62d-4caa-42a1-9541-82c22e1231bc" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.734530603847" Longitude="115.16625290142" StarRating="2" HotelCode="398659|swandewi_homestay" HotelName="Swandewi Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Samudra 06, Jalan Kartika Plaza, Kartika Plaza, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b5/89b595e14ed111e4412e116df355b51daa46e304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.24" OriginalAmount="25.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7179976" Longitude="115.1706889" StarRating="1" HotelCode="|377027" HotelName="Segara Sadhu Inn Kuta By Ecommerceloka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Poppies II Gang 1 No. 3A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/7/0/2/7/377027_cbb087b0943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71817541" Longitude="115.17038772" StarRating="2" HotelCode="553989|segara_sadhu_inn" HotelName="Segara Sadhu Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang I 3, Jalan Poppies II, Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/91/9f913fa0eff4175219579cc8460f55f8b0ff45fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant and room service, for a c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73535459" Longitude="115.16842224" StarRating="2" HotelCode="522675|mertha_jati_hotel" HotelName="Mertha Jati Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Airport Transfer (on Demand),Garden,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar 8, Tuban-Kuta, Kuta 13220, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/5e/105e034b8a4083d423580ff626c2b6cce7736f47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mertha Jati Hotel is simply furnished rooms come with a TV and either air conditioning or a fan with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.723639341167" Longitude="115.17333626747" StarRating="2" HotelCode="915194|guest_house_matahari" HotelName="Guest House Matahari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tegal Wangi No 14, Kuta Tuban 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4e/e34e45b6866d81383194969817326ad58d987e13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.64980173" Longitude="115.16578077" StarRating="1" HotelCode="422401|gusti_homestay_kerobokan" HotelName="Gusti Homestay Kerobokan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Beauty Salon,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Kayu Nagasari 7, Jalan Pengubugan, Banjar Silayukti, Kerobokan, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/db/dfdbeb4764d47184545d841385ecd921b86bde4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Gusti Homestay Bali to discover the wonders of Bali. The hotel offers a wide range of amenit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.36" OriginalAmount="31.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.716616" Longitude="115.173492" StarRating="0" HotelCode="|479528" HotelName="Budget Door Legian Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Poppies 2, Gang Gora No. 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/5/2/8/479528_2de1da11321.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72057391" Longitude="115.17174934" StarRating="2" HotelCode="435008|pesona_beach_inn" HotelName="Pesona Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies I 31, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/14/1f140404b24f19cc8258f977bf889b066c738ab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.70808296" Longitude="115.18671132" StarRating="2" HotelCode="600714|dahousetel_kuta" HotelName="Da'Housetel" Meals="DINNER" BedType="DINNER" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Mertasari 28, Sunset Road, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/cb/15cb3992d8eeaa77736a76869c54e49f97bb688c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features various services and facilities, including a baggage storage service, a transfer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.54" OriginalAmount="33.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.726595" Longitude="115.176615" StarRating="1" HotelCode="|522383" HotelName="Simalem Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta No.100 x, Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/3/8/3/522383_165e15a1142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7223473333333" Longitude="115.17569066667" StarRating="2" HotelCode="199847|bemo_corner_guest_house" HotelName="Bemo Corner Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai 10 A, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e9/97e9fa9113d58a55bc03dd2c5c909062036d985d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities for a comfortable stay. A theatre hall is available to guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.17" OriginalAmount="34.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.722571" Longitude="115.175425" StarRating="2" HotelCode="|529816" HotelName="Kuta Sari House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bunisari 14 b</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/8/1/6/529816_cfc391e1019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.95" OriginalAmount="35.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7165" Longitude="115.17233" StarRating="2" HotelCode="|234329" HotelName="Cempaka 3 Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl Poppies 2 Benesari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/2/9/234329_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71062325" Longitude="115.1704255" StarRating="1" HotelCode="113530|sayang_maha_mertha" HotelName="Sayang Maha Mertha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Business Centre,Concierge,Currency Exchange,Dry Cleaning,Elevator,Garden,Internet,Laundry,Lounge,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Melasti, Lebak Bene, Legian Klod, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/bb/18bb9140048e2bd76f9d7827fa574148f7ba86ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sayang Maha Mertha Hotel welcomes you to Bali the island of Gods. Hotel is located in the famous vil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71788245" Longitude="115.17634491" StarRating="2" HotelCode="492456|pondok_3_mertha" HotelName="Pondok 3 Mertha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mataram 69, Samuan Tiga II, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa962294aa419ecd386b6418e1c5fbeef857da51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7106874490939" Longitude="115.17876947885" StarRating="3" HotelCode="915192|everyday_smart_hotel" HotelName="Everyday Smart Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Patih Jelantik 12/12A, Central Park, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/14/61147c06d066e2d68a305dd762340608514ac8ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.98" OriginalAmount="36.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.716564" Longitude="115.171587" StarRating="3" HotelCode="|456396" HotelName="Capital O 93486 Anna Inn Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80361, Jl Poppies II No.6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/3/9/6/456396_fd66d241757.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7187524134592" Longitude="115.17261516102" StarRating="3" HotelCode="380286|waringin_homestay" HotelName="Waringin Home Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies 1, Gang Sorga 9, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/1f/301fa25bae93c23a7df7ade2107d3af5a25d266f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7103163227462" Longitude="115.17037176388" StarRating="2" HotelCode="405757|legian_mas_beach_inn" HotelName="Legian Mas Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lebak Bena Street 18, Legian Kelod, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/72/5072c19bf7a380576704cad96ccee932cdff14e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 11 rooms. The establishment features vari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.11" OriginalAmount="37.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.711476" Longitude="115.171682" StarRating="3" HotelCode="292317|the_aromas_of_bali_hotel__residence" HotelName="Aromas of Bali and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Legian No 191, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1a/b01a996e756396df04ab39506eddfa33d96b8949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.46" OriginalAmount="37.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.760192" Longitude="115.179041" StarRating="2" HotelCode="|166932" HotelName="Coco De Heaven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Bypass Ngurah Rai 17-x, Kuta Selatan, Jimbaran</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/9/3/2/166932_1_9259.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a transfer service to the airport, has a reception, a solarium, a car park (free of charge), room service, a laundry service (on request) and a car hire service. SITUATION: This hotel is 10 minutes away from Jimbaran the beach 15 minutes away from the establishment clients have Ngurah Rai Airport it is situated 20 minutes away from Garuda Wisnu Kencana park. ROOM: All the rooms have an air-conditioning system, a bathroom, a swimming pool, WiFi (free of charge), a mini-bar and flat-screen satellite television. OTHERS: Regarding the food and beverage offering, clients have a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.79" OriginalAmount="37.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73358" Longitude="115.1721" StarRating="3" HotelCode="|233366" HotelName="My Home @ Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Bhineka Jatijaya XI/27 Kubu Anyar, Tuban</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/3/6/6/233366_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.84" OriginalAmount="37.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.718835" Longitude="115.173526" StarRating="3" HotelCode="|398563" HotelName="The Kubu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Popies I Gg. Sorga no. 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/6/3/398563_f485ab60904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71363045" Longitude="115.17114163" StarRating="2" HotelCode="407781|ayu_lili_garden_hotel" HotelName="Ayu Lili Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Legian, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/0d/6b0daa32df987a8fa4c973309791d2b3ebfed5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.02" OriginalAmount="38.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.724439" Longitude="115.171119" StarRating="2" HotelCode="|261589" HotelName="H-ostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kuta Square Blok E 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/5/8/9/261589_6e07b721706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.15" OriginalAmount="38.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73632" Longitude="115.17493" StarRating="3" HotelCode="|399900" HotelName="Graha Wedha Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Bhineka jati jaya IV No.3 Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/9/0/0/399900_32632471058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71743407" Longitude="115.17510044" StarRating="3" HotelCode="174966|puri_rama_cottages_2" HotelName="Troppo Zone Puri Rama Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian, Gang Troppo Zone, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/5b/885bfc71cd2b64d570ebf4ebf7e92347b343c82f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71196342" Longitude="115.17409913" StarRating="3" HotelCode="522260|the_legian_777_guest_house" HotelName="The Legian 777 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Patimura 777, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/be/30be685aa4e6f5e04049cebaf4e881d4304b2803.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7204416048433" Longitude="115.17153721174" StarRating="3" HotelCode="393961|ayu_beach_inn" HotelName="Ayu Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies Line 1, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/af/bbaf8eae29504761aa3e6f39c9089c67c469a895.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7112887" Longitude="115.18126648" StarRating="2" HotelCode="333532|rabasta_taxa_inn_kuta_raya_" HotelName="Taxa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 77, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/1b/fa1b0b70f6b80e2cdd42e3650b03c9d493ee20cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Rabasta Taxa Inn  in Kuta, you'll be minutes from S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7265232" Longitude="115.17690049" StarRating="3" HotelCode="878782|gana_inn_legian" HotelName="Puri Dibia Hotel by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Raya Kuta 20X, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/57/85579e865758e5ea41dbdfd3aa4458ccf6004c91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="0" HotelCode="963027|reddoorz_legian_street" HotelName="Keola Hotel Legian by RedDoorz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian, Gang Cempaka 3, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/74/9a7493f67fd9873e8190f3bf5ed7be03f30d23db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.41" OriginalAmount="41.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7425463" Longitude="115.1807546" StarRating="2" HotelCode="|377142" HotelName="Bahana Guest House By Gamma Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Merpati No.12 Banjar Tuban Griya , Tuban</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/7/1/4/2/377142_e30cc660907.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.59" OriginalAmount="41.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.714624" Longitude="115.172217" StarRating="0" HotelCode="|400588" HotelName="RedDoorz @ Benesari 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Benesari, Lebak Bene</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/5/8/8/400588_6ceb8be0940.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73515448" Longitude="115.17392404" StarRating="2" HotelCode="504168|rabasta_graha_weda_suite_" HotelName="RaBaSTa Graha Weda Suite @ Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bhineka Jati Jaya IV 3, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/4a/194ad97b9ebd2cbfc46535ab9dffc12353b169a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rabasta Graha Weda Suite @ Kuta is perfectly located for both business and leisure guests in Bali. B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7157015758267" Longitude="115.17380162812" StarRating="3" HotelCode="113522|simpang_inn" HotelName="Simpang Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 133, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9b/139bc7baca09e8c75ee8b69b28f0a541ed041a94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72581674" Longitude="115.18113122" StarRating="3" HotelCode="594879|kimono_hotel" HotelName="Kimono Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 38, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/77/dd77522817267b436a8a0b1eae083a83ebbe7d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73122077" Longitude="115.17016162" StarRating="3" HotelCode="547224|pondok_denayu_homestay" HotelName="Pondok Denayu Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Kingkong I 4B, Jalan Kubu Anyar, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/13/7c13bece4fac50b01fb61881991e73ca07e3c2d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.90" OriginalAmount="43.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.728232" Longitude="115.176962" StarRating="3" HotelCode="|398527" HotelName="Hadi Poetra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta No. 323 / 378</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/2/7/398527_2acda070610.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71735569" Longitude="115.17880709" StarRating="3" HotelCode="488424|teges_inn" HotelName="Teges Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Majapahit 39, Gang Teges, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/zz/f4ad3c318c49724928d28828cd505435c7ee7924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Teges Inn in Kuta (Raya Kuta), you'll be minutes from Mall Bali Gal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.51" OriginalAmount="45.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73157" Longitude="115.17115" StarRating="0" HotelCode="|226732" HotelName="Pondok Anyar Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jln.Kubu Anyar, Gang Kingkong I No 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/7/3/2/226732_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7433221147686" Longitude="115.17245178323" StarRating="2" HotelCode="334943|airport_kuta_hotel_and_residences" HotelName="Airport Kuta Hotel And Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Elang 5, Komplek Burung, Tuban, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/0e/f90e534837dd5b79dd72c87e42897a5eb26bc38a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73465453" Longitude="115.1662196" StarRating="3" HotelCode="756691|samudra_homestay" HotelName="Samudra Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Gangam Samudra B2000, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/30/7f309a91e42345d17de7e1f07507a68bcbc0fa41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Samudra Homestay Bali is located in Kuta just a 2-minute walk (300 meters) from the beach and surfin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73242" Longitude="115.171386" StarRating="2" HotelCode="915190|sapta_petala" HotelName="Sapta Petala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar No 27, Tuban 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e4/53e462323f27490fe62530852d38a1a5c1c093f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7183986669913" Longitude="115.17450557427" StarRating="3" HotelCode="113521|maxi_hotel__spa" HotelName="Maxi Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Legian Street 83A, Badung, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/1d/001dfba974f9c9d40a0734e58ba6561ba25cb39e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.72" OriginalAmount="47.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.722671" Longitude="115.172349" StarRating="3" HotelCode="|402109" HotelName="Kuta Suci Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta no.37 Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/1/0/9/402109_81960040721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.65" OriginalAmount="48.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.714487" Longitude="115.175397" StarRating="3" HotelCode="|400180" HotelName="Mangga Bali Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian gang Mangga No. 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/1/8/0/400180_4a6e6761158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="3" HotelCode="754930|keola_hotel" HotelName="Keola Hotel Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 3, Cempaka Lane, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/26/a526fb6fab8e8138afaf2894c032c987dd9cb7ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71852137" Longitude="115.17184338" StarRating="2" HotelCode="38549|sorga_cottages" HotelName="Hotel Sorga Cottages Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies 1, Gang Sorga Kuta, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2b/85/2b85533c10566594c43453b19cbaa92e507c0d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Pantai Kuta Street, the hotel is just 20 minutes' drive from the Bali International Airpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73141457" Longitude="115.17090928" StarRating="2" HotelCode="382887|the_tirtha_inn_pondok_anyar" HotelName="Pondok Anyar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Gang Kingkong I 2, Kuta, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/00/37008d56a95211085b26ea4b97287cb83fcfb0d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and amenities are available to guests in the complex. A theatre hall is among th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71251938" Longitude="115.17115012" StarRating="3" HotelCode="490415|kondra_premiere_" HotelName="Kondra Premiere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Arjuna 1, Jalan Benesari, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/4e/974e33cf3db66218a9b882b3230f1290e559b776.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.10" OriginalAmount="50.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.734686" Longitude="115.166371" StarRating="2" HotelCode="|398542" HotelName="Agus Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kartika Plaza St, Samudra Lane No. 77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/4/2/398542_bfcdb540851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.32" OriginalAmount="50.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.734529" Longitude="115.166767" StarRating="0" HotelCode="|401963" HotelName="Oyo 523 Dedy Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>55, Jl. Samudra No.55, Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/9/6/3/401963_df9e2bb1051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.41" OriginalAmount="50.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.717525" Longitude="115.17906" StarRating="3" HotelCode="|398865" HotelName="Teges Inn Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Majapahit No. 39 Gg. Teges</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/8/6/5/398865_9e680c41030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.43" OriginalAmount="50.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.6970937" Longitude="115.1687141" StarRating="3" HotelCode="|36346" HotelName="Restu Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JALAN RAYA LEGIAN NO.113</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/3/4/6/36346_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, 40 houses, a lobby with a reception, a safety deposit box service and a restaurant. It has a medical care service, room service, a laundry service and a car park (for a fee). SITUATION: It is inKuta the heart of 20 minutes away from the establishment clients have Ngura Rai Airport Denpasar it is 40 metres away from 10 minutes away, guests can find shopping areas, Clients can also find markets, banks and leisure areas. ROOM: The comfortable, bright rooms, have a bathroom, heating, an individual air-conditioning system, a mini-bar, a direct line telephone, a satellite television and a balcony. FACILITIES: The establishment has a swimming pool area and a tropical garden. near the establishment, guests can find the beach, Where you can find sports activities. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, a restaurant, typical dishes, Chinese cuisine, Japanese dishes and European cuisine. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.682915" Longitude="115.166789" StarRating="3" HotelCode="292748|the_sunset_point_hotel" HotelName="The Sunset Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 88-99, Seminyak, Kuta Utara, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/1e/c01ee16c649aa48a792cdb425a4ebffe0c984560.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71871473" Longitude="115.17310516" StarRating="2" HotelCode="567052|reddoorz_sorga_poppies_lane" HotelName="Sari Bali Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies I, Gang Sorga, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/b2/afb2e73396758f579fe1c5c586d9533d7e8f06a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Kuta, RedDoorz @ Sorga Poppies Lane promises a relaxi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.80206" Longitude="115.122845" StarRating="4" HotelCode="900051|new_kuta_hotel__a_lexington_legacy_hotel" HotelName="New Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. New Kuta Condotel, Kawasan Pecatu Indah Resort, Pecatu, Kuta Selatan, 80364 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/21/1b211080789de41a2160be95e84288baeab63634.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.58" OriginalAmount="51.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.724606" Longitude="115.173474" StarRating="3" HotelCode="|400346" HotelName="Guna Graha Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Bakung Sari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/3/4/6/400346_605afbf1044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.23" OriginalAmount="51.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.718713" Longitude="115.172388" StarRating="3" HotelCode="|401889" HotelName="Suji Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kuta Beach Street , Poppies Lane I</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/8/8/9/401889_1607eeb0842.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.38" OriginalAmount="51.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71727" Longitude="115.171931" StarRating="0" HotelCode="|478917" HotelName="Palm Garden Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Poppies II No. 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/9/1/7/478917_85caa1f1457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.734741" Longitude="115.165557" StarRating="2" HotelCode="371848|bakung_beach_resort_3" HotelName="Bakung Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Tuban, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/f1/baf11cbc6f8a639bd96eb5c043013fe14d1f415d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 100 metres from Kuta beach, 10 minutes' walk from the art market and only 5 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7347370139757" Longitude="115.1693880558" StarRating="3" HotelCode="915193|apartemen_kuta_a1_2" HotelName="Asoka City Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar 43, Kuta 80361, Tuban Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/71/6071bee5737ae1bdc65dccd04ee7ef130610a2f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71090904" Longitude="115.17066455" StarRating="3" HotelCode="350246|amaris_hotel_lebak_bene__kuta" HotelName="Amaris Lebak Bene Kuta - Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Bene, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6f/f76f5cddd0089e5c3893a522db540edc69cedfca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.734603" Longitude="115.166776" StarRating="3" HotelCode="327939|dedy_beach_inn_kuta" HotelName="Dedy Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Samudra 55, Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/35/4335a42732ba14d8317b2ec8f64165a3234059b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7235563336003" Longitude="115.17344280731" StarRating="2" HotelCode="335600|rabasta_angkul_angkul_beach_inn_kuta" HotelName="Angkul Angkul Beach Inn Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tegal Wangi 21, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/19/5719538e8741dcfc7cf43dbe06c87615c3dd0fd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71426126" Longitude="115.17190553" StarRating="2" HotelCode="761893|sari_indah_cottages" HotelName="Sari Indah Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/41/614188add3d377ee65e3811c4a9939ba075ebc23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.25" OriginalAmount="53.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.710305" Longitude="115.170326" StarRating="2" HotelCode="|456861" HotelName="Amaris Kuta - Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Lebak Bene</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/8/6/1/456861_8b793981515.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.72" OriginalAmount="54.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.719675" Longitude="115.173931" StarRating="0" HotelCode="|485540" HotelName="Mahendra Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bedugul Lane, Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/5/4/0/485540_09afc9b2021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.64" OriginalAmount="54.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.723079" Longitude="115.174779" StarRating="2" HotelCode="|477141" HotelName="Kuta EcoStay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Gang Lotring Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/7/1/4/1/477141_f70d1760819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.725614" Longitude="115.174744" StarRating="3" HotelCode="900061|bakung_sari_resort_and_spa_2" HotelName="Bakungsari Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Singasari, P.O. Box 1044, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/db/03db1d8ccae1fa4f5d382cf00f4f51844b5145bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a short walk from the white sandy beach of Kuta and only 2 km from Denpasar Internation...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.13" OriginalAmount="56.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.696" Longitude="115.178" StarRating="3" HotelCode="|202912" HotelName="Berry Biz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. SUNSET ROAD NP. 99 LEGIAN KAJA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/9/1/2/202912_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.43" OriginalAmount="56.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.710713" Longitude="115.170559" StarRating="2" HotelCode="|552624" HotelName="Ammara Legian By Vilarisi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Melasti/Lebak Bena No 15 X, Legian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/2/4/552624_39e29891017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7137920675505" Longitude="115.16785919666" StarRating="3" HotelCode="909054|puri_asih_hotel" HotelName="Puri Asih Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Beauty Salon,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/38/7b38cbb44191309d1586cf316cabd4e8d155987b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Puri Asih Hotel is perfectly located for both business and leisure guests in Bali. The hotel offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.01" OriginalAmount="57.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73386" Longitude="115.16876" StarRating="3" HotelCode="|247383" HotelName="Taman Sari Cottages 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza Gg. Pudak Sari No. 1 Kuta - Tuban</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/3/8/3/247383_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="2" HotelCode="113524|puri_dibia_hotel" HotelName="Puri Dibia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Raya Kuta 20X, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/31/6e313458fb4279c4a2c6a851f4840d6ab003c25d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Kuta in Bali, this hotel enjoys a strategic location, as it is situated close to many res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7258741364678" Longitude="115.17464643199" StarRating="3" HotelCode="933570|ozz_hotel_kuta_bali" HotelName="Ozz Hotel Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar, Gang Biduri, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/e3/98e366e99347f230a848e0503a6af7a15d351540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.44" OriginalAmount="58.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.719882" Longitude="115.180046" StarRating="3" HotelCode="|400868" HotelName="Citihub Majesty Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta, 78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/8/6/8/400868_a7814740907.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.728051" Longitude="115.17691376" StarRating="3" HotelCode="348915|hadi_poetra_hotel" HotelName="Hadi Poetra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 323/378, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c9/87c9f8d19d748176aa711031cd912fa267e44723.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7189" Longitude="115.1721" StarRating="3" HotelCode="553721|airy_kuta_poppies_lane_satu_gang_sorga_bali" HotelName="Airy Kuta Poppies Lane Satu Gang Sorga Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies Lane 1, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/8c/f18ce523bc59cae14ecc6ffba1507031d4f1486b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.86" OriginalAmount="59.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.717574" Longitude="115.175895" StarRating="3" HotelCode="|398522" HotelName="Transera Kamini Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Legian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/2/2/398522_fc405210332.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.22" OriginalAmount="59.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.722787" Longitude="115.173271" StarRating="3" HotelCode="|377801" HotelName="Cara Cara Inn - Chse Certified" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kahyangan Suci, Lingkungan Pande Mas, Kelurahan Kuta, Kecamatan Kuta, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/7/8/0/1/377801_278532d1139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="1" HotelCode="778959|dbeds_hostel_by_soscomma" HotelName="Dbeds Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai, Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/ac/73ac8fbdb84ad982945777fa01fba56039f4831b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located at jalan Pantai Kuta where Kuta beach and all the amenities and eateries, enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7173508193859" Longitude="115.17319904556" StarRating="2" HotelCode="504173|gora_beach_inn_" HotelName="Gora Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian, Gang Poppies II, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a1/efa19a9a04160ffb8d172a67466de9f1794ef5d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7236605506032" Longitude="115.1752781868" StarRating="2" HotelCode="915187|hotel_s8_2" HotelName="S 8 Suardana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Massage Centre,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Buni Sari 14 A, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/84/b684085a510acb6f22855cf6e0e814fa8dde47ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.11" OriginalAmount="60.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.714365" Longitude="115.17257" StarRating="3" HotelCode="|398566" HotelName="Bendesa Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Legian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/6/6/398566_44d7c480928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.25" OriginalAmount="60.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.731768" Longitude="115.169525" StarRating="3" HotelCode="|484906" HotelName="Pudak Sari Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pudak Sari #45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/9/0/6/484906_39367880925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.69" OriginalAmount="60.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73897" Longitude="115.16738" StarRating="3" HotelCode="|398627" HotelName="The Kutaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza, Gg. Nusa Indah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/6/2/7/398627_8da41741013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.715887" Longitude="115.181141" StarRating="2" HotelCode="292327|grandmashotels_kuta_2" HotelName="J Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 88D, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/29/8a29cf159b28319361d85a7e36418388e6cc1fdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7337926000522" Longitude="115.16894525666" StarRating="3" HotelCode="325323|taman_sari_cottage_ii" HotelName="Taman Sari Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza Gang, Pudak Sari 1, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/77/28775cfae69f3a9e984719c7bbc5649440e58ed8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.30" OriginalAmount="61.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71607" Longitude="115.173" StarRating="3" HotelCode="|399460" HotelName="City Garden Bali Dwipa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Benesari Street, Poppies Lane II, Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/4/6/0/399460_7cbb81f1248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.52" OriginalAmount="61.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.719609" Longitude="115.171177" StarRating="2" HotelCode="|398590" HotelName="Berlian Inn Kuta Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Poppies Lane 1, Gang Sorga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/9/0/398590_866052e1006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.57" OriginalAmount="61.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.722283" Longitude="115.177661" StarRating="0" HotelCode="|484074" HotelName="The Jero 18 Kuta Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>112 Jl. Raya Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/0/7/4/484074_077e0db0919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.6719404845451" Longitude="115.16028802943" StarRating="3" HotelCode="936770|hotel_neo_seminyak__petitenget" HotelName="Hotel Liberta Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget No. 2, Kerobokan, 80361 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3a/ee3a352894de1f63612c1e52b004433f8262d01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.717458" Longitude="115.175946" StarRating="3" HotelCode="402224|kamini_hotel_legian" HotelName="Transera Kamini Legian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian, Gang Troppozone, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ce/9bce38a792e6e77bbbb98080165f3fb8e1746f39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7027053297995" Longitude="115.16766749144" StarRating="3" HotelCode="113515|grand_sinar_indah" HotelName="Grand Sinar Indah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padma Utara, Legian Tengah, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/bd/f8bd1f622d3dc18cf4b8dd2cdc218e7d7d6a61bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7246029072427" Longitude="115.17445357673" StarRating="3" HotelCode="113502|hotel_the_flora_kuta_bali" HotelName="Hotel The Flora Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari 13 A, Badung, Kuta 80364, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/52/fb5204be2181f35be91e29f03cc02f0d000234de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Jalan Bakung Sari Kuta, around 25 minutes’ drive from Bali International Air...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72465569" Longitude="115.17351044" StarRating="3" HotelCode="594395|ab_hotel_kuta" HotelName="AB Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0f/ac0fef996941be33cc0d49b6aa0071ae9bb7c2b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72275308" Longitude="115.17330604" StarRating="2" HotelCode="625759|cara_cara_inn" HotelName="Cara Cara Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Khayangan Suci, Lingkungan Pande Mas, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/53/f353473e04931799bd58f2aa242a8a5eab1fe3cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.24" OriginalAmount="64.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.718957" Longitude="115.180738" StarRating="3" HotelCode="|129569" HotelName="The Rhadana Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 88 R</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/5/6/9/129569_1_5176.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 15 minutes away from Ngurah Rai Airport it is situated 5 minutes away from Kuta the beach Mall the gallery Legian the commercial area of. ROOM: The establishment has 74 rooms, a television, internet, a safety deposit box, a mini-bar, a coffee maker, a bathroom with a shower and a bath. FACILITIES: Guests are offered a buffet restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7371212945217" Longitude="115.16597440411" StarRating="2" HotelCode="398594|wana_kubu_homestay_" HotelName="Wana Kubu Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara, Gang Wana Mertha 7, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/be/6bbe2e9af0b796f46c0b37328255cc697cf73bd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.70481" Longitude="115.181329" StarRating="3" HotelCode="932444|sun_royal_bali_2" HotelName="Sun Royal Hotel Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 6, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/c3/d9c3a0542816ee033ffce30b29eac362570b7b76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.72" OriginalAmount="65.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.739389" Longitude="115.164943" StarRating="2" HotelCode="|476363" HotelName="Rena Segara House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara, Gang Jepun No. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/3/6/3/476363_08468cc2228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.812482" Longitude="115.157578" StarRating="3" HotelCode="292332|maxonehotels_bukit_jimbaran_hotel" HotelName="MaxOneHotels.com @ Bukit Jimbaran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Uluwatu, Desa Ungasan, Kuta Selatan, 80363 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/4f/734fb40178b417bdc830f05d48dbead9c77024fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.81280843" Longitude="115.15771994" StarRating="1" HotelCode="820765|taste_of_bali_hostel" HotelName="Taste Of Bali Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Uluwatu, Gang Ambara 1, Ungasan, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/29/652908ac827f256b6689fe8a0815da4155f3147f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71425559" Longitude="115.17638917" StarRating="3" HotelCode="593600|tom_guest_house" HotelName="Tom Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mataram 37, Badung, Bali, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/41/fc4115b6f9cab9f8a9c6b995a374638423508be9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.48" OriginalAmount="66.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.732504" Longitude="115.169196" StarRating="3" HotelCode="|398565" HotelName="Rabasta Kuta Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza, Pudak Sari Lane No 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/6/5/398565_8511bff1005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.736487" Longitude="115.177144" StarRating="2" HotelCode="177875|pondok_sari_kuta_bali" HotelName="Pondok Sari Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nyangnyang Sari 7B, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/25/9625f9810c1174997e392b1d9aa660c542c87f5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuta, this hotel is a 10-minute drive from the popular Kuta Beach, Pepito su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.36" OriginalAmount="68.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.712" Longitude="115.17" StarRating="2" HotelCode="|165944" HotelName="Pop! Kuta Beach - Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kubu Bene</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/4/4/165944_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a breakfast, lunch and dinner service, a lobby, seats, courtesy products and mineral water. SITUATION: This hotel is 15 minutes away from Discovery the shopping centre of Waterbom the water park 5 minutes away from the establishment guests have Kuta the beach it is situated 15 minutes away from Legian the leisure area of 15 minutes away from the establishment you have Ngurah Rai Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.72" OriginalAmount="68.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.729538" Longitude="115.168258" StarRating="3" HotelCode="|398543" HotelName="Radha Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/4/3/398543_46759e30822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7235167864946" Longitude="115.17290009837" StarRating="3" HotelCode="933578|holiday_inn_express_bali_kuta_square" HotelName="Hotel ZIA Bali - Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ciung Wanara 17, Banjar Tegal, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b2/a2b2bfda2dc2556f277c6e3bc371586b5305f74d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.88" OriginalAmount="69.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7176" Longitude="115.177289" StarRating="0" HotelCode="|403809" HotelName="Pondok Taksu Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jln. Mataram Gang Sakura No 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/8/0/9/403809_4914a1c1053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.04" OriginalAmount="69.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.715983" Longitude="115.17228" StarRating="3" HotelCode="|459031" HotelName="Suka Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Benesari Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/0/3/1/459031_abb51611851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.728742" Longitude="115.168859" StarRating="2" HotelCode="65747|flamboyan_hotel" HotelName="Flamboyan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza Kuta, P.O. Box 2030, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/32/89321035e65ff8dbbb762559eb732ee9e8a3a58f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Surrounded by luscious tropical gardens, this hotel is located in the popular holiday resort of Kuta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.87" OriginalAmount="70.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72367" Longitude="115.17308" StarRating="3" HotelCode="|399102" HotelName="Angkul Angkul Beach In Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Tegal Wangi no. 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/1/0/2/399102_ec676ef1256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.718435" Longitude="115.180774" StarRating="3" HotelCode="221718|the_rhadana_kuta_bali" HotelName="Rhadana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl Raya Kuta 88, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/29/4829b614758d36eb0a35a5e7f63dec0d5a779c33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7001735219644" Longitude="115.17609302024" StarRating="2" HotelCode="327514|grey_boutique_inn" HotelName="The Grey Boutique Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri II, Grand Kuta Lane, Seminyak, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b2/aab2895a72f53f4a21cc9ea7703393985912bd10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71453732" Longitude="115.17208561" StarRating="3" HotelCode="491607|mekar_jaya_bungalows" HotelName="Mekar Jaya Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/6a/246aad64f3c935cf4e4ed167816e9263fd3ff625.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73793556" Longitude="115.16581194" StarRating="0" HotelCode="948647|jepun_segara_guest_house_" HotelName="Jepun Segara Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara 7, Gang Segara Mertha, Depan Banjar Segara, Tuban, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/a1/57a122af400737b43b243cd3624119e6fa782c25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7295170841708" Longitude="115.16825890838" StarRating="3" HotelCode="936677|radha_bali_hotel" HotelName="Radha Bali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 2, Gang Puspa Ayu, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/19/bb19be4fdf49ff86997cd44fd52f53dea5686964.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.63" OriginalAmount="71.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73458" Longitude="115.169" StarRating="3" HotelCode="|399793" HotelName="The Nyaman Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar No.20x, Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/7/9/3/399793_1de31e41037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7172753078523" Longitude="115.17664797322" StarRating="2" HotelCode="65602|dewi_sri_hotel" HotelName="Dewi Sri Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Hostel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/02/1402744fc2912ae57af485ee180f84c22b44e18b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Legian Street in the heart of Kuta and within walking distance of the famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.708072952305" Longitude="115.17902792604" StarRating="3" HotelCode="263569|ibis_styles_bali_kuta_legian" HotelName="Grand Livio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 17, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/59/f759c1310a27f18a065d5ae8318231370e06dd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7332890313386" Longitude="115.16788208598" StarRating="4" HotelCode="292325|eden_hotel_kuta_bali" HotelName="Eden Hotel Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 42, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/46/0046d5d270ab5508ed5f32a791573429310a56da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71850159" Longitude="115.17382363" StarRating="3" HotelCode="334174|gemini_star_hotel" HotelName="Gemini Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies II, Gang Ronta, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/be/e0beb604f94dd584cc1cb14c62619c78998c8e37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7264731590803" Longitude="115.17001981036" StarRating="3" HotelCode="68173|melasti_kuta_beach_bungalows__spa" HotelName="Melasti Kuta Bungalows &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/6f/d96f4af744e11febbd85ab6779baef911584d076.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located at Jl. Cendrawasih No. 9 Peti Tenget, Seminyak - Kuta, Bali, approximately 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.65484" Longitude="115.216645" StarRating="3" HotelCode="187929|inna_bali" HotelName="Inna Bali Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Veteran 3, Banjar Lelangon, Denpasar 80111, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8b/f88b43c764836875538ebde694ea081d70c6896b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7371442056897" Longitude="115.16686275601" StarRating="3" HotelCode="113512|j_boutique_hotel" HotelName="J Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza No. 20, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/e2/45e2bfb6523a1b9bfc9c5521913437f6adff23e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just 1 km from the Ngurah Rai International airport, this hotel is an ideal place to stay fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7133860423721" Longitude="115.17358017599" StarRating="2" HotelCode="129818|matahari_bungalow" HotelName="Matahari Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 118, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/ed/74ed6dc0890b126c58ab3db3b05de3dc71e9f107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated in the central part of Legian, Kuta, just a few minutes from the beach. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72690767" Longitude="115.17998143" StarRating="3" HotelCode="339636|natya_hotel" HotelName="Natya Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 9, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/29/7b29a500808339db32b6e25772b70324b6da7dbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7418218804197" Longitude="115.18153459648" StarRating="2" HotelCode="321507|grandmashotelscom__tuban" HotelName="Grandmas Plus Hotel Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 99, Tuban, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/83/19839babdf8991665b4e47f22225c6d0db92f61a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.53" OriginalAmount="75.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.735201" Longitude="115.170824" StarRating="2" HotelCode="|400426" HotelName="Kak Garden Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kubu Anyar Gg Harley Davidson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/4/2/6/400426_69d029e1053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7213506223098" Longitude="115.18645716064" StarRating="4" HotelCode="317157|mega_boutique_hotel__spa_bali" HotelName="Mega Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 259, Simpang Siur, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/48/e8483adbc08c2f92a2e2a1de40d5380e95ab270b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuta. For guests who appreciate a stylish ambience, it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73712874" Longitude="115.16553866" StarRating="3" HotelCode="328222|solaris_hotel_kuta_bali" HotelName="Hotel Solaris Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jenggala, Ex Wana Segara, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/01/3601372f06a8972bc02ede92f9e31b32494b09be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities include room service, a conference room and a business centre. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7225961762837" Longitude="115.17326674594" StarRating="3" HotelCode="933483|kuta_angel_hotel" HotelName="Kuta Angel Hotel Luxurious Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 33, Banjar Pande Mas, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d2/01d249b1fbe85daa2ed357c0d5eda43236aebe17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.725600266682" Longitude="115.17558139975" StarRating="3" HotelCode="292333|ohana_hotel" HotelName="Ohana Hotel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar 20, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/1f/ad1f40ccd7ab0c2fa1d44e3cbb7b28685f5ebe19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72467913" Longitude="115.17417805" StarRating="2" HotelCode="373811|airy_kuta_bakung_sari_bali" HotelName="Jesen's Inn I" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari 43, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/9a/f09a777e3f6b426370afa51ad6f442ff491cac4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.32" OriginalAmount="77.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.723731" Longitude="115.173318" StarRating="3" HotelCode="|529672" HotelName="Taxa Uma Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Tegal Wangi No.18, Kuta, Kabupaten</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/7/2/529672_96606771022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.721402" Longitude="115.185349" StarRating="4" HotelCode="189241|grand_mega_resort__spa_bali" HotelName="Grand Mega Resort &amp; Spa Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai  234, Simpang Siur, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/1d/441d8b2346e65e44fb3255ce7fcd22d9a021f9e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is on the main road of the Ngurah Rai Simpang Siur bypass, 50 metres from the famous De...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.737274" Longitude="115.176962" StarRating="3" HotelCode="98685|aston_inn_tuban" HotelName="Permata Kuta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kediri No. 5, Tuban, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/cc/98cc02e132684c03da832421c962c08437ffe9f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Tuban area of Kuta. It is situated within easy reach of all of South Bal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71598171" Longitude="115.17409587" StarRating="3" HotelCode="560977|agung_cottages" HotelName="Agung Cottages Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian No.95, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/90/7b905198ed2d7209b38543bce05a74bae7a7bd08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.730738" Longitude="115.167738" StarRating="2" HotelCode="113504|hotel_karthi" HotelName="Karthi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta Beach, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/bb/d7bb3d045f2df0ef4dd84331ebed0eb09de5c576.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach club resort is 15 minutes' drive from the Ngurah Rai International Airport (roughly 5 km a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7416420462906" Longitude="115.1692136914" StarRating="2" HotelCode="333490|balira_airport_hotel" HotelName="Balira Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/73/a373d2136cc5cb0849335a1f13f0ef7307df861d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.690386" Longitude="115.159356" StarRating="3" HotelCode="130480|sarinande_hotel_2" HotelName="Sarinande Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sarinande No. 15, Abimanyu, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/7a/b87aae12fdbae23a3da84cee2ede2fd04d0ca49f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 5 minutes' walking distance from the beach. The famous surfing challenge ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.69338475" Longitude="115.16778611" StarRating="3" HotelCode="406955|vansari_hotel" HotelName="Vansari Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jln. Raya Seminyak No 31, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6c/f76c4b998e5e9996d81ee070fa632d9be7708739.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.77" OriginalAmount="81.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.711786" Longitude="115.181576" StarRating="4" HotelCode="|167307" HotelName="Grand Zuri Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta No.81 Bali - Indonesia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/3/0/7/167307_int2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the tourist area of Kuta, close to the beach Seminyak. 25 minutes away, guests can find Airport Ngurah Rai. The establishment is a 15-minute drive away from the beaches of Kuta. HOTEL: The establishment has outdoor swimming pool and WiFi (free of charge). ROOM: The rooms have an air-conditioning system, a satellite TV, a mini-bar, kettle, a bathroom with a shower, slippers, a hairdryer and toiletries.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.89" OriginalAmount="81.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.720569" Longitude="115.185085" StarRating="3" HotelCode="|398581" HotelName="Bayt Kaboki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Griya Anyar No. 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/8/1/398581_ab9c4311007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7228230635737" Longitude="115.17589690873" StarRating="3" HotelCode="292337|the_pavilion_kuta" HotelName="The Pavilion Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kuta Theater 8, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d7/0ed7340dc96e18040a462138f3b67bcd37decaad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7175" Longitude="115.1761" StarRating="2" HotelCode="497851|swissbelexpress_kuta" HotelName="Swiss-Belexpress Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian Gang Troppozone, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/5c/305c0251561b31010dc033f5f0f04a45be52d341.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7247157185323" Longitude="115.17038583756" StarRating="4" HotelCode="915185|the_royal_eighteen_resort__spa" HotelName="Royal Singosari Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Singosari 18, PO Box 1051, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/76/c376f38e32aa6631d86dcaf594e5ac55bba8cdab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71337373" Longitude="115.17342836" StarRating="4" HotelCode="308155|sun_island_hotel_legian_2" HotelName="Sun Island Hotel &amp; Spa Legian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 123, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/8b/688b84ef358f47683a4c115f7d2ba5e358a17ba2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71782708" Longitude="115.17112597" StarRating="3" HotelCode="187555|balisandy_resort" HotelName="Bali Sandy Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pantai Kuta Poppies Lane II, Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/a7/f7a7c55549d7d435daaa9034e6e38481490a2e1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta, near a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.715707" Longitude="115.18109" StarRating="3" HotelCode="292335|primebiz_kuta" HotelName="PrimeBiz Kuta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta, Banjar Anyar, Kuta, 80316 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/50/4f509ebe36c8b969934c722971a0602f62fc4062.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.90" OriginalAmount="83.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.739004" Longitude="115.167028" StarRating="0" HotelCode="|474623" HotelName="Jineswari Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Dewi Sartika Gang Satelit Tuban,Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/2/3/474623_7d541ec1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7120163889974" Longitude="115.1674246788" StarRating="2" HotelCode="187669|bali_bungalo" HotelName="Bali Bungalo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta Gang Wina, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/73/1c734f7dcf0289da610ecf4bef04b09d954fc5ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a restaurant, a bar and a transfer service are available to guests of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7076095388077" Longitude="115.1789425043" StarRating="3" HotelCode="173593|the_sunset_hotel_bali" HotelName="The Sunset Hotel &amp; Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 11a, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/20/b92037680012b8847eba2ff4d72035a3a842a90f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7210065359571" Longitude="115.17273225033" StarRating="2" HotelCode="909024|la_walon_hotel" HotelName="La Walon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian Poppies 1, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/44/f844ebb46b5d77d49ed77d58957e2376f515eec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72039913" Longitude="115.18508098" StarRating="3" HotelCode="349981|hotel_bayt_kaboki" HotelName="Bayt Kaboki Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Griya Anyar 27, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/2b/0d2b27ea0b8fe6a9d544ab214674a0ca18f7e496.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.21" OriginalAmount="85.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.731003" Longitude="115.170416" StarRating="1" HotelCode="|528681" HotelName="Kamandaka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar Gang Kingkong I</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/6/8/1/528681_bd2ca571029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.52" OriginalAmount="85.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7253191" Longitude="115.1710854" StarRating="3" HotelCode="|377520" HotelName="Yan's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/7/5/2/0/377520_bb90d4b1151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73039541" Longitude="115.16766" StarRating="3" HotelCode="468990|favehotel_kuta_kartika_plaza_2" HotelName="favehotel Kuta Kartika Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 45X, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/9d/819dadba764c887c5a72de664ab6e24c8f3cbf76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.25" OriginalAmount="86.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.736586" Longitude="115.166988" StarRating="3" HotelCode="|157722" HotelName="The Tusita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza No 9X</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/7/2/2/157722_1_2104.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers an outdoor swimming pool, a restaurant, a reception, WiFi (free of charge) and a car park (free of charge). SITUATION: This hotel is a 10-minute walk away from Waterbom the water park a 1-minute walk away from Lippo Mall the commercial centre 10 minutes walk away, guests will find Segara the beach Kartika Plaza Road the commercial area of 15 minutes walk away, guests will find Kuta craft market it is 5 minutes drive away from Ngurah Rai Airport. ROOM: All the rooms have an air-conditioning system, flatscreen cable television, a courtesy tea and coffee service and a safety deposit box. RESTAURANT: Customers can enjoy a restaurant, The establishment offers Chinese cuisine, Indonesian dishes and occidental dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73676356" Longitude="115.16709023" StarRating="3" HotelCode="933576|the_tusita_hotel" HotelName="The Tusita Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 9X, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/07/14074447c02f0a1982c5b8dff4ec092ab8ad08b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.702553" Longitude="115.166877" StarRating="3" HotelCode="36426|melasti_beach_resort_spa" HotelName="Melasti Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padma Utara, Legian Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f2/40f29d410621b5ad4e79b08e5781447b4ae81e50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach club resort is located in the heart of Legian, with a prime beach front location, set amon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73736012" Longitude="115.1666218" StarRating="4" HotelCode="431353|bedrock_hotel" HotelName="Bedrock Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Wana Segara 21, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/57/a457fb9baf52ad637dac25fd7582a31163f2bdbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72009359" Longitude="115.16948198" StarRating="3" HotelCode="364865|kutabex_beach_front_boutique_hotel" HotelName="Kutabex Beach Front Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pantai Kuta, Banjar Pande Mas, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/55/18552b01a4d8af55a7da8b8504724ab8fe5ad492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Kuta/ Legian. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.81" OriginalAmount="91.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.894707" Longitude="116.287912" StarRating="3" HotelCode="|502361" HotelName="Melati Resort and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pariwisata Pantai Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/2/3/6/1/502361_7d1ebe10901.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.733291" Longitude="115.176467" StarRating="4" HotelCode="189441|best_western_kuta_villa" HotelName="Best Western Kuta Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nyang Nyang Sari 2, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/48/7b48d3198ed0d80286194c894017e41b08cb7217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2 km from the centre of Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.879392" Longitude="116.274021" StarRating="3" HotelCode="|400760" HotelName="Grand Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta, Pujut</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/7/6/0/400760_71108100717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.70" OriginalAmount="94.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.718064" Longitude="115.173775" StarRating="3" HotelCode="|398530" HotelName="Gemini Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Ronta, Poppies Lane ll</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/3/0/398530_e07299d0600.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.6767506574075" Longitude="115.15560827645" StarRating="3" HotelCode="65746|bali_ayu_hotel_and_villas" HotelName="Bali Ayu Hotel &amp; Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 99X, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/ba/b8ba59b68caf812b47dda66e2facc1bbd1bd1c24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the quiet village of Petitenget in Kerobokan, Kuta. This village is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7133619791202" Longitude="115.1705634963" StarRating="4" HotelCode="296375|the_bene_hotel" HotelName="The Bene Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/aa/f6aab279ecc49a9dbf1ad4914365911919d6cb87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta, about 400 m from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.734639" Longitude="115.167333" StarRating="4" HotelCode="177421|grand_whiz_hotel_kuta" HotelName="Grand Ixora Kuta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 92, Kuta Bali, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a9/15a95e3a9b98e13ac874fae0c1303026b1ce0e68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 100 m from Kuta town centre and the Bali Mall Galeria shops. The Kuta Ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.709768" Longitude="115.181694" StarRating="3" HotelCode="935432|holiday_inn_express_bali_raya_kuta" HotelName="Holiday Inn Express Bali Raya Kuta" 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>Jalan Raya Kuta no. 39, Kuta, Badung, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/54/da540656686e5ca67b534426cda968be5c5ef081.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.94" OriginalAmount="97.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72446" Longitude="115.17324" StarRating="4" HotelCode="|169725" HotelName="Royal Regantris Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Singosari No. 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/2/5/169725_1_9255.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a swimming pool on the rooftop, a massage service, a car park (free of charge) and WiFi (free of charge), The establishment has a reception, a transfer service, a laundry service and a spa (for a fee), Regarding the food and beverage offering, the establishment has a restaurant, room service and a lounge bar. SITUATION: This establishment, is a 5-minute walk away from Kuta the beach Kuta the Square of it is situated 10 minutes walk away from Waterboom park Discovery the shopping centre about 10 minutes away (by car) from Ngurah Rai the airport. ROOM: Each room has an air-conditioning system, a flat-screen television, a mini-bar, a safe and a bathroom with a bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.38" OriginalAmount="97.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71479" Longitude="115.17066" StarRating="3" HotelCode="|26051" HotelName="Wina Holiday Villa - Chse Certified" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL. PANTAI KUTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/5/1/26051_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel beach, has several buildings, 3 floors and 180 standard rooms. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service and a cloakroom. The establishment has various facilities, such as a cafÃ©, shops, a bar, a theatre, a games room, an Ã  la carte restaurant and a conference room. The establishment offers internet, room service, a laundry service, a medical care service, a playground and an indoor car park. SITUATION: This complex is in tropical gardens. 2 minutes away from the establishment you have the beach. 15 minutes away from the establishment, you can find Legian Beach. 4 minutes away from the establishment, guests will find the city centre where you can find shops and restaurants. 15 minutes away from the establishment clients have the airport. ROOM: Each room has a bathroom with a shower, a direct line telephone, a central air-conditioning system, satellite or cable TV, a safe (available for a fee) and a balcony or terrace. It also offers interconnecting rooms. FACILITIES: Outdoors, clients have access to a swimming pool that has an area for children, a snack bar, a sunbathing terrace, deck chairs and parasols. Customers can enjoy a massage service and body care treatments. Our guests can also surfing, enjoy tennis, play ping-pong, playing billiards and go cycling. Guests are offered an entertainment programme (seasonal).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.721545" Longitude="115.181012" StarRating="4" HotelCode="300235|the_kana_kuta_hotel" HotelName="The Kana Kuta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Setiabudi 8, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a9/f0a93e437387144d746115d765f2862c1719383f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7174381806081" Longitude="115.17241626978" StarRating="3" HotelCode="68568|barong_bali_hotel__formerly_barong_hotel" HotelName="Grand Barong Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane II, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/97/03978d41bed8fac7d8e7b5973740108d0a7a2385.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.6978180449627" Longitude="115.16460337816" StarRating="3" HotelCode="552010|hotel_kumala_bali_grand_kumala" HotelName="Hotel Kumala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Werkudara, Legian Kaja, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/32/3732d3f9512f7a4bbf6c509aa4546f1126aeca68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a safe, a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7181831737001" Longitude="115.17034292221" StarRating="3" HotelCode="908999|dekuta_hotel_2" HotelName="Dekuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane 2 No. 8, Kuta Beach</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/10/fb10fd9087d37e9da1707cdbc9150c9b4473a612.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7096318867592" Longitude="115.17892831657" StarRating="2" HotelCode="307878|pop_legian_dewi_sri" HotelName="POP! Hotel Legian Dewi Sri Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 1A, Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/11/4e119a1e985fde0c3f4ce0e4c2569f401839cc44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="3" HotelCode="19406|wina_holiday_villa" HotelName="Wina Holiday Villa Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/68/85688144d32b8451e7c18ae503fc0a0429ad49f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the middle of a tropical garden and only 2 minutes away from the broad beach. Legi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.62" OriginalAmount="104.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.890197" Longitude="116.279653" StarRating="3" HotelCode="|401827" HotelName="Jm Kuta Lombok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pariwisata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/8/2/7/401827_17d1d2c0455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71286271775" Longitude="115.1731102229" StarRating="4" HotelCode="199849|the_akmani_legian" HotelName="The Akmani Legian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Club Resort,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Legian Raya 91, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1c/5d1c1ee393857c37b87a044050b7f80acbf5bbb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is elegantly situated in Bali's most vibrant shopping avenue in Legian, the home of lifest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.73" OriginalAmount="105.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.717534" Longitude="115.184174" StarRating="3" HotelCode="|157457" HotelName="100 Sunset - Chse Certified" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl\. Sunset Road No 100C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/4/5/7/157457_1_2924.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a swimming pool, a gym, a bar, it offers WiFi, (free of charge), a transfer service (free of charge). SITUATION: This boutique hotel is in Sunset de Bali the street it is 10 minutes drive away from Ngurah Rai the airport it is 5 minutes drive away from Bali Gallery the shopping centre shops. ROOM: The rooms have a bathroom with a shower and flatscreen cable television. Some rooms have a balcony and garden views. RESTAURANT: Customers can enjoy a coffee shop, The establishment offers room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73709744" Longitude="115.16731346" StarRating="2" HotelCode="668202|airy_kuta_kartika_plaza_120i_bali" HotelName="Prima Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 120, Satu Lokasi Dengan Mutiara Super Restaurant, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/bb/4d/bb4d8adcbd6edbbe04b82e77952110c90d495d12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.730681" Longitude="115.178724" StarRating="2" HotelCode="285110|favehotel_bypass_kuta" HotelName="Crystal Kuta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bypass I Gusti Ngurah Rai 999, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/45/d645c92e03c9fa07ca6412718e51c0955493b7c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7036609425237" Longitude="115.18051106554" StarRating="4" HotelCode="324601|the_atanaya_hotel__managed_by_century_park" HotelName="The Atanaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sunset Road 88A, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/56/0b563292dcd047eb9a29b9e5362a39f6de2cff68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.715746" Longitude="115.173967" StarRating="3" HotelCode="167863|hotel_santika_kuta_bali_2" HotelName="Santika Kuta - Bali" 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,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta No. 98, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/eb/29ebd0f6b773927d1d3e1b68d5e86561480ee1a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuta’s vibrant shopping and restaurant district, the property is just minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7077034780941" Longitude="115.18703990559" StarRating="4" HotelCode="176733|harris_hotel__residences_sunset_road" HotelName="Harris Hotel &amp; Residences Sunset Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Mertasari, Sunset Road, Kuta, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/54/2554fa54c9fd249d1d0fac0b7c8648297d5d5cb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the crossroads of Kuta and Seminyak, the hotel guarantees easy access to Bali's major ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.6540926516714" Longitude="115.13046805026" StarRating="3" HotelCode="933893|frii_bali_echo_beach" HotelName="Frii Bali Echo Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl Munduk Catu No.32, Batu Bolong, 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/51/5951d2922e27f6864282df4d3a30a0724002f25a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="112.58" OriginalAmount="109.3" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7337" Longitude="115.177562" StarRating="3" HotelCode="915210|ID000035" HotelName="Hotel ibis Bali Kuta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 77, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/a6/99a6d52002aae325323d6c2f0e4bf541de3cfc59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the Kuta area, less than 1 km from Ngurah Rai International Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73352" Longitude="115.16766" StarRating="4" HotelCode="207308|rani_hotel_spa_2" HotelName="The Rani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/a1/04a1795eb6f53f5760382b689ea939fd803ad17b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just minutes away from the vibrant beach and shopping heart of South Kuta. Ngu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7315891124415" Longitude="115.1675056608" StarRating="2" HotelCode="68703|green_garden_hotel_2" HotelName="Green Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 9, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/50/6750e43c3d4f5d2415a686e67d42da01c93700cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel enjoys a central location at South Kuta Beach. The establishment is just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.6983415000922" Longitude="115.16913676085" StarRating="3" HotelCode="421403|ibis_bali_legian_street" HotelName="Hotel Ibis Bali Legian Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian 456 U, Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e2/4ce20704741a04ad19ed22627369aa5db0f689cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Commissioned in May 2016, ibis Bali Legian Street is an economy hotel, 20 minutes from Ngurah Rai In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.40" OriginalAmount="112.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.721423" Longitude="115.174344" StarRating="3" HotelCode="|398546" HotelName="Fat Yogi Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies I</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/4/6/398546_823d9251002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.28" OriginalAmount="113.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73743" Longitude="115.168" StarRating="2" HotelCode="|527416" HotelName="Interconnection Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Karika Plaza no 17x</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/4/1/6/527416_92c6e4d1218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7326730669594" Longitude="115.16760063558" StarRating="3" HotelCode="68707|febris_hotel__spa" HotelName="Febri's Hotel Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/3e/033e463e06b1a6b440b28add9e58059bd9ade451.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on Kartika Plaza Street, the main street of South Kuta Beach, also k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.654214" Longitude="115.162933" StarRating="3" HotelCode="113526|bali_merita_villas" HotelName="Bali Merita Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Tegal Cupek 67, Anyar Kelod, Kerobokan, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/0f/7d0f82e596ebc13d1796d7db32e3bb189eefa775.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Kerobokan area, north of Kuta. It is only some 3 km or about 10 minutes'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.708602" Longitude="115.184328" StarRating="4" HotelCode="260575|swissbelhotel_rainforest" HotelName="Swiss-Belhotel Rainforest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road No.101, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/57/735708013398aeade072568e562a46e835b142d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.70900802" Longitude="115.17996769" StarRating="3" HotelCode="754590|bamboo_bungalow_2" HotelName="Bamboo bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri II, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/23/282326f06b382f623035bfa403016688e9b6b36e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.734643" Longitude="115.164291" StarRating="3" HotelCode="98648|palm_beach_hotel_bali_3" HotelName="Palm Beach Hotel Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Jenggala 1, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/e1/fde12677423819a7bba8e4d80caed156a8b4e353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a pleasant 5-minute walk along the sandy beach from the heart of Kuta. Den...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72008372" Longitude="115.1737522" StarRating="4" HotelCode="420935|kuta_town_house_apartments" HotelName="Kuta Townhouse Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Garden,Golf,Housekeeping,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies Lane 1, Agung Art Market, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/7c/487cb5a53b9467f0ce54014662002194b0a05aee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled between Poppies Lane 1 and 2, Kuta Town Houses is located in the very heart of Kuta with bot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.8390840913025" Longitude="115.18138483136" StarRating="3" HotelCode="540496|puri_pandawa_resort_hotel" HotelName="Puri Pandawa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Pandawa, Banjar Jaba Pura Kutuh, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/56/f856331d6fe35ce16919fcf53f5e3496f77c545b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.64" OriginalAmount="118.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71588" Longitude="115.185" StarRating="4" HotelCode="|68163" HotelName="100 Sunset Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>JLN. SUNSET ROAD 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/6/3/68163_1_2198.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2009, boutique, has 45 rooms, 15 apartments, a garden area, a lobby, a safety deposit box service, a lift and a restaurant. At an additional cost you can have access to room service and a laundry service. The establishment also has a car park. SITUATION: Seminyak, Nusa Dua, Kuta and Sanur It has good links to it is situated 8 kilometres away from Kuta the area 9 kilometres away from the establishment, guests will find the beach, this hotel Denpasar it is situated 10 kilometres away from it is situated 6 kilometres away from the airport. ROOM: The modern rooms, a bathroom with a shower, a double bed, a direct line telephone, a satellite or cable television, a stereo, WiFi, a safe, a kitchen, a mini-bar, a fridge, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool, For a fee, you can enjoy spa treatments, a massage service and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, Guests are offered a breakfast service. PAYMENT METHODS: Customers can pay using American Express and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.721901" Longitude="115.186258" StarRating="4" HotelCode="934377|harris_hotel_kuta_galleria" HotelName="Harris Hotel Kuta Galeria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai no.1, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/53/b353cd5318d70ebf7085163802ae13e8ddad8359.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71809" Longitude="115.170836" StarRating="3" HotelCode="900062|satriya_cottages" HotelName="Satriya Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane II, Kuta Beach, Bali, P.O.BOX 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/8c/aa8c3e605f3b85fa830fd6da770a55af2edf98f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is situated at Poppies Lane II, a mere 100 metres from the famous Kuta beach. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.24" OriginalAmount="122.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7120965" Longitude="115.1674816" StarRating="3" HotelCode="|377761" HotelName="Easy Surf Camp" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta Komala Indah 2 Sunset, Legian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/7/7/6/1/377761_5d3e7090909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.716367" Longitude="115.174693" StarRating="3" HotelCode="94777|the_niche_bali" HotelName="The Niche Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 190, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/9e/b89e92118254de289dda9341c91d7477e89f75f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in Jalan Legian Kuta, Bali and right near to the best shops, restaurants, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.713949" Longitude="115.170557" StarRating="3" HotelCode="168184|adhi_dharma" HotelName="Adi Dharma Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/3f/1b3f735677eeb3091457d40847a227bbd417d212.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the area of Legian, just a few minutes’ walk from the shopping centre, ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.709396" Longitude="115.172164" StarRating="3" HotelCode="68237|kuta_lagoon_resort_and_pool_villas" HotelName="Kuta Lagoon Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian No. 363, 80361 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/80/f280db442d55e44cc416baf5c28e37e338e20361.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in the Legian area, just 10 minutes' walk from the beach. Ngurah Rai Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.69707283" Longitude="115.16380116" StarRating="3" HotelCode="36424|sari_bunga_hotel" HotelName="Sari Bunga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six, Legian Kaja, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/1f/9f1f5a81ca1ff8d877a059eb679a2e771cef75ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.718862" Longitude="115.174103" StarRating="4" HotelCode="300234|harper_kuta" HotelName="Harper Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 73, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/2d/302de03e8b598a6a79878ae0ee578a893098bd0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.64" OriginalAmount="132.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7198853" Longitude="115.173701" StarRating="4" HotelCode="|376917" HotelName="Kuta Town House Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pasar Agung, Poppies Lane I</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/6/9/1/7/376917_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.47" OriginalAmount="133.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.706879" Longitude="115.18343" StarRating="3" HotelCode="|554494" HotelName="Holiday Inn Express Bali Sunset Road, an IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Sunset Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/4/9/4/554494_2ac9dc51442.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7226610546139" Longitude="115.17206221819" StarRating="3" HotelCode="98653|yulia_beach_inn" HotelName="Yulia Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 43, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/11/07117ef46592f928b822069148fc58490dcc582c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7091371073071" Longitude="115.17211318016" StarRating="2" HotelCode="904651|fourteen_roses_legian" HotelName="Fourteen Roses" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 153, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/04/bb04077e23d4ac0d3e726ee91c177fe043f358fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.86" OriginalAmount="134.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72567" Longitude="115.17079" StarRating="5" HotelCode="|26052" HotelName="Kuta Paradiso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL. KARTIKA PLAZA P.O. BOX 1133, TUBAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/5/2/26052_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 243 rooms a big hall, an inviting pub, a lovely coffee shop and a nightclub. The establishment offers a conference room and internet. SITUATION: It is inKuta Beach south 5 minutes away from the establishment, clients can find the airport, in the surrounding area, clients have bars, cafÃ©s, restaurants and leisure areas. It is oppositeKuta Square the shopping centre. ROOM: The inviting rooms, fully-equipped with beautiful views. FACILITIES: Outdoors, clients have access to a swimming pool, a snack bar, deck chairs and parasols. Clients can find water sports, The establishment also offers a massage centre, a health club and a gym fully-equipped, Our guests can also playing billiards and bowling. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7040609258538" Longitude="115.17686478197" StarRating="4" HotelCode="262222|fontana_hotel_bali_2" HotelName="Fontana Hotel Bali, a PHM Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 68, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b4/df/b4df4a45dfc41529257db0cd114c836b06adbe91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Kuta, this hotel is approximately 1.5 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.50" OriginalAmount="135.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7323999" Longitude="115.1697915" StarRating="0" HotelCode="|378008" HotelName="Pudak Sari Unizou" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza gang Pudak Sari No 2 Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/0/0/8/378008_7dc50840941.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73225862" Longitude="115.16982532" StarRating="2" HotelCode="626178|pudak_sari_unizou_hostel" HotelName="Pudak Sari Unizou Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Gang Pudak Sari 2, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/41/c44162c0b029eefdcbb7264fe76147e1fab6b081.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.57" OriginalAmount="137.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.716046" Longitude="115.170133" StarRating="3" HotelCode="|447841" HotelName="Yello Kuta Beachwalk Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl Pantai Kuta, 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/4/1/447841_903e2541736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.6645563" Longitude="115.14212854" StarRating="4" HotelCode="383049|villa_berawa" HotelName="Villa Berawa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Berawa, Banjar Berawa, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/75/f1750137109880828c9c73aadb5599b1b9fb792b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.719903" Longitude="115.170112" StarRating="2" HotelCode="68172|kuta_puri_bungalow" HotelName="Kuta Puri Bungalows" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane 1, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a2/2da25b2c42d1d4da306d67a5951109b9b3d6a1b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex warmly welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.730302474232" Longitude="115.16785276304" StarRating="4" HotelCode="934375|bintang_kuta_hotel" HotelName="Bintang Kuta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/5c/9c5cdad61ed1e7d301e83438eb70f01135072d13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.68616" Longitude="115.167" StarRating="4" HotelCode="113503|desamuda_village" HotelName="Desamuda Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Basangkasa, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/30/f43063f704cfc539120b122448e66d3dd39a1706.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;These villas enjoy a prime location in Seminyak, close to the famous restaurants and up-market fashi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73662822" Longitude="115.16461392" StarRating="3" HotelCode="594508|sulis_beach_hotel_and_spa" HotelName="Sulis Beach Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7e/207e7f9f8be2a1d457bfad5c0097640feafca2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.20" OriginalAmount="150.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.733369" Longitude="115.17095" StarRating="4" HotelCode="|192575" HotelName="Anathera Resort Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan kubu Anyar No. 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/7/5/192575_1_2760.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7324593968799" Longitude="115.16897225662" StarRating="4" HotelCode="292312|18_suite_villa_loft_at_kuta" HotelName="18 Suite Villa Loft @ Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza Pudak Sari, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/3e/e03ee7ace2f28dec99532c74b61e43934164b48b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7222260714117" Longitude="115.184872" StarRating="3" HotelCode="213229|ibis_styles_bali_kuta_circle" HotelName="D Varee Diva Kuta Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl By Pass Ngurah Rai No 99, Kuta 80362, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/47/fc476ce83c8c45f9bda010103e637b969c41923b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71478852" Longitude="115.16913334" StarRating="3" HotelCode="434954|coast_boutique_apartments" HotelName="Coast Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Gang Wina, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/4b/0b4b39d5ca1343280f42d75fa24d1bf075bb585d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.02" OriginalAmount="151.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.882685" Longitude="116.268489" StarRating="3" HotelCode="|494791" HotelName="Village Vibes Lombok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Mawun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/4/7/9/1/494791_90c04b81036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.717779" Longitude="115.180738" StarRating="4" HotelCode="161177|harris_hotel__residences_riverview_kuta" HotelName="HARRIS Hotel &amp; Residences Riverview Kuta - Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 62A, Badung, Katu, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/32/dc3233addf1b62502a8b8c331c4538c5edb32cb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the centre of Kuta (15 minutes' walk). Guests will find restaurants, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71603067" Longitude="115.18132958" StarRating="4" HotelCode="352912|berry_glee_hotel" HotelName="Berry Glee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 139, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa157ffee08869b833c3ab29daec4ddd41c1140.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.713591" Longitude="115.173127" StarRating="3" HotelCode="65759|adi_dharma_cottages" HotelName="Adi Dharma Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 155, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/75/2475cadaf644d646cd6cfc2ae668674927c81317.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on bustling Legian Street, just a short walk from shopping centres, entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.73" OriginalAmount="158.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.736688" Longitude="115.163937" StarRating="4" HotelCode="|386155" HotelName="Holiday Inn Express Baruna Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara 33a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/1/5/5/386155_1_4843.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7039246496378" Longitude="115.17062723637" StarRating="3" HotelCode="909090|three_brothers_bungalows_" HotelName="Three Brothers Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Legian, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b5/89b595e14ed111e4412e116df355b51daa46e304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.715561" Longitude="115.18404714" StarRating="0" HotelCode="973377|fairfield_by_marriott_bali_kuta_sunset_road" HotelName="Fairfield by Marriott Bali Kuta Sunset Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Merdeka Raya VII, Abianbase Kuta, Kuta 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/71/6f719a7ca578ecc1c9c9a89f412b3454f7f1b37c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.01" OriginalAmount="167.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7249172075465" Longitude="115.17218962312" StarRating="3" HotelCode="79990|kuta_beach_club" HotelName="Sol House Bali Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Bakung Sari No. 81, P.O.Box 3226, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/0f/c90f94d9d6a5d20c98c00f1bbcac6261a4930e8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7202696766958" Longitude="115.16986012459" StarRating="4" HotelCode="915186|the_kuta_playa_hotel_villas" HotelName="Wyndham Garden Kuta Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta No. 99X, Badung, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/35/933518fd2b923841e46f564f22c5db0c61e1c982.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="174.84" OriginalAmount="169.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.70812377" Longitude="115.17198674" StarRating="4" HotelCode="308157|ID000059" HotelName="Mercure Bali Legian" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 328, Legian Kelod Kuta, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/01/bb011e9f502090403d20ef7cb7d1a92a747b4e56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.32" OriginalAmount="170.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.892345" Longitude="116.317102" StarRating="0" HotelCode="|489784" HotelName="Truntum Boutique Mandalika" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Tj. Ocean View, Sukadana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/9/7/8/4/489784_bf4b4191059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.43" OriginalAmount="172.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.885227" Longitude="116.280516" StarRating="0" HotelCode="|403478" HotelName="Lavella Villa S" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sawe Batu Riti Kuta Pujut Kabupaten Lombok Tengah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/4/7/8/403478_f83540b1032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.16" OriginalAmount="172.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.892654" Longitude="116.281921" StarRating="4" HotelCode="|453424" HotelName="Raja Kuta Mandalika Resort &amp; Convention" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta 200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/4/2/4/453424_e5d1f9c1217.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7274019853257" Longitude="115.18026757074" StarRating="4" HotelCode="173603|mercure_bali_harvestland_kuta" HotelName="Mercure Bali Harvestland Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 8, Simpang Siur, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/bf/9cbf3a43d04fdbf771ecc91ed41c70f18a07fefc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of Kuta's shopping district, this hotel is very accessible from m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="178.28" OriginalAmount="173.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.720132" Longitude="115.169803" StarRating="5" HotelCode="213230|ID000219" HotelName="The Kuta Beach Heritage Hotel Bali - Managed by AccorHotels" Meals="ROOM ONLY,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>Jalan Pantai Kuta, Br Pande Mas, Kuta Badung, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/94/33945fc793f0da153d4c71f26db5aed6c1adbabe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.02" OriginalAmount="178.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.893594" Longitude="116.283111" StarRating="3" HotelCode="|398223" HotelName="Segara Anak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pariwisata Pantai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/2/2/3/398223_7b88b870739.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.37" OriginalAmount="179.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.729346" Longitude="115.168511" StarRating="3" HotelCode="113519|adhi_jaya_hotel" HotelName="Adhi Jaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, St. Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/96/d296389b92f0c5375d10b29ff50055e00a4eca5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Kuta, this hotel is not far from a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.37" OriginalAmount="181.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71076" Longitude="115.16726" StarRating="4" HotelCode="|32913" HotelName="Alamkulkul Boutique Resort Kuta Bali - Chse Certified" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/1/3/32913_1_1269.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Balinese style hotel, has gardens, swimming pools with waterfalls and a business centre. It has 80 rooms, This establishment is ideal for holidays or business trips, has a medical care service, (on request), room service, a laundry service, a hall with a reception, a safety deposit box service, a currency exchange service, a bar, restaurants and a cafÃ©. The establishment also offers internet (for a fee) and a car park. SITUATION: It is in front ofKuta the beach Denpasar 30 metres away, clients have it is situated 10 minutes away from shopping centres, markets and leisure areas. 300 metres away from the establishment, you can find the nightlife situated 1 kilometre away fromKuta the city centre of it is 15 minutes away from Bali Airport. ROOM: Customers have large, comfortable rooms, They have a bathroom with a hairdryer, a direct line telephone, a satellite TV and a radio. They also have internet, a mini-bar, a mini-fridge, a coffee maker, a kettle, an individual air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, guests have access to a swimming pool that has an area for children, deck chairs and an outdoor bar. Guests are offered a massage service and aromatherapy treatments (available for a fee), close to the establishment, clients can find a beach. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have typical dishes and Occidental dishes. The establishment serves a buffet breakfast and a dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7263932151129" Longitude="115.18007106802" StarRating="3" HotelCode="113501|lavender_luxury_villas_and_spa" HotelName="Lavender Villa &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 7, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/2c/2e2c4b7d3b255d18249655287f1225cd290a0c55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of the city centre, just 8 minutes away from Kuta Beach and clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.86" OriginalAmount="184.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.69344" Longitude="115.16214" StarRating="3" HotelCode="|69913" HotelName="Bali Agung Village - Chse Certified" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL.Sarinande No. 3 Seminyak - Kuta PO.BOX.2089</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/9/1/3/69913_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: Guests can find a reception, a safety deposit box service, a restaurant, a swimming pool, a swimming pool bar and a laundry service. SITUATION: It is inBali the west coast of 5 minutes away from the establishment guests have a beach, Kuta 3 kilometres away, you can find Seminyak it is in 8 minutes away, you can find shops, restaurants and bars. ROOM: Clients are offered bungalows with an air-conditioning system, a mini-bar, a television, a direct line telephone and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7158978165152" Longitude="115.16865849495" StarRating="3" HotelCode="258705|grand_istana_rama_hotel" HotelName="Grand Istana Rama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/95/8b95be61654c271d0ea3cce4b584162e7d929eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated across the road from sandy Kuta beach. It is only 5 minutes on foot from the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.730008" Longitude="115.168139" StarRating="4" HotelCode="933551|bali_rani_hotel" HotelName="Bali Rani Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/09/ac09f14b8bbc45bde301a506c651c2123230641d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta, just 150 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.736685" Longitude="115.165201" StarRating="4" HotelCode="37114|risata_bali_resort_and_spa" HotelName="Risata Bali Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara, South Kuta Beach, Tuban Sub-District, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/16/4e16287b0ce8f417d440de4e3ec6d29031c9e189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located within walking distance of all the main shops, the Discovery Shopping Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7228360328848" Longitude="115.17008811235" StarRating="4" HotelCode="65753|grand_inna_kuta" HotelName="Grand Inna Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta 1, P.O. Box 3393, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/e3/c7e3be1ae9d7efec0f527d4476ab133f79220a2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Kuta, where it stands elegantly right on the beach front, overl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.70878" Longitude="115.1694" StarRating="3" HotelCode="908963|fourteen_roses_beach_hotel" HotelName="Fourteen Roses Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Melasti, Intan Lane 1, Legian, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/6e/dd6e28338b786c0016d87f38bd57ed67d173024b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Canggu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7374295" Longitude="115.16801375" StarRating="0" HotelCode="985227|interconnection_hostel" HotelName="Interconnection Kuta Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 17X, Badung, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b7/bab7a19934a481a7e3d77cca2779c03ccb34e3bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.735288" Longitude="115.167486" StarRating="4" HotelCode="371846|the_vira_bali_hotel" HotelName="The Vira Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 127, South Kuta Beach, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/3b/613ba206a939ce73f087c402284f764dab30b48a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Kartika Plaza Street in Kuta Bali, very close to Ngurah Rai Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.49" OriginalAmount="213.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.894752" Longitude="116.28317" StarRating="2" HotelCode="|500126" HotelName="Mad Monkey Kuta Lombok - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pantai Kuta Lombok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/0/1/2/6/500126_98847140900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7999214196432" Longitude="115.1197758287" StarRating="5" HotelCode="319542|lexington_klapa_resort" HotelName="Klapa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Uluwatu, Pecatu Indah Resort, New Kuta Beach I, Kuta Selatan 80364, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b4571877a65dcfb341135a49a0b284b2747d51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="221.17" OriginalAmount="214.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.720893" Longitude="115.169975" StarRating="4" HotelCode="23141|ID000017" HotelName="Mercure Kuta Beach-Bali" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 10 X, Br. Pande Mas, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/73/e17331ebb9bfb362025b87950dcfe4c52eddabb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel enjoys a very strategic location. It is situated in close proximity to the local sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.43" OriginalAmount="214.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7209876" Longitude="115.169924" StarRating="4" HotelCode="|63542" HotelName="Mercure Kuta Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 10,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/4/2/63542_1_2338.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.78" OriginalAmount="215.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.879969" Longitude="116.263975" StarRating="3" HotelCode="|492656" HotelName="TELESCOPE VILLAS LOMBOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Prabu, Pujut, Central Lombok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/2/6/5/6/492656_7ce115d1012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.70731326" Longitude="115.17849859" StarRating="3" HotelCode="852494|the_sakaye_luxury_villas_spa" HotelName="The Sakaye Luxury Villas &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 101, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/53/745372f277a3ea40b6596a22076b1eb73e1415a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Seminyak. A total of 23 rooms are available for guests' conveni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.23" OriginalAmount="221.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72987" Longitude="115.16908" StarRating="4" HotelCode="|192531" HotelName="Amnaya Resort Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza, Gang Puspa Ayu No. 99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/3/1/192531_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.66" OriginalAmount="222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7335334122915" Longitude="115.16599237919" StarRating="4" HotelCode="16838|ramada_bintang_bali_resort" HotelName="Bintang Bali Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, PO Box 1068, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/fb/43fb4e9ab410a2238110bb9fe8f027e1c7ddf511.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is conveniently located on the southern Kuta coast, known as Tuban Beach, and within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.82" OriginalAmount="227.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.712606" Longitude="115.167542" StarRating="4" HotelCode="|166825" HotelName="Citadines Kuta Beach Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta Badung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/8/2/5/166825_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a swimming pool, fitness, WiFi (free of charge), a reception, a living room, a playground and private parking (free of charge), The establishment also offers a transfer service to the airport, a laundry service, a dry cleaner's, a business centre, a meeting room and a banquet hall. Some services (for a fee). SITUATION: This hotel Kuta it is in 5 minutes away from the establishment, guests will find Kuta the beach 10 minutes away from the establishment you have Beachwalk the shopping centre 13 minutes away, guests can find Ngurah Rai Airport. ROOM: The rooms have an air-conditioning system, a sitting area with sofa, flatscreen cable television, kettle, a bathroom with a shower, a hairdryer and complimentary bathroom items. Some rooms offer a mini-bar, a kitchen and a balcony with sea views. OTHERS: Regarding the food and beverage offering, clients have a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.84" OriginalAmount="228.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.743159" Longitude="115.171016" StarRating="4" HotelCode="297872|hilton_garden_inn_bali_ngurah_rai_airport" HotelName="Hilton Garden Inn Bali Ngurah Rai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Airport Ngurah Rai No. 7, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/11/2511f33e91b5158c1029e9f9c2aabbc9e167af53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.21" OriginalAmount="228.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73702" Longitude="115.16542" StarRating="4" HotelCode="|26043" HotelName="Rama Beach Resort and Villas - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL. JENGGALA TUBAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/4/3/26043_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 63 rooms a reception, a safety deposit box service and a currency exchange service. The establishment boasts has a bar, a restaurant and conference rooms. The establishment also has a laundry service and a medical care service. SITUATION: It is inKuta the coast of near the establishment, you will find the beach in a tropical garden, close to the establishment, guests have shops, the airport. ROOM: The rooms have a bathroom, a direct line telephone, a satellite or cable television and a mini-bar. They also have a fridge, a kettle, coffee, an individual air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, guests have access to a swimming pool, a snack bar and towels. You can find a gym, enjoy tennis, play golf and playing billiards. Customers can enjoy a sauna, a massage service (available for a fee) and body care treatments. At the beach, clients can surfing and diving. With regards to the food and beverage offering, there is a buffet breakfast and dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71380026" Longitude="115.17162475" StarRating="4" HotelCode="317048|four_points_by_sheraton_bali_kuta" HotelName="Four Points by Sheraton Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari  Banjar Pengabetan, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/bf/0fbfdc846b6f98f9cf1fbb8c6cd35a23ef788831.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.41" OriginalAmount="237.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73066" Longitude="115.16776" StarRating="4" HotelCode="|26048" HotelName="Bali Rani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL. KARTIKA PLAZA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/4/8/26048_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 104 standard rooms, 2 suites and 3 floors. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service and a currency exchange service. The establishment has a bar, a cafÃ© and a restaurant. The establishment also has a shop, a gift shop, a conference room and a banquet hall. This establishment has a playground, a babysitting service, a laundry service, room service, a medical care service and a car park. SITUATION: This hotel is in a central area of Tuban, close to the beach. You can find shops, leisure areas, restaurants, bars and cafÃ©s. It is located opposite Discovery Shopping Centre. 6 minutes away from the establishment clients have Denpasar Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.10" OriginalAmount="247.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7887" Longitude="115.20896" StarRating="4" HotelCode="|588797" HotelName="Graha Socio Nusa Dua Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>87X Jalan By Pass Ngurah Rai 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/8/7/9/7/588797_78d922d2008.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.02" OriginalAmount="252.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.713873" Longitude="115.17138" StarRating="4" HotelCode="|192550" HotelName="Four Points By Sheraton Bali, Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Benesari, Banjar Pengabetan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/5/0/192550_1_2726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.68" OriginalAmount="256.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73580848" Longitude="115.16697083" StarRating="5" HotelCode="614732|aryaduta_bali" HotelName="Aryaduta Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Lingkungan Segara, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/77/9677891edd0ec823f2082a99f07d0f597d92eca6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.08" OriginalAmount="256.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.712483" Longitude="115.16762" StarRating="4" HotelCode="|453506" HotelName="Tribe Bali Kuta Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pantai Kuta, Kuta Legian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/5/0/6/453506_22687681250.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.13" OriginalAmount="256.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.890689" Longitude="116.275675" StarRating="3" HotelCode="|470721" HotelName="Matahari Inn Kuta Lombok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pariwisata Jl. Mawun No.16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/7/2/1/470721_f3bf9ad1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.13" OriginalAmount="257.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.70533" Longitude="115.17049" StarRating="3" HotelCode="|35490" HotelName="The Lokha Legian Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Padma, Legian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/9/0/35490_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inLegian the heart of 200 metres away, clients have the beach, is well-connected with shops, leisure areas, 15 kilometres away from the establishment, guests will find Ngurah Rai Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.15" OriginalAmount="257.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.877847" Longitude="116.269701" StarRating="4" HotelCode="|513019" HotelName="PORTER HOTEL - Surf and Yoga Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/3/0/1/9/513019_31942e41053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.80" OriginalAmount="260.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7391033513501" Longitude="115.16220510006" StarRating="4" HotelCode="38438|patra_jasa_bali_resort__villas" HotelName="The Patra Bali Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ir. H. Juanda, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/99/4f99d2c7569b0b650a35fa3a6ba435e8e4ec5f7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is ideally located in Tuban, in a beautiful tropical garden, right in South Kuta. It is o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.19" OriginalAmount="260.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.739347" Longitude="115.161597" StarRating="4" HotelCode="|35510" HotelName="The Patra Bali Resort and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL.IR.H. JUANDA, SOUTH KUTA BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/1/0/35510_1_2550.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003 and has 228 rooms tropical gardens, a ballroom, a reception, a safety deposit box service, a currency exchange service, a cafÃ©, a bar, a restaurant, a nightclub and a hairdresser's. The establishment offers a business centre with WiFi, a medical care service, a chemist's, a playground, commercial galleries, room service, a laundry service and a car park. SITUATION: Tuban It is in is situated in Kuta south 5 minutes away from the establishment, you can find Ngurah Rai Airport 20 minutes away from the establishment you have Denpasar the city of. ROOM: The Balinese in style rooms, have a balcony, with views, a bathroom with a bath or shower and a hairdryer. They also have a double bed, individual air-conditioning, a direct line telephone, a mini-bar, a small kitchen, a satellite TV, internet, a safety deposit box, a coffee maker and a kettle. FACILITIES: The establishment boasts a swimming pool that has an area for children, tennis and billiards. Clients can also find a jacuzzi, Guests are offered an entertainment programme for children. PAYMENT METHODS: Customers can pay using AmEx, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a continental buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.70" OriginalAmount="273.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.891451" Longitude="116.276989" StarRating="4" HotelCode="|403711" HotelName="Harmony Villas Lombok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pantai Kuta, Number 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/7/1/1/403711_dcdc0891040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.31" OriginalAmount="277.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.65126442" Longitude="115.17760259" StarRating="4" HotelCode="560770|desa_di_bali_villas" HotelName="Desa Di Bali Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalam Muding Kelod, Gang Pandana, Kerobokan, Kuta Utara 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/7f/1d7f5ade1043af74700066b0ecaff833e31f0317.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a babysitti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.35" OriginalAmount="287.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.890391" Longitude="116.299057" StarRating="3" HotelCode="|403476" HotelName="Batatu Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dusun Rangkep 2 Desa Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/4/7/6/403476_f763d171031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.64" OriginalAmount="288.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71699" Longitude="115.171" StarRating="0" HotelCode="973525|jukung_villas_kuta" HotelName="Jukung Villas Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies Lane I, Gang Sorga, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/61/596174eaab83c6f784bdeb169ed50ab914908df5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.70" OriginalAmount="290.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.650729" Longitude="115.166679" StarRating="4" HotelCode="113516|plataran_canggu_bali_resort_spa_hotel" HotelName="Plataran Canggu Bali Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pengubugan, Banjar Silayukti Kerobokan, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/da/4bda7b3ca4ba4101ff66756f8c0996017e7c5e99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.64" OriginalAmount="314.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.894616" Longitude="116.211149" StarRating="3" HotelCode="|509269" HotelName="Lombok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan raya kuta mawun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/9/2/6/9/509269_32482151110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.45" OriginalAmount="315.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.729642" Longitude="115.167026" StarRating="5" HotelCode="7143|discovery_kartika_plaza_hotel" HotelName="Discovery Kartika Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza, PO BOX 1012, 80361 South Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/38/a53887cbfa9107c7be242a91aa09d58ffc751ed5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set among an oasis of 8 hectares of spacious manicured tropical gardens, the resort is conveniently ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.48" OriginalAmount="316.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7068219" Longitude="115.17889808" StarRating="3" HotelCode="615198|s18_bali_villas" HotelName="S18 Bali Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri III 18, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d5/add5a72685b3eccfa7ff743885e9f1a66e45b1ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.57" OriginalAmount="319.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.70632207" Longitude="115.18057955" StarRating="4" HotelCode="411281|asuri_bali_villas_kuta" HotelName="Asuri Bali Villas Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Parking,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pararaton 8A, Legian, 80361 Kuta</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2a/582a974e163fc13093364478d1a3292f9f9ede8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Asuri Bali Villas Kuta in Kuta, you'll be minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.63" OriginalAmount="321.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.727757" Longitude="115.169103" StarRating="4" HotelCode="10621|bali_garden_beach_resort_2" HotelName="Bali Garden Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika, PO Box 1062, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4a/184a4a6870f7fab0a208937180c8fb8470e33596.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within walking distance of the largest shopping centre and the nightlife of Ku...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.50" OriginalAmount="325.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.919684" Longitude="116.3462" StarRating="0" HotelCode="|507857" HotelName="Inlight Lombok Eco Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Inlight Lombok, Jl. Gerupuk, Sengkol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/8/5/7/507857_97233471147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.23" OriginalAmount="341.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.622621" Longitude="115.162483" StarRating="4" HotelCode="292319|askara_villa" HotelName="Askara Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Massage Centre,Parking,Room Service,Smoking Rooms,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Betaka, Canggu, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/81/3d81d4f1f1818c245f11aff67cac3b9ff585fd7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Askara Villa puts everything the city has to offer just outside you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.44" OriginalAmount="348.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.706189490791" Longitude="115.17860558103" StarRating="4" HotelCode="339690|dwina_villa_kuta" HotelName="D'Wina Villa Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri III 10x, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/41/2d41bfe3a95b2b3a1275528f0d84eb049d092717.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.59" OriginalAmount="370.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.900948" Longitude="116.29548" StarRating="5" HotelCode="|466623" HotelName="Pullman Lombok Merujani Mandalika Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOT BS2 Kawasan Ekonomi Khusus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/6/2/3/466623_757e5731621.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.91" OriginalAmount="397.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.688703" Longitude="115.158432" StarRating="4" HotelCode="113527|dyana_villas" HotelName="Dyana Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camplung Tanduk Street (Ex. Abimanyu ), Gang Bunga Kecil, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/53/f053b98e5b6c610eda8fd2b8d3ff42b6bda64c6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The finca is located right in Seminyak, just 800 m from Kuta Beach and approximately 20 minutes' dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.06" OriginalAmount="402.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.6815022423832" Longitude="115.16276597741" StarRating="4" HotelCode="933487|the_haere" HotelName="The Haere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Beraban, Seminyak, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/af/1daf85a10bf5dd5b4d3433db0c973974c0d2d827.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="463.40" OriginalAmount="449.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.719056" Longitude="115.169215" StarRating="4" HotelCode="|29208" HotelName="Kuta Seaview Boutique Resort - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/2/0/8/29208_1_2428.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts 80 rooms, 34 deluxe cabins and 46 superior rooms. It has a garden, a terrace, a hall with a reception, a safety deposit box service, a currency exchange service, a hairdresser's, a TV room, a shopping centre, shops, club and a restaurant. The establishment offers guests internet, room service, a laundry service, bicycle rental, a car park and a playground. SITUATION: This hotel is in Kuta the beach Denpasar 20 minutes away from the establishment clients have. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, a television, a radio, a mini-bar and a king size or double bed. They also have a safe (available for a fee), an ironing set, a balcony or terrace and an individual air-conditioning system. FACILITIES: Outdoors, clients have access to 2 swimming pools with children's areas, The establishment also offers a sauna and a massage service. At the beach, customers can surfing. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, JCB and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="477.92" OriginalAmount="464.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.66190833" Longitude="115.13632448" StarRating="3" HotelCode="531510|the_haven_suites_bali_berawa" HotelName="The Haven Suites Bali Berawa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pemelisan Agung, Banjar Berawa, Desa Tibubeneng, North Kuta 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/21/10214909b72f7c8feb34b1179220ca7937c4a470.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="479.98" OriginalAmount="466.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.717711" Longitude="115.169747" StarRating="5" HotelCode="169220|sheraton_bali_kuta_resort" HotelName="Sheraton Bali Kuta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/70/04704625c21fbf11f66fd94a6d2eb7b69e9bf6f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.19" OriginalAmount="473.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73257754" Longitude="115.16726981" StarRating="4" HotelCode="492464|the_anvaya_beach_resorts_bali" HotelName="The Anvaya Beach Resorts Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Tuban, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/4c/614c6ff1f36df064b2173bc53ff4fd4c7ad81d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.43" OriginalAmount="481.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7191190525968" Longitude="115.16928613186" StarRating="4" HotelCode="59833|kuta_seaview_boutique_resort__spa" HotelName="Kuta Seaview Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/cd/3ccd70a3c498b3572f2b94f84a0f42f5260cc278.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very conveniently located beside the famous long sandy Kuta beach. Here, guests will e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.64" OriginalAmount="488.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.81309801" Longitude="115.14486927" StarRating="5" HotelCode="450250|renaissance_bali_uluwatu_resort_spa" HotelName="Renaissance Bali Uluwatu Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Pantai Balangan 1, Ungasan, 80361 South Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/23/3a234d86b4f022dc5440100e2023a94c1afb0ee5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.05" OriginalAmount="489.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7092383" Longitude="115.1668251" StarRating="5" HotelCode="|79930" HotelName="Pullman Bali Legian Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Melasti, Legian Kuta, Bali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/9/3/0/79930_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="525.30" OriginalAmount="510.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7306993656738" Longitude="115.16514480114" StarRating="4" HotelCode="17462|bali_dynasty_resort" HotelName="Bali Dynasty Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/0b/ba0b3d6223f8e822839f28e54a41b7e9ea85126a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the peaceful Tuban area, this family-friendly resort is surrounded by 2.5 hectares of lu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="540.75" OriginalAmount="525.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7042222365977" Longitude="115.17350572181" StarRating="4" HotelCode="310476|legian_kriyamaha_villa" HotelName="Legian Kriyamaha Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/38/1a388cd281da314a168650ea7d7aca5da6e8c16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="565.84" OriginalAmount="549.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.732618" Longitude="115.167368" StarRating="5" HotelCode="|220709" HotelName="The Anvaya Beach Resort Bali - Chse Certified" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza Tuban</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/0/9/220709_1_3203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="568.22" OriginalAmount="551.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.884746" Longitude="116.271184" StarRating="3" HotelCode="|510188" HotelName="Tías Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.3 Jl. Mawun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/1/8/8/510188_13df3e20947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="586.07" OriginalAmount="569.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.6784874861029" Longitude="115.15262911178" StarRating="4" HotelCode="292322|the_buah_bali_villas" HotelName="The Buah Bali Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gg. Cempaka, Kerobokan, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b5/89b595e14ed111e4412e116df355b51daa46e304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="588.13" OriginalAmount="571.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7251080917754" Longitude="115.17146945" StarRating="4" HotelCode="16478|ramayana_resort_and_spa" HotelName="Ramayana Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bakung Sari, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/19/fc19a349b0771bd99a99e751e638dff9b5e409a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Kuta, just 150 meters from the famous white sandy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="590.19" OriginalAmount="573.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.721383" Longitude="115.170623" StarRating="4" HotelCode="13207|hard_rock_hotel_bali" HotelName="Hard Rock Hotel Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai, Banjar Pande Mas, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/5b/5c5b914977609144268d76381ee874b14b53c1ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled against the shores of Bali's famed Kuta beach on an impressive three-hectare pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="620.95" OriginalAmount="602.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.888017" Longitude="116.275813" StarRating="0" HotelCode="|514818" HotelName="El Tropico Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Baturiti I</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/4/8/1/8/514818_de3fb051050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="729.24" OriginalAmount="708.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.69294" Longitude="115.168007" StarRating="4" HotelCode="365028|the_seminyak_suite__private_villa" HotelName="The Seminyak Suite Privat Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 17, Kuta, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/67/9a675f4868a3ecf1815c2518f7a2bcf2de102c0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a few metres away from Bali's most cosmopolitan district, and is surrounded by qua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="805.61" OriginalAmount="782.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.706313" Longitude="115.180613" StarRating="4" HotelCode="|393841" HotelName="Anari Villas Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pararaton No. 8A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/8/4/1/393841_967336d0642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="900.60" OriginalAmount="874.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.897939" Longitude="116.245283" StarRating="4" HotelCode="|494672" HotelName="Somewhere Lombok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gili Nusa Estate Pujut, Lombok Tengah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/4/6/7/2/494672_6430bda1052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1016.61" OriginalAmount="987.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.69322422" Longitude="115.16764139" StarRating="3" HotelCode="402703|villa_zanissa" HotelName="Villa Zanissa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Seminyak, Gg. Bima 101 X, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/73/46731e679a39090f0c48976659b06c762d3fb6a2.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="1968.33" OriginalAmount="1911.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7320607910424" Longitude="115.1715180172" StarRating="4" HotelCode="167868|best_western_resort_kuta" HotelName="Best Western Resort Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar 118, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7e/777e0f752453c4e2bf4dfc9aa47fd427207a2200.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a 10-minute walk from a variety of shops, bars and restaurants. It is 5 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.47" OriginalAmount="38.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7339258" Longitude="115.1729742" StarRating="1" HotelCode="|377073" HotelName="Graha Weda Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Bhineka Jati Jaya IV No. 3, Tuban, Bali, Indonesia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.82" OriginalAmount="51.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7405811" Longitude="115.167367" StarRating="2" HotelCode="|376903" HotelName="Te Quiero Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Bandara Ngurah Rai Baru No. 1 Tuban</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.94" OriginalAmount="53.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.725356" Longitude="115.174837" StarRating="3" HotelCode="|165803" HotelName="Bakung Sari Resort and Spa  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL. KUBU ANYAR, KUTA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: This establishment has a meal service, a medium-sized hall, a restaurant, a bar, a swimming pool, a car park and a travel agency. SITUATION: This establishment, is situated 2 kilometres away from Bali Airport nearby, you will find the shopping centre, Jalan Bakungsari is situated in the establishment is a 15-minute drive away from Ngurah Rai the airport. ROOM: Each room has a balcony, beach views, an air-conditioning system, a television, a direct line telephone and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.30" OriginalAmount="57.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7081059" Longitude="115.1866515" StarRating="0" HotelCode="|377278" HotelName="Da'housetel Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pura Mertasari 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.25" OriginalAmount="60.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7191191" Longitude="115.1777838" StarRating="2" HotelCode="|377354" HotelName="De Dukuh Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Suli, Gang Dukuh Sari No. 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service,Currency Exchange,Designated Smoking Area,Laundry,Restaurant,Shopping Arcade,Wheelchair Access,Swimming Pool,Golf,Jacuzzi,Lounge,Sauna,Nightclub,Bicycle Rental,Kitchen,Garden,Spa,Dry Cleaning,Parking,Smoking Rooms,24 Hour Security,Airport Transfer (on Demand),Babysitting,Housekeeping,Diet Meals,Heated Pool,24 Hour Front Desk,24 Hour Room Service,Concierge,Dining,LCD/Projector,Luggage Storage,Valet Parking,Central Heating,Business Centre,Elevator,Coffee Shop,Meeting Room,Beauty Salon,24 Hour Power Supply</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,DINNER</Meals>
    <PropertyType>VILLAGE,BEACH HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,ECO HOTEL,BUSINESS HOTEL,CITY HOTEL,APARTMENT HOTEL,CONFERENCE HOTEL,SPA HOTEL,HOTEL,GUEST HOUSES,FINCA,VILLA,AIRPORT HOTEL,HOTEL DE CHARME,APARTMENT,BUNGALOW COMPLEX,HOSTEL</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
705be62d-4caa-42a1-9541-82c22e1231bc|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
705be62d-4caa-42a1-9541-82c22e1231bc|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="705be62d-4caa-42a1-9541-82c22e1231bc">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47161" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-24T00:00:00" End="2026-06-29T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="TRAVELDESK@HELINTO.COM" Password="Helinto@2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
705be62d-4caa-42a1-9541-82c22e1231bc|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-03T07:52:46.0526073+01:00" Version="0" EchoToken="Search" TransactionIdentifier="705be62d-4caa-42a1-9541-82c22e1231bc" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="59.01" OriginalAmount="57.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73386" Longitude="115.16876" StarRating="3" HotelCode="|247383" HotelName="Taman Sari Cottages 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza Gg. Pudak Sari No. 1 Kuta - Tuban</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/3/8/3/247383_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7337926000522" Longitude="115.16894525666" StarRating="3" HotelCode="325323|taman_sari_cottage_ii" HotelName="Taman Sari Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza Gang, Pudak Sari 1, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/77/28775cfae69f3a9e984719c7bbc5649440e58ed8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.57" OriginalAmount="61.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.722283" Longitude="115.177661" StarRating="0" HotelCode="|484074" HotelName="The Jero 18 Kuta Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>112 Jl. Raya Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/0/7/4/484074_077e0db0919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.72" OriginalAmount="65.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.739389" Longitude="115.164943" StarRating="2" HotelCode="|476363" HotelName="Rena Segara House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara, Gang Jepun No. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/3/6/3/476363_08468cc2228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.36" OriginalAmount="68.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.712" Longitude="115.17" StarRating="2" HotelCode="|165944" HotelName="Pop! Kuta Beach - Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kubu Bene</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/4/4/165944_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a breakfast, lunch and dinner service, a lobby, seats, courtesy products and mineral water. SITUATION: This hotel is 15 minutes away from Discovery the shopping centre of Waterbom the water park 5 minutes away from the establishment guests have Kuta the beach it is situated 15 minutes away from Legian the leisure area of 15 minutes away from the establishment you have Ngurah Rai Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7235167864946" Longitude="115.17290009837" StarRating="3" HotelCode="933578|holiday_inn_express_bali_kuta_square" HotelName="Hotel ZIA Bali - Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ciung Wanara 17, Banjar Tegal, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b2/a2b2bfda2dc2556f277c6e3bc371586b5305f74d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.87" OriginalAmount="70.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72367" Longitude="115.17308" StarRating="3" HotelCode="|399102" HotelName="Angkul Angkul Beach In Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Tegal Wangi no. 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/1/0/2/399102_ec676ef1256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7213506223098" Longitude="115.18645716064" StarRating="4" HotelCode="317157|mega_boutique_hotel__spa_bali" HotelName="Mega Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 259, Simpang Siur, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/48/e8483adbc08c2f92a2e2a1de40d5380e95ab270b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Kuta. For guests who appreciate a stylish ambience, it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.32" OriginalAmount="77.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.723731" Longitude="115.173318" StarRating="3" HotelCode="|529672" HotelName="Taxa Uma Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Tegal Wangi No.18, Kuta, Kabupaten</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/7/2/529672_96606771022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7416420462906" Longitude="115.1692136914" StarRating="2" HotelCode="333490|balira_airport_hotel" HotelName="Balira Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/73/a373d2136cc5cb0849335a1f13f0ef7307df861d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.89" OriginalAmount="81.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.720569" Longitude="115.185085" StarRating="3" HotelCode="|398581" HotelName="Bayt Kaboki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Griya Anyar No. 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/8/1/398581_ab9c4311007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72039913" Longitude="115.18508098" StarRating="3" HotelCode="349981|hotel_bayt_kaboki" HotelName="Bayt Kaboki Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Griya Anyar 27, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/2b/0d2b27ea0b8fe6a9d544ab214674a0ca18f7e496.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.21" OriginalAmount="85.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.731003" Longitude="115.170416" StarRating="1" HotelCode="|528681" HotelName="Kamandaka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar Gang Kingkong I</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/6/8/1/528681_bd2ca571029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.52" OriginalAmount="85.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7253191" Longitude="115.1710854" StarRating="3" HotelCode="|377520" HotelName="Yan's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/7/5/2/0/377520_bb90d4b1151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.25" OriginalAmount="86.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.736586" Longitude="115.166988" StarRating="3" HotelCode="|157722" HotelName="The Tusita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza No 9X</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/7/2/2/157722_1_2104.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers an outdoor swimming pool, a restaurant, a reception, WiFi (free of charge) and a car park (free of charge). SITUATION: This hotel is a 10-minute walk away from Waterbom the water park a 1-minute walk away from Lippo Mall the commercial centre 10 minutes walk away, guests will find Segara the beach Kartika Plaza Road the commercial area of 15 minutes walk away, guests will find Kuta craft market it is 5 minutes drive away from Ngurah Rai Airport. ROOM: All the rooms have an air-conditioning system, flatscreen cable television, a courtesy tea and coffee service and a safety deposit box. RESTAURANT: Customers can enjoy a restaurant, The establishment offers Chinese cuisine, Indonesian dishes and occidental dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.702553" Longitude="115.166877" StarRating="3" HotelCode="36426|melasti_beach_resort_spa" HotelName="Melasti Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padma Utara, Legian Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f2/40f29d410621b5ad4e79b08e5781447b4ae81e50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach club resort is located in the heart of Legian, with a prime beach front location, set amon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.733291" Longitude="115.176467" StarRating="4" HotelCode="189441|best_western_kuta_villa" HotelName="Best Western Kuta Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nyang Nyang Sari 2, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/48/7b48d3198ed0d80286194c894017e41b08cb7217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2 km from the centre of Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.70" OriginalAmount="94.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.718064" Longitude="115.173775" StarRating="3" HotelCode="|398530" HotelName="Gemini Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Ronta, Poppies Lane ll</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/3/0/398530_e07299d0600.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|260215-20806640/6064455479873353262/70" HotelName="ZIA BALI KUTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7350000/7340700/7340682/e9a69365_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.709768" Longitude="115.181694" StarRating="3" HotelCode="935432|holiday_inn_express_bali_raya_kuta" HotelName="Holiday Inn Express Bali Raya Kuta" 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>Jalan Raya Kuta no. 39, Kuta, Badung, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/54/da540656686e5ca67b534426cda968be5c5ef081.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.94" OriginalAmount="97.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72446" Longitude="115.17324" StarRating="4" HotelCode="|169725" HotelName="Royal Regantris Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Singosari No. 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/2/5/169725_1_9255.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a swimming pool on the rooftop, a massage service, a car park (free of charge) and WiFi (free of charge), The establishment has a reception, a transfer service, a laundry service and a spa (for a fee), Regarding the food and beverage offering, the establishment has a restaurant, room service and a lounge bar. SITUATION: This establishment, is a 5-minute walk away from Kuta the beach Kuta the Square of it is situated 10 minutes walk away from Waterboom park Discovery the shopping centre about 10 minutes away (by car) from Ngurah Rai the airport. ROOM: Each room has an air-conditioning system, a flat-screen television, a mini-bar, a safe and a bathroom with a bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.6978180449627" Longitude="115.16460337816" StarRating="3" HotelCode="552010|hotel_kumala_bali_grand_kumala" HotelName="Hotel Kumala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Werkudara, Legian Kaja, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/32/3732d3f9512f7a4bbf6c509aa4546f1126aeca68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a safe, a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7096318867592" Longitude="115.17892831657" StarRating="2" HotelCode="307878|pop_legian_dewi_sri" HotelName="POP! Hotel Legian Dewi Sri Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri 1A, Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/11/4e119a1e985fde0c3f4ce0e4c2569f401839cc44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.62" OriginalAmount="104.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.890197" Longitude="116.279653" StarRating="3" HotelCode="|401827" HotelName="Jm Kuta Lombok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pariwisata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/8/2/7/401827_17d1d2c0455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71286271775" Longitude="115.1731102229" StarRating="4" HotelCode="199849|the_akmani_legian" HotelName="The Akmani Legian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Club Resort,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Legian Raya 91, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1c/5d1c1ee393857c37b87a044050b7f80acbf5bbb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is elegantly situated in Bali's most vibrant shopping avenue in Legian, the home of lifest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.730681" Longitude="115.178724" StarRating="2" HotelCode="285110|favehotel_bypass_kuta" HotelName="Crystal Kuta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bypass I Gusti Ngurah Rai 999, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/45/d645c92e03c9fa07ca6412718e51c0955493b7c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7036609425237" Longitude="115.18051106554" StarRating="4" HotelCode="324601|the_atanaya_hotel__managed_by_century_park" HotelName="The Atanaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sunset Road 88A, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/56/0b563292dcd047eb9a29b9e5362a39f6de2cff68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.715746" Longitude="115.173967" StarRating="3" HotelCode="167863|hotel_santika_kuta_bali_2" HotelName="Santika Kuta - Bali" 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,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta No. 98, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/eb/29ebd0f6b773927d1d3e1b68d5e86561480ee1a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuta’s vibrant shopping and restaurant district, the property is just minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="112.58" OriginalAmount="109.3" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7337" Longitude="115.177562" StarRating="3" HotelCode="915210|ID000035" HotelName="Hotel ibis Bali Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kuta 77, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/a6/99a6d52002aae325323d6c2f0e4bf541de3cfc59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the Kuta area, less than 1 km from Ngurah Rai International Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73352" Longitude="115.16766" StarRating="4" HotelCode="207308|rani_hotel_spa_2" HotelName="The Rani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/a1/04a1795eb6f53f5760382b689ea939fd803ad17b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just minutes away from the vibrant beach and shopping heart of South Kuta. Ngu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.6983415000922" Longitude="115.16913676085" StarRating="3" HotelCode="421403|ibis_bali_legian_street" HotelName="Hotel Ibis Bali Legian Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian 456 U, Legian, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e2/4ce20704741a04ad19ed22627369aa5db0f689cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Commissioned in May 2016, ibis Bali Legian Street is an economy hotel, 20 minutes from Ngurah Rai In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.40" OriginalAmount="112.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.721423" Longitude="115.174344" StarRating="3" HotelCode="|398546" HotelName="Fat Yogi Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies I</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/5/4/6/398546_823d9251002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.70900802" Longitude="115.17996769" StarRating="3" HotelCode="754590|bamboo_bungalow_2" HotelName="Bamboo bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Sri II, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/23/282326f06b382f623035bfa403016688e9b6b36e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72008372" Longitude="115.1737522" StarRating="4" HotelCode="420935|kuta_town_house_apartments" HotelName="Kuta Townhouse Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Garden,Golf,Housekeeping,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Poppies Lane 1, Agung Art Market, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/7c/487cb5a53b9467f0ce54014662002194b0a05aee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled between Poppies Lane 1 and 2, Kuta Town Houses is located in the very heart of Kuta with bot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.8390840913025" Longitude="115.18138483136" StarRating="3" HotelCode="540496|puri_pandawa_resort_hotel" HotelName="Puri Pandawa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Pandawa, Banjar Jaba Pura Kutuh, Kuta 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/56/f856331d6fe35ce16919fcf53f5e3496f77c545b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.64" OriginalAmount="118.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71588" Longitude="115.185" StarRating="4" HotelCode="|68163" HotelName="100 Sunset Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>JLN. SUNSET ROAD 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/1/6/3/68163_1_2198.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2009, boutique, has 45 rooms, 15 apartments, a garden area, a lobby, a safety deposit box service, a lift and a restaurant. At an additional cost you can have access to room service and a laundry service. The establishment also has a car park. SITUATION: Seminyak, Nusa Dua, Kuta and Sanur It has good links to it is situated 8 kilometres away from Kuta the area 9 kilometres away from the establishment, guests will find the beach, this hotel Denpasar it is situated 10 kilometres away from it is situated 6 kilometres away from the airport. ROOM: The modern rooms, a bathroom with a shower, a double bed, a direct line telephone, a satellite or cable television, a stereo, WiFi, a safe, a kitchen, a mini-bar, a fridge, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool, For a fee, you can enjoy spa treatments, a massage service and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, Guests are offered a breakfast service. PAYMENT METHODS: Customers can pay using American Express and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.71809" Longitude="115.170836" StarRating="3" HotelCode="900062|satriya_cottages" HotelName="Satriya Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane II, Kuta Beach, Bali, P.O.BOX 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/8c/aa8c3e605f3b85fa830fd6da770a55af2edf98f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is situated at Poppies Lane II, a mere 100 metres from the famous Kuta beach. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.24" OriginalAmount="122.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7120965" Longitude="115.1674816" StarRating="3" HotelCode="|377761" HotelName="Easy Surf Camp" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta Komala Indah 2 Sunset, Legian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/7/7/6/1/377761_5d3e7090909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|183863-21004285/6064455479873353262/72" HotelName="SANTIKA KUTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4090000/4081000/4080934/f784b51e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.69707283" Longitude="115.16380116" StarRating="3" HotelCode="36424|sari_bunga_hotel" HotelName="Sari Bunga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six, Legian Kaja, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/1f/9f1f5a81ca1ff8d877a059eb679a2e771cef75ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.64" OriginalAmount="132.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7198853" Longitude="115.173701" StarRating="4" HotelCode="|376917" HotelName="Kuta Town House Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pasar Agung, Poppies Lane I</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/6/9/1/7/376917_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.47" OriginalAmount="133.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.706879" Longitude="115.18343" StarRating="3" HotelCode="|554494" HotelName="Holiday Inn Express Bali Sunset Road, an IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Sunset Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/4/9/4/554494_2ac9dc51442.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.86" OriginalAmount="134.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72567" Longitude="115.17079" StarRating="5" HotelCode="|26052" HotelName="Kuta Paradiso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL. KARTIKA PLAZA P.O. BOX 1133, TUBAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/5/2/26052_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 243 rooms a big hall, an inviting pub, a lovely coffee shop and a nightclub. The establishment offers a conference room and internet. SITUATION: It is inKuta Beach south 5 minutes away from the establishment, clients can find the airport, in the surrounding area, clients have bars, cafÃ©s, restaurants and leisure areas. It is oppositeKuta Square the shopping centre. ROOM: The inviting rooms, fully-equipped with beautiful views. FACILITIES: Outdoors, clients have access to a swimming pool, a snack bar, deck chairs and parasols. Clients can find water sports, The establishment also offers a massage centre, a health club and a gym fully-equipped, Our guests can also playing billiards and bowling. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.719903" Longitude="115.170112" StarRating="2" HotelCode="68172|kuta_puri_bungalow" HotelName="Kuta Puri Bungalows" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Poppies Lane 1, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a2/2da25b2c42d1d4da306d67a5951109b9b3d6a1b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex warmly welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.730302474232" Longitude="115.16785276304" StarRating="4" HotelCode="934375|bintang_kuta_hotel" HotelName="Bintang Kuta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/5c/9c5cdad61ed1e7d301e83438eb70f01135072d13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.20" OriginalAmount="150.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.733369" Longitude="115.17095" StarRating="4" HotelCode="|192575" HotelName="Anathera Resort Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan kubu Anyar No. 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/7/5/192575_1_2760.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7222260714117" Longitude="115.184872" StarRating="3" HotelCode="213229|ibis_styles_bali_kuta_circle" HotelName="D Varee Diva Kuta Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl By Pass Ngurah Rai No 99, Kuta 80362, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/47/fc476ce83c8c45f9bda010103e637b969c41923b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.02" OriginalAmount="151.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.882685" Longitude="116.268489" StarRating="3" HotelCode="|494791" HotelName="Village Vibes Lombok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Mawun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/4/7/9/1/494791_90c04b81036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.73" OriginalAmount="158.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.736688" Longitude="115.163937" StarRating="4" HotelCode="|386155" HotelName="Holiday Inn Express Baruna Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara 33a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/1/5/5/386155_1_4843.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.01" OriginalAmount="167.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7249172075465" Longitude="115.17218962312" StarRating="3" HotelCode="79990|kuta_beach_club" HotelName="Sol House Bali Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Bakung Sari No. 81, P.O.Box 3226, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/0f/c90f94d9d6a5d20c98c00f1bbcac6261a4930e8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="174.84" OriginalAmount="169.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.70812377" Longitude="115.17198674" StarRating="4" HotelCode="308157|ID000059" HotelName="Mercure Bali Legian" 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,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Legian 328, Legian Kelod Kuta, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/01/bb011e9f502090403d20ef7cb7d1a92a747b4e56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.43" OriginalAmount="172.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.885227" Longitude="116.280516" StarRating="0" HotelCode="|403478" HotelName="Lavella Villa S" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sawe Batu Riti Kuta Pujut Kabupaten Lombok Tengah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/4/7/8/403478_f83540b1032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.16" OriginalAmount="172.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.892654" Longitude="116.281921" StarRating="4" HotelCode="|453424" HotelName="Raja Kuta Mandalika Resort &amp; Convention" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kuta 200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/4/2/4/453424_e5d1f9c1217.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7274019853257" Longitude="115.18026757074" StarRating="4" HotelCode="173603|mercure_bali_harvestland_kuta" HotelName="Mercure Bali Harvestland Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan By Pass Ngurah Rai 8, Simpang Siur, 80361 Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/bf/9cbf3a43d04fdbf771ecc91ed41c70f18a07fefc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the heart of Kuta's shopping district, this hotel is very accessible from m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="178.28" OriginalAmount="173.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.720132" Longitude="115.169803" StarRating="5" HotelCode="213230|ID000219" HotelName="The Kuta Beach Heritage Hotel Bali - Managed by AccorHotels" 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>Jalan Pantai Kuta, Br Pande Mas, Kuta Badung, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/94/33945fc793f0da153d4c71f26db5aed6c1adbabe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.02" OriginalAmount="178.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.893594" Longitude="116.283111" StarRating="3" HotelCode="|398223" HotelName="Segara Anak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pariwisata Pantai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/2/2/3/398223_7b88b870739.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7158978165152" Longitude="115.16865849495" StarRating="3" HotelCode="258705|grand_istana_rama_hotel" HotelName="Grand Istana Rama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/95/8b95be61654c271d0ea3cce4b584162e7d929eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated across the road from sandy Kuta beach. It is only 5 minutes on foot from the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.730008" Longitude="115.168139" StarRating="4" HotelCode="933551|bali_rani_hotel" HotelName="Bali Rani Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/09/ac09f14b8bbc45bde301a506c651c2123230641d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta, just 150 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.736685" Longitude="115.165201" StarRating="4" HotelCode="37114|risata_bali_resort_and_spa" HotelName="Risata Bali Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wana Segara, South Kuta Beach, Tuban Sub-District, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/16/4e16287b0ce8f417d440de4e3ec6d29031c9e189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located within walking distance of all the main shops, the Discovery Shopping Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.735288" Longitude="115.167486" StarRating="4" HotelCode="371846|the_vira_bali_hotel" HotelName="The Vira Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza 127, South Kuta Beach, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/3b/613ba206a939ce73f087c402284f764dab30b48a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Kartika Plaza Street in Kuta Bali, very close to Ngurah Rai Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7999214196432" Longitude="115.1197758287" StarRating="5" HotelCode="319542|lexington_klapa_resort" HotelName="Klapa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Uluwatu, Pecatu Indah Resort, New Kuta Beach I, Kuta Selatan 80364, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b4/84b4571877a65dcfb341135a49a0b284b2747d51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="221.17" OriginalAmount="214.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.720893" Longitude="115.169975" StarRating="4" HotelCode="23141|ID000017" HotelName="Mercure Kuta Beach-Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta 10 X, Br. Pande Mas, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/73/e17331ebb9bfb362025b87950dcfe4c52eddabb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel enjoys a very strategic location. It is situated in close proximity to the local sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.78" OriginalAmount="215.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.879969" Longitude="116.263975" StarRating="3" HotelCode="|492656" HotelName="TELESCOPE VILLAS LOMBOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Prabu, Pujut, Central Lombok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/2/6/5/6/492656_7ce115d1012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.23" OriginalAmount="221.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.72987" Longitude="115.16908" StarRating="4" HotelCode="|192531" HotelName="Amnaya Resort Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza, Gang Puspa Ayu No. 99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/3/1/192531_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.21" OriginalAmount="228.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73702" Longitude="115.16542" StarRating="4" HotelCode="|26043" HotelName="Rama Beach Resort and Villas - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL. JENGGALA TUBAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/4/3/26043_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 63 rooms a reception, a safety deposit box service and a currency exchange service. The establishment boasts has a bar, a restaurant and conference rooms. The establishment also has a laundry service and a medical care service. SITUATION: It is inKuta the coast of near the establishment, you will find the beach in a tropical garden, close to the establishment, guests have shops, the airport. ROOM: The rooms have a bathroom, a direct line telephone, a satellite or cable television and a mini-bar. They also have a fridge, a kettle, coffee, an individual air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, guests have access to a swimming pool, a snack bar and towels. You can find a gym, enjoy tennis, play golf and playing billiards. Customers can enjoy a sauna, a massage service (available for a fee) and body care treatments. At the beach, clients can surfing and diving. With regards to the food and beverage offering, there is a buffet breakfast and dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.41" OriginalAmount="237.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73066" Longitude="115.16776" StarRating="4" HotelCode="|26048" HotelName="Bali Rani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JL. KARTIKA PLAZA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/4/8/26048_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 104 standard rooms, 2 suites and 3 floors. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service and a currency exchange service. The establishment has a bar, a cafÃ© and a restaurant. The establishment also has a shop, a gift shop, a conference room and a banquet hall. This establishment has a playground, a babysitting service, a laundry service, room service, a medical care service and a car park. SITUATION: This hotel is in a central area of Tuban, close to the beach. You can find shops, leisure areas, restaurants, bars and cafÃ©s. It is located opposite Discovery Shopping Centre. 6 minutes away from the establishment clients have Denpasar Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="11.25211" Longitude="75.79067" StarRating="4" HotelCode="0|406898-21407685/6064455479873353262/23" HotelName="HILTON GARDEN INN BALI NGURAH RAI AIRPORT - CHSE CERTIFIED" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>JAIL ROAD, KOZHIKODE, IN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8360000/8357100/8357032/d6a325ab_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Hotel Span is located in Kozhikode, close to Kozhikode Beach.    Hotel Features.   Hotel Span features a restaurant. Room service is available. The hotel serves a complimentary breakfast. Recreational amenities include a fitness facility. Those traveling on business have access to a business center at this hotel.  Tour/ticket assistance and tour assistance are available. Additional property amenities include dry cleaning/laundry services.    Guestrooms.     All guestrooms at Hotel Span feature irons/ironing boards.     Room Info:  Name: A C Standard Description:    Two Beds       Name: Deluxe Description:    Double Occupancy         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="263.68" OriginalAmount="256.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73580848" Longitude="115.16697083" StarRating="5" HotelCode="614732|aryaduta_bali" HotelName="Aryaduta Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Lingkungan Segara, Kuta 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/77/9677891edd0ec823f2082a99f07d0f597d92eca6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.08" OriginalAmount="256.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.712483" Longitude="115.16762" StarRating="4" HotelCode="|453506" HotelName="Tribe Bali Kuta Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pantai Kuta, Kuta Legian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/5/0/6/453506_22687681250.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.13" OriginalAmount="256.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.890689" Longitude="116.275675" StarRating="3" HotelCode="|470721" HotelName="Matahari Inn Kuta Lombok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pariwisata Jl. Mawun No.16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/7/2/1/470721_f3bf9ad1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.13" OriginalAmount="257.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.70533" Longitude="115.17049" StarRating="3" HotelCode="|35490" HotelName="The Lokha Legian Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Padma, Legian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/9/0/35490_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inLegian the heart of 200 metres away, clients have the beach, is well-connected with shops, leisure areas, 15 kilometres away from the establishment, guests will find Ngurah Rai Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="265.74" OriginalAmount="258" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|193745-28791907/6064455479873353262/9" HotelName="WYNDHAM GARDEN KUTA BEACH BALI - CHSE CERTIFIED" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4850000/4849300/4849283/c2a82b95_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.80" OriginalAmount="260.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7391033513501" Longitude="115.16220510006" StarRating="4" HotelCode="38438|patra_jasa_bali_resort__villas" HotelName="The Patra Bali Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ir. H. Juanda, South Kuta Beach, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/99/4f99d2c7569b0b650a35fa3a6ba435e8e4ec5f7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is ideally located in Tuban, in a beautiful tropical garden, right in South Kuta. It is o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.19" OriginalAmount="260.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.739347" Longitude="115.161597" StarRating="4" HotelCode="|35510" HotelName="The Patra Bali Resort and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>JL.IR.H. JUANDA, SOUTH KUTA BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/1/0/35510_1_2550.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2003 and has 228 rooms tropical gardens, a ballroom, a reception, a safety deposit box service, a currency exchange service, a cafÃ©, a bar, a restaurant, a nightclub and a hairdresser's. The establishment offers a business centre with WiFi, a medical care service, a chemist's, a playground, commercial galleries, room service, a laundry service and a car park. SITUATION: Tuban It is in is situated in Kuta south 5 minutes away from the establishment, you can find Ngurah Rai Airport 20 minutes away from the establishment you have Denpasar the city of. ROOM: The Balinese in style rooms, have a balcony, with views, a bathroom with a bath or shower and a hairdryer. They also have a double bed, individual air-conditioning, a direct line telephone, a mini-bar, a small kitchen, a satellite TV, internet, a safety deposit box, a coffee maker and a kettle. FACILITIES: The establishment boasts a swimming pool that has an area for children, tennis and billiards. Clients can also find a jacuzzi, Guests are offered an entertainment programme for children. PAYMENT METHODS: Customers can pay using AmEx, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a continental buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|47985-24344174/6064455479873353262/76" HotelName="RAMA BEACH RESORT AND VILLAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1066400/1066349/2ddd7ba2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.70" OriginalAmount="273.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.891451" Longitude="116.276989" StarRating="4" HotelCode="|403711" HotelName="Harmony Villas Lombok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Pantai Kuta, Number 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/7/1/1/403711_dcdc0891040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.31" OriginalAmount="277.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.65126442" Longitude="115.17760259" StarRating="4" HotelCode="560770|desa_di_bali_villas" HotelName="Desa Di Bali Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalam Muding Kelod, Gang Pandana, Kerobokan, Kuta Utara 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/7f/1d7f5ade1043af74700066b0ecaff833e31f0317.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a babysitti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="304.88" OriginalAmount="296" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|882252-32414363/6064455479873353262/114" HotelName="MAMAKA BALI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57250000/57243600/57243594/9c27e230_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.06" OriginalAmount="302" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|887056-23216374/6064455479873353262/129" HotelName="KUTA BEACH CLUB HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/887056/2020123016322788.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.64" OriginalAmount="314.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.894616" Longitude="116.211149" StarRating="3" HotelCode="|509269" HotelName="Lombok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan raya kuta mawun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/9/2/6/9/509269_32482151110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.45" OriginalAmount="315.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.729642" Longitude="115.167026" StarRating="5" HotelCode="7143|discovery_kartika_plaza_hotel" HotelName="Discovery Kartika Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Kartika Plaza, PO BOX 1012, 80361 South Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/38/a53887cbfa9107c7be242a91aa09d58ffc751ed5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set among an oasis of 8 hectares of spacious manicured tropical gardens, the resort is conveniently ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.54" OriginalAmount="318" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|71910-32331467/6064455479873353262/81" HotelName="TRUNTUM KUTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903700/903690/00687bcd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.63" OriginalAmount="321.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.727757" Longitude="115.169103" StarRating="4" HotelCode="10621|bali_garden_beach_resort_2" HotelName="Bali Garden Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika, PO Box 1062, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4a/184a4a6870f7fab0a208937180c8fb8470e33596.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within walking distance of the largest shopping centre and the nightlife of Ku...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.50" OriginalAmount="325.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.919684" Longitude="116.3462" StarRating="0" HotelCode="|507857" HotelName="Inlight Lombok Eco Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Inlight Lombok, Jl. Gerupuk, Sengkol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/8/5/7/507857_97233471147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.59" OriginalAmount="370.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.900948" Longitude="116.29548" StarRating="5" HotelCode="|466623" HotelName="Pullman Lombok Merujani Mandalika Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOT BS2 Kawasan Ekonomi Khusus</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/6/2/3/466623_757e5731621.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.91" OriginalAmount="397.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.688703" Longitude="115.158432" StarRating="4" HotelCode="113527|dyana_villas" HotelName="Dyana Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camplung Tanduk Street (Ex. Abimanyu ), Gang Bunga Kecil, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/53/f053b98e5b6c610eda8fd2b8d3ff42b6bda64c6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The finca is located right in Seminyak, just 800 m from Kuta Beach and approximately 20 minutes' dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="448.05" OriginalAmount="435" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76604-28767589/6064455479873353262/116" HotelName="THE VIRA BALI BOUTIQUE HOTEL AND SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1230000/1225000/1224948/8f41d24a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="463.40" OriginalAmount="449.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.719056" Longitude="115.169215" StarRating="4" HotelCode="|29208" HotelName="Kuta Seaview Boutique Resort - Chse Certified" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pantai Kuta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/2/0/8/29208_1_2428.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts 80 rooms, 34 deluxe cabins and 46 superior rooms. It has a garden, a terrace, a hall with a reception, a safety deposit box service, a currency exchange service, a hairdresser's, a TV room, a shopping centre, shops, club and a restaurant. The establishment offers guests internet, room service, a laundry service, bicycle rental, a car park and a playground. SITUATION: This hotel is in Kuta the beach Denpasar 20 minutes away from the establishment clients have. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, a television, a radio, a mini-bar and a king size or double bed. They also have a safe (available for a fee), an ironing set, a balcony or terrace and an individual air-conditioning system. FACILITIES: Outdoors, clients have access to 2 swimming pools with children's areas, The establishment also offers a sauna and a massage service. At the beach, customers can surfing. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, JCB and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="477.92" OriginalAmount="464.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.66190833" Longitude="115.13632448" StarRating="3" HotelCode="531510|the_haven_suites_bali_berawa" HotelName="The Haven Suites Bali Berawa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pemelisan Agung, Banjar Berawa, Desa Tibubeneng, North Kuta 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/21/10214909b72f7c8feb34b1179220ca7937c4a470.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.19" OriginalAmount="473.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.73257754" Longitude="115.16726981" StarRating="4" HotelCode="492464|the_anvaya_beach_resorts_bali" HotelName="The Anvaya Beach Resorts Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika Plaza, Tuban, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/4c/614c6ff1f36df064b2173bc53ff4fd4c7ad81d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.43" OriginalAmount="481.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7191190525968" Longitude="115.16928613186" StarRating="4" HotelCode="59833|kuta_seaview_boutique_resort__spa" HotelName="Kuta Seaview Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kuta, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/cd/3ccd70a3c498b3572f2b94f84a0f42f5260cc278.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very conveniently located beside the famous long sandy Kuta beach. Here, guests will e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.64" OriginalAmount="488.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.81309801" Longitude="115.14486927" StarRating="5" HotelCode="450250|renaissance_bali_uluwatu_resort_spa" HotelName="Renaissance Bali Uluwatu Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Jalan Pantai Balangan 1, Ungasan, 80361 South Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/23/3a234d86b4f022dc5440100e2023a94c1afb0ee5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="525.30" OriginalAmount="510.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7306993656738" Longitude="115.16514480114" StarRating="4" HotelCode="17462|bali_dynasty_resort" HotelName="Bali Dynasty Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kartika, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/0b/ba0b3d6223f8e822839f28e54a41b7e9ea85126a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the peaceful Tuban area, this family-friendly resort is surrounded by 2.5 hectares of lu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="540.75" OriginalAmount="525.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7042222365977" Longitude="115.17350572181" StarRating="4" HotelCode="310476|legian_kriyamaha_villa" HotelName="Legian Kriyamaha Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/38/1a388cd281da314a168650ea7d7aca5da6e8c16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="586.07" OriginalAmount="569.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.6784874861029" Longitude="115.15262911178" StarRating="4" HotelCode="292322|the_buah_bali_villas" HotelName="The Buah Bali Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gg. Cempaka, Kerobokan, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b5/89b595e14ed111e4412e116df355b51daa46e304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="590.19" OriginalAmount="573.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.721383" Longitude="115.170623" StarRating="4" HotelCode="13207|hard_rock_hotel_bali" HotelName="Hard Rock Hotel Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai, Banjar Pande Mas, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/5b/5c5b914977609144268d76381ee874b14b53c1ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled against the shores of Bali's famed Kuta beach on an impressive three-hectare pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="729.24" OriginalAmount="708.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.69294" Longitude="115.168007" StarRating="4" HotelCode="365028|the_seminyak_suite__private_villa" HotelName="The Seminyak Suite Privat Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 17, Kuta, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/67/9a675f4868a3ecf1815c2518f7a2bcf2de102c0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a few metres away from Bali's most cosmopolitan district, and is surrounded by qua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="805.61" OriginalAmount="782.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.706313" Longitude="115.180613" StarRating="4" HotelCode="|393841" HotelName="Anari Villas Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pararaton No. 8A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/8/4/1/393841_967336d0642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="900.60" OriginalAmount="874.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.897939" Longitude="116.245283" StarRating="4" HotelCode="|494672" HotelName="Somewhere Lombok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gili Nusa Estate Pujut, Lombok Tengah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/4/6/7/2/494672_6430bda1052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1968.33" OriginalAmount="1911.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-8.7320607910424" Longitude="115.1715180172" StarRating="4" HotelCode="167868|best_western_resort_kuta" HotelName="Best Western Resort Kuta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kubu Anyar 118, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Kuta , Bali</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7e/777e0f752453c4e2bf4dfc9aa47fd427207a2200.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a 10-minute walk from a variety of shops, bars and restaurants. It is 5 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service,Currency Exchange,Designated Smoking Area,Laundry,Restaurant,Shopping Arcade,Wheelchair Access,Swimming Pool,Golf,Jacuzzi,Lounge,Sauna,Nightclub,Bicycle Rental,Kitchen,Garden,Spa,24 Hour Security,Airport Transfer (on Demand),Babysitting,Housekeeping,Diet Meals,Central Heating</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>VILLAGE,BEACH HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,ECO HOTEL,BUSINESS HOTEL,CITY HOTEL,APARTMENT HOTEL,CONFERENCE HOTEL,SPA HOTEL,HOTEL,GUEST HOUSES,FINCA,VILLA,AIRPORT HOTEL,HOTEL DE CHARME,APARTMENT,BUNGALOW COMPLEX,HOSTEL</PropertyType>
  </Filter>
</HotelSearchRS>||True