<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
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|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="8f8f6c52-531f-45ca-bfb9-ce46feedbaeb">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="43896" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-20T00:00:00" End="2026-08-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" 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
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|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
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|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
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|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
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|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-16T15:07:54.7535932+01:00" Version="0" EchoToken="Search" TransactionIdentifier="8f8f6c52-531f-45ca-bfb9-ce46feedbaeb" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="147.77" OriginalAmount="144.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981763" Longitude="23.724558" StarRating="1" HotelCode="143885|1667668" HotelName="Sparta Team" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Menandrou Street 21, Omonoia, Athen 10553</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/71/bb713faa277ef1d8f49cc97ba194a93be1469b81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from Omonoia Square and the historic centre, including archaeolog...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.80" OriginalAmount="164.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.988528" Longitude="23.726809" StarRating="2" HotelCode="113590|1118228" HotelName="Pergamos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Acharnon Street, Vathis Sq1, 10433 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/d3/fbd3f4a6c8ce1107fdc3fea8913b067667d96273.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.50" OriginalAmount="175.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98533856" Longitude="23.72661408" StarRating="2" HotelCode="598997|mansion_hotel_3" HotelName="Mansion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Satovriandou Street 28, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/0d/200d076659e716b70da36e91995a63894c82a0a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982644193906" Longitude="23.725394010544" StarRating="2" HotelCode="94689|elite_hotel_5" HotelName="Elite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peiraios 23, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/9a/b99ad427bade2b41f67c47bd2bb20ecee2bd1caf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985781465582" Longitude="23.722875416279" StarRating="3" HotelCode="113592|nafsika_hotel_athens_centre" HotelName="Nafsika" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karolou 21, Metaxourgeio, Athen 10437</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a1/4fa145e08e9dada57d2d5db30b3c74848824b373.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985023" Longitude="23.728972" StarRating="2" HotelCode="71933|alma_2" HotelName="Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Dorou, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/68/fd68c14e1040f632a0c07e392c915d870d2638f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Omonia Square in the centre of central Athens. It allows guests easy access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="666653|artemision_2" HotelName="Artemision" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Veranzerou Street 20</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/48/b3484fc083007ff60021f09986bd5026cce77015.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.50" OriginalAmount="191.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.987356" Longitude="23.728275" StarRating="3" HotelCode="902656|1024728" HotelName="Solomou Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>72 Solomou Street, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/fb/48fbd310c08c5d028ca0a2554303fb36aef4dc86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Athens city, very close to Omonoia Square, within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.86" OriginalAmount="193.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985351530607" Longitude="23.72780535582" StarRating="2" HotelCode="293094|cosmopolit_2" HotelName="Cosmopolit Athens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Marikas Kotopouli 7 And  Xouthou Str, 104 32 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/6a/2f6a23886e3589ea27d40c50f217ec8879ce4c39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.52" OriginalAmount="193.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.991062095696" Longitude="23.724321126938" StarRating="3" HotelCode="113596|2246235" HotelName="Socrates Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Neofitou Metaxa 27-29, Larissis Station, 10439 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/db/2cdb08d2b573e7dcdc558a30ea5b301fe3f88d0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.96" OriginalAmount="198.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.984565" Longitude="23.724499" StarRating="3" HotelCode="366149|delphi_art_hotel" HotelName="Delphi Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Konstantinou 27, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d9/8ed95ad665941ab2d52021956c07cd0d50ecde7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens, on St. Constantine's Square and opposite the Nat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.96" OriginalAmount="198.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98695024" Longitude="23.72757811" StarRating="3" HotelCode="787475|aristo_boutique_suites_guest_house" HotelName="Aristo Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Aristotelous 12, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/dd/40ddcfa26563c37599f1971f9e26462a17f9e6a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.17" OriginalAmount="199.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98639525" Longitude="23.72759572" StarRating="3" HotelCode="731438|2275155" HotelName="Breeze Boutique Athens" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chalkokondili 46, Athen 10432</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/4d/1c4d6ecb72bd13affbc10c19dfb9475b0869a616.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Breeze  Boutique  Athens  is  conveniently  located  in  Athens  City  Centre,  only  250  metres  a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.987362734961" Longitude="23.721333146095" StarRating="4" HotelCode="130206|athens_lotus_hotel" HotelName="Athens Lotus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Chiou Street, Metaxourghio Metro Station, 10438 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/d4/c7d4010d03cabc0ca32e32a16f94066b3db8c4af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only 30 m away from the Metaxourgio metro station. The area is a part of the historical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.06" OriginalAmount="203.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98406274778" Longitude="23.724111914635" StarRating="2" HotelCode="151373|hotel_lido_10" HotelName="Lido" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Zinonos &amp; Nikiforou Str. 2, Omonia Square, Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/bb/b0bbe248e637b470a7e4d2fa8486e52448b3705a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.986962" Longitude="23.719288" StarRating="2" HotelCode="144166|athens_delta_hotel" HotelName="Athens Delta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Kerameon Street, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/f5/7bf548c357f7274e47e7fab33a55a1d301130649.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.94" OriginalAmount="222.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98628823" Longitude="23.72754531" StarRating="2" HotelCode="591030|4233475" HotelName="Orpheus Hotel Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chalkokondyli 58, Omonoia, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/a3/06a386501d05b708cc16912dbd2dbb2a22b885d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.48" OriginalAmount="224.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="3" HotelCode="739711|connect_studios" HotelName="Connect Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lenorman 14, 10436 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e3/bee3acbb3a323731b74e4daa82cf9ad43d35024d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.56" OriginalAmount="228.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.002756" Longitude="23.733236" StarRating="3" HotelCode="74483|exis_boutique_hotel" HotelName="Exis Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Spartis Str., 11252 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/df/59df42106132163140da0b9f571732668d5ab198.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is superbly situated in the heart of Athens on Amerikis Square, only a 10-minute drive by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.56" OriginalAmount="228.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.00145283" Longitude="23.73451421" StarRating="2" HotelCode="563001|semeli_hotel_7" HotelName="Semeli Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Thiras 16, 11257 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/48/f2485cc5ab721b6363e455bb6310ea8ab22da1c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.74" OriginalAmount="229.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.986399" Longitude="23.725356" StarRating="3" HotelCode="88751|279395" HotelName="Golden City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marni 46, Athens, 104 38</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/83/d283c65450826c39931d80e0ef04f60da3928a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just 300 m from Omonia Square, in the heart of Athens near to all the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.68" OriginalAmount="234.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98671" Longitude="23.722356" StarRating="2" HotelCode="113593|cosmos_hotel_2" HotelName="Cosmos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Psaron 16, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/32/473264cc839f9ebfca088c4e99ec54af9459c06e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.99731" Longitude="23.742713" StarRating="2" HotelCode="42873|nicola_hotel" HotelName="Nicola" 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,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Olenou Street 14, 11362 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b7d9b636492780cd4b85ae4cdb09adca50e29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a central location at the heart of Kipseli within 100 m of the neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.95" OriginalAmount="240.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983466577958" Longitude="23.72406899929" StarRating="3" HotelCode="32707|268885" HotelName="Marina Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Voulgari 13, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a6/34a62e981fbdf040db8dc82dd2083489d9dd207f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the heart of Athens, within metres of scores of shopping and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.73" OriginalAmount="249.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98506217982" Longitude="23.72707666814" StarRating="4" HotelCode="323430|1623868" HotelName="Ambrosia Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>52 Sokratous Street, 104 31 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/a8/72a808ecf8c5e44b3c6d783019be81bf1ac02829.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the epitome of affordable quality accommodation in Athens, Greece, just a 2 minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.42" OriginalAmount="250.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.122186" Longitude="23.73447" StarRating="4" HotelCode="187882|606765" HotelName="Parnis Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Parnithos Avenue, 13671 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/c0/16c0ceddfc26ed10ee722bac24fda6ee6108d2c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.120549" Longitude="23.735025" StarRating="2" HotelCode="187873|acharnis_kavallari_hotel_suites_4" HotelName="Acharnis Kavallari Hotel Suites" 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>20th Parnithos Avenue, Acharnes, 13671 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/67/4667e802267989fe3123911bdeb2e64a76449a4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981961333307" Longitude="23.724718093872" StarRating="2" HotelCode="64610|soho_hotel" HotelName="Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Menandrou Street 25, 10553 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/74/eb74bf06af21cb155dbe503d1020fc622512678e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Athens, close to Psiri and Monastiraki. The nearest public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.08" OriginalAmount="254.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.961396430776" Longitude="23.720796704292" StarRating="4" HotelCode="38374|ilissos" HotelName="Ilissos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>72 Kallirios Street, 11741 Athens-Koukaki, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/3e/8e3e3590146c053232c33ec599f6bae7bd8295e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel lies very close to the Acropolis and the Plaka area, the old city of At...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.08" OriginalAmount="254.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98584" Longitude="23.7263" StarRating="2" HotelCode="377594|amaryllis_3" HotelName="Athens Choice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Conference Hall,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Veranzerou Street 45, 104 32 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/07/f707733b750d0c11615f93d47d2a317d3e210d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Athens, close to the archaeological museum. The nearest publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.08" OriginalAmount="254.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.007824" Longitude="23.735192" StarRating="2" HotelCode="103366|athens_city_hotel" HotelName="Athens City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Patission 232, Athens 112 56</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/92/1d9209f9051c115279607e6dfc474c60a778174c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies very close to the centre of Athens. Its location on Patission Street means that...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="260.54" OriginalAmount="255.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985479" Longitude="23.719899" StarRating="3" HotelCode="31003|313965" HotelName="Rio Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Odysseos St. / Karaiskaki Square, 10436 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0c/8e0c4d38dc2a8324a234c8e0e80578ecee0e3088.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superior hotel lies on a quiet pedestrianised zone close to Karaiskaki Square in the centre of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.20" OriginalAmount="260.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.955701" Longitude="23.676483" StarRating="2" HotelCode="225008|ares_athens_hotel" HotelName="Aris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Pireos street, 105 52 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/fc/74fc47777ca95431d997b187317a79d7ae11eca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.26" OriginalAmount="264.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98316119" Longitude="23.72616587" StarRating="2" HotelCode="491259|2483005" HotelName="Ares Athens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Pireos Street 7, 10552 Athens, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0033/31937/3331937/1.jpg?f=15079445</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.72" OriginalAmount="265.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.015277" Longitude="23.728722" StarRating="3" HotelCode="187886|4218695" HotelName="Xenophon" 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>Acharnon 340, 11145 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/e5/38e559e26c0ddf14baf235ae2b5edbe7eaa26b0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 186 rooms. A restaurant, a bar and room service are available to gues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="271.60" OriginalAmount="266.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.99604" Longitude="23.734387" StarRating="2" HotelCode="154578|1219228" HotelName="Victory Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trias 20 (from Patission 106), Kipseli, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/8b/708be8677fa2ef9b5fee09aa17934dd1afc23b0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.42" OriginalAmount="271.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="872781|nicholas_point_apartments_and_rooms" HotelName="Nicholas Point Apartments And Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Stefanou Vizadiou 29, 111 44 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1a/7f1a5dc3c33ade776ed9bc30a4d3e9f1c8d8bd7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.87" OriginalAmount="271.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.090626" Longitude="23.790953" StarRating="2" HotelCode="152445|2371685" HotelName="Pines Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Helidonous Street &amp; Artemidos 78, Nea Kifisia, 145 64 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/fd/79fd434ad3516ad140e175b8943c59f7b3142eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.44" OriginalAmount="272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976075" Longitude="23.734963" StarRating="3" HotelCode="224851|olympic" HotelName="Fashion Olympic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Dry Cleaning,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Pets allowed,Shopping Arcade,Smoking Rooms,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Souri Street And Vassileos Georgiou Avenue, Halandri, 15124 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/66/4c66136916f3957934de1e5421b35e53dc4f8d62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Well-positioned in Chalandri, Olympic Hotel is the ideal point of departure for one's excursions in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.35" OriginalAmount="273.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985779" Longitude="23.72757" StarRating="3" HotelCode="113589|1003485" HotelName="Iniohos Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Verantzerou 26, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/174935/174935a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.48" OriginalAmount="274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.0009232" Longitude="23.6626731" StarRating="2" HotelCode="503351|aegli_hotel_6" HotelName="Aegli Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Karaiskaki 1 &amp; Iera Odos, Chaidari, 12461 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40174ea530be4133b1b80339998b6e2e350c91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.94" OriginalAmount="276.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98501" Longitude="23.722904" StarRating="2" HotelCode="94687|289695" HotelName="Stalis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Akominatou St &amp; Agiou Konstantinou St, 10437 Omonia, Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/e9/93e95be1ec84a1b5a4440f6419d3ab9da8c0800a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just minutes away from all the excitement of Athens, very close to the Nationa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.60" OriginalAmount="280.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="865371|connect_suites" HotelName="Connect Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karolou 24</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b8/7bb8543e1feb7bbba4700da95b6d6a1a6f6d96f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.66" OriginalAmount="283.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982586" Longitude="23.725034" StarRating="4" HotelCode="145954|chic_hotel" HotelName="Chic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pireos Str. 25, 10552 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/6c/ae6c6ad8f5cf54d0b98eb776b6992546ebccb447.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the cultural and commercial centre of the city and guests will find links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.68" OriginalAmount="284.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981848" Longitude="23.723001" StarRating="3" HotelCode="88755|athens_odeon_hotel" HotelName="Odeon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pireos 42, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/61/72616a1e35094a2931b966e401509390194c6b9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Monastiraki and to the Acropolis, and the area of Keramikos, to visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.68" OriginalAmount="284.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98522098" Longitude="23.73211119" StarRating="3" HotelCode="861154|athens_lights_hotel" HotelName="Athens Lights Urban Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Klisovis 3, 106 77 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/8c/c88cb56ab0944586ae57b1a9e25fa4d95a72d531.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is in Athens. Nestled within 300 metres from the town centre, the establishment allo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.76" OriginalAmount="288.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="864554|omnia_pagrati_apartments" HotelName="Omnia Pagrati Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chremonidou Street 30</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/c4/24c4cb50b766a7e52ec9973c022d58f40d4c7a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.78" OriginalAmount="289.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98638275" Longitude="23.72271579" StarRating="0" HotelCode="503487|athens_eva_hotel" HotelName="Malliott Eva Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Viktoros Ougko, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/2d/cd2dd66243ce1578fe182af9106ad7c1b6307960.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.78" OriginalAmount="289.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.984075432192" Longitude="23.724699318409" StarRating="2" HotelCode="89363|joker_4" HotelName="Joker" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Koumoundourou, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/3e/b23e662306e5d89cd695c4b1f757e3b64c269105.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Athens. A total of 41 guests rooms are available for guests' convenien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98146833" Longitude="23.72635563" StarRating="0" HotelCode="960820|athens_psiri_hotel" HotelName="Athens Psiri Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sofokleous Street 32, Psiri, 105 52 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d4/d2d46d8b2a372fede5bd8603be12496bcf7d084e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.82" OriginalAmount="291.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977124410967" Longitude="23.723685684201" StarRating="1" HotelCode="225012|pella_inn_hostel" HotelName="Pella Inn Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ermou Street-Monastiraki 104, Karaiskaki 1, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/99/5199756744e7c839993719441e7e74c4b9a9d17d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Pella Inn, you'll be centrally located in Athens, s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.88" OriginalAmount="294.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.065126" Longitude="23.7555" StarRating="3" HotelCode="297282|hotel_platon" HotelName="Hotel Platon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner of Psixari &amp; Dilou, Metamorfosi, 14452 Athen, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/f6/29f6253847471190de777c9238943c7e4b60216c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Metamorfosis.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96213258" Longitude="23.7317193" StarRating="0" HotelCode="879176|dinostratus_house" HotelName="Dinostratus House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dinostratou 32, 11743 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/23/cf2317dfc817726551566561ed07a845d5252cf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="301.08" OriginalAmount="295.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983879" Longitude="23.724755" StarRating="2" HotelCode="89362|365055" HotelName="Epidavros" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Koumoundourou Str., 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ee/25ee46837655bad3e1f6f1f89a3796f54e1a8eac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers an ideal stay to Athens visitors. It is located in a quiet pedestrian, in Omonia, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.96" OriginalAmount="298.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.990891929196" Longitude="23.733984455466" StarRating="3" HotelCode="113779|areos_hotel" HotelName="Areos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bouboulinas 19, 10682 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/1f/431f6095b0e0446edf3faa59bd4f8a9b0b1f59f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to the metro at Platia Victoria, which makes it directly accessible...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.02" OriginalAmount="301.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985944244885" Longitude="23.728837966919" StarRating="3" HotelCode="113588|parnon_hotel" HotelName="Parnon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Tritis Septemvriou &amp; 21 Chalkokondili str., 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/24/8a24c9cd4b02ad2becc44538052b296deef6064f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the commercial centre of Athens, just a 1-minute walk from Omonia central s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.08" OriginalAmount="304.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.993714950966" Longitude="23.721955418587" StarRating="2" HotelCode="36457|hotel_diethnes" HotelName="Diethness" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Peoniou 52, 10440 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b1/8eb1980f267d30434a9b8364b4364e017693ba2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.12" OriginalAmount="306.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983954930192" Longitude="23.737925291061" StarRating="3" HotelCode="144167|athens_way" HotelName="Athens Way" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Arachovis &amp; Ippokratous str., 10680 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/09/880945b121c39c9519c2b92053a914c0060d5e43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in central Athens, around 800 m from the city centre and 100 metres from the P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.20" OriginalAmount="306.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.94369579402" Longitude="23.697037940195" StarRating="2" HotelCode="347655|4674345" HotelName="Lacoba Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tagmarchou Plessa 19-25, 17674 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/aa/9caadb4e90a2f5b882454861d539ccb446e92de0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.98" OriginalAmount="306.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98466" Longitude="23.72436634" StarRating="3" HotelCode="620606|2237975" HotelName="K29 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Konstantinou Street 29, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b4/8eb452107c172fc7e07f39a71fecf25edb0e30eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Athens, this apartment hotel is about 20 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.16" OriginalAmount="308.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9792" Longitude="23.726648" StarRating="3" HotelCode="77953|cecil_hotel_3" HotelName="Cecil Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Athinas Street, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/bf/a8bf39762699bb50620b44e168a3e6d377a1fc3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.16" OriginalAmount="308.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9659015" Longitude="23.732191" StarRating="0" HotelCode="953740|12_keys_athens_apartments" HotelName="12 Keys Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vourvachi Street 17, 117 43 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/aa/30aac10a413ad5a67b442cbb3a62735fe2dff5ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.38" OriginalAmount="308.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981572332478" Longitude="23.726665377617" StarRating="2" HotelCode="60420|287855" HotelName="Economy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5 Klisthenous Street, 10552 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/86/8486a02524e655a07b1e4e7b3f36c3af04254f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the old Town Hall of Athens, very close to all main attractions of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.24" OriginalAmount="312.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.970654589353" Longitude="23.742979540876" StarRating="2" HotelCode="100159|zappion_hotel" HotelName="Zappion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ironda 4, 116 35 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/cf/8fcf6b6c95ae48288cd03fce85466938435adcb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies close to the Kalimarmaro (Panathinaiko) stadium, where the 1st modern Olympic G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.26" OriginalAmount="313.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98413813" Longitude="23.76279492" StarRating="3" HotelCode="631549|elvita_apartments" HotelName="Elvita Apartmens 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Farantaton 27, Ampelokipi, 11527 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/59/4159bbd92ecfebd0632722cc5528c5eaa9ef583b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="319.79" OriginalAmount="313.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.954505" Longitude="23.717698" StarRating="4" HotelCode="68433|252526" HotelName="Athens Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Okeanidon Street, Syngrou Avenue, Agios Sostis, 11745 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/07/fc07fa9a59f06160318ff95ce081f1530d70758b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated in the centre of Athens in a quiet district on Syngrou Avenue, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.28" OriginalAmount="314.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9432691" Longitude="23.68601887" StarRating="2" HotelCode="323914|atlantic_hotel_18" HotelName="Atlantic Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pisistratou Street 99, 17675  Kallithea, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/c4/21c4cfe3abd8605b075c3e43171783a0d3c74db6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Atlantic Hotel in Kallithea, you'll be close to Ath...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="326.08" OriginalAmount="319.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985823745955" Longitude="23.722312152386" StarRating="3" HotelCode="36456|605085" HotelName="Minoa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Karolou, Metaxourgeio, Athen 10437</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/72/1672d615bdd7971e41a90d08def8489b292242e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.40" OriginalAmount="320.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.989121375611" Longitude="23.720492401137" StarRating="3" HotelCode="53779|best_western_candia_hotel" HotelName="Best Western Candia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Theodorou Diligianni 40, 104 38 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/29/db29cd8c3cae7d6cc3eec69bd55d900c126e816b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is located near to Athens' historical old town. There are scores of shops, v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.42" OriginalAmount="321.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.116257" Longitude="23.863246" StarRating="3" HotelCode="160857|anastazia_luxury_suites__rooms" HotelName="Anastazia Luxury Suites &amp; Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Komninon Argonafton 12, 14572 Drosia</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/6f/306f60637673ea1a99f2cccd8aaeac031c1f66fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the lush green Athens suburb of Drosia, only 20 km north of the ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.46" OriginalAmount="323.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="2" HotelCode="742754|nubian_hostel" HotelName="Nubian Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Mavromichali, 10680 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/85/33855f421ec7a02b1747f52205c73e080c1ed0da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977312" Longitude="23.724935" StarRating="3" HotelCode="144168|athenstyle__hostel" HotelName="AthenStyle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agias Theklas 10, Monastiraki, Athens 105 54</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/41/dc417062e1a46f24a4f66570b2e1139daff78247.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.53" OriginalAmount="326.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.984858" Longitude="23.724287" StarRating="3" HotelCode="113591|978735" HotelName="Achillion Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Agiou Konstantinou Street, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/bc/d6bc1b20258ce7da93b3ddbeb4fab36d95813564.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.70" OriginalAmount="335.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.974606" Longitude="23.750867" StarRating="4" HotelCode="113598|delice_hotel_apartments" HotelName="Delice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leoforos Vasileos Alexandrou 3 &amp; Vrassida, Athens 11528</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/81/6981a068f40b1d017ec0683049fedddd9515e006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Athens, about 17 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.70" OriginalAmount="335.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.984693" Longitude="23.724629" StarRating="2" HotelCode="146893|diros_hotel" HotelName="Diros" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Konstantinou 21, Omonia - Center, Athens 104 31</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/d2/eed28110d8fb156ba1ba74771091f250d912e73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.72" OriginalAmount="336.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98767" Longitude="23.727582" StarRating="4" HotelCode="71932|art_hotel_athens" HotelName="Art" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27, Marni, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/e4/05e48a2181bd8951fe80f83decb577fcff404b89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of the National Theatre, Omonia Square, the Archaeological Muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.76" OriginalAmount="338.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9841974" Longitude="23.7112924" StarRating="3" HotelCode="310577|mc_queen_hotel" HotelName="Mc Queen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Kastorias Street 24, Votanikos, Athens 10447</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/60/4860f896634cfb67ea91dd7b4f3a86e070c596c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.86" OriginalAmount="343.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.025852321935" Longitude="23.809711933136" StarRating="2" HotelCode="76371|acropol" HotelName="Acropol Halandri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pendelis Avenue 71, 152 33 Halandri, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/94/7e94a0684610415b60380a35c68e49f3aaac65b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.92" OriginalAmount="346.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="966689|athens_morum_city_hotel_formionos" HotelName="Formionos Morum City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aritis 15, 162 31 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/79/587981161c85e16c475e0c100961a946be763e36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.98" OriginalAmount="349.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978094" Longitude="23.754601" StarRating="4" HotelCode="337253|holiday_suites" HotelName="Holiday Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arnis Str. 4, 11528 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/95/2f95d7dd396c5902472faada70d63e91bb5a5eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located and only minutes from the lively centre, which has an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.98" OriginalAmount="349.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9783855" Longitude="23.724527" StarRating="4" HotelCode="949924|live_in_athens_short_stay_apartments_" HotelName="Live in Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agion Anargiron 5, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/4b/bc4bcbe7c4c32280eb8b95fc3ad20cb3d07a3fbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.40" OriginalAmount="357.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.969679" Longitude="23.74135" StarRating="4" HotelCode="189600|1665468" HotelName="Athens Green Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Agras St, 11635 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/27/2527003ea20bcea8b35658516413c2fefac4a0a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="370.26" OriginalAmount="363.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.95612669" Longitude="23.71539766" StarRating="4" HotelCode="459632|athens_avenue_hotel" HotelName="Athens Avenue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Leof. Andrea Siggrou Avenue 182, 17671 Kallithea, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/14/38140a7e34a30ba52da6c942cdbcf8ca8926bb45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.19" OriginalAmount="363.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.911017" Longitude="23.711486" StarRating="3" HotelCode="94690|605015" HotelName="Galaxy" 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>39 Posidonos Ave. &amp; Kalamakiou, 17455 Kalamaki, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/87/8b87cdca1dbe659d3530e0fccc8bda04ca8e4241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.30" OriginalAmount="365.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.987293" Longitude="23.767123" StarRating="2" HotelCode="180164|boutique_elizabeth_hotel" HotelName="Elisabeth Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Arkadias, 11527 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/69/1369e18a54223da5c8e117e24b216390f7f8a784.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.30" OriginalAmount="365.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="882692|ater_albus" HotelName="Ater Albus By K&amp;k" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Dimitriou 14</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/37/99373b5587edad3c272ef0bcb8e2585281bf7125.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="376.27" OriginalAmount="368.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="4" HotelCode="962852|2561395" HotelName="Ibis Styles Athens Routes" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vouliagmenis Avenue 109, 116 36 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/b2/ecb2c9ea73c15d2a9980d4f8433c02d2feb2aaea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.42" OriginalAmount="371.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="952571|athenaeum_smart_hotel" HotelName="Athenaeum Smart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sygrou Avenve 127, 117 45 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/17/7f17ae400be45b8bc5234a44bf317f729f59639b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.86" OriginalAmount="371.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983884108749" Longitude="23.727309107781" StarRating="4" HotelCode="22192|1941025" HotelName="Athens Tiare Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peiraios 2, 10431 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/21/e3214f4074019fdb34483dbc06db38e5710fda4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on Omonia Square at the heart of the business and shopping district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="379.44" OriginalAmount="372.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97796872" Longitude="23.72861985" StarRating="4" HotelCode="551591|4225625" HotelName="Concierge Athens II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Nikiou 6, 10560 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/77158/2477158/26.jpg?f=15648798</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.50" OriginalAmount="375.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98611752" Longitude="23.72538744" StarRating="4" HotelCode="952672|athens_one_smart_hotel" HotelName="Athens One Smart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Veranzerou 50, Marnis, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/26/b926d3ee0a377fb8807148a747b5143ec8a73fd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.52" OriginalAmount="376.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98606" Longitude="23.722211" StarRating="3" HotelCode="150232|hotel_katerina_4" HotelName="Hotel Katerina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Karolou &amp; Psaron Street, Athens 10437</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/4e/364eb235ea33776e645c66a094b894af944e4e72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 51 rooms. Room service is among the facilities. Wireless i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="384.44" OriginalAmount="376.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98481559" Longitude="23.7247258" StarRating="3" HotelCode="591159|621021" HotelName="Kubic Athens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Konstantinou 26, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/24/2924e8114dce7328288dbe261bba09166f4544ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="385.26" OriginalAmount="377.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98586215" Longitude="23.73222427" StarRating="4" HotelCode="758591|2476705" HotelName="Spot Apart Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Solonos Street &amp; Patousa Street 139, 106 77 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/b6/c1b6c29052679e3f859ba57521f6eb1d86cb9c07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="390.20" OriginalAmount="382.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982887316115" Longitude="23.725619316101" StarRating="3" HotelCode="39583|CAF511200" HotelName="Dorian Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Pireos Street 15-19, 10552 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/95/6b959a26f4a4b56f1dd5bcc8579f110fb9a31a81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the centre of Athens, just a stone’s throw from the nearest underground sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="394.68" OriginalAmount="386.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985280441302" Longitude="23.720662593842" StarRating="3" HotelCode="73758|273245" HotelName="Crystal City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Achilleos str., karaiskaki sq., 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/69/ee69a00b52b0ea7b3b8a3c85ec969cc60cb2609a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a most convenient situation right in the centre of Athens, very close to the Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.74" OriginalAmount="387.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.033468801574" Longitude="23.797902166843" StarRating="3" HotelCode="113601|athens_habitat" HotelName="Athens Habitat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Internet,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Saronikou 5 &amp; Lagadiou, 15125 Marousi, Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/03/170384f80448f4b7329641dc81fe652bb295de0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
Located in a focal, but at the same time quiet, point only a few meters away from Kifissias...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.78" OriginalAmount="389.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982969" Longitude="23.725565" StarRating="2" HotelCode="88754|otel_vienna" HotelName="Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Pireos Street, Omonia Square, 10431 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/d0/79d02fca9c92826627acbca3e7f915278bdeea12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Athens, just 100 metres away from the Omonia Square metro stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.80" OriginalAmount="390.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97820848" Longitude="23.72471267" StarRating="4" HotelCode="452239|andronis_athens" HotelName="Andronis Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Karaiskaki 33, Psirri, Gazi, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/fa/7afa818c47b33e9453a2634888caf59073317b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="399.84" OriginalAmount="392.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="981734|mosaikon_hostel" HotelName="Mosaikon Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kolokotroni 61, 105 60 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/11/2d11ce31410200999f7a48d88ebf3a8ab313e3ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.86" OriginalAmount="393.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="966440|monastiraki_urban_apartments" HotelName="Monastiraki Urban Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aiolou 53, 105 51 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/ba/08baacc074ac241066d51cc0f24dad41e61645a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.88" OriginalAmount="394.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.988811526306" Longitude="23.742107418852" StarRating="2" HotelCode="225009|hotel_frida_3" HotelName="Hotel Frieda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zosimou 2, Vatagi, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/cb/10cb0a52fd0ef05be95cd4903f97e83c1d116249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Frida in Athens (Athens City Centre), you'll be conveni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97549" Longitude="23.730659" StarRating="2" HotelCode="180165|metropolis_hotel_2" HotelName="Metropolis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos Street 46, 10563 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/40/a5409c0452dfece5d84d1777cee58bad78a0a933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.54" OriginalAmount="398.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.95909049" Longitude="23.718993" StarRating="0" HotelCode="756534|2476505" HotelName="B4B Athens 365 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Laundry,Printer,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Fragkoudi &amp; 138 Syggrou Avenue, Kallithea, 17671 Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/c4/bec4a62c473bb4d3f7bdc432ab81e30f34682942.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the most distinguished part of Athens, B for Boutique Hotels are the new ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="410.57" OriginalAmount="402.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.980367262473" Longitude="23.757086992264" StarRating="4" HotelCode="144050|1024598" HotelName="Art Suites Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mihalakopoulou 88A and Sevasteias 3, 11528 Ilisia, Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/84/ee84d2f940fecc94a6a290b9ffc8c1fa6e267914.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="411.06" OriginalAmount="403.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.989154" Longitude="23.76387" StarRating="4" HotelCode="16142|president_hotel_7" HotelName="President" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Kifissias Ave., 115 23 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/ee/aeee802e0c8b4b8b01d3af91de9d32f50c7cca4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only a few minutes away from museums, archaeological sites and commercial and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="412.93" OriginalAmount="404.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97783668" Longitude="23.72588834" StarRating="4" HotelCode="738835|2482905" HotelName="Athens Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agias Eleousis 8, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/89/4c896acee3cffa5fd9b2955ffcdd0b9c8ddf2b97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.10" OriginalAmount="405.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96369459" Longitude="23.72505955" StarRating="2" HotelCode="812762|hotel_syngrou_fix" HotelName="Hotel @ Syngrou Fix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Falirou 79, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/27/ff274c3363a7279508a827df3e9fd689aaea9703.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.77" OriginalAmount="407.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.964467" Longitude="23.730441" StarRating="3" HotelCode="180161|1164618" HotelName="Acropolis Ami Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 IRAS Street, 11743 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/c1/27c149f7a5d4bed371d53c4f4a2febc85a7200f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a great location at the foot of the Acropolis and a few minutes' walk from the Acropol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.12" OriginalAmount="410.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.980405" Longitude="23.723452" StarRating="2" HotelCode="318141|266455" HotelName="Evripides" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evripidou, 79, 10553 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/7a/757a70d06386e7385d2a0229f5d5f98a4ae92f6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Athens. The old town as well as a the Acropolis ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="419.22" OriginalAmount="411.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97421605" Longitude="23.73327997" StarRating="3" HotelCode="599102|gk_athens" HotelName="GK Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Xenofontos 15A, 10557 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ca/03cabc835cef2edf9173a2fbfebf0a951da41c80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.30" OriginalAmount="415.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97061398" Longitude="23.74420385" StarRating="4" HotelCode="630427|olympus_residence" HotelName="Olympus Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Pafsaniou 14, Attiki, 11635 Athenes</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/45/c64536ea0079a32125e0744dcc5e1f5f6274b093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="426.36" OriginalAmount="418.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97504780474" Longitude="23.719525337219" StarRating="2" HotelCode="74479|phidias_hotel_2" HotelName="Phidias" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Apostolou Pavlou, Thissio 11851</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/ed/b8edb440eefccbd3dd9be908cabd03c0d4753528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of old Athens, opposite the Acropolis and just metres from Thissi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="428.40" OriginalAmount="420.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96445395" Longitude="23.72191907" StarRating="3" HotelCode="742688|athens_koukaki_boutique_apartments" HotelName="Athens Koukaki Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zaharitsa 47, Koukaki, 11741 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/cc/0bcc3cbca9a4aaddf354a8f229a1387b39e84d06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431.46" OriginalAmount="423.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.04822413" Longitude="23.79725033" StarRating="2" HotelCode="333562|hotel_maroussi" HotelName="Hotel Maroussi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Olympias 10, Marousi, 15124 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/ca/abca732ae1534741278ea5e52259b1fb2c3ece80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Athens. Marousi Hotel is not a pet-friendly establishment. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="431.63" OriginalAmount="423.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98923102" Longitude="23.72467918" StarRating="3" HotelCode="599268|2482765" HotelName="Athens Comfort Suites &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment,Hotel,Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Liossion Street 23, 10439 Athens, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/16/381681f104d7355901b6d141a910723e16bd3018.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="432.82" OriginalAmount="424.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.972978" Longitude="23.731423" StarRating="2" HotelCode="160639|289215" HotelName="Nefeli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16, Iperidou Str &amp; 2, Ag. Hatzimichali Str., Plaka area, 10558 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/21/b121ccbe95fd18dfe21a6edbe5bf123073d00fcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy and comfortable hotel lies right in the heart of the beautiful city of Athens, in the scen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.66" OriginalAmount="433.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97880895" Longitude="23.7248981" StarRating="3" HotelCode="755120|the_frogs_guesthouse" HotelName="The Frogs Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aristofanous 4, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/7d/bc7d4e952efd5c10f1a0643c92f9df73457b6c1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="442.52" OriginalAmount="433.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981542734504" Longitude="23.759779930115" StarRating="4" HotelCode="337225|285285" HotelName="Stratos Vassilikos" 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,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Michalakopoulou Str. 114, 11527 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/43/d143a7f4c1288e7369a4acb760577b4d111d268b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Athens, Greece, it is an hotel offering an oasis of calm in the centre of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="444.72" OriginalAmount="436.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983319" Longitude="23.757379" StarRating="3" HotelCode="207236|athinais_hotel" HotelName="Athinais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasilissis Sofias Av. 99, 11521 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/52/4d52a141c7d8dee2e14b7e4c82492e741e083bc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.74" OriginalAmount="437.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97641553" Longitude="23.73101046" StarRating="3" HotelCode="623635|vol5_the_mini_lodge" HotelName="Vol 5 The Mini Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kornarou street 7, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/1b/4a1bd541cb6bc2c8498ba30ed9111dd4ad5fc732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.76" OriginalAmount="438.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.967265178286" Longitude="23.728678087298" StarRating="2" HotelCode="225010|athens_backpackers__studios" HotelName="Athens Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Veikou Street 3A, Makrigyianni, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/d7/1ed7ae7e8d749b7497284a2b72418941a539ba1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.84" OriginalAmount="442.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97007159" Longitude="23.74121674" StarRating="4" HotelCode="510602|pi_athens" HotelName="Pi Athens Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Fokianou Street 4, 11635 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/d4/1ad49aac27cd151342206e8663ce9a63c97c305c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.86" OriginalAmount="443.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982907302658" Longitude="23.730956834324" StarRating="5" HotelCode="18624|titania_hotel" HotelName="Titania Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Panepistimiou 52, 106 78 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/71/dd716234809eb940a71ffa7a69388901e93aa613.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Athens, just a few paces from countless shopping facilities a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="454.35" OriginalAmount="445.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98381383292" Longitude="23.755663856217" StarRating="3" HotelCode="407812|1818638" HotelName="Andromeda - The Ambiance Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Air Conditioning,Babysitting,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Massage Centre,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>15 Timoleontos Vassou, 11521 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ac/62acb74b9e0094b76c9311045c11f27b2be3e975.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Athens (Kolonaki), Andromeda Suites and Apartments is m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="454.92" OriginalAmount="446.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97557511" Longitude="23.72876615" StarRating="0" HotelCode="943756|ciel_living_athens" HotelName="Ciel Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mnisikleous Street 2, Mitropoleos, 105 56 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/38/873840b3c33117e3ad1ecb7128dc1a5988722bde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="458.94" OriginalAmount="449.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983319" Longitude="23.756979" StarRating="4" HotelCode="173051|8624" HotelName="Alexandros" 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,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Timoleondos Vassou 8, 11521 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/eb/c8ebfd55ebc0f1b0ed0c4e027f746822b49e7df9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated, somewhat out of the centre of Athens yet still within easy reach of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="459.72" OriginalAmount="450.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="872639|4718225" HotelName="Greece U Around Athens Thissio Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akamantos 59, 118 51 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/69/db692f7f69edeaa6bd6d7e780dd260884f215c99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="460.50" OriginalAmount="451.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.989439298981" Longitude="23.724929906746" StarRating="4" HotelCode="15215|183286" HotelName="Novotel Athenes" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Michail Voda Street 4, 104 39 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/0b/600bb7c75164cff2a2306bfd1f0dd3ebca6cd6f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, top-quality hotel is located in a quiet side street close to the National Museum and Om...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="461.70" OriginalAmount="452.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97776611" Longitude="23.7319213" StarRating="3" HotelCode="626301|4212395" HotelName="Karitsi Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Karitsi 6, 10561 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/f6/1cf66288f584ee7b67c2709d76f0ed2268003881.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="463.57" OriginalAmount="454.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97441117" Longitude="23.7321375" StarRating="0" HotelCode="967768|4234255" HotelName="V36 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voulis 36, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/60/27602254225e40b4545bb8ee5cb00945e70941eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="464.10" OriginalAmount="455.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97500702" Longitude="23.71670703" StarRating="3" HotelCode="572490|be_my_guest_athens" HotelName="Be My Guest Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nileos Street 33, 11851 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/76/f076696c44bedc355a53364c26217b826f41661a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="465.12" OriginalAmount="456.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97710659" Longitude="23.72247544" StarRating="3" HotelCode="739208|the_athens_edition_luxury_suites" HotelName="The Athens Edition Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Concierge,Elevator,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Ermou 121, 10555 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/c9/a9c93e5e2e89bde8177bab4fd4e50316061ed681.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Athens and was established in 1955. It is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="469.05" OriginalAmount="459.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97725895" Longitude="23.72501635" StarRating="4" HotelCode="568751|4222065" HotelName="Concierge Athens I" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>8 Agias Theklas, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/77154/2477154/46.jpg?f=15683468</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.22" OriginalAmount="461.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.984638" Longitude="23.727606" StarRating="2" HotelCode="33258|lighthouse_athens_a_member_of_brown_hotels" HotelName="La Mirage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marikas Kotopouli Str. 3, Omonia Square, 10431 Athina</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/e3/9fe3e9ebce22946434323230b3d8b755aefd16a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is located near to Athens’ historic Old Town. Countless shops, restaurants, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="477.96" OriginalAmount="468.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.95871555" Longitude="23.71879117" StarRating="4" HotelCode="557929|2179985" HotelName="Athenaeum Grand Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 142, Kalithea, 176 71 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/34/d3347e71466aa596dcd369ea6b967b940bf3b83d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="483.48" OriginalAmount="474.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97836836" Longitude="23.73030047" StarRating="0" HotelCode="958718|dynasta_central_suites" HotelName="Dynasta Central Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Praxitelous 15-19, 105 62 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/d3/e5d31213376d7a492b58f3e23332ee0750794f25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.56" OriginalAmount="478.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96645213" Longitude="23.73130049" StarRating="3" HotelCode="535523|aba_athens_boutique_apartments" HotelName="Aba Athens Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Acropolis Area, Athens Center, 117 41 Athens, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/75/2375b6ca295a35f3d19c4b14448ff382d64c8b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="489.60" OriginalAmount="480.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97952975" Longitude="23.72333405" StarRating="4" HotelCode="434580|city_circus_athens" HotelName="City Circus Athens Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Internet,Laundry,Library,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/e7/46e72adcaac5ccc6e7a95471463da2b902bff544.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at City Circus Athens, you'll be centrally located in Athens, steps fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="489.60" OriginalAmount="480.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97756466" Longitude="23.72917309" StarRating="1" HotelCode="599260|small_funny_world_athens" HotelName="Small Funny World Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalamiotou 25, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/46/344664bcfb4f1c282a40f5bdf84bb9a3ca43d65e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="490.62" OriginalAmount="481.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98050079" Longitude="23.71203624" StarRating="3" HotelCode="745086|super_paradise_apartments_2" HotelName="Super Paradise Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Megalou Alexandrou 131, 118 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/dc/5bdc4d84ae4a8a2dd5add299755d2de79691a1fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="493.56" OriginalAmount="483.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978358914602" Longitude="23.755373026984" StarRating="4" HotelCode="12854|605055" HotelName="The Golden Age Hotel" 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,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Michalakopoulou Street 57, 115 28 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/76/3e76da3cc78e511285481056af7ccbb8633da2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of the most highly secured areas of Athens, near the Music Hall and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="494.08" OriginalAmount="484.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.966032" Longitude="23.728363" StarRating="3" HotelCode="93119|285245" HotelName="Acropolis Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Sygrou Avenue, Athens 11742</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/4c/0d4cd843b88f5d4e6eb50a48e3eff36d535f929b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few steps from the Acropolis and Plaka, and adjacent to the new Acropolis museum, this charmi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.70" OriginalAmount="485.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97932621" Longitude="23.72612597" StarRating="3" HotelCode="755030|the_artist_athens" HotelName="The Artist Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Bar,Internet,Laundry,Massage Centre,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Melanthiou 4, Kalamida 7, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/55/f85552f7a2ffde3e1d838bc59c7eba1efae42e34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city center of Athens in Psyrri area, an industrial building turns into an urban...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="494.75" OriginalAmount="485.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978592" Longitude="23.720517" StarRating="3" HotelCode="337097|CAH513800" HotelName="Jason Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Ag. Assomaton Street, 10553 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/7a/a07a1dce738a1afbb75a5dbe84a494e667e36664.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre of Athens, not far from the Acropolis. The closest train st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="496.74" OriginalAmount="487.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97955826" Longitude="23.72973959" StarRating="4" HotelCode="821715|klepsydra_urban_suites" HotelName="Klepsydra Urban Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Aristidou Street 1, 105 59 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/9b/789bcda24aab22a85a9cd67caeb5b081e44a5699.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.80" OriginalAmount="490.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983645" Longitude="23.727427" StarRating="5" HotelCode="10469|classical_acropol_3" HotelName="Classical Acropol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/08/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>Omonia Square, 105 52 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/87/4c874ffeb5f2fc0c34361f466a1372e515ea513d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located on Omonia Square at the heart of the business and shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.82" OriginalAmount="491.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.974813" Longitude="23.731201" StarRating="2" HotelCode="102570|athos" HotelName="Athos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Patroou Street 3, Plaka Area, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/37/8a37f694f77c76d86d8b77c65bea9085ca77ac14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Athens, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.64" OriginalAmount="492.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="961191|4711415" HotelName="14 Reasons Why" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Miaouli 21, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/c2/69c2a454362f9fcfb341876523a60f4095ba8b88.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.90" OriginalAmount="493.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97524" Longitude="23.732686" StarRating="3" HotelCode="66348|180856" HotelName="Pan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos Street 11, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e7/66e7810b01dc5a8dbd9e6b011bbfbc74378c055a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Athens, near the Omonoia Square, and combines the advantages o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.88" OriginalAmount="494.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977665" Longitude="23.729034" StarRating="2" HotelCode="145551|carolina_hotel" HotelName="Hotel Carolina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Kolokotroni Street, 10560 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/61/6761e6489c6a6e4c9bf15d43d2d2fe0d8096e277.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="506.94" OriginalAmount="497.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97851882" Longitude="23.72800954" StarRating="3" HotelCode="745221|hellenic_hospitality_house" HotelName="Hellenic Hospitality House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aiolou 53, 10551 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/5e/495e5126a87c31f591179b7727c7bb5c5b5f662f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="508.98" OriginalAmount="499.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.980271" Longitude="23.726995" StarRating="3" HotelCode="144165|athens_center_square_hotel" HotelName="Athens Center Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Aristogitonos Street and corner of Athinas Street, Monastiraki, 10552  Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/34/64343c66a107db8eaf086aa377d71e7531cce888.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated right in the city centre of Athens, the city hotel is 300 m from Monastiraki metro ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="511.02" OriginalAmount="501.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97695046" Longitude="23.72495085" StarRating="4" HotelCode="550410|lotus_inn_7" HotelName="Lotus Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ermou Street 90, Monastiraki, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/74/9d74cf3963d43657d08dfd7bb62d69e5d6e5ec1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="511.02" OriginalAmount="501.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975893714569" Longitude="23.751880271164" StarRating="4" HotelCode="64854|best_western_ilisia_hotel" HotelName="Ilisia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Michalakopoulou Street 25, 11528 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7e/4c7e393d143249ba35ef471925a72271efdd7b9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the town centre in a quiet business and residential area close to tourist a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="514.08" OriginalAmount="504.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977020599809" Longitude="23.755077860119" StarRating="5" HotelCode="99020|crowne_plaza_athens_city_centre" HotelName="Crowne Plaza Athens City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Mihalakopoulou Avenue, 115 28 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/fa/55fac4e18ae7b6b216ce93873e57a22382c17e10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies right in the heart of the city approximately 20 km from the nearest beach. Pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="517.14" OriginalAmount="507.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97879172" Longitude="23.72804071" StarRating="4" HotelCode="954050|blend_hotel" HotelName="Blend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vissis Street 2, 105 51 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/21/70219e8eebcbda41c00400c0628f16389a2c0217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="517.14" OriginalAmount="507.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.979507572807" Longitude="23.728872865624" StarRating="4" HotelCode="743376|athens_mansion_luxury_suites" HotelName="Athens Mansion Luxury Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Fax,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Evripidou 11, 105 61 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/a1/daa1d8164621a38ac49c5e4ae22c5e994e7846f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Athens. Visitors will enjoy a peaceful and calm stay at Athens Mans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="519.74" OriginalAmount="509.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.969049" Longitude="23.730497" StarRating="4" HotelCode="15738|8634" HotelName="Parthenon 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,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Makri 6, 11742 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6b/ba6bacf8c516455535a1c572d7d7d6939efe7438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located under the cliffs of the Acropolis in one of the most significant archaeol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.02" OriginalAmount="511.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.971214" Longitude="23.732367" StarRating="1" HotelCode="180166|4238645" HotelName="Dioskouros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Garden,Internet,Laundry,Library,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>6 Pittakou, Plaka, 10558 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b8/88b8bf4d2009986f5d3065b449f83bceeed55a06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Dioskouros - Hostel in Athens (Plaka), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.24" OriginalAmount="512.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97887962" Longitude="23.72897338" StarRating="4" HotelCode="629287|apartments_historical_center" HotelName="Apartments Historical Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Markou Street 28, 10560 Athens, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/80/8980195d277aba78234b21563f3436ca4776c739.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.41" OriginalAmount="512.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985387486863" Longitude="23.720847612268" StarRating="3" HotelCode="726380|2277845" HotelName="Wyndham Athens Residence" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Achilleos 2, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/4a/174ae7453dd15917024667b9a7c1fca250df52c2.WEBP</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.63" OriginalAmount="512.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9188" Longitude="23.701208" StarRating="3" HotelCode="316826|289455" HotelName="Poseidon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Possidonos Avenue, 17562 Paleo Faliro, Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/62/c86297bb74503ba42f2b7382294852bc6ac6b092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of the finest suburbs of Athens, on the seafront of Palaio Faliro, on th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.57" OriginalAmount="513.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975301342964" Longitude="23.732970426914" StarRating="3" HotelCode="10299|285515" HotelName="Arethusa 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">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos Street 6-8, Nikis Street 12, 105 63 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/aa/06aa32ffa92c40e4f813eee6e3ee32afccf4a55a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the centre of Athens (Constitution Square), with an unbeatable view o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="525.03" OriginalAmount="514.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97727" Longitude="23.72553" StarRating="3" HotelCode="624908|2353825" HotelName="360 Degrees Pop Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Miaouli, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/8d/628d30cc37f9f70fc329636c71f630074858cccc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="525.30" OriginalAmount="515.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983789" Longitude="23.755976" StarRating="4" HotelCode="201010|best_western_plus_embassy_hotel" HotelName="Best Western Plus Embassy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Timoleontos Vassou 22, 11521 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/16/6f16deef48008f6299e54add360f050d48d6a4d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury boutique hotel is centrally located at the foot of Mount Lycabettus, about 1.5 km from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.36" OriginalAmount="518.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="977632|fos_downtown_suites" HotelName="Fos Hotel Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lekka 19, 105 62 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/e9/1ce972e623073353fa5882f0b93e65cdafba0416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="530.40" OriginalAmount="520.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.991298848432" Longitude="23.733134865761" StarRating="4" HotelCode="6364|radisson_blu_park_hotel_athens" HotelName="Radisson Blu Park Hotel, Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alexandras Avenue 10, 10682 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/e7/87e7e97b87e18506d54d92814a2a1d1c64b2b746.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has an attractive location in a wonderful park area. The archaeological museum and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="535.50" OriginalAmount="525.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97878433" Longitude="23.72760133" StarRating="0" HotelCode="956780|athens4" HotelName="Athens4" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Polyklitou 4, 105 51 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b9/0db9fb4253dee287b112b2735f9ed49563695a0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="536.52" OriginalAmount="526.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98021624" Longitude="23.71217152" StarRating="3" HotelCode="745153|space_paradise_apartments" HotelName="Space Paradise Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Triptolemou 6, 118 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/44/c244980ace3006fcd73216451c80841926044871.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="540.60" OriginalAmount="530.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98862824" Longitude="23.76878824" StarRating="3" HotelCode="861138|apartotel_athens_platinum_rooms_and_suites" HotelName="Athens Platinum Rooms And Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Zagoras Street 16, 115 27 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/27/d027c38a0b4a887fe9d906028d8992a47903de9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Athens. Athens Platinum Rooms and Suites is a complex of 41 luxuriou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="540.73" OriginalAmount="530.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.965793" Longitude="23.727183" StarRating="3" HotelCode="168165|8604" HotelName="Acropolis Select" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Falirou 37-39, 11742 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/db/ee/dbeef17908619bda8050eadb38fdd7cea3349067.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this design hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="543.66" OriginalAmount="533.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97815167" Longitude="23.70867571" StarRating="4" HotelCode="952339|47_luxury_suites" HotelName="Fortyseven Luxury Suites &amp; Lofts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Konstantinoupoleos street 47, 11855 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/8e/1a8e645660dd5b165ee366c9f0be9295ea511b61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.72" OriginalAmount="536.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="802337|v1935_luxurious_apartments" HotelName="V1935 Luxurious Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Voulis Street 29, Syntagma Square, 105 57 Athens Center</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/1d/bf1d805a48de42cf2767b9a7c79335866033e306.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="547.44" OriginalAmount="536.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985748536531" Longitude="23.722735827053" StarRating="4" HotelCode="160858|130262" HotelName="Novus City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karolou Street 23, Karaiskaki Square, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/ec/44ec09108b8d4b0d51540032dc54c3b1ed301eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the cultural and historical heart of Athens within walking dist...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="549.78" OriginalAmount="539.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="977799|athens_stories" HotelName="Athens Stories" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Miaouli 19, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e3/72e3f4d6936d81ead2e9713eace064bb50bec24e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="550.80" OriginalAmount="540.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985504528534" Longitude="23.729556798935" StarRating="4" HotelCode="365848|polis_grand_hotel" HotelName="Polis Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Veranzerou St., 10432 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/62/0562ae48d700947189829baa35cd18858bc3af96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of the most central points of Athens, just 200 m from Omonia Square and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="551.31" OriginalAmount="540.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.965566543498" Longitude="23.72935295105" StarRating="4" HotelCode="26483|CAO121600" HotelName="Athenian Callirhoe" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kallirois Avenue &amp; Petmeza 32, 11743 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/93/179301d88e4909c02631b659e300e79b54269f7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Kallirrois Avenue, one of the most frequented avenues, very close to the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="554.88" OriginalAmount="544.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98522117" Longitude="23.7378012" StarRating="4" HotelCode="738975|athens_way_apartments" HotelName="Athens Way Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Charilaou Trikoupi 76, 10680 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/48/3e482e4f62df7d48d36b8c7a40a287b51e1eb8e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.96" OriginalAmount="548.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.967596532951" Longitude="23.727280944586" StarRating="3" HotelCode="27905|philippos_hotel_2" HotelName="Philippos Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitseon Street 3, Acropolis, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/50/cb509cef60695bb161ed3b912d2c2f1ebc940689.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-owned hotel is just a block from the New Acropolis Museum and the Parthenon, in the tran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.98" OriginalAmount="549.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978436995074" Longitude="23.726584911346" StarRating="2" HotelCode="6356|attalos_hotel" HotelName="Attalos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Athinas, 29, Monastiraki, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ee/86ee7a6f111c4d626508b0a836f98282e94d8ebd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is conveniently located right in the centre of Athens, in the old tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="562.02" OriginalAmount="551.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973211891229" Longitude="23.732230502589" StarRating="2" HotelCode="324716|acropolis_house" HotelName="Hotel Acropolis House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Housekeeping,Internet,LCD/Projector,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Kodrou Street 6-8, Plaka, 105 58 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/78/207896355b9da4c57e58532a7534038e8339f756.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Athens (Omonia), Hotel Acropolis House is minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="566.10" OriginalAmount="555.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="3" HotelCode="804828|neratzia_rooms" HotelName="Neratzia Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zan Moreas 6, 117 41 Athina</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/50/c35084177b759698035997c247750177e649988c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.14" OriginalAmount="557.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975202150558" Longitude="23.731756210328" StarRating="3" HotelCode="66338|best_western_amazon_hotel" HotelName="Best Western Amazon 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,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos 19 and Pentelis Street, 10557 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/31/b13115a764ceca887d7f29a9efc3eeed3ce2c748.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Athens, at Syntagma Square, the hotel has a unique view of the Acropolis an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.14" OriginalAmount="557.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="977862|pallada_athens_boutique_rooms_apartments" HotelName="Pallada Athens Boutique Rooms &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pallados 17, Psiri, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/e7/69e7ab5ae2903760465c1b08864aaa15975bfe5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.14" OriginalAmount="557.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97545069" Longitude="23.71724636" StarRating="0" HotelCode="878965|live_in_athens_thissio_suites" HotelName="Live In Athens Thissio Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akteou 23, 11851 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ba/1dba760c7695ebb385a6c765918db4bb7e92e25d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="577.32" OriginalAmount="566.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="973744|heritage_boutique_apartments" HotelName="Heritage Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kolokotroni 37, 105 62 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/18/e31889de71982ccf1c5e60eb8e686faac161b73e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.38" OriginalAmount="569.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98315216" Longitude="23.72788544" StarRating="0" HotelCode="598526|athinas_street_inn" HotelName="Athinas Street Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Athinas Street 60</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/17/f3179c3d8fd745ee4bd5fdacca4b8885c601c4f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="581.40" OriginalAmount="570.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97945666471" Longitude="23.725708189432" StarRating="3" HotelCode="32706|arion_athens_hotel" HotelName="Arion Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Dimitriou 18, Psiri, 105 54 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/be/5dbe498db2cdbf88bc0f101bb46bccdf903ec72d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the Psyri quarter, which always enjoys great popularity in Athens....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.42" OriginalAmount="571.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.062798" Longitude="23.780667" StarRating="3" HotelCode="255585|green_hill_hotel" HotelName="Green Hill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Amarousiou Avenue, Heraklion, alternative: Leoforos Amarousiou 36, Hrakleio, 141-22 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/09/5f0990f29e3a224becd88b06f2bccb46d9d9887c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="587.52" OriginalAmount="576.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.972791781563" Longitude="23.751658201218" StarRating="5" HotelCode="11810|divani_caravel" HotelName="Divani Caravel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasileos Alexandrou 2, 16121 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d3/4dd3d46bb784245113c3ae1fed64e2b696689f9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch hotel is wonderfully located in one of the most exclusive shopping, leisure and comme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="589.56" OriginalAmount="578.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.99211415" Longitude="23.72992876" StarRating="3" HotelCode="745134|victoria_queens_paradise_apartments" HotelName="Victoria Queens Paradise Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3Is Septemvriou 79, 10434 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/12/d212b1e15f81f8d007c5420f2bc8b2d7c4c9d3cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.60" OriginalAmount="580.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="980021|pame_house" HotelName="Pame House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Miaouli 23, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/0b/710bcce813900efff500e789fda15e64d77ee876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="592.62" OriginalAmount="581.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.871805" Longitude="23.737413" StarRating="3" HotelCode="187879|kreoli" HotelName="Kreoli Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Love hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leoforos Poseidonos 17A, Glyfada, 16674 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/4a/404a2db9738ee42cdf72af50b319fa8fb4b8f022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="592.62" OriginalAmount="581.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97981969" Longitude="23.73659438" StarRating="0" HotelCode="984748|the_kolonaki_boutique_apartment" HotelName="Olala Kolonaki Boutique Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omirou 36, 10672 Athen, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/22/b6229cb2917cfa6406dc905d69802d0b1b59b186.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="594.38" OriginalAmount="582.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98259533" Longitude="23.71669657" StarRating="4" HotelCode="756668|4212675" HotelName="Estia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Megalou Alexandrou Street 79, 104 35 ?thens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/985814064087b0db37280af15a167ff99783c649.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.66" OriginalAmount="583.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.989503696577" Longitude="23.746578046627" StarRating="4" HotelCode="19491|athens_zafolia_hotel" HotelName="Athens Zafolia 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,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alexandras Avenue 87-89, 114 74 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a7/dba7d1cc41fa2ab9ebfebc3af2c3bdadcf449515.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is centrally located and is situated close to the Lycabettus hills and the archaeolog...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.66" OriginalAmount="583.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.967681114627" Longitude="23.732373118401" StarRating="5" HotelCode="16993|royal_olympic_hotel" HotelName="Royal Olympic Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Athanasiou Diakou Street 28-34, 11743 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/d6/c0d698516c288b4b7c49bade120808ab72609045.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to the Zeus temple and Hadrian's Arch. The Plaka district, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="595.68" OriginalAmount="584.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96623337" Longitude="23.72535563" StarRating="2" HotelCode="326504|art_gallery_2" HotelName="Art Gallery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5, Erehtheiou, Koukaki, 11742 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/96/90967a2c1ad085007d5c998c10ad8e46e5589a52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Athens. Art Gallery features a total of 21 rooms. Pets are n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.76" OriginalAmount="588.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.114244" Longitude="23.848056" StarRating="5" HotelCode="59686|life_gallery" HotelName="Life Gallery Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Thisseos Avenue, Ekali, Athens 14578</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/f4/c1f4837886b23972c9e2b16db78cd6a67323e376.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new boutique hotel, member of the Small Luxury Hotels of the World, the Design Hotels and the L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.76" OriginalAmount="588.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97102408" Longitude="23.73046735" StarRating="1" HotelCode="327395|phaedra_hotel_2" HotelName="Phaedra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Herefontos, Andrianou Street, 10558 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/1d/c11d059ebef157d9fa61af9f45c86487ad6a9c54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="601.80" OriginalAmount="590.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.974551" Longitude="23.731284" StarRating="3" HotelCode="6361|hermes_hotel" HotelName="Hermes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apollonos, 19, 10557 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/7d/ba7de9560e6ce7449172eb13f487a4d110a42ab1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel enjoys a superb location near to Syntagma Square and Plaka, the Acropolis, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="603.16" OriginalAmount="591.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.974717968753" Longitude="23.727641701698" StarRating="3" HotelCode="56716|56556" HotelName="Adrian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Adrianou Street, 10568 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/16/6216b9951515c7ebb4de6764a25fd9fd173b8a16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right under the hill of the Acropolis and in the midst of the antiquities extra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="603.84" OriginalAmount="592.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.986255" Longitude="23.734352" StarRating="2" HotelCode="147519|exarchion_hotel" HotelName="Exarchion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Themistokleous Street, Athens 10683</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2a/422ab3fd831177f1bcf037c8ab31f2dc1e6e3c47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 49 rooms. Services and facilities at the hotel include a b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="612.22" OriginalAmount="600.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985889280486" Longitude="23.730576038361" StarRating="4" HotelCode="39093|3212336" HotelName="Kaningos 21" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chalkokondilli 12, GR-13467 - Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/7dad548df0507527/8c/8c77774345be7c17/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Kaningos Square in the commercial centre of Athens, within walking distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="614.13" OriginalAmount="602.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96551721" Longitude="23.73098297" StarRating="4" HotelCode="658959|4211185" HotelName="B for Boutique Athens Signature Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Menaichmou 1 &amp; Theofilopoulou 18, 117 43 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/6f/2c6f866db8e626d17f57d6561f96b17d19fb967d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="615.06" OriginalAmount="603.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98622741" Longitude="23.72219918" StarRating="4" HotelCode="593064|meni_apartments_hotel" HotelName="Meni Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Psaron Street 8, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/f1/7ef14e8fcd28059eea72bcc25073a123d4514abd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="617.10" OriginalAmount="605.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9776846" Longitude="23.72435756" StarRating="4" HotelCode="561927|athens_lodge_2" HotelName="Athens Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Karaiskaki 19, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/d6/6bd652f81cfbf4b3f2bd2e977622fd42eb7699e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="618.12" OriginalAmount="606.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96658091" Longitude="23.72544035" StarRating="0" HotelCode="774950|great_living_koukaki" HotelName="Great Living Koukaki" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Erechthiou 10, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/9c/869cd2cf9c755da734e76c20a0e0bdc65c3ee454.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="619.14" OriginalAmount="607.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97723432" Longitude="23.72765632" StarRating="4" HotelCode="349020|emporikon_athens_hotel" HotelName="Emporikon Athens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27A Aiolou Street, 10551 Plaka, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f5/40f58dd2836090c39667a9503c40161f17ed79f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="624.44" OriginalAmount="612.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.904876" Longitude="23.719031" StarRating="4" HotelCode="26971|180836" HotelName="Tropical" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Possidonos Ave., 174 55, Alimos-Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/76/6476bcb988a7e6295b44d6e23a666e0e280d9950.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the area of Alimos, on the beach front. It is approximately 25 km from the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="628.32" OriginalAmount="616.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973731" Longitude="23.733027" StarRating="2" HotelCode="180163|niki" HotelName="Niki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Nikis Street, 10557 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/b5/a8b5a5f0b32de6ce2d62face974bd7dc3e2281d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located not far from the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="641.02" OriginalAmount="628.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9848" Longitude="23.7212" StarRating="5" HotelCode="489514|1968695" HotelName="Wyndham Grand Athens" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Megalou Alexandrou Street 2, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/602479/a_602479_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located and only minutes from the lively centre, which has an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="641.21" OriginalAmount="628.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976362999924" Longitude="23.73168524785" StarRating="3" HotelCode="10471|78212" HotelName="Athens Cypria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diomias Street 5, Syntagma Square, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/01/7801cdf93ce73973d864f2150515b72113275e45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="641.58" OriginalAmount="629.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9813303" Longitude="23.73675102" StarRating="3" HotelCode="774997|bohemian_suites_athens" HotelName="Bohemian Suites Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaplanon 3-3A, Kolonaki, 106 80 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/a1/aca136dfe4be7155ad18636f6067cb63e1d01225.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="641.58" OriginalAmount="629.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="967893|acro_polis" HotelName="Acro &amp; Polis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Erotokritou 11, Plaka, 940 43 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/69/bd6911a6f8c27546ee133b08e91879ebf451097d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="644.97" OriginalAmount="632.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977163159921" Longitude="23.731588572264" StarRating="3" HotelCode="166982|233946" HotelName="Achilleas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lekka 21, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fa/fafa3cde51c556d5467bfff8b3220b94ce3c19a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street at the heart of Athens. Close by are many of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="649.74" OriginalAmount="637.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.970197" Longitude="23.730015" StarRating="2" HotelCode="255586|byron_hotel_3" HotelName="Byron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Vyronos str., Plaka, 105 58 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/83/a28300f73165a548fc8e6dc167c00eb7ba44c8ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="652.80" OriginalAmount="640.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.8688402689" Longitude="23.74087572045" StarRating="3" HotelCode="187880|mirada_hotel_" HotelName="Mirada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 07/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Meropis 11, Glyfada, 166 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/1d/ce1d5c065c32ab93dc07fcbc21ae1f224d819024.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.00" OriginalAmount="650.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96767011" Longitude="23.73087665" StarRating="2" HotelCode="621998|acropolis_spirit_hotel" HotelName="Acropolis Spirit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 7, Acropolis, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/6b/5d6b12fdcc1aaaf761217baf0df7d77d146ad25a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="671.57" OriginalAmount="658.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96866591" Longitude="23.73050948" StarRating="2" HotelCode="599173|4218245" HotelName="Athens Backpackers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Makri 12, Makrigianni, 11742 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/1c/751cfc7d3531c0c47e7423f5446e46222bb77cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="681.36" OriginalAmount="668.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.02976353" Longitude="23.78562563" StarRating="4" HotelCode="435075|urban_residence" HotelName="Urban Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>50 Neapoleos Street, Agia Filothei Amarousiou, 15123 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/7b/147b7d78b2f549299c469b594d5db6db5e1b81d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="682.38" OriginalAmount="669.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.869609" Longitude="23.738949" StarRating="3" HotelCode="187876|glyfada_hotel_3" HotelName="Glyfada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 Possidonos Ave., 16675 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d7/2cd74a7a5105cf49d04a566383136fdac369bf68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="683.40" OriginalAmount="670.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981294394764" Longitude="23.726650851521" StarRating="4" HotelCode="6355|fresh_hotel" HotelName="Fresh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sofokleous Street 26, 10552 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/7b/9a7bbce72e2e02b6e71d95f08aae78d0a65db71a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located, close to countless shopping venues, restaurants, bars and ni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="683.40" OriginalAmount="670.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973904055864" Longitude="23.73503382209" StarRating="4" HotelCode="6352|amalia_hotel_athens" HotelName="Amalia Hotel Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amalias Avenue 10, 105 57 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ba/70ba4935cc78b1d0db8641b3d494a4b4aa70e494.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in an exceptional location next to Syntagma Square and opposite the National G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="690.20" OriginalAmount="676.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.07414160408" Longitude="23.81846039215" StarRating="3" HotelCode="113767|289775" HotelName="The Y" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mykonou 3, Kefalari, Kifissia, 145 62 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/cd/ffcd97aa4e3ddca9018e49d980a2e28ac72be71e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kefalari, in one of the most exclusive and elegant northern suburbs of Athe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="691.56" OriginalAmount="678.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98004" Longitude="23.71842" StarRating="5" HotelCode="37117|eridanus_2" HotelName="Eridanus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piraeus Street 78, 104 35 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c6/38c6178ea955d801bf2dcabdec33d75dd74d9ad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous location within a short distance of the archaeologic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="691.56" OriginalAmount="678.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="965802|athenian_foss" HotelName="Athenian Foss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evaggelistrias And Ermou Street 9, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/75/4c752d0d0adcede5a6852542a7cad3ae32006ad3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="694.62" OriginalAmount="681.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97868827" Longitude="23.72292619" StarRating="3" HotelCode="598337|heart_of_athens" HotelName="Heart of Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Nika Louka Street 8, Psirri Neighbourhood, 105 54 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/31/2931f91f47693162f6717266d97e7036e48296af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="700.65" OriginalAmount="686.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98480062" Longitude="23.72002564" StarRating="4" HotelCode="862464|652348" HotelName="Acropolis Plaza Smart Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Iasonos 47, 104 36 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/82/821ab21880d42399/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="702.77" OriginalAmount="688.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975221" Longitude="23.732378" StarRating="4" HotelCode="177905|1444748" HotelName="Athens Diamond Plus" 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>23 Voulis Street &amp; Mitropoleos Street, Plaka, 105 63 Athens, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/8e/d48e5650a4b59e0861cbf05e9d8ce4a77169c6e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="703.90" OriginalAmount="690.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97632556" Longitude="23.72946242" StarRating="0" HotelCode="961036|2476495" HotelName="Athens Utopia Ermou" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ermou 46, 10563 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/7e/d67e6455f88adafff76d87312b0aed13a6582876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="706.86" OriginalAmount="693.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.986002" Longitude="23.730179" StarRating="4" HotelCode="32934|melia_athens" HotelName="Meliá Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Chalkokondili &amp; 28 October Avenue, 10677 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/af/f7af810f371291e413ad42a282266cd110204c32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper-class hotel is located at the heart of Athens, only paces from Omónia Square and the Arch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.90" OriginalAmount="695.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97405926" Longitude="23.71993824" StarRating="2" HotelCode="334270|hotel_thissio" HotelName="Thissio View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/15/6d157f17f336955a49bd939ffa6f14b201d5aa75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="714.00" OriginalAmount="700.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982615" Longitude="23.727344" StarRating="4" HotelCode="59507|baby_grand_hotel" HotelName="Pallas Athena Grecotel Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Athinas Street &amp; Likourgou 65, Kotzia Square, 10551 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/89/868988ae7c9375d5badad9dbebe5e472fff966f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located at the heart of Athens, in a side street near Omonia Square, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.04" OriginalAmount="702.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="879104|project_3_urban_chic_hotel" HotelName="Project 3 Urban Chic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Xanthou 3</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/6e/126e5b866754d2861d9df24d7b152932d84b93f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="742.46" OriginalAmount="727.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9766" Longitude="23.7325" StarRating="4" HotelCode="10394|92180" HotelName="Astor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Karageorgi Servias Street 16, 105 62 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/b5/f1b5f9cffcc8740ee633be91e63e79ea17e0f225.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical triangle of Athens, only 50 m from Syntagma Square and close ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="742.54" OriginalAmount="727.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97829" Longitude="23.743745" StarRating="4" HotelCode="40171|289365" HotelName="Periscope" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Haritos Street, Kolonaki, 10675 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/41/424198d813905102b15cc83a42d865daba3f72a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just a 10-minute walk from Syntagma Square and a 5-minute walk from the Evange...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="743.58" OriginalAmount="729.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="982169|urban_nest_suites_apartments" HotelName="Urban Nest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karaiskaki 30, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/0d/150d7fb06f48172b76c7b03200496f90bac55428.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="747.66" OriginalAmount="733.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.957364124535" Longitude="23.718170033961" StarRating="5" HotelCode="31368|athens_ledra_marriott_hotel" HotelName="Grand Hyatt Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 115, 117 45 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/29/9629169c819e113b08cb462fae0b83d7aff084df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the centre of Athens and only 200 m from links to the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="751.17" OriginalAmount="736.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.92481" Longitude="23.691938" StarRating="4" HotelCode="77490|122074" HotelName="Coral Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Possidonos Avenue, Paleo Faliro 175 61, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/10/cc10c4718a8cdbef173878913b76448bbcafe0a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This seafront hotel is located on the waterfront in Paleo Faliron, an elegant seaside suburb of Athe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="754.23" OriginalAmount="739.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975834330728" Longitude="23.733065128326" StarRating="4" HotelCode="39675|CAK780100" HotelName="Electra Hotel Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Ermou Street, 10563 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/49/b249f5299a9162efaa38d346e4c44bb03e2812cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Athens on Ermoú Street, the most famous shopping street in the city....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="754.80" OriginalAmount="740.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96752463845" Longitude="23.72583925724" StarRating="5" HotelCode="6358|divani_palace_acropolis" HotelName="Divani Palace Acropolis" 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,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Parthenonos Street 19-25, 11742 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/f8/c0f82dcc261da1aac66bf9ecbd16cb50e130c784.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is wonderfully located in the shadows of the Acropolis, in one of the most exclusive...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="755.82" OriginalAmount="741.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.959598895359" Longitude="23.721767663956" StarRating="5" HotelCode="10468|athenaeum_intercontinental" HotelName="Athenaeum Intercontinental" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89-93 Syngrou Avenue, 11745 Athens, Greece</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/9e/819ee78f7fe909cbff353a0545192f20f187b074.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-rate hotel is just a 15 minutes walk from Syntagma Square and approximately a 10-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="756.84" OriginalAmount="742.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985842772115" Longitude="23.720903992653" StarRating="4" HotelCode="6366|hotel_stanley" HotelName="Stanley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1, Odisseos street, Karaiskaki Square, Athens 10437</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/15/1f/151f4fe4a79ca10fe6cbbdf0e07257f74b22807d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 700 m from Athens city centre, 1.5 km from Constitution Square and just 10 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="789.48" OriginalAmount="774.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97327865" Longitude="23.7321895" StarRating="2" HotelCode="492275|adonis_4" HotelName="Hotel Adonis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Elevator,Internet,Lounge,Luggage Storage,Parking,Photocopy,Shopping Arcade,Smoking Rooms,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/fa/36fa8bc4639ce0f3bd1255924b370ca6bcabfd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;SITUATION: This hotel is in the historic district of Plaka. It has excellent transport links to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="790.50" OriginalAmount="775.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97588589" Longitude="23.73190846" StarRating="4" HotelCode="858046|elia_ermou_athens_hotel" HotelName="Elia Ermou Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>15-17 Ermou Street, City Center, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/67/fa679f1ade21680024e995bab52ff511c3384584.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="795.60" OriginalAmount="780.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97166036" Longitude="23.73099919" StarRating="4" HotelCode="608016|palladian_home" HotelName="Palladian Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="lodge" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Farmaki 2 &amp; Kidathineon, 10558 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/0a/ad0a579d9ea4227f25a5b9cf1be27a3c9e9142d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="797.64" OriginalAmount="782.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.968340848355" Longitude="23.727110624313" StarRating="4" HotelCode="52558|herodion_athens" HotelName="Herodion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Jacuzzi,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rovertou Galli Street, 11742 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/b6/39b66ac4eba0442b15bf038db7b3daba445ea1e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies right in the heart of the upscale Acropolis residential neighborhood, part of the ped...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="800.70" OriginalAmount="785.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97777" Longitude="23.736653" StarRating="4" HotelCode="88753|hotel_lozenge" HotelName="Lozenge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Valaoritou &amp; Voukourestiou str., 106 71 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/76/e6769fba784c7da606d3c2f1839589d099cd7862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located within walking distance of the business, cultural and shopping distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="804.64" OriginalAmount="788.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96730348" Longitude="23.72914331" StarRating="0" HotelCode="958653|2476565" HotelName="Coco-Mat Athens BC" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Falirou 5, 145 61 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/9e/2a9e22279fa9a5391c088811eab9a2bf50dca6c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="812.94" OriginalAmount="797.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97423098" Longitude="23.73001069" StarRating="0" HotelCode="835963|live_in_athens_acropolis_suites" HotelName="Live In Athens Acropolis Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Andreou 2, 105 56 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/76/c976acfffdf673ad14b03e0fbfe7c099d9019078.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="819.06" OriginalAmount="803.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978032" Longitude="23.72380551" StarRating="3" HotelCode="550544|18_micon_street" HotelName="18 Micon Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos Street 18, 10554 Athens, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/b6/67b68a34bca17d3d14a4113c250d5a1dee116dee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="826.25" OriginalAmount="810.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="965344|4721665" HotelName="Athens Manor Houses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Athinaidos &amp; Evaggelistrias Street 2, 105 60 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/642551/2020316101521285.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="835.38" OriginalAmount="819.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96622819" Longitude="23.7232796" StarRating="3" HotelCode="742682|athens_residence_apartments" HotelName="Athens Residence Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sami Karatasou 47 street, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/55/de55a4b673700a445937250164d8fa7c7f24c9ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="846.60" OriginalAmount="830.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97366916" Longitude="23.72999809" StarRating="3" HotelCode="965959|fos_residential_apartments" HotelName="Fos Residential Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Andrianou 91, Plaka, 105 56 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/74/3b74edb061af2445888f4f5a3dd28ad88b38a4ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="848.50" OriginalAmount="831.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9756245" Longitude="23.73089167" StarRating="3" HotelCode="434971|1997305" HotelName="Athens La Strada Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Petraki Steet 26, Plaka area, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/615490/615490a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="860.76" OriginalAmount="843.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="833152|914246" HotelName="Monastiraki Suites by Livin Urbban" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Karori, 10551 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/39/11394470e91781ee54c202e744ba8f49f434e296.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="870.11" OriginalAmount="853.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97727" Longitude="23.725619" StarRating="3" HotelCode="171782|1024578" HotelName="A for Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Miaouli Str., Monastiraki, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/44/53449b1118cc8db054e6015c89cc28ea14641246.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the historical part of Athens city, right next to Monastiraki S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="872.10" OriginalAmount="855.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97944465" Longitude="23.71177415" StarRating="3" HotelCode="745117|acropolis_view_dream_apartments" HotelName="Acropolis View Dream Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sofroniou 4A, 11854 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/4e/ae4eade7194e6027813f4d4489171b49436a6450.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="877.08" OriginalAmount="859.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975417811295" Longitude="23.732348978519" StarRating="4" HotelCode="168039|285565" HotelName="Athens Diamond" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Voulis 24 &amp; Mitropoleos, Plaka, Athens, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/28/285565/rctW10CO_95917cf1b2b2bca800c558c4cadc8a21.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a prime location at the historic centre of Athens, in the district of Plaka...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="879.24" OriginalAmount="862.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97688584" Longitude="23.70889621" StarRating="4" HotelCode="625866|athina_art_apartments_2" HotelName="Athina Art Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Orfeos Street 47, 118 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/c1/b2c15f51e2b960273c3e52befcc152a7d1be5071.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="882.69" OriginalAmount="865.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97647" Longitude="23.72563" StarRating="3" HotelCode="348717|2042135" HotelName="360 Degrees Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Monastiraki Square, 10552 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/d4/a8d41c0267910952951ba61fc8792cc87129acec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="903.87" OriginalAmount="886.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9759626" Longitude="23.74312603" StarRating="4" HotelCode="808946|2476575" HotelName="Coco-Mat Athens Jumelle" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Babysitting,Heated Pool,Laundry,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ipsilantou Street 2, 106 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/06/6206fa6ab8137d90551b32141e6b761bc3bff9f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Home is where your bed is. The epitome of modern elegance. A haven for urban adventurers. A modish e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="906.46" OriginalAmount="888.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97799036" Longitude="23.74418264" StarRating="4" HotelCode="436281|2124565" HotelName="Coco-Mat Hotel Athens" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Patriarchou Ioakeim Street 36, 106 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2c/ac2cc7fdd9caad2bf85ddf4ae3980cc2dedc22e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="906.78" OriginalAmount="889.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="961197|lilly_seaside_homes" HotelName="Lilly Seaside Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Iasonos 15, Vouliagmeni, 166 71 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/d2/d9d2c70af161e0f2b1cd1352cd0f64ce3f5821f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="914.15" OriginalAmount="896.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97485719" Longitude="23.73123565" StarRating="1" HotelCode="328112|2476745" HotelName="Sweet Home Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Patroou 5, Plaka, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c9/03c9bbb15f95fe0ab1469a6cfa1c323964441d2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="923.10" OriginalAmount="905.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975581" Longitude="23.72954" StarRating="4" HotelCode="88752|the_zillers_boutique_hotel" HotelName="The Zillers Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos 54, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/6c/9f6cd0021e81bcdc53ab499c441d9dd9f7b347ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located right in the heart of Athens' historical Plaka area, just a 5-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="940.44" OriginalAmount="922.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.972181271397" Longitude="23.732456141105" StarRating="0" HotelCode="225003|hapimag_resort_athens" HotelName="Hapimag Resort Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Konstantinou Tsatsou 12, 105 58 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/34/0134cae69171c06f4a372bfe6150e7e565c513ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="974.10" OriginalAmount="955.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.979265323397" Longitude="23.742257084656" StarRating="5" HotelCode="17886|st_george_lycabettus_hotel" HotelName="St. George Lycabettus Lifestyle 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,Diet Meals,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>Kleomenous Street 2, 106 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/09/e209b4dd9fdf6825ac448afd2657fd4c23a8856c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious boutique hotel is located in an idyllic, peaceful, green Lycabettus Hill. The Kolonak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="976.14" OriginalAmount="957.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="970633|ergon_house" HotelName="Ergon House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos Street 23, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/f8/87f8b60959f86c0da1aea98577e363a4fa5cc28b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="977.16" OriginalAmount="958.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9943612" Longitude="23.72925649" StarRating="3" HotelCode="746951|victoria_best_apartments" HotelName="Victoria Best Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aristotelous 97, 104 34 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/22/1b2235f9b018b31d76a218b8b035a10f1ed92b79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="994.50" OriginalAmount="975.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.940745" Longitude="23.696863" StarRating="5" HotelCode="14828|metropolitan_hotel" HotelName="Athens Marriott 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,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 385, 17564 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/c9/d4c92e786db877edb0af343d596853bd92162069.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the midst of a magnificent 300 m² garden, directly on Syngroú- streets, a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="996.90" OriginalAmount="977.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978912695478" Longitude="23.732818365097" StarRating="4" HotelCode="12283|7037" HotelName="Esperia Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Stadiou Street, 10564 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ae/aef46a0d95fed43d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within a few minutes walk of the acropolis, the old town, Syntagma S...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1009.80" OriginalAmount="990.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96710933" Longitude="23.73027633" StarRating="0" HotelCode="971736|niche_hotel_athens" HotelName="Niche Hotel Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 21, Vourvachi 2, 117 43 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/59/5b59f5675aa45f65183558611497e9b569006fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1038.63" OriginalAmount="1018.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977591157235" Longitude="23.728449271164" StarRating="5" HotelCode="715818|2406175" HotelName="Perianth Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Limpona Street 2, 105 60 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/d2/07d2c951e919ac09143ef1d202c36aee4bc1484e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1079.16" OriginalAmount="1058.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97795897" Longitude="23.72107242" StarRating="0" HotelCode="790566|thission_luxury_homes_by_kk" HotelName="Thission Luxury Homes By K&amp;k" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platia Agion Asomaton 1, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/bc/b8bc7aae582ecac137e1f8f6264d0c00674ebd4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1192.38" OriginalAmount="1169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975192619855" Longitude="23.732180424833" StarRating="5" HotelCode="481836|electra_metropolis" HotelName="Electra Metropolis Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos 15, 105 57 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/31/273105264fe4730259bbd1bb205c1c368ebef26a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1193.84" OriginalAmount="1170.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97872644" Longitude="23.72190106" StarRating="3" HotelCode="803173|4226785" HotelName="The Foundry Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarri 38, 105 53 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/03/df0302d4bacca049d74ce31eb3f474656d4fca1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1211.63" OriginalAmount="1187.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.95678746" Longitude="23.71715723" StarRating="4" HotelCode="740226|2476435" HotelName="Athenaeum Palace &amp; Luxury Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 123, 117 45 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ca/81cab2b99857dc254a0a493b2baca1857a1e1810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Athens. There are a total of 90 guest's rooms on the premises. Tho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1269.90" OriginalAmount="1245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.90869072" Longitude="23.72041515" StarRating="4" HotelCode="515078|scale_suites_2" HotelName="Scale Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eptanissou 7, Elliniko, 17455 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/fbc27becebf14189aa5cc9e802dd290d.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Athens. Customers will enjoy a peaceful and calm stay at Scale Suite...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1287.25" OriginalAmount="1262.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973325" Longitude="23.733631" StarRating="4" HotelCode="171078|437925" HotelName="New Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Filellinon Street 16, and Navarchou Nikodimou Street I, Syntagma Square, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/39/8239092391021605950524ccee79ee5ee2c088be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in center of Athens, 200 meters from Constitution Square and within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1288.63" OriginalAmount="1263.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973910287194" Longitude="23.731319010258" StarRating="5" HotelCode="6359|CAK780300" HotelName="Electra Palace Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Navarchou Nikodimou Street 18-20, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/77/257750795123b3316afb9fe2ec3672299c3ad732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated directly on a picturesque Plaka, at the heart of the old town of Athen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1294.39" OriginalAmount="1269.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.970616" Longitude="23.731162" StarRating="4" HotelCode="113770|1553448" HotelName="Ava Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Lyssikratous Street, 10558 Plaka, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/cc/f8cc47c24d9cc404ebbfd1bb37a5dafa10cb78b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1303.56" OriginalAmount="1278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97963921" Longitude="23.7358826" StarRating="0" HotelCode="954144|academia_of_athens_autograph_collection" HotelName="Academia Of Athens Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Academias Street 38, Omirou Street, 106 72 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/3b/2d3b1fe136bfee1e7bcfe26b5cbcfaca8b622828.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1316.41" OriginalAmount="1290.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97627601" Longitude="23.72705532" StarRating="4" HotelCode="550645|4222585" HotelName="NS Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos Street 82, 10555 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/a5/a2a50c17f600170e370d7aaba9f33f65019f7bc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1324.98" OriginalAmount="1299.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.968759522454" Longitude="23.731455802917" StarRating="4" HotelCode="10470|athens_gate_hotel" HotelName="Athens Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 10, GR-11742 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/9a/d09a68731336a6cfb5441035380b306c29a234ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical centre of Athens, only 500 m away from the Acropolis and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1348.88" OriginalAmount="1322.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96831096" Longitude="23.73133349" StarRating="0" HotelCode="964150|4210945" HotelName="Acropolis Exclusive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leoforos Andrea Siggrou 12, Acrcopolis, 11742 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/49/1e/491e6487c1ff29d80f5b6a04b724353ea613953d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1363.74" OriginalAmount="1337.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="973766|2mazi_suites" HotelName="2 Mazi Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nikis Strreet 46B, 105 58 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/db/b9dbeb841ca0415ab6e3213185244f938839a58d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1374.96" OriginalAmount="1348.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97804457" Longitude="23.72289144" StarRating="0" HotelCode="859333|athenian_residences" HotelName="Athenian Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ogigou Street 4, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/74/c8742b3d99e8a210dfd55032b0a36eff5e758717.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1393.16" OriginalAmount="1365.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976306" Longitude="23.73454" StarRating="5" HotelCode="15053|7044" HotelName="NJV Athens Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasileos Georgiou A’ Street 2, Syntagma Square, 105 64 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0f/110f413eb04a4cc45aa2132039ea3a9fad4cd231.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel has a wonderful location on Syntagma Square. All the important sightseeing ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1582.02" OriginalAmount="1551.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975508989287" Longitude="23.731538504939" StarRating="4" HotelCode="429957|met34_athens_hotel" HotelName="Met34 Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Central Heating,Designated Smoking Area,Fax,Housekeeping,Internet,Kitchen,Laundry,Parking,Printer,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Petraki 9, 10563 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ea/c3ea86240161af3e093ab1e347377c7acce81f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In MET34 Athens Hotel we have created a heaven for the visitors of Athens that are looking for a mod...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1787.04" OriginalAmount="1752.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="965542|ap_acropolis_view_apartments" HotelName="A.P. Acropolis View Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sarri 23, Psyrri, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/66/1266300615f02d91bcde254e82330ef9169473be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1934.94" OriginalAmount="1897.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97524377" Longitude="23.73167949" StarRating="4" HotelCode="864897|athens_ikon_hotel" HotelName="Athens Ikon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos Street 21, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/e7/02e71e7f5160d899670c6762e3848aa3c57ebcb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1936.18" OriginalAmount="1898.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975805" Longitude="23.728317" StarRating="3" HotelCode="6365|8934" HotelName="Plaka" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kapnikareas  and Mitropoleos Street 7, 10556 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/aa/34aa2a738ac90e3804a405b82791adf9862e9d5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of the city, in the artistic old town district of Plaka...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2263.38" OriginalAmount="2219.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="958881|athenian_niche_in_plaka" HotelName="Athenian Niche In Plaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lisiou 20, 10556 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/1c/ee1c712d6842f78abb0dbc51cf75705e26e36b4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2323.56" OriginalAmount="2278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976037303808" Longitude="23.750054240227" StarRating="5" HotelCode="13305|hilton_athens" HotelName="Hilton Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Vassilissis Sofias Avenue, 11528 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/42/7e424b29700f39a74879f6e9d2f6ac45040502c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is wonderfully located in the centre of Athens. This first-rate hotel is just a 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2631.71" OriginalAmount="2580.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9663024" Longitude="23.7265338" StarRating="4" HotelCode="599325|4245645" HotelName="Urban Stripes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Veikou 37, Koukaki, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/51/265188bb6b0664a18824d6c26f27eee958918d66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2830.50" OriginalAmount="2775.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976271990732" Longitude="23.735444247723" StarRating="5" HotelCode="6360|hotel_grande_bretagne" HotelName="Hotel Grande Bretagne, a Luxury Collection Hotel, Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/08/2026" 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>Vasileos Georgiou A’ Street 1, Syntagma Square, 105 64 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/45/b745b4cb9449610c721077c790bc66d0740ee0e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent luxury hotel is situated close to the Acropolis and the Parliament. Convenient public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2877.42" OriginalAmount="2821.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976318505168" Longitude="23.734894394874" StarRating="5" HotelCode="26071|king_george_a_luxury_collection_hotel" HotelName="King George, a Luxury Collection Hotel, Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasileos Georgiou A' Street 3, Syntagma Square, 10564 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/df/58df56b250152198d56a43211f0564afb82e6012.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in an historical palace building on Syntagma Square at the heart of Ath...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4249.32" OriginalAmount="4166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.81006" Longitude="23.783884" StarRating="4" HotelCode="36888|vouliagmeni_suites" HotelName="Vouliagmeni Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Panos &amp; Chlois Street 8, 166 71 Vouliagmeni</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4d/784dbb04f9398026516466878bbaf3d6ec7b98a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated just 100 metres from the coast. The lively city centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Central Heating,Shopping Arcade,Designated Smoking Area,Sauna,Lounge,Jacuzzi,Swimming Pool,Bicycle Rental,Wheelchair Access,Diet Meals,Heated Pool,Nightclub,Kitchen,Spa,24 Hour Power Supply,Airport Transfer (on Demand),Babysitting,Housekeeping,Parking,Printer,Wake-up Call Service,Golf,Garden,Concierge,Elevator,24 Hour Front Desk,Dry Cleaning,Library,Luggage Storage,LCD/Projector,Meeting Room,ATM/Cash Machine,Pets allowed,Coffee Shop,Smoking Rooms,Photocopy</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,ECO HOTEL,APARTHOTEL,HOTEL DE CHARME,GUESTHOUSE,HOSTEL,BEACH HOTEL,HOTEL,BOUTIQUE HOTEL,LODGE,HOSTELS,APARTMENT,GUEST HOUSES,HISTORIC HOTEL,LOVE HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|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="8f8f6c52-531f-45ca-bfb9-ce46feedbaeb">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="43896" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-20T00:00:00" End="2026-08-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="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
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|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-16T15:09:00.8752366+01:00" Version="0" EchoToken="Search" TransactionIdentifier="8f8f6c52-531f-45ca-bfb9-ce46feedbaeb" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="191.46" OriginalAmount="187.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981763" Longitude="23.724558" StarRating="1" HotelCode="143885|1667668|Bed &amp; Breakfast" HotelName="Sparta Team" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse,Hostel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Menandrou Street 21, Omonoia, Athen 10553</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/71/bb713faa277ef1d8f49cc97ba194a93be1469b81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from Omonoia Square and the historic centre, including archaeolog...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.96" OriginalAmount="198.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.984565" Longitude="23.724499" StarRating="3" HotelCode="366149|delphi_art_hotel" HotelName="Delphi Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Konstantinou 27, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d9/8ed95ad665941ab2d52021956c07cd0d50ecde7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens, on St. Constantine's Square and opposite the Nat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.85" OriginalAmount="228.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98695024" Longitude="23.72757811" StarRating="3" HotelCode="787475|2483095|Bed &amp; Breakfast" HotelName="Aristo Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Aristotelous 12, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/dd/40ddcfa26563c37599f1971f9e26462a17f9e6a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.74" OriginalAmount="229.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.986399" Longitude="23.725356" StarRating="3" HotelCode="88751|279395|Bed &amp; Breakfast" HotelName="Golden City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marni 46, Athens, 104 38</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/83/d283c65450826c39931d80e0ef04f60da3928a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just 300 m from Omonia Square, in the heart of Athens near to all the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.12" OriginalAmount="233.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98639525" Longitude="23.72759572" StarRating="3" HotelCode="731438|2275155|Bed &amp; Breakfast" HotelName="Breeze Boutique Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chalkokondili 46, Athen 10432</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/4d/1c4d6ecb72bd13affbc10c19dfb9475b0869a616.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Breeze  Boutique  Athens  is  conveniently  located  in  Athens  City  Centre,  only  250  metres  a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.99731" Longitude="23.742713" StarRating="2" HotelCode="42873|nicola_hotel" HotelName="Nicola" 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,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Olenou Street 14, 11362 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b7d9b636492780cd4b85ae4cdb09adca50e29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a central location at the heart of Kipseli within 100 m of the neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.95" OriginalAmount="240.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983466577958" Longitude="23.72406899929" StarRating="3" HotelCode="32707|268885|Bed &amp; Breakfast" HotelName="Marina Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Voulgari 13, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a6/34a62e981fbdf040db8dc82dd2083489d9dd207f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the heart of Athens, within metres of scores of shopping and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.40" OriginalAmount="241.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.987356" Longitude="23.728275" StarRating="3" HotelCode="902656|1024728|Bed &amp; Breakfast" HotelName="Solomou Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>72 Solomou Street, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/fb/48fbd310c08c5d028ca0a2554303fb36aef4dc86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Athens city, very close to Omonoia Square, within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.73" OriginalAmount="249.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98506217982" Longitude="23.72707666814" StarRating="4" HotelCode="323430|1623868|Bed &amp; Breakfast" HotelName="Ambrosia Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>52 Sokratous Street, 104 31 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/a8/72a808ecf8c5e44b3c6d783019be81bf1ac02829.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the epitome of affordable quality accommodation in Athens, Greece, just a 2 minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.42" OriginalAmount="250.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.122186" Longitude="23.73447" StarRating="4" HotelCode="187882|606765|Bed &amp; Breakfast" HotelName="Parnis Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Parnithos Avenue, 13671 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/c0/16c0ceddfc26ed10ee722bac24fda6ee6108d2c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.120549" Longitude="23.735025" StarRating="2" HotelCode="187873|acharnis_kavallari_hotel_suites_4" HotelName="Acharnis Kavallari Hotel Suites" 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>20th Parnithos Avenue, Acharnes, 13671 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/67/4667e802267989fe3123911bdeb2e64a76449a4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.08" OriginalAmount="254.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98584" Longitude="23.7263" StarRating="2" HotelCode="377594|amaryllis_3" HotelName="Athens Choice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Conference Hall,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Veranzerou Street 45, 104 32 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/07/f707733b750d0c11615f93d47d2a317d3e210d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Athens, close to the archaeological museum. The nearest publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.08" OriginalAmount="254.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.007824" Longitude="23.735192" StarRating="2" HotelCode="103366|athens_city_hotel" HotelName="Athens City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Patission 232, Athens 112 56</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/92/1d9209f9051c115279607e6dfc474c60a778174c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies very close to the centre of Athens. Its location on Patission Street means that...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="260.54" OriginalAmount="255.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985479" Longitude="23.719899" StarRating="3" HotelCode="31003|313965|Bed &amp; Breakfast" HotelName="Rio 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>13 Odysseos St. / Karaiskaki Square, 10436 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0c/8e0c4d38dc2a8324a234c8e0e80578ecee0e3088.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superior hotel lies on a quiet pedestrianised zone close to Karaiskaki Square in the centre of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.77" OriginalAmount="257.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982644193906" Longitude="23.725394010544" StarRating="2" HotelCode="94689|1471958|Bed &amp; Breakfast" HotelName="Elite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peiraios 23, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/9a/b99ad427bade2b41f67c47bd2bb20ecee2bd1caf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.70" OriginalAmount="260.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985351530607" Longitude="23.72780535582" StarRating="2" HotelCode="293094|1691618|Bed &amp; Breakfast" HotelName="Cosmopolit Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Marikas Kotopouli 7 And  Xouthou Str, 104 32 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/6a/2f6a23886e3589ea27d40c50f217ec8879ce4c39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.72" OriginalAmount="265.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.015277" Longitude="23.728722" StarRating="3" HotelCode="187886|4218695|Bed &amp; Breakfast" HotelName="Xenophon" 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>Acharnon 340, 11145 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/e5/38e559e26c0ddf14baf235ae2b5edbe7eaa26b0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 186 rooms. A restaurant, a bar and room service are available to gues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.87" OriginalAmount="271.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.090626" Longitude="23.790953" StarRating="2" HotelCode="152445|2371685|Bed &amp; Breakfast" HotelName="Pines Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Helidonous Street &amp; Artemidos 78, Nea Kifisia, 145 64 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/fd/79fd434ad3516ad140e175b8943c59f7b3142eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.35" OriginalAmount="273.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985779" Longitude="23.72757" StarRating="3" HotelCode="113589|1003485|Bed &amp; Breakfast" HotelName="Iniohos 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>Verantzerou 26, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/174935/174935a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.66" OriginalAmount="283.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982586" Longitude="23.725034" StarRating="4" HotelCode="145954|chic_hotel" HotelName="Chic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pireos Str. 25, 10552 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/6c/ae6c6ad8f5cf54d0b98eb776b6992546ebccb447.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the cultural and commercial centre of the city and guests will find links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.68" OriginalAmount="284.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981848" Longitude="23.723001" StarRating="3" HotelCode="88755|athens_odeon_hotel" HotelName="Odeon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pireos 42, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/61/72616a1e35094a2931b966e401509390194c6b9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Monastiraki and to the Acropolis, and the area of Keramikos, to visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.69" OriginalAmount="284.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.987362734961" Longitude="23.721333146095" StarRating="4" HotelCode="130206|285735|Bed &amp; Breakfast" HotelName="Athens Lotus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Chiou Street, Metaxourghio Metro Station, 10438 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/d4/c7d4010d03cabc0ca32e32a16f94066b3db8c4af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only 30 m away from the Metaxourgio metro station. The area is a part of the historical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.28" OriginalAmount="294.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.961396430776" Longitude="23.720796704292" StarRating="4" HotelCode="38374|1494328|Bed &amp; Breakfast" HotelName="Ilissos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>72 Kallirios Street, 11741 Athens-Koukaki, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/3e/8e3e3590146c053232c33ec599f6bae7bd8295e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel lies very close to the Acropolis and the Plaka area, the old city of At...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="301.08" OriginalAmount="295.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983879" Longitude="23.724755" StarRating="2" HotelCode="89362|365055|Bed &amp; Breakfast" HotelName="Epidavros" 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>14 Koumoundourou Str., 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ee/25ee46837655bad3e1f6f1f89a3796f54e1a8eac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers an ideal stay to Athens visitors. It is located in a quiet pedestrian, in Omonia, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.92" OriginalAmount="296.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98501" Longitude="23.722904" StarRating="2" HotelCode="94687|289695|Bed &amp; Breakfast" HotelName="Stalis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Akominatou St &amp; Agiou Konstantinou St, 10437 Omonia, Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/e9/93e95be1ec84a1b5a4440f6419d3ab9da8c0800a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just minutes away from all the excitement of Athens, very close to the Nationa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.02" OriginalAmount="301.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985944244885" Longitude="23.728837966919" StarRating="3" HotelCode="113588|parnon_hotel" HotelName="Parnon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Tritis Septemvriou &amp; 21 Chalkokondili str., 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/24/8a24c9cd4b02ad2becc44538052b296deef6064f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the commercial centre of Athens, just a 1-minute walk from Omonia central s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.98" OriginalAmount="306.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98466" Longitude="23.72436634" StarRating="3" HotelCode="620606|2237975|Bed &amp; Breakfast" HotelName="K29 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Konstantinou Street 29, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b4/8eb452107c172fc7e07f39a71fecf25edb0e30eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Athens, this apartment hotel is about 20 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.16" OriginalAmount="308.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9792" Longitude="23.726648" StarRating="3" HotelCode="77953|cecil_hotel_3" HotelName="Cecil Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Athinas Street, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/bf/a8bf39762699bb50620b44e168a3e6d377a1fc3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.38" OriginalAmount="308.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981572332478" Longitude="23.726665377617" StarRating="2" HotelCode="60420|287855|Bed &amp; Breakfast" HotelName="Economy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5 Klisthenous Street, 10552 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/86/8486a02524e655a07b1e4e7b3f36c3af04254f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the old Town Hall of Athens, very close to all main attractions of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="319.79" OriginalAmount="313.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.954505" Longitude="23.717698" StarRating="4" HotelCode="68433|252526|Bed &amp; Breakfast" HotelName="Athens Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Okeanidon Street, Syngrou Avenue, Agios Sostis, 11745 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/07/fc07fa9a59f06160318ff95ce081f1530d70758b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated in the centre of Athens in a quiet district on Syngrou Avenue, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.46" OriginalAmount="323.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="2" HotelCode="742754|nubian_hostel" HotelName="Nubian Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Mavromichali, 10680 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/85/33855f421ec7a02b1747f52205c73e080c1ed0da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.53" OriginalAmount="326.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.984858" Longitude="23.724287" StarRating="3" HotelCode="113591|978735|Bed &amp; Breakfast" HotelName="Achillion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Agiou Konstantinou Street, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/bc/d6bc1b20258ce7da93b3ddbeb4fab36d95813564.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="357.48" OriginalAmount="350.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98767" Longitude="23.727582" StarRating="4" HotelCode="71932|285555|Bed &amp; Breakfast" HotelName="Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27, Marni, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/e4/05e48a2181bd8951fe80f83decb577fcff404b89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of the National Theatre, Omonia Square, the Archaeological Muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="368.48" OriginalAmount="361.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.989121375611" Longitude="23.720492401137" StarRating="3" HotelCode="53779|CAN501800|Bed &amp; Breakfast" HotelName="Best Western Candia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Theodorou Diligianni 40, 104 38 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/29/db29cd8c3cae7d6cc3eec69bd55d900c126e816b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is located near to Athens' historical old town. There are scores of shops, v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.19" OriginalAmount="363.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.911017" Longitude="23.711486" StarRating="3" HotelCode="94690|605015|Bed &amp; Breakfast" HotelName="Galaxy" 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>39 Posidonos Ave. &amp; Kalamakiou, 17455 Kalamaki, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/87/8b87cdca1dbe659d3530e0fccc8bda04ca8e4241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.88" OriginalAmount="365.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.94369579402" Longitude="23.697037940195" StarRating="2" HotelCode="347655|4674345|Bed &amp; Breakfast" HotelName="Lacoba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tagmarchou Plessa 19-25, 17674 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/aa/9caadb4e90a2f5b882454861d539ccb446e92de0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="377.91" OriginalAmount="370.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.974606" Longitude="23.750867" StarRating="4" HotelCode="113598|71564|Bed &amp; Breakfast" HotelName="Delice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leoforos Vasileos Alexandrou 3 &amp; Vrassida, Athens 11528</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/81/6981a068f40b1d017ec0683049fedddd9515e006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Athens, about 17 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.42" OriginalAmount="371.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="952571|athenaeum_smart_hotel" HotelName="Athenaeum Smart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sygrou Avenve 127, 117 45 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/17/7f17ae400be45b8bc5234a44bf317f729f59639b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.81" OriginalAmount="374.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.993714950966" Longitude="23.721955418587" StarRating="2" HotelCode="36457|186036|Bed &amp; Breakfast" HotelName="Diethness" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Peoniou 52, 10440 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b1/8eb1980f267d30434a9b8364b4364e017693ba2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.33" OriginalAmount="374.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.025852321935" Longitude="23.809711933136" StarRating="2" HotelCode="76371|4722155|Bed &amp; Breakfast" HotelName="Acropol Halandri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pendelis Avenue 71, 152 33 Halandri, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/94/7e94a0684610415b60380a35c68e49f3aaac65b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.50" OriginalAmount="375.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98611752" Longitude="23.72538744" StarRating="4" HotelCode="952672|athens_one_smart_hotel" HotelName="Athens One Smart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Veranzerou 50, Marnis, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/26/b926d3ee0a377fb8807148a747b5143ec8a73fd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="390.20" OriginalAmount="382.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982887316115" Longitude="23.725619316101" StarRating="3" HotelCode="39583|CAF511200|Bed &amp; Breakfast" HotelName="Dorian Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Pireos Street 15-19, 10552 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/95/6b959a26f4a4b56f1dd5bcc8579f110fb9a31a81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the centre of Athens, just a stone’s throw from the nearest underground sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="394.68" OriginalAmount="386.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985280441302" Longitude="23.720662593842" StarRating="3" HotelCode="73758|273245|Bed &amp; Breakfast" HotelName="Crystal City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Achilleos str., karaiskaki sq., 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/69/ee69a00b52b0ea7b3b8a3c85ec969cc60cb2609a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a most convenient situation right in the centre of Athens, very close to the Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.80" OriginalAmount="390.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97820848" Longitude="23.72471267" StarRating="4" HotelCode="452239|andronis_athens" HotelName="Andronis Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Karaiskaki 33, Psirri, Gazi, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/fa/7afa818c47b33e9453a2634888caf59073317b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.88" OriginalAmount="394.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.988811526306" Longitude="23.742107418852" StarRating="2" HotelCode="225009|hotel_frida_3" HotelName="Hotel Frieda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zosimou 2, Vatagi, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/cb/10cb0a52fd0ef05be95cd4903f97e83c1d116249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Frida in Athens (Athens City Centre), you'll be conveni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.54" OriginalAmount="398.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.95909049" Longitude="23.718993" StarRating="0" HotelCode="756534|2476505|Bed &amp; Breakfast" HotelName="B4B Athens 365 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Laundry,Printer,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Fragkoudi &amp; 138 Syggrou Avenue, Kallithea, 17671 Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/c4/bec4a62c473bb4d3f7bdc432ab81e30f34682942.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the most distinguished part of Athens, B for Boutique Hotels are the new ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="408.07" OriginalAmount="400.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.95612669" Longitude="23.71539766" StarRating="4" HotelCode="459632|1959615|Bed &amp; Breakfast" HotelName="Athens Avenue 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>Leof. Andrea Siggrou Avenue 182, 17671 Kallithea, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/14/38140a7e34a30ba52da6c942cdbcf8ca8926bb45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="410.39" OriginalAmount="402.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98481559" Longitude="23.7247258" StarRating="3" HotelCode="591159|2384585|Bed &amp; Breakfast" HotelName="Kubic Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Konstantinou 26, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/24/2924e8114dce7328288dbe261bba09166f4544ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.10" OriginalAmount="405.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96369459" Longitude="23.72505955" StarRating="2" HotelCode="812762|hotel_syngrou_fix" HotelName="Hotel @ Syngrou Fix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Falirou 79, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/27/ff274c3363a7279508a827df3e9fd689aaea9703.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.77" OriginalAmount="407.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.964467" Longitude="23.730441" StarRating="3" HotelCode="180161|1164618|Bed &amp; Breakfast" HotelName="Acropolis Ami Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 IRAS Street, 11743 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/c1/27c149f7a5d4bed371d53c4f4a2febc85a7200f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a great location at the foot of the Acropolis and a few minutes' walk from the Acropol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.12" OriginalAmount="410.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.980405" Longitude="23.723452" StarRating="2" HotelCode="318141|266455|Bed &amp; Breakfast" HotelName="Evripides" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evripidou, 79, 10553 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/7a/757a70d06386e7385d2a0229f5d5f98a4ae92f6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Athens. The old town as well as a the Acropolis ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="428.52" OriginalAmount="420.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9841974" Longitude="23.7112924" StarRating="3" HotelCode="310577|1200988|Bed &amp; Breakfast" HotelName="Mc Queen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Kastorias Street 24, Votanikos, Athens 10447</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/60/4860f896634cfb67ea91dd7b4f3a86e070c596c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="432.82" OriginalAmount="424.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.972978" Longitude="23.731423" StarRating="2" HotelCode="160639|289215|Bed &amp; Breakfast" HotelName="Nefeli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16, Iperidou Str &amp; 2, Ag. Hatzimichali Str., Plaka area, 10558 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/21/b121ccbe95fd18dfe21a6edbe5bf123073d00fcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy and comfortable hotel lies right in the heart of the beautiful city of Athens, in the scen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="442.52" OriginalAmount="433.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981542734504" Longitude="23.759779930115" StarRating="4" HotelCode="337225|285285|Bed &amp; Breakfast" HotelName="Stratos Vassilikos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Michalakopoulou Str. 114, 11527 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/43/d143a7f4c1288e7369a4acb760577b4d111d268b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Athens, Greece, it is an hotel offering an oasis of calm in the centre of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="444.72" OriginalAmount="436.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983319" Longitude="23.757379" StarRating="3" HotelCode="207236|athinais_hotel" HotelName="Athinais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasilissis Sofias Av. 99, 11521 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/52/4d52a141c7d8dee2e14b7e4c82492e741e083bc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.76" OriginalAmount="438.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.967265178286" Longitude="23.728678087298" StarRating="2" HotelCode="225010|athens_backpackers__studios" HotelName="Athens Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Veikou Street 3A, Makrigyianni, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/d7/1ed7ae7e8d749b7497284a2b72418941a539ba1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.84" OriginalAmount="442.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97007159" Longitude="23.74121674" StarRating="4" HotelCode="510602|pi_athens" HotelName="Pi Athens Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Fokianou Street 4, 11635 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/d4/1ad49aac27cd151342206e8663ce9a63c97c305c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.86" OriginalAmount="443.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982907302658" Longitude="23.730956834324" StarRating="5" HotelCode="18624|titania_hotel" HotelName="Titania Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Panepistimiou 52, 106 78 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/71/dd716234809eb940a71ffa7a69388901e93aa613.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Athens, just a few paces from countless shopping facilities a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="453.54" OriginalAmount="444.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983884108749" Longitude="23.727309107781" StarRating="4" HotelCode="22192|1941025|Bed &amp; Breakfast" HotelName="Athens Tiare 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,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peiraios 2, 10431 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/21/e3214f4074019fdb34483dbc06db38e5710fda4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on Omonia Square at the heart of the business and shopping district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="458.94" OriginalAmount="449.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983319" Longitude="23.756979" StarRating="4" HotelCode="173051|8624|Bed &amp; Breakfast" HotelName="Alexandros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Timoleondos Vassou 8, 11521 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/eb/c8ebfd55ebc0f1b0ed0c4e027f746822b49e7df9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated, somewhat out of the centre of Athens yet still within easy reach of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="465.47" OriginalAmount="456.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="4" HotelCode="962852|2561395|Bed &amp; Breakfast" HotelName="Ibis Styles Athens Routes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vouliagmenis Avenue 109, 116 36 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/b2/ecb2c9ea73c15d2a9980d4f8433c02d2feb2aaea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="469.05" OriginalAmount="459.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97725895" Longitude="23.72501635" StarRating="4" HotelCode="568751|4222065|Bed &amp; Breakfast" HotelName="Concierge Athens I" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>8 Agias Theklas, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/77154/2477154/46.jpg?f=15683468</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="477.96" OriginalAmount="468.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.95871555" Longitude="23.71879117" StarRating="4" HotelCode="557929|2179985|Bed &amp; Breakfast" HotelName="Athenaeum Grand Hotel" 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>Syngrou Avenue 142, Kalithea, 176 71 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/34/d3347e71466aa596dcd369ea6b967b940bf3b83d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="493.56" OriginalAmount="483.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978358914602" Longitude="23.755373026984" StarRating="4" HotelCode="12854|605055|Bed &amp; Breakfast" HotelName="The Golden Age Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Michalakopoulou Street 57, 115 28 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/76/3e76da3cc78e511285481056af7ccbb8633da2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of the most highly secured areas of Athens, near the Music Hall and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="494.08" OriginalAmount="484.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.966032" Longitude="23.728363" StarRating="3" HotelCode="93119|285245|Bed &amp; Breakfast" HotelName="Acropolis Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Sygrou Avenue, Athens 11742</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/4c/0d4cd843b88f5d4e6eb50a48e3eff36d535f929b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few steps from the Acropolis and Plaka, and adjacent to the new Acropolis museum, this charmi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.70" OriginalAmount="485.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97932621" Longitude="23.72612597" StarRating="3" HotelCode="755030|the_artist_athens" HotelName="The Artist Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Bar,Internet,Laundry,Massage Centre,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Melanthiou 4, Kalamida 7, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/55/f85552f7a2ffde3e1d838bc59c7eba1efae42e34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city center of Athens in Psyrri area, an industrial building turns into an urban...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="494.75" OriginalAmount="485.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978592" Longitude="23.720517" StarRating="3" HotelCode="337097|CAH513800|Bed &amp; Breakfast" HotelName="Jason Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Ag. Assomaton Street, 10553 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/7a/a07a1dce738a1afbb75a5dbe84a494e667e36664.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre of Athens, not far from the Acropolis. The closest train st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="494.92" OriginalAmount="485.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97504780474" Longitude="23.719525337219" StarRating="2" HotelCode="74479|289375|Bed &amp; Breakfast" HotelName="Phidias" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Apostolou Pavlou, Thissio 11851</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/ed/b8edb440eefccbd3dd9be908cabd03c0d4753528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of old Athens, opposite the Acropolis and just metres from Thissi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.54" OriginalAmount="485.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98923102" Longitude="23.72467918" StarRating="3" HotelCode="599268|2482765|Bed &amp; Breakfast" HotelName="Athens Comfort Suites &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel,Apartment,Hotel,Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Liossion Street 23, 10439 Athens, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/16/381681f104d7355901b6d141a910723e16bd3018.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.80" OriginalAmount="490.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983645" Longitude="23.727427" StarRating="5" HotelCode="10469|classical_acropol_3" HotelName="Classical Acropol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/08/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>Omonia Square, 105 52 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/87/4c874ffeb5f2fc0c34361f466a1372e515ea513d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located on Omonia Square at the heart of the business and shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="501.27" OriginalAmount="491.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.989154" Longitude="23.76387" StarRating="4" HotelCode="16142|8954|Bed &amp; Breakfast" HotelName="President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Kifissias Ave., 115 23 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/ee/aeee802e0c8b4b8b01d3af91de9d32f50c7cca4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only a few minutes away from museums, archaeological sites and commercial and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.64" OriginalAmount="492.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="961191|4711415|Bed &amp; Breakfast" HotelName="14 Reasons Why" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Miaouli 21, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/c2/69c2a454362f9fcfb341876523a60f4095ba8b88.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.90" OriginalAmount="493.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97524" Longitude="23.732686" StarRating="3" HotelCode="66348|180856|Bed &amp; Breakfast" HotelName="Pan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos Street 11, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e7/66e7810b01dc5a8dbd9e6b011bbfbc74378c055a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Athens, near the Omonoia Square, and combines the advantages o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.88" OriginalAmount="494.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977665" Longitude="23.729034" StarRating="2" HotelCode="145551|carolina_hotel" HotelName="Hotel Carolina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Kolokotroni Street, 10560 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/61/6761e6489c6a6e4c9bf15d43d2d2fe0d8096e277.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="508.98" OriginalAmount="499.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.980271" Longitude="23.726995" StarRating="3" HotelCode="144165|athens_center_square_hotel" HotelName="Athens Center Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Aristogitonos Street and corner of Athinas Street, Monastiraki, 10552  Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/34/64343c66a107db8eaf086aa377d71e7531cce888.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated right in the city centre of Athens, the city hotel is 300 m from Monastiraki metro ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="511.02" OriginalAmount="501.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975893714569" Longitude="23.751880271164" StarRating="4" HotelCode="64854|best_western_ilisia_hotel" HotelName="Ilisia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Michalakopoulou Street 25, 11528 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7e/4c7e393d143249ba35ef471925a72271efdd7b9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the town centre in a quiet business and residential area close to tourist a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="517.14" OriginalAmount="507.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.979507572807" Longitude="23.728872865624" StarRating="4" HotelCode="743376|athens_mansion_luxury_suites" HotelName="Athens Mansion Luxury Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Fax,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Evripidou 11, 105 61 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/a1/daa1d8164621a38ac49c5e4ae22c5e994e7846f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Athens. Visitors will enjoy a peaceful and calm stay at Athens Mans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="519.74" OriginalAmount="509.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.969049" Longitude="23.730497" StarRating="4" HotelCode="15738|8634|Bed &amp; Breakfast" HotelName="Parthenon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Makri 6, 11742 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6b/ba6bacf8c516455535a1c572d7d7d6939efe7438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located under the cliffs of the Acropolis in one of the most significant archaeol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.02" OriginalAmount="511.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.971214" Longitude="23.732367" StarRating="1" HotelCode="180166|4238645|Bed &amp; Breakfast" HotelName="Dioskouros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Garden,Internet,Laundry,Library,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>6 Pittakou, Plaka, 10558 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b8/88b8bf4d2009986f5d3065b449f83bceeed55a06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Dioskouros - Hostel in Athens (Plaka), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.63" OriginalAmount="512.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9188" Longitude="23.701208" StarRating="3" HotelCode="316826|289455|Bed &amp; Breakfast" HotelName="Poseidon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Possidonos Avenue, 17562 Paleo Faliro, Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/62/c86297bb74503ba42f2b7382294852bc6ac6b092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of the finest suburbs of Athens, on the seafront of Palaio Faliro, on th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.57" OriginalAmount="513.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975301342964" Longitude="23.732970426914" StarRating="3" HotelCode="10299|285515|Bed &amp; Breakfast" HotelName="Arethusa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos Street 6-8, Nikis Street 12, 105 63 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/aa/06aa32ffa92c40e4f813eee6e3ee32afccf4a55a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the centre of Athens (Constitution Square), with an unbeatable view o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="525.03" OriginalAmount="514.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97727" Longitude="23.72553" StarRating="3" HotelCode="624908|2353825|Bed &amp; Breakfast" HotelName="360 Degrees Pop Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Miaouli, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/8d/628d30cc37f9f70fc329636c71f630074858cccc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="525.30" OriginalAmount="515.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983789" Longitude="23.755976" StarRating="4" HotelCode="201010|best_western_plus_embassy_hotel" HotelName="Best Western Plus Embassy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Timoleontos Vassou 22, 11521 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/16/6f16deef48008f6299e54add360f050d48d6a4d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury boutique hotel is centrally located at the foot of Mount Lycabettus, about 1.5 km from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="526.30" OriginalAmount="515.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97880895" Longitude="23.7248981" StarRating="3" HotelCode="755120|4215075|Bed &amp; Breakfast" HotelName="The Frogs Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aristofanous 4, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/7d/bc7d4e952efd5c10f1a0643c92f9df73457b6c1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="534.02" OriginalAmount="523.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978094" Longitude="23.754601" StarRating="4" HotelCode="337253|42044|Bed &amp; Breakfast" HotelName="Holiday Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arnis Str. 4, 11528 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/95/2f95d7dd396c5902472faada70d63e91bb5a5eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located and only minutes from the lively centre, which has an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="535.50" OriginalAmount="525.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97878433" Longitude="23.72760133" StarRating="0" HotelCode="956780|athens4" HotelName="Athens4" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Polyklitou 4, 105 51 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b9/0db9fb4253dee287b112b2735f9ed49563695a0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="540.60" OriginalAmount="530.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98862824" Longitude="23.76878824" StarRating="3" HotelCode="861138|apartotel_athens_platinum_rooms_and_suites" HotelName="Athens Platinum Rooms And Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Zagoras Street 16, 115 27 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/27/d027c38a0b4a887fe9d906028d8992a47903de9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Athens. Athens Platinum Rooms and Suites is a complex of 41 luxuriou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="545.12" OriginalAmount="534.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.989439298981" Longitude="23.724929906746" StarRating="4" HotelCode="15215|183286|Bed &amp; Breakfast" HotelName="Novotel Athenes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Michail Voda Street 4, 104 39 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/0b/600bb7c75164cff2a2306bfd1f0dd3ebca6cd6f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, top-quality hotel is located in a quiet side street close to the National Museum and Om...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.72" OriginalAmount="536.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="802337|v1935_luxurious_apartments" HotelName="V1935 Luxurious Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Voulis Street 29, Syntagma Square, 105 57 Athens Center</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/1d/bf1d805a48de42cf2767b9a7c79335866033e306.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="547.44" OriginalAmount="536.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985748536531" Longitude="23.722735827053" StarRating="4" HotelCode="160858|130262|Bed &amp; Breakfast" HotelName="Novus City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karolou Street 23, Karaiskaki Square, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/ec/44ec09108b8d4b0d51540032dc54c3b1ed301eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the cultural and historical heart of Athens within walking dist...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="550.49" OriginalAmount="539.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.984638" Longitude="23.727606" StarRating="2" HotelCode="33258|6505272|Bed &amp; Breakfast" HotelName="La Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Marikas Kotopouli Str. 3, Omonia Square, 10431 Athina</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/e3/9fe3e9ebce22946434323230b3d8b755aefd16a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is located near to Athens’ historic Old Town. Countless shops, restaurants, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="550.80" OriginalAmount="540.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985504528534" Longitude="23.729556798935" StarRating="4" HotelCode="365848|polis_grand_hotel" HotelName="Polis Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Veranzerou St., 10432 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/62/0562ae48d700947189829baa35cd18858bc3af96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of the most central points of Athens, just 200 m from Omonia Square and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="551.31" OriginalAmount="540.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.965566543498" Longitude="23.72935295105" StarRating="4" HotelCode="26483|CAO121600|Bed &amp; Breakfast" HotelName="Athenian Callirhoe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kallirois Avenue &amp; Petmeza 32, 11743 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/93/179301d88e4909c02631b659e300e79b54269f7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Kallirrois Avenue, one of the most frequented avenues, very close to the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="558.21" OriginalAmount="547.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97695046" Longitude="23.72495085" StarRating="4" HotelCode="550410|2482985|Bed &amp; Breakfast" HotelName="Lotus Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ermou Street 90, Monastiraki, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/74/9d74cf3963d43657d08dfd7bb62d69e5d6e5ec1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="558.42" OriginalAmount="547.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97500702" Longitude="23.71670703" StarRating="3" HotelCode="572490|2476515|Bed &amp; Breakfast" HotelName="Be My Guest Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nileos Street 33, 11851 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/76/f076696c44bedc355a53364c26217b826f41661a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.96" OriginalAmount="548.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.967596532951" Longitude="23.727280944586" StarRating="3" HotelCode="27905|philippos_hotel_2" HotelName="Philippos Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitseon Street 3, Acropolis, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/50/cb509cef60695bb161ed3b912d2c2f1ebc940689.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-owned hotel is just a block from the New Acropolis Museum and the Parthenon, in the tran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="562.02" OriginalAmount="551.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973211891229" Longitude="23.732230502589" StarRating="2" HotelCode="324716|acropolis_house" HotelName="Hotel Acropolis House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Housekeeping,Internet,LCD/Projector,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Kodrou Street 6-8, Plaka, 105 58 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/78/207896355b9da4c57e58532a7534038e8339f756.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Athens (Omonia), Hotel Acropolis House is minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="566.10" OriginalAmount="555.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="3" HotelCode="804828|neratzia_rooms" HotelName="Neratzia Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zan Moreas 6, 117 41 Athina</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/50/c35084177b759698035997c247750177e649988c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.14" OriginalAmount="557.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975202150558" Longitude="23.731756210328" StarRating="3" HotelCode="66338|best_western_amazon_hotel" HotelName="Best Western Amazon 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,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos 19 and Pentelis Street, 10557 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/31/b13115a764ceca887d7f29a9efc3eeed3ce2c748.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Athens, at Syntagma Square, the hotel has a unique view of the Acropolis an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.14" OriginalAmount="557.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="977862|pallada_athens_boutique_rooms_apartments" HotelName="Pallada Athens Boutique Rooms &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pallados 17, Psiri, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/e7/69e7ab5ae2903760465c1b08864aaa15975bfe5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="581.40" OriginalAmount="570.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97945666471" Longitude="23.725708189432" StarRating="3" HotelCode="32706|arion_athens_hotel" HotelName="Arion Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Dimitriou 18, Psiri, 105 54 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/be/5dbe498db2cdbf88bc0f101bb46bccdf903ec72d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the Psyri quarter, which always enjoys great popularity in Athens....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.42" OriginalAmount="571.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.062798" Longitude="23.780667" StarRating="3" HotelCode="255585|green_hill_hotel" HotelName="Green Hill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Amarousiou Avenue, Heraklion, alternative: Leoforos Amarousiou 36, Hrakleio, 141-22 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/09/5f0990f29e3a224becd88b06f2bccb46d9d9887c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="589.66" OriginalAmount="578.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97952975" Longitude="23.72333405" StarRating="4" HotelCode="434580|1222218|Bed &amp; Breakfast" HotelName="City Circus Athens Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Internet,Laundry,Library,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/e7/46e72adcaac5ccc6e7a95471463da2b902bff544.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at City Circus Athens, you'll be centrally located in Athens, steps fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="590.17" OriginalAmount="578.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.965793" Longitude="23.727183" StarRating="3" HotelCode="168165|8604|Bed &amp; Breakfast" HotelName="Acropolis Select" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Falirou 37-39, 11742 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/db/ee/dbeef17908619bda8050eadb38fdd7cea3349067.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this design hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.60" OriginalAmount="580.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="980021|pame_house" HotelName="Pame House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Miaouli 23, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/0b/710bcce813900efff500e789fda15e64d77ee876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="592.20" OriginalAmount="580.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="981734|4720565|Bed &amp; Breakfast" HotelName="Mosaikon Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kolokotroni 61, 105 60 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/11/2d11ce31410200999f7a48d88ebf3a8ab313e3ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="592.62" OriginalAmount="581.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.871805" Longitude="23.737413" StarRating="3" HotelCode="187879|kreoli" HotelName="Kreoli Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Love hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leoforos Poseidonos 17A, Glyfada, 16674 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/4a/404a2db9738ee42cdf72af50b319fa8fb4b8f022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="594.38" OriginalAmount="582.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98259533" Longitude="23.71669657" StarRating="4" HotelCode="756668|4212675|Bed &amp; Breakfast" HotelName="Estia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Megalou Alexandrou Street 79, 104 35 ?thens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/985814064087b0db37280af15a167ff99783c649.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.66" OriginalAmount="583.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.989503696577" Longitude="23.746578046627" StarRating="4" HotelCode="19491|athens_zafolia_hotel" HotelName="Athens Zafolia 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,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alexandras Avenue 87-89, 114 74 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a7/dba7d1cc41fa2ab9ebfebc3af2c3bdadcf449515.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is centrally located and is situated close to the Lycabettus hills and the archaeolog...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.66" OriginalAmount="583.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.967681114627" Longitude="23.732373118401" StarRating="5" HotelCode="16993|royal_olympic_hotel" HotelName="Royal Olympic Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Athanasiou Diakou Street 28-34, 11743 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/d6/c0d698516c288b4b7c49bade120808ab72609045.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to the Zeus temple and Hadrian's Arch. The Plaka district, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="599.11" OriginalAmount="587.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977020599809" Longitude="23.755077860119" StarRating="5" HotelCode="99020|8824|Bed &amp; Breakfast" HotelName="Crowne Plaza Athens City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Mihalakopoulou Avenue, 115 28 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/fa/55fac4e18ae7b6b216ce93873e57a22382c17e10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies right in the heart of the city approximately 20 km from the nearest beach. Pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.76" OriginalAmount="588.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.114244" Longitude="23.848056" StarRating="5" HotelCode="59686|life_gallery" HotelName="Life Gallery Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Thisseos Avenue, Ekali, Athens 14578</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/f4/c1f4837886b23972c9e2b16db78cd6a67323e376.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new boutique hotel, member of the Small Luxury Hotels of the World, the Design Hotels and the L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="601.80" OriginalAmount="590.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.974551" Longitude="23.731284" StarRating="3" HotelCode="6361|hermes_hotel" HotelName="Hermes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apollonos, 19, 10557 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/7d/ba7de9560e6ce7449172eb13f487a4d110a42ab1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel enjoys a superb location near to Syntagma Square and Plaka, the Acropolis, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="603.16" OriginalAmount="591.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.974717968753" Longitude="23.727641701698" StarRating="3" HotelCode="56716|56556|Bed &amp; Breakfast" HotelName="Adrian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Adrianou Street, 10568 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/16/6216b9951515c7ebb4de6764a25fd9fd173b8a16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right under the hill of the Acropolis and in the midst of the antiquities extra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="614.13" OriginalAmount="602.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96551721" Longitude="23.73098297" StarRating="4" HotelCode="658959|4211185|Bed &amp; Breakfast" HotelName="B for Boutique Athens Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Menaichmou 1 &amp; Theofilopoulou 18, 117 43 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/6f/2c6f866db8e626d17f57d6561f96b17d19fb967d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="617.10" OriginalAmount="605.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9776846" Longitude="23.72435756" StarRating="4" HotelCode="561927|athens_lodge_2" HotelName="Athens Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Karaiskaki 19, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/d6/6bd652f81cfbf4b3f2bd2e977622fd42eb7699e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="624.44" OriginalAmount="612.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.904876" Longitude="23.719031" StarRating="4" HotelCode="26971|180836|Bed &amp; Breakfast" HotelName="Tropical" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Possidonos Ave., 174 55, Alimos-Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/76/6476bcb988a7e6295b44d6e23a666e0e280d9950.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the area of Alimos, on the beach front. It is approximately 25 km from the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="626.57" OriginalAmount="614.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978436995074" Longitude="23.726584911346" StarRating="2" HotelCode="6356|285845|Bed &amp; Breakfast" HotelName="Attalos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Athinas, 29, Monastiraki, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ee/86ee7a6f111c4d626508b0a836f98282e94d8ebd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is conveniently located right in the centre of Athens, in the old tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="627.68" OriginalAmount="615.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985387486863" Longitude="23.720847612268" StarRating="3" HotelCode="726380|2277845|Bed &amp; Breakfast" HotelName="Wyndham Athens Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Achilleos 2, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/4a/174ae7453dd15917024667b9a7c1fca250df52c2.WEBP</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="628.32" OriginalAmount="616.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973731" Longitude="23.733027" StarRating="2" HotelCode="180163|niki" HotelName="Niki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Nikis Street, 10557 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/b5/a8b5a5f0b32de6ce2d62face974bd7dc3e2281d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located not far from the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="641.58" OriginalAmount="629.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9813303" Longitude="23.73675102" StarRating="3" HotelCode="774997|bohemian_suites_athens" HotelName="Bohemian Suites Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaplanon 3-3A, Kolonaki, 106 80 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/a1/aca136dfe4be7155ad18636f6067cb63e1d01225.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="644.97" OriginalAmount="632.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977163159921" Longitude="23.731588572264" StarRating="3" HotelCode="166982|233946|Bed &amp; Breakfast" HotelName="Achilleas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lekka 21, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fa/fafa3cde51c556d5467bfff8b3220b94ce3c19a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street at the heart of Athens. Close by are many of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="652.80" OriginalAmount="640.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.8688402689" Longitude="23.74087572045" StarRating="3" HotelCode="187880|mirada_hotel_" HotelName="Mirada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 07/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Meropis 11, Glyfada, 166 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/1d/ce1d5c065c32ab93dc07fcbc21ae1f224d819024.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="657.03" OriginalAmount="644.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.991298848432" Longitude="23.733134865761" StarRating="4" HotelCode="6364|8924|Bed &amp; Breakfast" HotelName="Radisson Blu Park Hotel, Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alexandras Avenue 10, 10682 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/e7/87e7e97b87e18506d54d92814a2a1d1c64b2b746.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has an attractive location in a wonderful park area. The archaeological museum and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="657.43" OriginalAmount="644.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98622741" Longitude="23.72219918" StarRating="4" HotelCode="593064|2482975|Bed &amp; Breakfast" HotelName="Meni Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Psaron Street 8, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/f1/7ef14e8fcd28059eea72bcc25073a123d4514abd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.00" OriginalAmount="650.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96767011" Longitude="23.73087665" StarRating="2" HotelCode="621998|acropolis_spirit_hotel" HotelName="Acropolis Spirit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 7, Acropolis, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/6b/5d6b12fdcc1aaaf761217baf0df7d77d146ad25a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="671.57" OriginalAmount="658.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96866591" Longitude="23.73050948" StarRating="2" HotelCode="599173|4218245|Bed &amp; Breakfast" HotelName="Athens Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Makri 12, Makrigianni, 11742 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/1c/751cfc7d3531c0c47e7423f5446e46222bb77cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="678.71" OriginalAmount="665.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976362999924" Longitude="23.73168524785" StarRating="3" HotelCode="10471|78212|Bed &amp; Breakfast" HotelName="Athens Cypria Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diomias Street 5, Syntagma Square, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/01/7801cdf93ce73973d864f2150515b72113275e45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="683.40" OriginalAmount="670.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981294394764" Longitude="23.726650851521" StarRating="4" HotelCode="6355|fresh_hotel" HotelName="Fresh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sofokleous Street 26, 10552 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/7b/9a7bbce72e2e02b6e71d95f08aae78d0a65db71a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located, close to countless shopping venues, restaurants, bars and ni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="683.40" OriginalAmount="670.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973904055864" Longitude="23.73503382209" StarRating="4" HotelCode="6352|amalia_hotel_athens" HotelName="Amalia Hotel Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amalias Avenue 10, 105 57 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ba/70ba4935cc78b1d0db8641b3d494a4b4aa70e494.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in an exceptional location next to Syntagma Square and opposite the National G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="684.04" OriginalAmount="670.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97641553" Longitude="23.73101046" StarRating="3" HotelCode="623635|4228595|Bed &amp; Breakfast" HotelName="Vol 5 The Mini Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kornarou street 7, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/1b/4a1bd541cb6bc2c8498ba30ed9111dd4ad5fc732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="690.20" OriginalAmount="676.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.07414160408" Longitude="23.81846039215" StarRating="3" HotelCode="113767|289775|Bed &amp; Breakfast" HotelName="The Y" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mykonou 3, Kefalari, Kifissia, 145 62 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/cd/ffcd97aa4e3ddca9018e49d980a2e28ac72be71e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kefalari, in one of the most exclusive and elegant northern suburbs of Athe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="691.56" OriginalAmount="678.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98004" Longitude="23.71842" StarRating="5" HotelCode="37117|eridanus_2" HotelName="Eridanus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piraeus Street 78, 104 35 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c6/38c6178ea955d801bf2dcabdec33d75dd74d9ad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous location within a short distance of the archaeologic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="702.77" OriginalAmount="688.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975221" Longitude="23.732378" StarRating="4" HotelCode="177905|1444748|Bed &amp; Breakfast" HotelName="Athens Diamond Plus" 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>23 Voulis Street &amp; Mitropoleos Street, Plaka, 105 63 Athens, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/8e/d48e5650a4b59e0861cbf05e9d8ce4a77169c6e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="706.86" OriginalAmount="693.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.986002" Longitude="23.730179" StarRating="4" HotelCode="32934|melia_athens" HotelName="Meliá Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Chalkokondili &amp; 28 October Avenue, 10677 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/af/f7af810f371291e413ad42a282266cd110204c32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper-class hotel is located at the heart of Athens, only paces from Omónia Square and the Arch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.90" OriginalAmount="695.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97405926" Longitude="23.71993824" StarRating="2" HotelCode="334270|hotel_thissio" HotelName="Thissio View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/15/6d157f17f336955a49bd939ffa6f14b201d5aa75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="714.00" OriginalAmount="700.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982615" Longitude="23.727344" StarRating="4" HotelCode="59507|baby_grand_hotel" HotelName="Pallas Athena Grecotel Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Athinas Street &amp; Likourgou 65, Kotzia Square, 10551 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/89/868988ae7c9375d5badad9dbebe5e472fff966f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located at the heart of Athens, in a side street near Omonia Square, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.04" OriginalAmount="702.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="879104|project_3_urban_chic_hotel" HotelName="Project 3 Urban Chic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Xanthou 3</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/6e/126e5b866754d2861d9df24d7b152932d84b93f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="743.58" OriginalAmount="729.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="982169|urban_nest_suites_apartments" HotelName="Urban Nest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karaiskaki 30, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/0d/150d7fb06f48172b76c7b03200496f90bac55428.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="744.64" OriginalAmount="730.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.972791781563" Longitude="23.751658201218" StarRating="5" HotelCode="11810|8724|Bed &amp; Breakfast" HotelName="Divani Caravel" 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,Diet Meals,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasileos Alexandrou 2, 16121 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d3/4dd3d46bb784245113c3ae1fed64e2b696689f9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch hotel is wonderfully located in one of the most exclusive shopping, leisure and comme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="746.46" OriginalAmount="731.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.869609" Longitude="23.738949" StarRating="3" HotelCode="187876|419685|Bed &amp; Breakfast" HotelName="Glyfada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 Possidonos Ave., 16675 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d7/2cd74a7a5105cf49d04a566383136fdac369bf68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="749.88" OriginalAmount="735.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9848" Longitude="23.7212" StarRating="5" HotelCode="489514|1968695|Bed &amp; Breakfast" HotelName="Wyndham Grand Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Megalou Alexandrou Street 2, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/602479/a_602479_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located and only minutes from the lively centre, which has an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="751.17" OriginalAmount="736.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.92481" Longitude="23.691938" StarRating="4" HotelCode="77490|122074|Bed &amp; Breakfast" HotelName="Coral Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Possidonos Avenue, Paleo Faliro 175 61, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/10/cc10c4718a8cdbef173878913b76448bbcafe0a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This seafront hotel is located on the waterfront in Paleo Faliron, an elegant seaside suburb of Athe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="754.23" OriginalAmount="739.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975834330728" Longitude="23.733065128326" StarRating="4" HotelCode="39675|CAK780100|Bed &amp; Breakfast" HotelName="Electra Hotel Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Ermou Street, 10563 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/49/b249f5299a9162efaa38d346e4c44bb03e2812cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Athens on Ermoú Street, the most famous shopping street in the city....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="756.84" OriginalAmount="742.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985842772115" Longitude="23.720903992653" StarRating="4" HotelCode="6366|hotel_stanley" HotelName="Stanley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1, Odisseos street, Karaiskaki Square, Athens 10437</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/15/1f/151f4fe4a79ca10fe6cbbdf0e07257f74b22807d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 700 m from Athens city centre, 1.5 km from Constitution Square and just 10 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="783.58" OriginalAmount="768.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="965802|2557965|Bed &amp; Breakfast" HotelName="Athenian Foss" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evaggelistrias And Ermou Street 9, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/75/4c752d0d0adcede5a6852542a7cad3ae32006ad3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="789.48" OriginalAmount="774.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97327865" Longitude="23.7321895" StarRating="2" HotelCode="492275|adonis_4" HotelName="Hotel Adonis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Elevator,Internet,Lounge,Luggage Storage,Parking,Photocopy,Shopping Arcade,Smoking Rooms,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/fa/36fa8bc4639ce0f3bd1255924b370ca6bcabfd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;SITUATION: This hotel is in the historic district of Plaka. It has excellent transport links to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="790.50" OriginalAmount="775.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97588589" Longitude="23.73190846" StarRating="4" HotelCode="858046|elia_ermou_athens_hotel" HotelName="Elia Ermou Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>15-17 Ermou Street, City Center, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/67/fa679f1ade21680024e995bab52ff511c3384584.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="797.64" OriginalAmount="782.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.968340848355" Longitude="23.727110624313" StarRating="4" HotelCode="52558|herodion_athens" HotelName="Herodion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Jacuzzi,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rovertou Galli Street, 11742 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/b6/39b66ac4eba0442b15bf038db7b3daba445ea1e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies right in the heart of the upscale Acropolis residential neighborhood, part of the ped...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="800.70" OriginalAmount="785.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97777" Longitude="23.736653" StarRating="4" HotelCode="88753|hotel_lozenge" HotelName="Lozenge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Valaoritou &amp; Voukourestiou str., 106 71 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/76/e6769fba784c7da606d3c2f1839589d099cd7862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located within walking distance of the business, cultural and shopping distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="803.21" OriginalAmount="787.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97632556" Longitude="23.72946242" StarRating="0" HotelCode="961036|2476495|Bed &amp; Breakfast" HotelName="Athens Utopia Ermou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ermou 46, 10563 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/7e/d67e6455f88adafff76d87312b0aed13a6582876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="804.64" OriginalAmount="788.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96730348" Longitude="23.72914331" StarRating="0" HotelCode="958653|2476565|Bed &amp; Breakfast" HotelName="Coco-Mat Athens BC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Falirou 5, 145 61 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/9e/2a9e22279fa9a5391c088811eab9a2bf50dca6c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="809.97" OriginalAmount="794.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9766" Longitude="23.7325" StarRating="4" HotelCode="10394|92180|Bed &amp; Breakfast" HotelName="Astor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Karageorgi Servias Street 16, 105 62 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/b5/f1b5f9cffcc8740ee633be91e63e79ea17e0f225.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical triangle of Athens, only 50 m from Syntagma Square and close ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="814.10" OriginalAmount="798.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.959598895359" Longitude="23.721767663956" StarRating="5" HotelCode="10468|8674|Bed &amp; Breakfast" HotelName="Athenaeum Intercontinental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89-93 Syngrou Avenue, 11745 Athens, Greece</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/9e/819ee78f7fe909cbff353a0545192f20f187b074.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-rate hotel is just a 15 minutes walk from Syntagma Square and approximately a 10-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="819.06" OriginalAmount="803.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978032" Longitude="23.72380551" StarRating="3" HotelCode="550544|18_micon_street" HotelName="18 Micon Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos Street 18, 10554 Athens, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/b6/67b68a34bca17d3d14a4113c250d5a1dee116dee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="826.25" OriginalAmount="810.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="965344|4721665|Bed &amp; Breakfast" HotelName="Athens Manor Houses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Athinaidos &amp; Evaggelistrias Street 2, 105 60 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/642551/2020316101521285.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="847.13" OriginalAmount="830.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97829" Longitude="23.743745" StarRating="4" HotelCode="40171|289365|Bed &amp; Breakfast" HotelName="Periscope" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Haritos Street, Kolonaki, 10675 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/41/424198d813905102b15cc83a42d865daba3f72a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just a 10-minute walk from Syntagma Square and a 5-minute walk from the Evange...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="870.11" OriginalAmount="853.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97727" Longitude="23.725619" StarRating="3" HotelCode="171782|1024578|Bed &amp; Breakfast" HotelName="A for Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Miaouli Str., Monastiraki, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/44/53449b1118cc8db054e6015c89cc28ea14641246.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the historical part of Athens city, right next to Monastiraki S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="877.08" OriginalAmount="859.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975417811295" Longitude="23.732348978519" StarRating="4" HotelCode="168039|285565|Bed &amp; Breakfast" HotelName="Athens Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Voulis 24 &amp; Mitropoleos, Plaka, Athens, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/28/285565/rctW10CO_95917cf1b2b2bca800c558c4cadc8a21.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a prime location at the historic centre of Athens, in the district of Plaka...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="882.69" OriginalAmount="865.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97647" Longitude="23.72563" StarRating="3" HotelCode="348717|2042135|Bed &amp; Breakfast" HotelName="360 Degrees Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Monastiraki Square, 10552 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/d4/a8d41c0267910952951ba61fc8792cc87129acec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="903.87" OriginalAmount="886.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9759626" Longitude="23.74312603" StarRating="4" HotelCode="808946|2476575|Bed &amp; Breakfast" HotelName="Coco-Mat Athens Jumelle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Babysitting,Heated Pool,Laundry,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ipsilantou Street 2, 106 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/06/6206fa6ab8137d90551b32141e6b761bc3bff9f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Home is where your bed is. The epitome of modern elegance. A haven for urban adventurers. A modish e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="906.46" OriginalAmount="888.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97799036" Longitude="23.74418264" StarRating="4" HotelCode="436281|2124565|Bed &amp; Breakfast" HotelName="Coco-Mat Hotel Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Patriarchou Ioakeim Street 36, 106 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2c/ac2cc7fdd9caad2bf85ddf4ae3980cc2dedc22e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="914.15" OriginalAmount="896.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97485719" Longitude="23.73123565" StarRating="1" HotelCode="328112|2476745|Bed &amp; Breakfast" HotelName="Sweet Home Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Patroou 5, Plaka, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c9/03c9bbb15f95fe0ab1469a6cfa1c323964441d2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="923.10" OriginalAmount="905.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975581" Longitude="23.72954" StarRating="4" HotelCode="88752|the_zillers_boutique_hotel" HotelName="The Zillers Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos 54, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/6c/9f6cd0021e81bcdc53ab499c441d9dd9f7b347ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located right in the heart of Athens' historical Plaka area, just a 5-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="941.61" OriginalAmount="923.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9756245" Longitude="23.73089167" StarRating="3" HotelCode="434971|1997305|Bed &amp; Breakfast" HotelName="Athens La Strada Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Petraki Steet 26, Plaka area, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/615490/615490a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="942.62" OriginalAmount="924.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96752463845" Longitude="23.72583925724" StarRating="5" HotelCode="6358|8734|Bed &amp; Breakfast" HotelName="Divani Palace Acropolis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Parthenonos Street 19-25, 11742 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/f8/c0f82dcc261da1aac66bf9ecbd16cb50e130c784.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is wonderfully located in the shadows of the Acropolis, in one of the most exclusive...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="974.10" OriginalAmount="955.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.979265323397" Longitude="23.742257084656" StarRating="5" HotelCode="17886|st_george_lycabettus_hotel" HotelName="St. George Lycabettus Lifestyle 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,Diet Meals,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>Kleomenous Street 2, 106 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/09/e209b4dd9fdf6825ac448afd2657fd4c23a8856c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious boutique hotel is located in an idyllic, peaceful, green Lycabettus Hill. The Kolonak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="976.14" OriginalAmount="957.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="970633|ergon_house" HotelName="Ergon House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos Street 23, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/f8/87f8b60959f86c0da1aea98577e363a4fa5cc28b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="995.61" OriginalAmount="976.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.957364124535" Longitude="23.718170033961" StarRating="5" HotelCode="31368|7049|Bed &amp; Breakfast" HotelName="Grand Hyatt Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 115, 117 45 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/29/9629169c819e113b08cb462fae0b83d7aff084df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the centre of Athens and only 200 m from links to the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="996.90" OriginalAmount="977.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978912695478" Longitude="23.732818365097" StarRating="4" HotelCode="12283|7037|Bed &amp; Breakfast" HotelName="Esperia Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Stadiou Street, 10564 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ae/aef46a0d95fed43d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within a few minutes walk of the acropolis, the old town, Syntagma S...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1009.80" OriginalAmount="990.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96710933" Longitude="23.73027633" StarRating="0" HotelCode="971736|niche_hotel_athens" HotelName="Niche Hotel Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 21, Vourvachi 2, 117 43 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/59/5b59f5675aa45f65183558611497e9b569006fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1038.63" OriginalAmount="1018.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977591157235" Longitude="23.728449271164" StarRating="5" HotelCode="715818|2406175|Bed &amp; Breakfast" HotelName="Perianth Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Limpona Street 2, 105 60 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/d2/07d2c951e919ac09143ef1d202c36aee4bc1484e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1192.38" OriginalAmount="1169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975192619855" Longitude="23.732180424833" StarRating="5" HotelCode="481836|electra_metropolis" HotelName="Electra Metropolis Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos 15, 105 57 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/31/273105264fe4730259bbd1bb205c1c368ebef26a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1211.63" OriginalAmount="1187.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.95678746" Longitude="23.71715723" StarRating="4" HotelCode="740226|2476435|Bed &amp; Breakfast" HotelName="Athenaeum Palace &amp; Luxury Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 123, 117 45 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ca/81cab2b99857dc254a0a493b2baca1857a1e1810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Athens. There are a total of 90 guest's rooms on the premises. Tho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1269.91" OriginalAmount="1245.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.940745" Longitude="23.696863" StarRating="5" HotelCode="14828|8894|Bed &amp; Breakfast" HotelName="Athens Marriott Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 385, 17564 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/c9/d4c92e786db877edb0af343d596853bd92162069.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the midst of a magnificent 300 m² garden, directly on Syngroú- streets, a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1288.63" OriginalAmount="1263.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973910287194" Longitude="23.731319010258" StarRating="5" HotelCode="6359|CAK780300|Bed &amp; Breakfast" HotelName="Electra Palace Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Navarchou Nikodimou Street 18-20, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/77/257750795123b3316afb9fe2ec3672299c3ad732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated directly on a picturesque Plaka, at the heart of the old town of Athen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1308.70" OriginalAmount="1283.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97872644" Longitude="23.72190106" StarRating="3" HotelCode="803173|4226785|Bed &amp; Breakfast" HotelName="The Foundry Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarri 38, 105 53 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/03/df0302d4bacca049d74ce31eb3f474656d4fca1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1334.22" OriginalAmount="1308.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.970616" Longitude="23.731162" StarRating="4" HotelCode="113770|1553448|Bed &amp; Breakfast" HotelName="Ava Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Lyssikratous Street, 10558 Plaka, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/cc/f8cc47c24d9cc404ebbfd1bb37a5dafa10cb78b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1372.48" OriginalAmount="1345.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973325" Longitude="23.733631" StarRating="4" HotelCode="171078|437925|Bed &amp; Breakfast" HotelName="New Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Filellinon Street 16, and Navarchou Nikodimou Street I, Syntagma Square, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/39/8239092391021605950524ccee79ee5ee2c088be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in center of Athens, 200 meters from Constitution Square and within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1374.96" OriginalAmount="1348.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97804457" Longitude="23.72289144" StarRating="0" HotelCode="859333|athenian_residences" HotelName="Athenian Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ogigou Street 4, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/74/c8742b3d99e8a210dfd55032b0a36eff5e758717.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1550.06" OriginalAmount="1519.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976306" Longitude="23.73454" StarRating="5" HotelCode="15053|7044|Bed &amp; Breakfast" HotelName="NJV Athens Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasileos Georgiou A’ Street 2, Syntagma Square, 105 64 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0f/110f413eb04a4cc45aa2132039ea3a9fad4cd231.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel has a wonderful location on Syntagma Square. All the important sightseeing ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1582.02" OriginalAmount="1551.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975508989287" Longitude="23.731538504939" StarRating="4" HotelCode="429957|met34_athens_hotel" HotelName="Met34 Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Central Heating,Designated Smoking Area,Fax,Housekeeping,Internet,Kitchen,Laundry,Parking,Printer,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Petraki 9, 10563 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ea/c3ea86240161af3e093ab1e347377c7acce81f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In MET34 Athens Hotel we have created a heaven for the visitors of Athens that are looking for a mod...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1673.62" OriginalAmount="1640.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97963921" Longitude="23.7358826" StarRating="0" HotelCode="954144|2441695|Bed &amp; Breakfast" HotelName="Academia Of Athens Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Academias Street 38, Omirou Street, 106 72 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/3b/2d3b1fe136bfee1e7bcfe26b5cbcfaca8b622828.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1787.04" OriginalAmount="1752.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="965542|ap_acropolis_view_apartments" HotelName="A.P. Acropolis View Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sarri 23, Psyrri, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/66/1266300615f02d91bcde254e82330ef9169473be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1936.18" OriginalAmount="1898.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975805" Longitude="23.728317" StarRating="3" HotelCode="6365|8934|Bed &amp; Breakfast" HotelName="Plaka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kapnikareas  and Mitropoleos Street 7, 10556 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/aa/34aa2a738ac90e3804a405b82791adf9862e9d5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of the city, in the artistic old town district of Plaka...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2536.35" OriginalAmount="2486.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976037303808" Longitude="23.750054240227" StarRating="5" HotelCode="13305|141964|Bed &amp; Breakfast" HotelName="Hilton Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Vassilissis Sofias Avenue, 11528 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/42/7e424b29700f39a74879f6e9d2f6ac45040502c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is wonderfully located in the centre of Athens. This first-rate hotel is just a 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2770.22" OriginalAmount="2715.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9663024" Longitude="23.7265338" StarRating="4" HotelCode="599325|4245645|Bed &amp; Breakfast" HotelName="Urban Stripes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Veikou 37, Koukaki, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/51/265188bb6b0664a18824d6c26f27eee958918d66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3390.97" OriginalAmount="3324.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976271990732" Longitude="23.735444247723" StarRating="5" HotelCode="6360|8784|Bed &amp; Breakfast" HotelName="Hotel Grande Bretagne, a Luxury Collection Hotel, Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/08/2026" 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>Vasileos Georgiou A’ Street 1, Syntagma Square, 105 64 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/45/b745b4cb9449610c721077c790bc66d0740ee0e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent luxury hotel is situated close to the Acropolis and the Parliament. Convenient public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3417.21" OriginalAmount="3350.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976318505168" Longitude="23.734894394874" StarRating="5" HotelCode="26071|34934|Bed &amp; Breakfast" HotelName="King George, a Luxury Collection Hotel, Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasileos Georgiou A' Street 3, Syntagma Square, 10564 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/df/58df56b250152198d56a43211f0564afb82e6012.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in an historical palace building on Syntagma Square at the heart of Ath...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4249.32" OriginalAmount="4166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.81006" Longitude="23.783884" StarRating="4" HotelCode="36888|vouliagmeni_suites" HotelName="Vouliagmeni Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Panos &amp; Chlois Street 8, 166 71 Vouliagmeni</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4d/784dbb04f9398026516466878bbaf3d6ec7b98a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated just 100 metres from the coast. The lively city centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Lounge,Massage Centre,Room Service,Telephone Service,Wheelchair Access,Shopping Arcade,Golf,Nightclub,Spa,Swimming Pool,Sauna,Diet Meals,Heated Pool,Bicycle Rental,Garden,Kitchen,Elevator,24 Hour Power Supply,Airport Transfer (on Demand),Babysitting,Housekeeping,Parking,Printer,Wake-up Call Service,24 Hour Front Desk,Dry Cleaning,Library,Luggage Storage,LCD/Projector,Meeting Room,ATM/Cash Machine,Pets allowed,Smoking Rooms,Photocopy</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,BEACH HOTEL,APARTMENT HOTEL,ECO HOTEL,HOTEL DE CHARME,GUESTHOUSE,HOSTEL,HOTEL,APARTHOTEL,BOUTIQUE HOTEL,LODGE,HOSTELS,APARTMENT,GUEST HOUSES,HISTORIC HOTEL,LOVE HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="8f8f6c52-531f-45ca-bfb9-ce46feedbaeb">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="43896" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-20T00:00:00" End="2026-08-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="187880|mirada_hotel_" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|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
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|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="8f8f6c52-531f-45ca-bfb9-ce46feedbaeb" TimeStamp="0001-01-01T00:00:00" HotelName="Mirada" HotelCode="187880|mirada_hotel_" StarRating="3" GTCityId="43896" CountryCode="GR" CityName="Athens" CountryName="Greece" Address="Meropis 11, Glyfada, 166 75 Athens" PostCode="166 75" PhoneNo="+302108946561" FaxNo="+302108945410" Email="" CheckInTime="14:00" CheckOutTime="12:00" Latitude="37.8688402689" Longitude="23.74087572045" SourceId="63" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed)" RoomTypeCode="h-43f29f70-c617-577d-a902-9123a6f74451|63|NjQwLjAwfEdCUHwyMDI2LTA4LTEy" OriginalAmount="640" TotalPrice="652.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/08/2026"><AdditionalDetails>EUR 25.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 73.63-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|DVD Player|Flat-screen TV|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-08T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="652.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-17c909bf-4921-5f1c-8cb1-75fa75c8a66c|63|Njg0LjAwfEdCUHwyMDI2LTA4LTEy" OriginalAmount="684" TotalPrice="697.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/08/2026"><AdditionalDetails>EUR 25.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 78.69-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|DVD Player|Flat-screen TV|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-08T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="697.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe room" RoomTypeCode="h-bf75c17d-7ee8-5fed-b294-7eade7ba70c1|63|Njg0LjAwfEdCUHwyMDI2LTA4LTEy" OriginalAmount="684" TotalPrice="697.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/08/2026"><AdditionalDetails>EUR 25.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 78.69-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|DVD Player|Flat-screen TV|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-08T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="697.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-252b3078-7062-50f3-bc15-732a550e8563|63|NzAzLjAwfEdCUHwyMDI2LTA4LTEx" OriginalAmount="703" TotalPrice="717.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/08/2026"><AdditionalDetails>EUR 25.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 80.88-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|DVD Player|Flat-screen TV|Shower/Bathtub|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-07T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="717.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/ce/1d/ce1d5c065c32ab93dc07fcbc21ae1f224d819024.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/21/b9/21b96b38ea813cac16677ced84731fe4f32eebbd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/57/99/579948b561bd10dd9deb5a28d47d14d09c5b0fc2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c9/93/c993273b960d977de5b6ec1e2745b3f3d30cf1cc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1c/29/1c29da76254cf153d910b395542e3176cdea9e54.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b0/c6/b0c666e2c2986cee73ba7481c7cd94c1f2191454.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/37/ae/37aea2f633022a28438470d19368d2aa5e080e6f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f1/58/f158abacd30c34ab276be14a17fd2dc7896e9fb7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a2/65/a26500e3b7c17db6ab27ad7f8b96b66b926c15dd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d0/1f/d01f054dd6e37879c239650ff0a0653faf3a77a2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5f/fe/5ffe4de13fa21e7cebae60ece41e6f823dd10533.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/11/52/115202be2d1ea352d8170473ce166e645c2c6bf9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/dd/cf/ddcf25be643953fd90f465a6099d75ea564535a9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0f/25/0f257b8cbe87f326003f24949a79f864ca28b27f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f0/66/f066611dd865da2060dfdf47b49aa6520c26b4cf.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1b/67/1b67d3e6dea330ec612eb828c7328df2fc77e249.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/dd/df/dddfbe357765d5cd1b49264cf12b222830372cba.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/da/56/da56e8f6e411621e6fb87bf078cfd349c6001cb8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7a/77/7a77c7cafe6c2628a63941e94a8c86d83119e263.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b9/aa/b9aa5686322a9c0485a96d4d10774c0d00e3de49.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e0/ff/e0ff4def3dd066f35c34f96300ee9c8611968b7e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0a/2e/0a2e62fc51d38d67f5f67bd43511115ef5ba1d0e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0d/eb/0deb1208ef5d121c21db17e0878e8ad6acdedc80.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/05/fa/05fa9ad324911299dc2a71aa1781e1e3b3364f2c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9c/17/9c17d61fb574c6433211a45f570ce419b583ee3d.JPEG" /></Images><HotelDescription /><Facilities><HotelFacilities><Type>General</Type><Description>Air conditioning</Description><Value>Air conditioning</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>24-hour reception</Description><Value>24-hour reception</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Elevator/lift</Description><Value>Elevator/lift</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Free Wi-Fi</Description><Value>Free Wi-Fi</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>English</Description><Value>English</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Free parking</Description><Value>Free parking</Value></HotelFacilities><HotelFacilities><Type>Pets</Type><Description>Pets Not Allowed</Description><Value>Pets Not Allowed</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
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|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="8f8f6c52-531f-45ca-bfb9-ce46feedbaeb">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="43896" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-20T00:00:00" End="2026-08-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="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
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8f8f6c52-531f-45ca-bfb9-ce46feedbaeb|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-16T15:13:19.6184955+01:00" Version="0" EchoToken="Search" TransactionIdentifier="8f8f6c52-531f-45ca-bfb9-ce46feedbaeb" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="191.46" OriginalAmount="187.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981763" Longitude="23.724558" StarRating="1" HotelCode="143885|1667668|Bed &amp; Breakfast" HotelName="Sparta Team" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse,Hostel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Menandrou Street 21, Omonoia, Athen 10553</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/71/bb713faa277ef1d8f49cc97ba194a93be1469b81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from Omonoia Square and the historic centre, including archaeolog...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.96" OriginalAmount="198.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.984565" Longitude="23.724499" StarRating="3" HotelCode="366149|delphi_art_hotel" HotelName="Delphi Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Konstantinou 27, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d9/8ed95ad665941ab2d52021956c07cd0d50ecde7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens, on St. Constantine's Square and opposite the Nat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.85" OriginalAmount="228.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98695024" Longitude="23.72757811" StarRating="3" HotelCode="787475|2483095|Bed &amp; Breakfast" HotelName="Aristo Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Aristotelous 12, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/dd/40ddcfa26563c37599f1971f9e26462a17f9e6a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.74" OriginalAmount="229.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.986399" Longitude="23.725356" StarRating="3" HotelCode="88751|279395|Bed &amp; Breakfast" HotelName="Golden City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marni 46, Athens, 104 38</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/83/d283c65450826c39931d80e0ef04f60da3928a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just 300 m from Omonia Square, in the heart of Athens near to all the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.12" OriginalAmount="233.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98639525" Longitude="23.72759572" StarRating="3" HotelCode="731438|2275155|Bed &amp; Breakfast" HotelName="Breeze Boutique Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chalkokondili 46, Athen 10432</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/4d/1c4d6ecb72bd13affbc10c19dfb9475b0869a616.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Breeze  Boutique  Athens  is  conveniently  located  in  Athens  City  Centre,  only  250  metres  a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.99731" Longitude="23.742713" StarRating="2" HotelCode="42873|nicola_hotel" HotelName="Nicola" 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,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Olenou Street 14, 11362 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b7d9b636492780cd4b85ae4cdb09adca50e29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a central location at the heart of Kipseli within 100 m of the neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.95" OriginalAmount="240.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983466577958" Longitude="23.72406899929" StarRating="3" HotelCode="32707|268885|Bed &amp; Breakfast" HotelName="Marina Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Voulgari 13, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a6/34a62e981fbdf040db8dc82dd2083489d9dd207f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the heart of Athens, within metres of scores of shopping and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.40" OriginalAmount="241.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.987356" Longitude="23.728275" StarRating="3" HotelCode="902656|1024728|Bed &amp; Breakfast" HotelName="Solomou Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>72 Solomou Street, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/fb/48fbd310c08c5d028ca0a2554303fb36aef4dc86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Athens city, very close to Omonoia Square, within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.73" OriginalAmount="249.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98506217982" Longitude="23.72707666814" StarRating="4" HotelCode="323430|1623868|Bed &amp; Breakfast" HotelName="Ambrosia Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>52 Sokratous Street, 104 31 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/a8/72a808ecf8c5e44b3c6d783019be81bf1ac02829.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the epitome of affordable quality accommodation in Athens, Greece, just a 2 minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.42" OriginalAmount="250.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.122186" Longitude="23.73447" StarRating="4" HotelCode="187882|606765|Bed &amp; Breakfast" HotelName="Parnis Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Parnithos Avenue, 13671 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/c0/16c0ceddfc26ed10ee722bac24fda6ee6108d2c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.120549" Longitude="23.735025" StarRating="2" HotelCode="187873|acharnis_kavallari_hotel_suites_4" HotelName="Acharnis Kavallari Hotel Suites" 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>20th Parnithos Avenue, Acharnes, 13671 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/67/4667e802267989fe3123911bdeb2e64a76449a4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.08" OriginalAmount="254.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98584" Longitude="23.7263" StarRating="2" HotelCode="377594|amaryllis_3" HotelName="Athens Choice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Conference Hall,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Veranzerou Street 45, 104 32 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/07/f707733b750d0c11615f93d47d2a317d3e210d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Athens, close to the archaeological museum. The nearest publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.08" OriginalAmount="254.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.007824" Longitude="23.735192" StarRating="2" HotelCode="103366|athens_city_hotel" HotelName="Athens City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Patission 232, Athens 112 56</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/92/1d9209f9051c115279607e6dfc474c60a778174c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies very close to the centre of Athens. Its location on Patission Street means that...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="260.54" OriginalAmount="255.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985479" Longitude="23.719899" StarRating="3" HotelCode="31003|313965|Bed &amp; Breakfast" HotelName="Rio 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>13 Odysseos St. / Karaiskaki Square, 10436 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0c/8e0c4d38dc2a8324a234c8e0e80578ecee0e3088.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superior hotel lies on a quiet pedestrianised zone close to Karaiskaki Square in the centre of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.77" OriginalAmount="257.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982644193906" Longitude="23.725394010544" StarRating="2" HotelCode="94689|1471958|Bed &amp; Breakfast" HotelName="Elite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peiraios 23, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/9a/b99ad427bade2b41f67c47bd2bb20ecee2bd1caf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.70" OriginalAmount="260.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985351530607" Longitude="23.72780535582" StarRating="2" HotelCode="293094|1691618|Bed &amp; Breakfast" HotelName="Cosmopolit Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Marikas Kotopouli 7 And  Xouthou Str, 104 32 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/6a/2f6a23886e3589ea27d40c50f217ec8879ce4c39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.72" OriginalAmount="265.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.015277" Longitude="23.728722" StarRating="3" HotelCode="187886|4218695|Bed &amp; Breakfast" HotelName="Xenophon" 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>Acharnon 340, 11145 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/e5/38e559e26c0ddf14baf235ae2b5edbe7eaa26b0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 186 rooms. A restaurant, a bar and room service are available to gues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.87" OriginalAmount="271.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.090626" Longitude="23.790953" StarRating="2" HotelCode="152445|2371685|Bed &amp; Breakfast" HotelName="Pines Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Helidonous Street &amp; Artemidos 78, Nea Kifisia, 145 64 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/fd/79fd434ad3516ad140e175b8943c59f7b3142eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.35" OriginalAmount="273.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985779" Longitude="23.72757" StarRating="3" HotelCode="113589|1003485|Bed &amp; Breakfast" HotelName="Iniohos 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>Verantzerou 26, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/174935/174935a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.66" OriginalAmount="283.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982586" Longitude="23.725034" StarRating="4" HotelCode="145954|chic_hotel" HotelName="Chic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pireos Str. 25, 10552 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/6c/ae6c6ad8f5cf54d0b98eb776b6992546ebccb447.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the cultural and commercial centre of the city and guests will find links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.68" OriginalAmount="284.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981848" Longitude="23.723001" StarRating="3" HotelCode="88755|athens_odeon_hotel" HotelName="Odeon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pireos 42, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/61/72616a1e35094a2931b966e401509390194c6b9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Monastiraki and to the Acropolis, and the area of Keramikos, to visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.69" OriginalAmount="284.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.987362734961" Longitude="23.721333146095" StarRating="4" HotelCode="130206|285735|Bed &amp; Breakfast" HotelName="Athens Lotus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Chiou Street, Metaxourghio Metro Station, 10438 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/d4/c7d4010d03cabc0ca32e32a16f94066b3db8c4af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only 30 m away from the Metaxourgio metro station. The area is a part of the historical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.28" OriginalAmount="294.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.961396430776" Longitude="23.720796704292" StarRating="4" HotelCode="38374|1494328|Bed &amp; Breakfast" HotelName="Ilissos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>72 Kallirios Street, 11741 Athens-Koukaki, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/3e/8e3e3590146c053232c33ec599f6bae7bd8295e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel lies very close to the Acropolis and the Plaka area, the old city of At...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="301.08" OriginalAmount="295.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983879" Longitude="23.724755" StarRating="2" HotelCode="89362|365055|Bed &amp; Breakfast" HotelName="Epidavros" 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>14 Koumoundourou Str., 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ee/25ee46837655bad3e1f6f1f89a3796f54e1a8eac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers an ideal stay to Athens visitors. It is located in a quiet pedestrian, in Omonia, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.92" OriginalAmount="296.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98501" Longitude="23.722904" StarRating="2" HotelCode="94687|289695|Bed &amp; Breakfast" HotelName="Stalis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Akominatou St &amp; Agiou Konstantinou St, 10437 Omonia, Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/e9/93e95be1ec84a1b5a4440f6419d3ab9da8c0800a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just minutes away from all the excitement of Athens, very close to the Nationa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.02" OriginalAmount="301.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985944244885" Longitude="23.728837966919" StarRating="3" HotelCode="113588|parnon_hotel" HotelName="Parnon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Tritis Septemvriou &amp; 21 Chalkokondili str., 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/24/8a24c9cd4b02ad2becc44538052b296deef6064f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the commercial centre of Athens, just a 1-minute walk from Omonia central s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.98" OriginalAmount="306.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98466" Longitude="23.72436634" StarRating="3" HotelCode="620606|2237975|Bed &amp; Breakfast" HotelName="K29 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Konstantinou Street 29, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b4/8eb452107c172fc7e07f39a71fecf25edb0e30eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Athens, this apartment hotel is about 20 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.16" OriginalAmount="308.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9792" Longitude="23.726648" StarRating="3" HotelCode="77953|cecil_hotel_3" HotelName="Cecil Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Athinas Street, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/bf/a8bf39762699bb50620b44e168a3e6d377a1fc3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.38" OriginalAmount="308.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981572332478" Longitude="23.726665377617" StarRating="2" HotelCode="60420|287855|Bed &amp; Breakfast" HotelName="Economy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5 Klisthenous Street, 10552 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/86/8486a02524e655a07b1e4e7b3f36c3af04254f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the old Town Hall of Athens, very close to all main attractions of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="319.79" OriginalAmount="313.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.954505" Longitude="23.717698" StarRating="4" HotelCode="68433|252526|Bed &amp; Breakfast" HotelName="Athens Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Okeanidon Street, Syngrou Avenue, Agios Sostis, 11745 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/07/fc07fa9a59f06160318ff95ce081f1530d70758b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated in the centre of Athens in a quiet district on Syngrou Avenue, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.46" OriginalAmount="323.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="2" HotelCode="742754|nubian_hostel" HotelName="Nubian Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Mavromichali, 10680 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/85/33855f421ec7a02b1747f52205c73e080c1ed0da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.53" OriginalAmount="326.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.984858" Longitude="23.724287" StarRating="3" HotelCode="113591|978735|Bed &amp; Breakfast" HotelName="Achillion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Agiou Konstantinou Street, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/bc/d6bc1b20258ce7da93b3ddbeb4fab36d95813564.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="357.48" OriginalAmount="350.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98767" Longitude="23.727582" StarRating="4" HotelCode="71932|285555|Bed &amp; Breakfast" HotelName="Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27, Marni, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/e4/05e48a2181bd8951fe80f83decb577fcff404b89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of the National Theatre, Omonia Square, the Archaeological Muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="368.48" OriginalAmount="361.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.989121375611" Longitude="23.720492401137" StarRating="3" HotelCode="53779|CAN501800|Bed &amp; Breakfast" HotelName="Best Western Candia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Theodorou Diligianni 40, 104 38 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/29/db29cd8c3cae7d6cc3eec69bd55d900c126e816b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is located near to Athens' historical old town. There are scores of shops, v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.19" OriginalAmount="363.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.911017" Longitude="23.711486" StarRating="3" HotelCode="94690|605015|Bed &amp; Breakfast" HotelName="Galaxy" 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>39 Posidonos Ave. &amp; Kalamakiou, 17455 Kalamaki, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/87/8b87cdca1dbe659d3530e0fccc8bda04ca8e4241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.88" OriginalAmount="365.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.94369579402" Longitude="23.697037940195" StarRating="2" HotelCode="347655|4674345|Bed &amp; Breakfast" HotelName="Lacoba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tagmarchou Plessa 19-25, 17674 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/aa/9caadb4e90a2f5b882454861d539ccb446e92de0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="377.91" OriginalAmount="370.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.974606" Longitude="23.750867" StarRating="4" HotelCode="113598|71564|Bed &amp; Breakfast" HotelName="Delice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leoforos Vasileos Alexandrou 3 &amp; Vrassida, Athens 11528</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/81/6981a068f40b1d017ec0683049fedddd9515e006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Athens, about 17 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.42" OriginalAmount="371.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="952571|athenaeum_smart_hotel" HotelName="Athenaeum Smart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sygrou Avenve 127, 117 45 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/17/7f17ae400be45b8bc5234a44bf317f729f59639b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.81" OriginalAmount="374.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.993714950966" Longitude="23.721955418587" StarRating="2" HotelCode="36457|186036|Bed &amp; Breakfast" HotelName="Diethness" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Peoniou 52, 10440 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b1/8eb1980f267d30434a9b8364b4364e017693ba2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.33" OriginalAmount="374.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.025852321935" Longitude="23.809711933136" StarRating="2" HotelCode="76371|4722155|Bed &amp; Breakfast" HotelName="Acropol Halandri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pendelis Avenue 71, 152 33 Halandri, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/94/7e94a0684610415b60380a35c68e49f3aaac65b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.50" OriginalAmount="375.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98611752" Longitude="23.72538744" StarRating="4" HotelCode="952672|athens_one_smart_hotel" HotelName="Athens One Smart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Veranzerou 50, Marnis, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/26/b926d3ee0a377fb8807148a747b5143ec8a73fd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="390.20" OriginalAmount="382.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982887316115" Longitude="23.725619316101" StarRating="3" HotelCode="39583|CAF511200|Bed &amp; Breakfast" HotelName="Dorian Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Pireos Street 15-19, 10552 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/95/6b959a26f4a4b56f1dd5bcc8579f110fb9a31a81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the centre of Athens, just a stone’s throw from the nearest underground sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="394.68" OriginalAmount="386.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985280441302" Longitude="23.720662593842" StarRating="3" HotelCode="73758|273245|Bed &amp; Breakfast" HotelName="Crystal City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Achilleos str., karaiskaki sq., 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/69/ee69a00b52b0ea7b3b8a3c85ec969cc60cb2609a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a most convenient situation right in the centre of Athens, very close to the Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.80" OriginalAmount="390.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97820848" Longitude="23.72471267" StarRating="4" HotelCode="452239|andronis_athens" HotelName="Andronis Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Karaiskaki 33, Psirri, Gazi, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/fa/7afa818c47b33e9453a2634888caf59073317b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.88" OriginalAmount="394.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.988811526306" Longitude="23.742107418852" StarRating="2" HotelCode="225009|hotel_frida_3" HotelName="Hotel Frieda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zosimou 2, Vatagi, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/cb/10cb0a52fd0ef05be95cd4903f97e83c1d116249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Frida in Athens (Athens City Centre), you'll be conveni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.54" OriginalAmount="398.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.95909049" Longitude="23.718993" StarRating="0" HotelCode="756534|2476505|Bed &amp; Breakfast" HotelName="B4B Athens 365 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Laundry,Printer,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Fragkoudi &amp; 138 Syggrou Avenue, Kallithea, 17671 Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/c4/bec4a62c473bb4d3f7bdc432ab81e30f34682942.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the most distinguished part of Athens, B for Boutique Hotels are the new ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="408.07" OriginalAmount="400.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.95612669" Longitude="23.71539766" StarRating="4" HotelCode="459632|1959615|Bed &amp; Breakfast" HotelName="Athens Avenue 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>Leof. Andrea Siggrou Avenue 182, 17671 Kallithea, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/14/38140a7e34a30ba52da6c942cdbcf8ca8926bb45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="410.39" OriginalAmount="402.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98481559" Longitude="23.7247258" StarRating="3" HotelCode="591159|2384585|Bed &amp; Breakfast" HotelName="Kubic Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Konstantinou 26, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/24/2924e8114dce7328288dbe261bba09166f4544ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.10" OriginalAmount="405.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96369459" Longitude="23.72505955" StarRating="2" HotelCode="812762|hotel_syngrou_fix" HotelName="Hotel @ Syngrou Fix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Falirou 79, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/27/ff274c3363a7279508a827df3e9fd689aaea9703.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.77" OriginalAmount="407.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.964467" Longitude="23.730441" StarRating="3" HotelCode="180161|1164618|Bed &amp; Breakfast" HotelName="Acropolis Ami Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 IRAS Street, 11743 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/c1/27c149f7a5d4bed371d53c4f4a2febc85a7200f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a great location at the foot of the Acropolis and a few minutes' walk from the Acropol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.12" OriginalAmount="410.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.980405" Longitude="23.723452" StarRating="2" HotelCode="318141|266455|Bed &amp; Breakfast" HotelName="Evripides" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evripidou, 79, 10553 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/7a/757a70d06386e7385d2a0229f5d5f98a4ae92f6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Athens. The old town as well as a the Acropolis ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="428.52" OriginalAmount="420.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9841974" Longitude="23.7112924" StarRating="3" HotelCode="310577|1200988|Bed &amp; Breakfast" HotelName="Mc Queen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Kastorias Street 24, Votanikos, Athens 10447</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/60/4860f896634cfb67ea91dd7b4f3a86e070c596c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="432.82" OriginalAmount="424.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.972978" Longitude="23.731423" StarRating="2" HotelCode="160639|289215|Bed &amp; Breakfast" HotelName="Nefeli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16, Iperidou Str &amp; 2, Ag. Hatzimichali Str., Plaka area, 10558 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/21/b121ccbe95fd18dfe21a6edbe5bf123073d00fcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy and comfortable hotel lies right in the heart of the beautiful city of Athens, in the scen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="442.52" OriginalAmount="433.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981542734504" Longitude="23.759779930115" StarRating="4" HotelCode="337225|285285|Bed &amp; Breakfast" HotelName="Stratos Vassilikos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Michalakopoulou Str. 114, 11527 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/43/d143a7f4c1288e7369a4acb760577b4d111d268b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Athens, Greece, it is an hotel offering an oasis of calm in the centre of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="444.72" OriginalAmount="436.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983319" Longitude="23.757379" StarRating="3" HotelCode="207236|athinais_hotel" HotelName="Athinais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasilissis Sofias Av. 99, 11521 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/52/4d52a141c7d8dee2e14b7e4c82492e741e083bc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.76" OriginalAmount="438.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.967265178286" Longitude="23.728678087298" StarRating="2" HotelCode="225010|athens_backpackers__studios" HotelName="Athens Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Veikou Street 3A, Makrigyianni, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/d7/1ed7ae7e8d749b7497284a2b72418941a539ba1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.84" OriginalAmount="442.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97007159" Longitude="23.74121674" StarRating="4" HotelCode="510602|pi_athens" HotelName="Pi Athens Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Fokianou Street 4, 11635 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/d4/1ad49aac27cd151342206e8663ce9a63c97c305c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.86" OriginalAmount="443.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982907302658" Longitude="23.730956834324" StarRating="5" HotelCode="18624|titania_hotel" HotelName="Titania Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Panepistimiou 52, 106 78 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/71/dd716234809eb940a71ffa7a69388901e93aa613.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Athens, just a few paces from countless shopping facilities a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="453.54" OriginalAmount="444.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983884108749" Longitude="23.727309107781" StarRating="4" HotelCode="22192|1941025|Bed &amp; Breakfast" HotelName="Athens Tiare 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,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peiraios 2, 10431 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/21/e3214f4074019fdb34483dbc06db38e5710fda4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on Omonia Square at the heart of the business and shopping district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="458.94" OriginalAmount="449.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983319" Longitude="23.756979" StarRating="4" HotelCode="173051|8624|Bed &amp; Breakfast" HotelName="Alexandros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Timoleondos Vassou 8, 11521 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/eb/c8ebfd55ebc0f1b0ed0c4e027f746822b49e7df9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated, somewhat out of the centre of Athens yet still within easy reach of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="465.47" OriginalAmount="456.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="4" HotelCode="962852|2561395|Bed &amp; Breakfast" HotelName="Ibis Styles Athens Routes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vouliagmenis Avenue 109, 116 36 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/b2/ecb2c9ea73c15d2a9980d4f8433c02d2feb2aaea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="469.05" OriginalAmount="459.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97725895" Longitude="23.72501635" StarRating="4" HotelCode="568751|4222065|Bed &amp; Breakfast" HotelName="Concierge Athens I" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>8 Agias Theklas, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/77154/2477154/46.jpg?f=15683468</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="477.96" OriginalAmount="468.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.95871555" Longitude="23.71879117" StarRating="4" HotelCode="557929|2179985|Bed &amp; Breakfast" HotelName="Athenaeum Grand Hotel" 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>Syngrou Avenue 142, Kalithea, 176 71 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/34/d3347e71466aa596dcd369ea6b967b940bf3b83d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="493.56" OriginalAmount="483.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978358914602" Longitude="23.755373026984" StarRating="4" HotelCode="12854|605055|Bed &amp; Breakfast" HotelName="The Golden Age Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Michalakopoulou Street 57, 115 28 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/76/3e76da3cc78e511285481056af7ccbb8633da2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of the most highly secured areas of Athens, near the Music Hall and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="494.08" OriginalAmount="484.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.966032" Longitude="23.728363" StarRating="3" HotelCode="93119|285245|Bed &amp; Breakfast" HotelName="Acropolis Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Sygrou Avenue, Athens 11742</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/4c/0d4cd843b88f5d4e6eb50a48e3eff36d535f929b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few steps from the Acropolis and Plaka, and adjacent to the new Acropolis museum, this charmi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.70" OriginalAmount="485.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97932621" Longitude="23.72612597" StarRating="3" HotelCode="755030|the_artist_athens" HotelName="The Artist Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Bar,Internet,Laundry,Massage Centre,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Melanthiou 4, Kalamida 7, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/55/f85552f7a2ffde3e1d838bc59c7eba1efae42e34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city center of Athens in Psyrri area, an industrial building turns into an urban...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="494.75" OriginalAmount="485.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978592" Longitude="23.720517" StarRating="3" HotelCode="337097|CAH513800|Bed &amp; Breakfast" HotelName="Jason Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Ag. Assomaton Street, 10553 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/7a/a07a1dce738a1afbb75a5dbe84a494e667e36664.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre of Athens, not far from the Acropolis. The closest train st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="494.92" OriginalAmount="485.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97504780474" Longitude="23.719525337219" StarRating="2" HotelCode="74479|289375|Bed &amp; Breakfast" HotelName="Phidias" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Apostolou Pavlou, Thissio 11851</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/ed/b8edb440eefccbd3dd9be908cabd03c0d4753528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of old Athens, opposite the Acropolis and just metres from Thissi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.54" OriginalAmount="485.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98923102" Longitude="23.72467918" StarRating="3" HotelCode="599268|2482765|Bed &amp; Breakfast" HotelName="Athens Comfort Suites &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel,Apartment,Hotel,Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Liossion Street 23, 10439 Athens, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/16/381681f104d7355901b6d141a910723e16bd3018.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.80" OriginalAmount="490.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983645" Longitude="23.727427" StarRating="5" HotelCode="10469|classical_acropol_3" HotelName="Classical Acropol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/08/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>Omonia Square, 105 52 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/87/4c874ffeb5f2fc0c34361f466a1372e515ea513d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located on Omonia Square at the heart of the business and shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="501.27" OriginalAmount="491.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.989154" Longitude="23.76387" StarRating="4" HotelCode="16142|8954|Bed &amp; Breakfast" HotelName="President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Kifissias Ave., 115 23 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/ee/aeee802e0c8b4b8b01d3af91de9d32f50c7cca4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only a few minutes away from museums, archaeological sites and commercial and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.64" OriginalAmount="492.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="961191|4711415|Bed &amp; Breakfast" HotelName="14 Reasons Why" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Miaouli 21, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/c2/69c2a454362f9fcfb341876523a60f4095ba8b88.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.90" OriginalAmount="493.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97524" Longitude="23.732686" StarRating="3" HotelCode="66348|180856|Bed &amp; Breakfast" HotelName="Pan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos Street 11, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e7/66e7810b01dc5a8dbd9e6b011bbfbc74378c055a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Athens, near the Omonoia Square, and combines the advantages o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.88" OriginalAmount="494.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977665" Longitude="23.729034" StarRating="2" HotelCode="145551|carolina_hotel" HotelName="Hotel Carolina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Kolokotroni Street, 10560 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/61/6761e6489c6a6e4c9bf15d43d2d2fe0d8096e277.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="508.98" OriginalAmount="499.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.980271" Longitude="23.726995" StarRating="3" HotelCode="144165|athens_center_square_hotel" HotelName="Athens Center Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Aristogitonos Street and corner of Athinas Street, Monastiraki, 10552  Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/34/64343c66a107db8eaf086aa377d71e7531cce888.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated right in the city centre of Athens, the city hotel is 300 m from Monastiraki metro ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="511.02" OriginalAmount="501.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975893714569" Longitude="23.751880271164" StarRating="4" HotelCode="64854|best_western_ilisia_hotel" HotelName="Ilisia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Michalakopoulou Street 25, 11528 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7e/4c7e393d143249ba35ef471925a72271efdd7b9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the town centre in a quiet business and residential area close to tourist a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="517.14" OriginalAmount="507.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.979507572807" Longitude="23.728872865624" StarRating="4" HotelCode="743376|athens_mansion_luxury_suites" HotelName="Athens Mansion Luxury Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Fax,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Evripidou 11, 105 61 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/a1/daa1d8164621a38ac49c5e4ae22c5e994e7846f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Athens. Visitors will enjoy a peaceful and calm stay at Athens Mans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="519.74" OriginalAmount="509.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.969049" Longitude="23.730497" StarRating="4" HotelCode="15738|8634|Bed &amp; Breakfast" HotelName="Parthenon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Makri 6, 11742 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6b/ba6bacf8c516455535a1c572d7d7d6939efe7438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located under the cliffs of the Acropolis in one of the most significant archaeol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.02" OriginalAmount="511.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.971214" Longitude="23.732367" StarRating="1" HotelCode="180166|4238645|Bed &amp; Breakfast" HotelName="Dioskouros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Garden,Internet,Laundry,Library,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>6 Pittakou, Plaka, 10558 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b8/88b8bf4d2009986f5d3065b449f83bceeed55a06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Dioskouros - Hostel in Athens (Plaka), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.63" OriginalAmount="512.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9188" Longitude="23.701208" StarRating="3" HotelCode="316826|289455|Bed &amp; Breakfast" HotelName="Poseidon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Possidonos Avenue, 17562 Paleo Faliro, Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/62/c86297bb74503ba42f2b7382294852bc6ac6b092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of the finest suburbs of Athens, on the seafront of Palaio Faliro, on th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.57" OriginalAmount="513.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975301342964" Longitude="23.732970426914" StarRating="3" HotelCode="10299|285515|Bed &amp; Breakfast" HotelName="Arethusa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos Street 6-8, Nikis Street 12, 105 63 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/aa/06aa32ffa92c40e4f813eee6e3ee32afccf4a55a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the centre of Athens (Constitution Square), with an unbeatable view o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="525.03" OriginalAmount="514.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97727" Longitude="23.72553" StarRating="3" HotelCode="624908|2353825|Bed &amp; Breakfast" HotelName="360 Degrees Pop Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Miaouli, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/8d/628d30cc37f9f70fc329636c71f630074858cccc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="525.30" OriginalAmount="515.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.983789" Longitude="23.755976" StarRating="4" HotelCode="201010|best_western_plus_embassy_hotel" HotelName="Best Western Plus Embassy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Timoleontos Vassou 22, 11521 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/16/6f16deef48008f6299e54add360f050d48d6a4d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury boutique hotel is centrally located at the foot of Mount Lycabettus, about 1.5 km from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="526.30" OriginalAmount="515.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97880895" Longitude="23.7248981" StarRating="3" HotelCode="755120|4215075|Bed &amp; Breakfast" HotelName="The Frogs Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aristofanous 4, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/7d/bc7d4e952efd5c10f1a0643c92f9df73457b6c1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="534.02" OriginalAmount="523.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978094" Longitude="23.754601" StarRating="4" HotelCode="337253|42044|Bed &amp; Breakfast" HotelName="Holiday Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arnis Str. 4, 11528 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/95/2f95d7dd396c5902472faada70d63e91bb5a5eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located and only minutes from the lively centre, which has an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="535.50" OriginalAmount="525.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97878433" Longitude="23.72760133" StarRating="0" HotelCode="956780|athens4" HotelName="Athens4" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Polyklitou 4, 105 51 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b9/0db9fb4253dee287b112b2735f9ed49563695a0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="540.60" OriginalAmount="530.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98862824" Longitude="23.76878824" StarRating="3" HotelCode="861138|apartotel_athens_platinum_rooms_and_suites" HotelName="Athens Platinum Rooms And Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Zagoras Street 16, 115 27 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/27/d027c38a0b4a887fe9d906028d8992a47903de9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Athens. Athens Platinum Rooms and Suites is a complex of 41 luxuriou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="545.12" OriginalAmount="534.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.989439298981" Longitude="23.724929906746" StarRating="4" HotelCode="15215|183286|Bed &amp; Breakfast" HotelName="Novotel Athenes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Michail Voda Street 4, 104 39 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/0b/600bb7c75164cff2a2306bfd1f0dd3ebca6cd6f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, top-quality hotel is located in a quiet side street close to the National Museum and Om...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.72" OriginalAmount="536.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="802337|v1935_luxurious_apartments" HotelName="V1935 Luxurious Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Voulis Street 29, Syntagma Square, 105 57 Athens Center</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/1d/bf1d805a48de42cf2767b9a7c79335866033e306.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="547.44" OriginalAmount="536.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985748536531" Longitude="23.722735827053" StarRating="4" HotelCode="160858|130262|Bed &amp; Breakfast" HotelName="Novus City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karolou Street 23, Karaiskaki Square, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/ec/44ec09108b8d4b0d51540032dc54c3b1ed301eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the cultural and historical heart of Athens within walking dist...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="550.49" OriginalAmount="539.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.984638" Longitude="23.727606" StarRating="2" HotelCode="33258|6505272|Bed &amp; Breakfast" HotelName="La Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Marikas Kotopouli Str. 3, Omonia Square, 10431 Athina</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/e3/9fe3e9ebce22946434323230b3d8b755aefd16a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is located near to Athens’ historic Old Town. Countless shops, restaurants, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="550.80" OriginalAmount="540.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985504528534" Longitude="23.729556798935" StarRating="4" HotelCode="365848|polis_grand_hotel" HotelName="Polis Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Veranzerou St., 10432 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/62/0562ae48d700947189829baa35cd18858bc3af96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of the most central points of Athens, just 200 m from Omonia Square and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="551.31" OriginalAmount="540.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.965566543498" Longitude="23.72935295105" StarRating="4" HotelCode="26483|CAO121600|Bed &amp; Breakfast" HotelName="Athenian Callirhoe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kallirois Avenue &amp; Petmeza 32, 11743 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/93/179301d88e4909c02631b659e300e79b54269f7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Kallirrois Avenue, one of the most frequented avenues, very close to the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="558.21" OriginalAmount="547.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97695046" Longitude="23.72495085" StarRating="4" HotelCode="550410|2482985|Bed &amp; Breakfast" HotelName="Lotus Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ermou Street 90, Monastiraki, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/74/9d74cf3963d43657d08dfd7bb62d69e5d6e5ec1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="558.42" OriginalAmount="547.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97500702" Longitude="23.71670703" StarRating="3" HotelCode="572490|2476515|Bed &amp; Breakfast" HotelName="Be My Guest Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nileos Street 33, 11851 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/76/f076696c44bedc355a53364c26217b826f41661a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.96" OriginalAmount="548.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.967596532951" Longitude="23.727280944586" StarRating="3" HotelCode="27905|philippos_hotel_2" HotelName="Philippos Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitseon Street 3, Acropolis, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/50/cb509cef60695bb161ed3b912d2c2f1ebc940689.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-owned hotel is just a block from the New Acropolis Museum and the Parthenon, in the tran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="562.02" OriginalAmount="551.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973211891229" Longitude="23.732230502589" StarRating="2" HotelCode="324716|acropolis_house" HotelName="Hotel Acropolis House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Housekeeping,Internet,LCD/Projector,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Kodrou Street 6-8, Plaka, 105 58 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/78/207896355b9da4c57e58532a7534038e8339f756.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Athens (Omonia), Hotel Acropolis House is minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="566.10" OriginalAmount="555.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="3" HotelCode="804828|neratzia_rooms" HotelName="Neratzia Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zan Moreas 6, 117 41 Athina</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/50/c35084177b759698035997c247750177e649988c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.14" OriginalAmount="557.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975202150558" Longitude="23.731756210328" StarRating="3" HotelCode="66338|best_western_amazon_hotel" HotelName="Best Western Amazon 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,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos 19 and Pentelis Street, 10557 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/31/b13115a764ceca887d7f29a9efc3eeed3ce2c748.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Athens, at Syntagma Square, the hotel has a unique view of the Acropolis an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.14" OriginalAmount="557.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="977862|pallada_athens_boutique_rooms_apartments" HotelName="Pallada Athens Boutique Rooms &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pallados 17, Psiri, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/e7/69e7ab5ae2903760465c1b08864aaa15975bfe5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="581.40" OriginalAmount="570.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97945666471" Longitude="23.725708189432" StarRating="3" HotelCode="32706|arion_athens_hotel" HotelName="Arion Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Dimitriou 18, Psiri, 105 54 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/be/5dbe498db2cdbf88bc0f101bb46bccdf903ec72d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the Psyri quarter, which always enjoys great popularity in Athens....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.42" OriginalAmount="571.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.062798" Longitude="23.780667" StarRating="3" HotelCode="255585|green_hill_hotel" HotelName="Green Hill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Amarousiou Avenue, Heraklion, alternative: Leoforos Amarousiou 36, Hrakleio, 141-22 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/09/5f0990f29e3a224becd88b06f2bccb46d9d9887c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="589.66" OriginalAmount="578.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97952975" Longitude="23.72333405" StarRating="4" HotelCode="434580|1222218|Bed &amp; Breakfast" HotelName="City Circus Athens Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Dry Cleaning,Internet,Laundry,Library,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/e7/46e72adcaac5ccc6e7a95471463da2b902bff544.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at City Circus Athens, you'll be centrally located in Athens, steps fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="590.17" OriginalAmount="578.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.965793" Longitude="23.727183" StarRating="3" HotelCode="168165|8604|Bed &amp; Breakfast" HotelName="Acropolis Select" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Falirou 37-39, 11742 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/db/ee/dbeef17908619bda8050eadb38fdd7cea3349067.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this design hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.60" OriginalAmount="580.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="980021|pame_house" HotelName="Pame House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Miaouli 23, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/0b/710bcce813900efff500e789fda15e64d77ee876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="592.20" OriginalAmount="580.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="981734|4720565|Bed &amp; Breakfast" HotelName="Mosaikon Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kolokotroni 61, 105 60 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/11/2d11ce31410200999f7a48d88ebf3a8ab313e3ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="592.62" OriginalAmount="581.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.871805" Longitude="23.737413" StarRating="3" HotelCode="187879|kreoli" HotelName="Kreoli Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Love hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leoforos Poseidonos 17A, Glyfada, 16674 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/4a/404a2db9738ee42cdf72af50b319fa8fb4b8f022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="594.38" OriginalAmount="582.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98259533" Longitude="23.71669657" StarRating="4" HotelCode="756668|4212675|Bed &amp; Breakfast" HotelName="Estia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Megalou Alexandrou Street 79, 104 35 ?thens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/985814064087b0db37280af15a167ff99783c649.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.66" OriginalAmount="583.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.989503696577" Longitude="23.746578046627" StarRating="4" HotelCode="19491|athens_zafolia_hotel" HotelName="Athens Zafolia 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,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alexandras Avenue 87-89, 114 74 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a7/dba7d1cc41fa2ab9ebfebc3af2c3bdadcf449515.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is centrally located and is situated close to the Lycabettus hills and the archaeolog...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.66" OriginalAmount="583.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.967681114627" Longitude="23.732373118401" StarRating="5" HotelCode="16993|royal_olympic_hotel" HotelName="Royal Olympic Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Athanasiou Diakou Street 28-34, 11743 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/d6/c0d698516c288b4b7c49bade120808ab72609045.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to the Zeus temple and Hadrian's Arch. The Plaka district, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="599.11" OriginalAmount="587.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977020599809" Longitude="23.755077860119" StarRating="5" HotelCode="99020|8824|Bed &amp; Breakfast" HotelName="Crowne Plaza Athens City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Mihalakopoulou Avenue, 115 28 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/fa/55fac4e18ae7b6b216ce93873e57a22382c17e10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies right in the heart of the city approximately 20 km from the nearest beach. Pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.76" OriginalAmount="588.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.114244" Longitude="23.848056" StarRating="5" HotelCode="59686|life_gallery" HotelName="Life Gallery Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Thisseos Avenue, Ekali, Athens 14578</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/f4/c1f4837886b23972c9e2b16db78cd6a67323e376.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new boutique hotel, member of the Small Luxury Hotels of the World, the Design Hotels and the L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="601.80" OriginalAmount="590.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.974551" Longitude="23.731284" StarRating="3" HotelCode="6361|hermes_hotel" HotelName="Hermes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apollonos, 19, 10557 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/7d/ba7de9560e6ce7449172eb13f487a4d110a42ab1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel enjoys a superb location near to Syntagma Square and Plaka, the Acropolis, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="603.16" OriginalAmount="591.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.974717968753" Longitude="23.727641701698" StarRating="3" HotelCode="56716|56556|Bed &amp; Breakfast" HotelName="Adrian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Adrianou Street, 10568 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/16/6216b9951515c7ebb4de6764a25fd9fd173b8a16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right under the hill of the Acropolis and in the midst of the antiquities extra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="614.13" OriginalAmount="602.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96551721" Longitude="23.73098297" StarRating="4" HotelCode="658959|4211185|Bed &amp; Breakfast" HotelName="B for Boutique Athens Signature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Menaichmou 1 &amp; Theofilopoulou 18, 117 43 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/6f/2c6f866db8e626d17f57d6561f96b17d19fb967d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="617.10" OriginalAmount="605.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9776846" Longitude="23.72435756" StarRating="4" HotelCode="561927|athens_lodge_2" HotelName="Athens Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Karaiskaki 19, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/d6/6bd652f81cfbf4b3f2bd2e977622fd42eb7699e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="624.44" OriginalAmount="612.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.904876" Longitude="23.719031" StarRating="4" HotelCode="26971|180836|Bed &amp; Breakfast" HotelName="Tropical" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Possidonos Ave., 174 55, Alimos-Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/76/6476bcb988a7e6295b44d6e23a666e0e280d9950.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the area of Alimos, on the beach front. It is approximately 25 km from the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="626.57" OriginalAmount="614.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978436995074" Longitude="23.726584911346" StarRating="2" HotelCode="6356|285845|Bed &amp; Breakfast" HotelName="Attalos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Athinas, 29, Monastiraki, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ee/86ee7a6f111c4d626508b0a836f98282e94d8ebd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is conveniently located right in the centre of Athens, in the old tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="627.68" OriginalAmount="615.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985387486863" Longitude="23.720847612268" StarRating="3" HotelCode="726380|2277845|Bed &amp; Breakfast" HotelName="Wyndham Athens Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Achilleos 2, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/4a/174ae7453dd15917024667b9a7c1fca250df52c2.WEBP</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="628.32" OriginalAmount="616.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973731" Longitude="23.733027" StarRating="2" HotelCode="180163|niki" HotelName="Niki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Nikis Street, 10557 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/b5/a8b5a5f0b32de6ce2d62face974bd7dc3e2281d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located not far from the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="641.58" OriginalAmount="629.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9813303" Longitude="23.73675102" StarRating="3" HotelCode="774997|bohemian_suites_athens" HotelName="Bohemian Suites Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaplanon 3-3A, Kolonaki, 106 80 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/a1/aca136dfe4be7155ad18636f6067cb63e1d01225.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="644.97" OriginalAmount="632.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977163159921" Longitude="23.731588572264" StarRating="3" HotelCode="166982|233946|Bed &amp; Breakfast" HotelName="Achilleas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lekka 21, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fa/fafa3cde51c556d5467bfff8b3220b94ce3c19a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street at the heart of Athens. Close by are many of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="652.80" OriginalAmount="640.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.8688402689" Longitude="23.74087572045" StarRating="3" HotelCode="187880|mirada_hotel_" HotelName="Mirada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 07/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Meropis 11, Glyfada, 166 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/1d/ce1d5c065c32ab93dc07fcbc21ae1f224d819024.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="657.03" OriginalAmount="644.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.991298848432" Longitude="23.733134865761" StarRating="4" HotelCode="6364|8924|Bed &amp; Breakfast" HotelName="Radisson Blu Park Hotel, Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alexandras Avenue 10, 10682 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/e7/87e7e97b87e18506d54d92814a2a1d1c64b2b746.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has an attractive location in a wonderful park area. The archaeological museum and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="657.43" OriginalAmount="644.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98622741" Longitude="23.72219918" StarRating="4" HotelCode="593064|2482975|Bed &amp; Breakfast" HotelName="Meni Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Psaron Street 8, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/f1/7ef14e8fcd28059eea72bcc25073a123d4514abd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.00" OriginalAmount="650.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96767011" Longitude="23.73087665" StarRating="2" HotelCode="621998|acropolis_spirit_hotel" HotelName="Acropolis Spirit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 7, Acropolis, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/6b/5d6b12fdcc1aaaf761217baf0df7d77d146ad25a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="671.57" OriginalAmount="658.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96866591" Longitude="23.73050948" StarRating="2" HotelCode="599173|4218245|Bed &amp; Breakfast" HotelName="Athens Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Makri 12, Makrigianni, 11742 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/1c/751cfc7d3531c0c47e7423f5446e46222bb77cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="678.71" OriginalAmount="665.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976362999924" Longitude="23.73168524785" StarRating="3" HotelCode="10471|78212|Bed &amp; Breakfast" HotelName="Athens Cypria Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diomias Street 5, Syntagma Square, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/01/7801cdf93ce73973d864f2150515b72113275e45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="683.40" OriginalAmount="670.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.981294394764" Longitude="23.726650851521" StarRating="4" HotelCode="6355|fresh_hotel" HotelName="Fresh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sofokleous Street 26, 10552 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/7b/9a7bbce72e2e02b6e71d95f08aae78d0a65db71a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located, close to countless shopping venues, restaurants, bars and ni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="683.40" OriginalAmount="670.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973904055864" Longitude="23.73503382209" StarRating="4" HotelCode="6352|amalia_hotel_athens" HotelName="Amalia Hotel Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amalias Avenue 10, 105 57 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ba/70ba4935cc78b1d0db8641b3d494a4b4aa70e494.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in an exceptional location next to Syntagma Square and opposite the National G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="684.04" OriginalAmount="670.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97641553" Longitude="23.73101046" StarRating="3" HotelCode="623635|4228595|Bed &amp; Breakfast" HotelName="Vol 5 The Mini Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kornarou street 7, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/1b/4a1bd541cb6bc2c8498ba30ed9111dd4ad5fc732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="690.20" OriginalAmount="676.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="38.07414160408" Longitude="23.81846039215" StarRating="3" HotelCode="113767|289775|Bed &amp; Breakfast" HotelName="The Y" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mykonou 3, Kefalari, Kifissia, 145 62 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/cd/ffcd97aa4e3ddca9018e49d980a2e28ac72be71e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kefalari, in one of the most exclusive and elegant northern suburbs of Athe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="691.56" OriginalAmount="678.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.98004" Longitude="23.71842" StarRating="5" HotelCode="37117|eridanus_2" HotelName="Eridanus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piraeus Street 78, 104 35 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c6/38c6178ea955d801bf2dcabdec33d75dd74d9ad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous location within a short distance of the archaeologic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="702.77" OriginalAmount="688.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975221" Longitude="23.732378" StarRating="4" HotelCode="177905|1444748|Bed &amp; Breakfast" HotelName="Athens Diamond Plus" 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>23 Voulis Street &amp; Mitropoleos Street, Plaka, 105 63 Athens, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/8e/d48e5650a4b59e0861cbf05e9d8ce4a77169c6e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="706.86" OriginalAmount="693.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.986002" Longitude="23.730179" StarRating="4" HotelCode="32934|melia_athens" HotelName="Meliá Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Chalkokondili &amp; 28 October Avenue, 10677 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/af/f7af810f371291e413ad42a282266cd110204c32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper-class hotel is located at the heart of Athens, only paces from Omónia Square and the Arch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.90" OriginalAmount="695.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97405926" Longitude="23.71993824" StarRating="2" HotelCode="334270|hotel_thissio" HotelName="Thissio View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/15/6d157f17f336955a49bd939ffa6f14b201d5aa75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="714.00" OriginalAmount="700.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.982615" Longitude="23.727344" StarRating="4" HotelCode="59507|baby_grand_hotel" HotelName="Pallas Athena Grecotel Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Athinas Street &amp; Likourgou 65, Kotzia Square, 10551 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/89/868988ae7c9375d5badad9dbebe5e472fff966f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located at the heart of Athens, in a side street near Omonia Square, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.04" OriginalAmount="702.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="879104|project_3_urban_chic_hotel" HotelName="Project 3 Urban Chic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Xanthou 3</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/6e/126e5b866754d2861d9df24d7b152932d84b93f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="743.58" OriginalAmount="729.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="982169|urban_nest_suites_apartments" HotelName="Urban Nest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karaiskaki 30, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/0d/150d7fb06f48172b76c7b03200496f90bac55428.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="744.64" OriginalAmount="730.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.972791781563" Longitude="23.751658201218" StarRating="5" HotelCode="11810|8724|Bed &amp; Breakfast" HotelName="Divani Caravel" 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,Diet Meals,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasileos Alexandrou 2, 16121 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d3/4dd3d46bb784245113c3ae1fed64e2b696689f9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch hotel is wonderfully located in one of the most exclusive shopping, leisure and comme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="746.46" OriginalAmount="731.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.869609" Longitude="23.738949" StarRating="3" HotelCode="187876|419685|Bed &amp; Breakfast" HotelName="Glyfada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 Possidonos Ave., 16675 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d7/2cd74a7a5105cf49d04a566383136fdac369bf68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="749.88" OriginalAmount="735.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9848" Longitude="23.7212" StarRating="5" HotelCode="489514|1968695|Bed &amp; Breakfast" HotelName="Wyndham Grand Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Megalou Alexandrou Street 2, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/602479/a_602479_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located and only minutes from the lively centre, which has an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="751.17" OriginalAmount="736.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.92481" Longitude="23.691938" StarRating="4" HotelCode="77490|122074|Bed &amp; Breakfast" HotelName="Coral Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Possidonos Avenue, Paleo Faliro 175 61, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/10/cc10c4718a8cdbef173878913b76448bbcafe0a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This seafront hotel is located on the waterfront in Paleo Faliron, an elegant seaside suburb of Athe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="754.23" OriginalAmount="739.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975834330728" Longitude="23.733065128326" StarRating="4" HotelCode="39675|CAK780100|Bed &amp; Breakfast" HotelName="Electra Hotel Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Ermou Street, 10563 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/49/b249f5299a9162efaa38d346e4c44bb03e2812cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Athens on Ermoú Street, the most famous shopping street in the city....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="756.84" OriginalAmount="742.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.985842772115" Longitude="23.720903992653" StarRating="4" HotelCode="6366|hotel_stanley" HotelName="Stanley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1, Odisseos street, Karaiskaki Square, Athens 10437</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/15/1f/151f4fe4a79ca10fe6cbbdf0e07257f74b22807d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 700 m from Athens city centre, 1.5 km from Constitution Square and just 10 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="783.58" OriginalAmount="768.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="965802|2557965|Bed &amp; Breakfast" HotelName="Athenian Foss" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evaggelistrias And Ermou Street 9, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/75/4c752d0d0adcede5a6852542a7cad3ae32006ad3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="789.48" OriginalAmount="774.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97327865" Longitude="23.7321895" StarRating="2" HotelCode="492275|adonis_4" HotelName="Hotel Adonis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Bar,Elevator,Internet,Lounge,Luggage Storage,Parking,Photocopy,Shopping Arcade,Smoking Rooms,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/fa/36fa8bc4639ce0f3bd1255924b370ca6bcabfd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;SITUATION: This hotel is in the historic district of Plaka. It has excellent transport links to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="790.50" OriginalAmount="775.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97588589" Longitude="23.73190846" StarRating="4" HotelCode="858046|elia_ermou_athens_hotel" HotelName="Elia Ermou Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>15-17 Ermou Street, City Center, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/67/fa679f1ade21680024e995bab52ff511c3384584.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="797.64" OriginalAmount="782.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.968340848355" Longitude="23.727110624313" StarRating="4" HotelCode="52558|herodion_athens" HotelName="Herodion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Jacuzzi,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rovertou Galli Street, 11742 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/b6/39b66ac4eba0442b15bf038db7b3daba445ea1e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies right in the heart of the upscale Acropolis residential neighborhood, part of the ped...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="800.70" OriginalAmount="785.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97777" Longitude="23.736653" StarRating="4" HotelCode="88753|hotel_lozenge" HotelName="Lozenge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Valaoritou &amp; Voukourestiou str., 106 71 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/76/e6769fba784c7da606d3c2f1839589d099cd7862.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located within walking distance of the business, cultural and shopping distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="803.21" OriginalAmount="787.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97632556" Longitude="23.72946242" StarRating="0" HotelCode="961036|2476495|Bed &amp; Breakfast" HotelName="Athens Utopia Ermou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ermou 46, 10563 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/7e/d67e6455f88adafff76d87312b0aed13a6582876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="804.64" OriginalAmount="788.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96730348" Longitude="23.72914331" StarRating="0" HotelCode="958653|2476565|Bed &amp; Breakfast" HotelName="Coco-Mat Athens BC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Falirou 5, 145 61 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/9e/2a9e22279fa9a5391c088811eab9a2bf50dca6c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="809.97" OriginalAmount="794.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9766" Longitude="23.7325" StarRating="4" HotelCode="10394|92180|Bed &amp; Breakfast" HotelName="Astor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Karageorgi Servias Street 16, 105 62 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/b5/f1b5f9cffcc8740ee633be91e63e79ea17e0f225.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical triangle of Athens, only 50 m from Syntagma Square and close ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="814.10" OriginalAmount="798.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.959598895359" Longitude="23.721767663956" StarRating="5" HotelCode="10468|8674|Bed &amp; Breakfast" HotelName="Athenaeum Intercontinental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89-93 Syngrou Avenue, 11745 Athens, Greece</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/9e/819ee78f7fe909cbff353a0545192f20f187b074.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-rate hotel is just a 15 minutes walk from Syntagma Square and approximately a 10-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="819.06" OriginalAmount="803.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978032" Longitude="23.72380551" StarRating="3" HotelCode="550544|18_micon_street" HotelName="18 Micon Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mykonos Street 18, 10554 Athens, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/b6/67b68a34bca17d3d14a4113c250d5a1dee116dee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="826.25" OriginalAmount="810.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="965344|4721665|Bed &amp; Breakfast" HotelName="Athens Manor Houses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Athinaidos &amp; Evaggelistrias Street 2, 105 60 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/642551/2020316101521285.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="847.13" OriginalAmount="830.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97829" Longitude="23.743745" StarRating="4" HotelCode="40171|289365|Bed &amp; Breakfast" HotelName="Periscope" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Haritos Street, Kolonaki, 10675 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/41/424198d813905102b15cc83a42d865daba3f72a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just a 10-minute walk from Syntagma Square and a 5-minute walk from the Evange...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="870.11" OriginalAmount="853.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97727" Longitude="23.725619" StarRating="3" HotelCode="171782|1024578|Bed &amp; Breakfast" HotelName="A for Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Miaouli Str., Monastiraki, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/44/53449b1118cc8db054e6015c89cc28ea14641246.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the historical part of Athens city, right next to Monastiraki S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="877.08" OriginalAmount="859.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975417811295" Longitude="23.732348978519" StarRating="4" HotelCode="168039|285565|Bed &amp; Breakfast" HotelName="Athens Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Voulis 24 &amp; Mitropoleos, Plaka, Athens, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/28/285565/rctW10CO_95917cf1b2b2bca800c558c4cadc8a21.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a prime location at the historic centre of Athens, in the district of Plaka...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="882.69" OriginalAmount="865.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97647" Longitude="23.72563" StarRating="3" HotelCode="348717|2042135|Bed &amp; Breakfast" HotelName="360 Degrees Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Monastiraki Square, 10552 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/d4/a8d41c0267910952951ba61fc8792cc87129acec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="903.87" OriginalAmount="886.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9759626" Longitude="23.74312603" StarRating="4" HotelCode="808946|2476575|Bed &amp; Breakfast" HotelName="Coco-Mat Athens Jumelle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Babysitting,Heated Pool,Laundry,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ipsilantou Street 2, 106 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/06/6206fa6ab8137d90551b32141e6b761bc3bff9f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Home is where your bed is. The epitome of modern elegance. A haven for urban adventurers. A modish e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="906.46" OriginalAmount="888.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97799036" Longitude="23.74418264" StarRating="4" HotelCode="436281|2124565|Bed &amp; Breakfast" HotelName="Coco-Mat Hotel Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Patriarchou Ioakeim Street 36, 106 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2c/ac2cc7fdd9caad2bf85ddf4ae3980cc2dedc22e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="914.15" OriginalAmount="896.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97485719" Longitude="23.73123565" StarRating="1" HotelCode="328112|2476745|Bed &amp; Breakfast" HotelName="Sweet Home Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Patroou 5, Plaka, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c9/03c9bbb15f95fe0ab1469a6cfa1c323964441d2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="923.10" OriginalAmount="905.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975581" Longitude="23.72954" StarRating="4" HotelCode="88752|the_zillers_boutique_hotel" HotelName="The Zillers Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos 54, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/6c/9f6cd0021e81bcdc53ab499c441d9dd9f7b347ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located right in the heart of Athens' historical Plaka area, just a 5-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="941.61" OriginalAmount="923.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9756245" Longitude="23.73089167" StarRating="3" HotelCode="434971|1997305|Bed &amp; Breakfast" HotelName="Athens La Strada Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Petraki Steet 26, Plaka area, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/615490/615490a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="942.62" OriginalAmount="924.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96752463845" Longitude="23.72583925724" StarRating="5" HotelCode="6358|8734|Bed &amp; Breakfast" HotelName="Divani Palace Acropolis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Parthenonos Street 19-25, 11742 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/f8/c0f82dcc261da1aac66bf9ecbd16cb50e130c784.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is wonderfully located in the shadows of the Acropolis, in one of the most exclusive...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="974.10" OriginalAmount="955.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.979265323397" Longitude="23.742257084656" StarRating="5" HotelCode="17886|st_george_lycabettus_hotel" HotelName="St. George Lycabettus Lifestyle 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,Diet Meals,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>Kleomenous Street 2, 106 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/09/e209b4dd9fdf6825ac448afd2657fd4c23a8856c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious boutique hotel is located in an idyllic, peaceful, green Lycabettus Hill. The Kolonak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="976.14" OriginalAmount="957.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="970633|ergon_house" HotelName="Ergon House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos Street 23, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/f8/87f8b60959f86c0da1aea98577e363a4fa5cc28b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="995.61" OriginalAmount="976.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.957364124535" Longitude="23.718170033961" StarRating="5" HotelCode="31368|7049|Bed &amp; Breakfast" HotelName="Grand Hyatt Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 115, 117 45 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/29/9629169c819e113b08cb462fae0b83d7aff084df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the centre of Athens and only 200 m from links to the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="996.90" OriginalAmount="977.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.978912695478" Longitude="23.732818365097" StarRating="4" HotelCode="12283|7037|Bed &amp; Breakfast" HotelName="Esperia Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Stadiou Street, 10564 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ae/aef46a0d95fed43d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within a few minutes walk of the acropolis, the old town, Syntagma S...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1009.80" OriginalAmount="990.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.96710933" Longitude="23.73027633" StarRating="0" HotelCode="971736|niche_hotel_athens" HotelName="Niche Hotel Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 21, Vourvachi 2, 117 43 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/59/5b59f5675aa45f65183558611497e9b569006fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1038.63" OriginalAmount="1018.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.977591157235" Longitude="23.728449271164" StarRating="5" HotelCode="715818|2406175|Bed &amp; Breakfast" HotelName="Perianth Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Limpona Street 2, 105 60 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/d2/07d2c951e919ac09143ef1d202c36aee4bc1484e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1192.38" OriginalAmount="1169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975192619855" Longitude="23.732180424833" StarRating="5" HotelCode="481836|electra_metropolis" HotelName="Electra Metropolis Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos 15, 105 57 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/31/273105264fe4730259bbd1bb205c1c368ebef26a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1211.63" OriginalAmount="1187.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.95678746" Longitude="23.71715723" StarRating="4" HotelCode="740226|2476435|Bed &amp; Breakfast" HotelName="Athenaeum Palace &amp; Luxury Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 123, 117 45 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ca/81cab2b99857dc254a0a493b2baca1857a1e1810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Athens. There are a total of 90 guest's rooms on the premises. Tho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1269.91" OriginalAmount="1245.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.940745" Longitude="23.696863" StarRating="5" HotelCode="14828|8894|Bed &amp; Breakfast" HotelName="Athens Marriott Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 385, 17564 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/c9/d4c92e786db877edb0af343d596853bd92162069.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the midst of a magnificent 300 m² garden, directly on Syngroú- streets, a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1288.63" OriginalAmount="1263.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973910287194" Longitude="23.731319010258" StarRating="5" HotelCode="6359|CAK780300|Bed &amp; Breakfast" HotelName="Electra Palace Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Navarchou Nikodimou Street 18-20, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/77/257750795123b3316afb9fe2ec3672299c3ad732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated directly on a picturesque Plaka, at the heart of the old town of Athen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1308.70" OriginalAmount="1283.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97872644" Longitude="23.72190106" StarRating="3" HotelCode="803173|4226785|Bed &amp; Breakfast" HotelName="The Foundry Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarri 38, 105 53 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/03/df0302d4bacca049d74ce31eb3f474656d4fca1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1334.22" OriginalAmount="1308.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.970616" Longitude="23.731162" StarRating="4" HotelCode="113770|1553448|Bed &amp; Breakfast" HotelName="Ava Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Lyssikratous Street, 10558 Plaka, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/cc/f8cc47c24d9cc404ebbfd1bb37a5dafa10cb78b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1372.48" OriginalAmount="1345.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.973325" Longitude="23.733631" StarRating="4" HotelCode="171078|437925|Bed &amp; Breakfast" HotelName="New Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Filellinon Street 16, and Navarchou Nikodimou Street I, Syntagma Square, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/39/8239092391021605950524ccee79ee5ee2c088be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in center of Athens, 200 meters from Constitution Square and within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1374.96" OriginalAmount="1348.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97804457" Longitude="23.72289144" StarRating="0" HotelCode="859333|athenian_residences" HotelName="Athenian Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ogigou Street 4, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/74/c8742b3d99e8a210dfd55032b0a36eff5e758717.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1550.06" OriginalAmount="1519.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976306" Longitude="23.73454" StarRating="5" HotelCode="15053|7044|Bed &amp; Breakfast" HotelName="NJV Athens Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasileos Georgiou A’ Street 2, Syntagma Square, 105 64 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0f/110f413eb04a4cc45aa2132039ea3a9fad4cd231.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel has a wonderful location on Syntagma Square. All the important sightseeing ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1582.02" OriginalAmount="1551.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975508989287" Longitude="23.731538504939" StarRating="4" HotelCode="429957|met34_athens_hotel" HotelName="Met34 Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Central Heating,Designated Smoking Area,Fax,Housekeeping,Internet,Kitchen,Laundry,Parking,Printer,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Petraki 9, 10563 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ea/c3ea86240161af3e093ab1e347377c7acce81f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In MET34 Athens Hotel we have created a heaven for the visitors of Athens that are looking for a mod...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1673.62" OriginalAmount="1640.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.97963921" Longitude="23.7358826" StarRating="0" HotelCode="954144|2441695|Bed &amp; Breakfast" HotelName="Academia Of Athens Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Academias Street 38, Omirou Street, 106 72 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/3b/2d3b1fe136bfee1e7bcfe26b5cbcfaca8b622828.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1787.04" OriginalAmount="1752.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="965542|ap_acropolis_view_apartments" HotelName="A.P. Acropolis View Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sarri 23, Psyrri, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/66/1266300615f02d91bcde254e82330ef9169473be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1936.18" OriginalAmount="1898.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.975805" Longitude="23.728317" StarRating="3" HotelCode="6365|8934|Bed &amp; Breakfast" HotelName="Plaka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kapnikareas  and Mitropoleos Street 7, 10556 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/aa/34aa2a738ac90e3804a405b82791adf9862e9d5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of the city, in the artistic old town district of Plaka...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2536.35" OriginalAmount="2486.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976037303808" Longitude="23.750054240227" StarRating="5" HotelCode="13305|141964|Bed &amp; Breakfast" HotelName="Hilton Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Vassilissis Sofias Avenue, 11528 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/42/7e424b29700f39a74879f6e9d2f6ac45040502c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is wonderfully located in the centre of Athens. This first-rate hotel is just a 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2770.22" OriginalAmount="2715.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.9663024" Longitude="23.7265338" StarRating="4" HotelCode="599325|4245645|Bed &amp; Breakfast" HotelName="Urban Stripes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Veikou 37, Koukaki, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/51/265188bb6b0664a18824d6c26f27eee958918d66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3390.97" OriginalAmount="3324.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976271990732" Longitude="23.735444247723" StarRating="5" HotelCode="6360|8784|Bed &amp; Breakfast" HotelName="Hotel Grande Bretagne, a Luxury Collection Hotel, Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/08/2026" 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>Vasileos Georgiou A’ Street 1, Syntagma Square, 105 64 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/45/b745b4cb9449610c721077c790bc66d0740ee0e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent luxury hotel is situated close to the Acropolis and the Parliament. Convenient public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3417.21" OriginalAmount="3350.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.976318505168" Longitude="23.734894394874" StarRating="5" HotelCode="26071|34934|Bed &amp; Breakfast" HotelName="King George, a Luxury Collection Hotel, Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasileos Georgiou A' Street 3, Syntagma Square, 10564 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/df/58df56b250152198d56a43211f0564afb82e6012.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in an historical palace building on Syntagma Square at the heart of Ath...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4249.32" OriginalAmount="4166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="37.81006" Longitude="23.783884" StarRating="4" HotelCode="36888|vouliagmeni_suites" HotelName="Vouliagmeni Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Panos &amp; Chlois Street 8, 166 71 Vouliagmeni</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4d/784dbb04f9398026516466878bbaf3d6ec7b98a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated just 100 metres from the coast. The lively city centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Lounge,Massage Centre,Room Service,Telephone Service,Wheelchair Access,Shopping Arcade,Golf,Nightclub,Spa,Swimming Pool,Sauna,Diet Meals,Heated Pool,Bicycle Rental,Garden,Kitchen,Elevator,24 Hour Power Supply,Airport Transfer (on Demand),Babysitting,Housekeeping,Parking,Printer,Wake-up Call Service,24 Hour Front Desk,Dry Cleaning,Library,Luggage Storage,LCD/Projector,Meeting Room,ATM/Cash Machine,Pets allowed,Smoking Rooms,Photocopy</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,BEACH HOTEL,APARTMENT HOTEL,ECO HOTEL,HOTEL DE CHARME,GUESTHOUSE,HOSTEL,HOTEL,APARTHOTEL,BOUTIQUE HOTEL,LODGE,HOSTELS,APARTMENT,GUEST HOUSES,HISTORIC HOTEL,LOVE HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ba136684-ca85-458d-95b1-b7b66c159e22|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="ba136684-ca85-458d-95b1-b7b66c159e22">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="45354" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-20T00:00:00" End="2026-08-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" 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
ba136684-ca85-458d-95b1-b7b66c159e22|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
ba136684-ca85-458d-95b1-b7b66c159e22|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
ba136684-ca85-458d-95b1-b7b66c159e22|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-16T15:14:19.7991375+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ba136684-ca85-458d-95b1-b7b66c159e22" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="357.81" OriginalAmount="350.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.428648484544" Longitude="25.458726802027" StarRating="3" HotelCode="326051|1462938" HotelName="Porto Castello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Exo Gialos, 847 00 Firá</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f115945932bec13b0fd8ac8178b3b21c2b817023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="362.31" OriginalAmount="355.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.407089231898" Longitude="25.447067767382" StarRating="1" HotelCode="180803|4202485" HotelName="Villa Manos" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karterados, Thira, 84700 Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e5/1ae5431229bec2c0a099bfcf46e22052cc6057f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 25 rooms. Services and facilities at the hotel include a safe, a dinin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="409.74" OriginalAmount="401.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.420001" Longitude="25.431971" StarRating="3" HotelCode="94733|295555" HotelName="Petros Pension" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Shopping Arcade,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/6b/716b7bd774fcc0a0d20f3e2947c87dcfae20225c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pension is situated in a very quiet location in Thira, the capital of Santorini, 100 m from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="426.70" OriginalAmount="418.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.41807007" Longitude="25.43942289" StarRating="3" HotelCode="553719|4206565" HotelName="Villa Anto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesa Katikies, 84700 Fira</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/5f/0e5f98677312987bdbcf60d2d960bfa7788a7891.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="433.39" OriginalAmount="424.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.421785" Longitude="25.432276" StarRating="2" HotelCode="94731|460695" HotelName="Kykladonisia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Fira, 84700 Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/3c/4d3c266f151853c5d01da9fcfa136a99c5828b56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="434.58" OriginalAmount="426.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.417881" Longitude="25.432273" StarRating="2" HotelCode="58394|10224" HotelName="King Thiras" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kamariou Mesarias, Fira, 847 00 Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/33/5633b73436dfdd38e429cdd824059eb3dbec974b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the Santorini nightlife in Fira, situated only about 400 m from the town ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.11" OriginalAmount="432.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.415986" Longitude="25.43667" StarRating="3" HotelCode="180762|1625438" HotelName="Anessis Apartments Santorini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/1a/811a37d74e5d270dd7b0f7fc4857d6379d23f615.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the centre of Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="459.88" OriginalAmount="450.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.417142308349" Longitude="25.433734983151" StarRating="1" HotelCode="909510|2180325" HotelName="Hotel Santorini" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 30, 84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/93792/2593792/42.jpg?f=15690041</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Kamari.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="488.09" OriginalAmount="478.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.418671" Longitude="25.435892" StarRating="3" HotelCode="12865|1025858" HotelName="Hotel Golden Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/96/669679e3e5b33eb55402f8fcb5da56093b6710b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Fira.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="496.59" OriginalAmount="486.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42308" Longitude="25.43382" StarRating="2" HotelCode="193341|1652688" HotelName="Anemomilos Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Fira 84700, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/dd/02dd048b0cbc2f228ab5c13db8928416b6ab9bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="529.07" OriginalAmount="518.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.39278537" Longitude="25.43907076" StarRating="3" HotelCode="782452|4202375" HotelName="IfestAu.4" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firon Pirgou 20, 84700 Fira</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/20/aa2089160fc425e92c38ead194db14da0cd5858d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="534.35" OriginalAmount="523.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.418806831767" Longitude="25.434374213219" StarRating="3" HotelCode="180770|1662628" HotelName="Summertime" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Thira, Santorini 84700, Cyclades Islands</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d1/a7d1be287d6c473e4cadbbcf62fa0091606a5e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 12 rooms. Services and facilities at the hotel include a babys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="538.01" OriginalAmount="527.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.415374946322" Longitude="25.434317886829" StarRating="2" HotelCode="174964|10504" HotelName="Hotel Sunrise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/6e/3f6e250deb27e3ed405ed25e790a93b70f0de75b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in Fira, in one of the most central spots in the capital. Gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="543.04" OriginalAmount="532.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.417468" Longitude="25.432399" StarRating="2" HotelCode="160401|10324" HotelName="Nissos Thira Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fira, 84700 Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/84/0784f3a55edec65a98cde7492bbf33a089f4c96e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in a quiet central spot in the town of Fira, the capital of Santorini Isla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="547.15" OriginalAmount="536.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.4173" Longitude="25.4328" StarRating="3" HotelCode="775628|4232705" HotelName="Emerald Collection Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Thira, Santorini, Kuklades</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7a/db7a7f6217e064c56e46f9c661640bc0c64a6aaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.23" OriginalAmount="544.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.418722253588" Longitude="25.431667" StarRating="3" HotelCode="365938|1625508" HotelName="Central Fira Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/3a/6e3a451ddedd14f3d7bc5489f22c3dc8c76e99a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Fira.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.45" OriginalAmount="553.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.415431764447" Longitude="25.436067754171" StarRating="3" HotelCode="97094|293985" HotelName="Melina Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini island</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/24/6924db39676a15fcd0063520b116ac6e50ffab97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the idyllic town of Fira. It is ideally located as it offers easy access to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="567.38" OriginalAmount="556.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.417354" Longitude="25.431615" StarRating="2" HotelCode="180782|10214" HotelName="Kavalari Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ipapantis, Fira 84700, Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/9f/319ffebdefe836ca234b376b7a376aea3d9e6562.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira). The nearest airport is Thira (JTR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="597.37" OriginalAmount="585.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.41453716988" Longitude="25.433542820832" StarRating="4" HotelCode="48018|10054" HotelName="Daedalus 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,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/a8/a0a82486be521e2ba42bf79a99d5a988af59a47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 200 metres from the centre of Fira Town, right by the cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="618.45" OriginalAmount="606.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.420350051577" Longitude="25.431976318359" StarRating="1" HotelCode="193334|1679288" HotelName="Leta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fira 84700, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/44/d7446d6d60cb6476b998ca92c6313f459ca5c11a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="619.05" OriginalAmount="606.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42688338" Longitude="25.44855581" StarRating="3" HotelCode="491333|2008705" HotelName="Aliter Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Exo Gialos, Thira, 84700 Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/26/8e26c129dc2f275bd159681eee93d6db91f3d825.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="621.71" OriginalAmount="609.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42" Longitude="25.4316667" StarRating="3" HotelCode="164417|4199855" HotelName="Gianna Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorin</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c0f0b525164ab78ba9d10e1a318c1ed011d70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="622.15" OriginalAmount="609.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.3937678537" Longitude="25.439229011536" StarRating="4" HotelCode="900466|1645548" HotelName="Nautilus Dome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Agia Irini, Fira, 84700 Santorini, Cyclades</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1d/9a1da12bae4ea5bc2f3b37531054843c72438860.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="632.57" OriginalAmount="620.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.419187" Longitude="25.430537" StarRating="3" HotelCode="23759|10264" HotelName="Loucas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Po Box 22, 847 00 Fira-Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6d/a9/6da902c053c116f9dc1f1b80e115976f23da99d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is one of the very first hotels in Santorini and it is situated at the heart of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="646.74" OriginalAmount="634.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.41795976" Longitude="25.43256727" StarRating="3" HotelCode="550495|4235145" HotelName="Platia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>On The Square Thira Fira, 84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/ca/48ca2dcea9c737ed63e69714b8898196a65c046b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="655.97" OriginalAmount="643.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42272" Longitude="25.433609" StarRating="2" HotelCode="180807|1679738" HotelName="Anatoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kontohori, Thira 84700</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/66/f8669eee99b4a293ff8c4321cc1a8b7eb7c9df6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="657.66" OriginalAmount="644.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.419786" Longitude="25.432013" StarRating="4" HotelCode="73765|1642948" HotelName="Aria Lito Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini Island</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/84/d08447135f4626309cd409f8b937ef0e36f5c146.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated  just opposite from  the famous bay of ixia, on the main road (next to Sherato...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="657.93" OriginalAmount="645.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.413626569017" Longitude="25.433757305145" StarRating="2" HotelCode="180775|1665398" HotelName="Nemesis Rooms And Apartments" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/9b/a59b69dfc365c8618d77c08b027b514c0987963f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers room service. Wireless internet access is available to guests in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="659.46" OriginalAmount="646.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.435392140125" Longitude="25.4212474823" StarRating="3" HotelCode="180794|1506188" HotelName="Casa Bianca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Imerovigli, Santorini 84700</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/e9/54e9ead50276b721e5a5e45e64ffa893fe8167da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira). The nearest airport is Thira (JTR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="681.41" OriginalAmount="668.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.412666023995" Longitude="25.434143543244" StarRating="3" HotelCode="58367|9984" HotelName="Astir Thira Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/ae/0eae2cd60995a50dcfad444f326f3dbac33c7f26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 400 m from the centre of Fira, around 8 km from the airport and Athinios harbou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="702.14" OriginalAmount="688.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.418456696247" Longitude="25.435402479025" StarRating="2" HotelCode="187532|10294" HotelName="New Haroula" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Hellas, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/b1/62b1d6ea364575f905d0c6e372376d3337770aa4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="707.00" OriginalAmount="693.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.417596" Longitude="25.431308" StarRating="3" HotelCode="221626|1635438" HotelName="Loizos Stylish Residences" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b6/88b6f548adab31788637c70a57b44c83ee62a704.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="711.78" OriginalAmount="697.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.427042738087" Longitude="25.428345948458" StarRating="4" HotelCode="6924|294065" HotelName="Nomikos Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorini Island</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/c8/1cc8dc12af1f411a61f8744cccb3d367ccac21ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The finca is located in the Firostefani area with panoramic views of the volcano. It is just a 10-mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="729.37" OriginalAmount="715.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.411163664593" Longitude="25.434808731079" StarRating="4" HotelCode="6911|10084" HotelName="El Greco Hotel Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/5c/495c3b3278fbae65e62acb09a1562dd64610416b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Greek island of Santorini in the Aegean Sea. The centre of the town of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="752.12" OriginalAmount="737.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.414856065354" Longitude="25.433539110503" StarRating="4" HotelCode="21672|10174" HotelName="Kalisti Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fira Town, 847 00 Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/c3/8dc36b046c7b67e909893917d021902a72f75f8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located in the centre of Fira Town on the island of Santorini, just a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="757.08" OriginalAmount="742.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42125553" Longitude="25.4323173" StarRating="3" HotelCode="566488|4203065" HotelName="Sweet Pop" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fira, Santorini 84700</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/9f/d89fa1da532bf50a61db9d8c067dc8893453322d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="757.92" OriginalAmount="743.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.394945018595" Longitude="25.438833001434" StarRating="5" HotelCode="292221|965155" HotelName="De Sol Spa Hotel Santorini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/bd/24bde43ae21e3fbeea00825c7e4f87eceba975ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="808.96" OriginalAmount="793.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.409418026707" Longitude="25.435154915344" StarRating="5" HotelCode="58369|35084" HotelName="The Majestic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Main Street, P.O. Box 11, 84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/4f/304fbbc6fb1bd11fbd0a36d61396663e08b28bb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is charmingly situated with views of the Aegean Sea. The closest beach lies just 6 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="825.79" OriginalAmount="809.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.421804750983" Longitude="25.432662963867" StarRating="3" HotelCode="180764|1669298" HotelName="Dream Island" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Thira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/e8/7ae80de471ba766e8104d9a1f4c44cf5ee7ccdef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="830.60" OriginalAmount="814.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.4211" Longitude="25.451565" StarRating="4" HotelCode="315424|2048625" HotelName="Sienna Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Exo Gialos, 847 00 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/ab/e0ab2faba1439bc15777b9373b74b504a8576ddf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="835.29" OriginalAmount="818.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.420046404247" Longitude="25.430483139996" StarRating="3" HotelCode="909499|2009575" HotelName="Kastro Suites" 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>847 00 Fira, Santorini Island</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/47/2847d89ceba787aa1c25823745df11da0d3b379f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a restaurant, a bar and room service are available to guests of the hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="846.92" OriginalAmount="830.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.419303255471" Longitude="25.436471700668" StarRating="3" HotelCode="25057|1670138" HotelName="Solaris Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84700 Santorini, Fira</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ca/ca03fcb61c0ccc33/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet spot of Santorini's capital, Thira. Santorini Airport is situated at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="868.45" OriginalAmount="851.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42178798" Longitude="25.4341882" StarRating="4" HotelCode="441025|1797758" HotelName="Santorini Suite Home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Athanaiou, 847 00 Fira</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/8b/fd8b94a6b09922ffcfde6851defe430e6dec2a48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="870.77" OriginalAmount="853.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.416979021858" Longitude="25.437908796009" StarRating="5" HotelCode="47263|292385" HotelName="Astro Palace Hotel &amp; Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Diet Meals,Jacuzzi,Laundry,Lounge,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84702 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/88/1488e317bd3ef713fd0b830de54defc7b4cdd7ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Fira, the capital of the Island, enjoying a very special position in a tran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="884.25" OriginalAmount="866.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.422516982594" Longitude="25.435211062431" StarRating="3" HotelCode="180776|934245" HotelName="Callia Retreat" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/5e/d45e6ef396586a83fac4cffe50d3346b9bd81bd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="905.92" OriginalAmount="888.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.418865107757" Longitude="25.431804656982" StarRating="4" HotelCode="167637|295885" HotelName="Theoxenia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caldera, Fira Town, Santorini Island</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/74/7444b836203ae20f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel in the centre of Santorini lies just across the coastal road from a sand and sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="919.24" OriginalAmount="901.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.43325" Longitude="25.422487" StarRating="4" HotelCode="180793|1665308" HotelName="Afroessa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Imerovigli, 84700 Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/cc/73cc38d7efd7ec83532b4e1f4aebe957a9f10721.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="16" TotalAmount="922.61" OriginalAmount="904.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.41503642" Longitude="25.43209449" StarRating="2" HotelCode="503577|4239575" HotelName="The Last Sunbeam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorini, Cyclades islands</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/05/dd05215b6ec9992f09837eedbd46f69ad9b25968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="937.96" OriginalAmount="919.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.422900623175" Longitude="25.440152111185" StarRating="3" HotelCode="113744|1506178" HotelName="Milos Villas Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Main Street, 84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/f3/18f3427cc479d9ebfb5d8e574cd33cd1941e4665.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Fira (Thira), this hotel is approximately 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="978.33" OriginalAmount="959.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.4173" Longitude="25.4328" StarRating="5" HotelCode="466039|2161005" HotelName="Desiterra Suites" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Kanakari Region, Fira Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/50/7350b79a9aaa49e20898b39099db9040689167d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. There is also a garden. Those a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="988.47" OriginalAmount="969.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.41966252" Longitude="25.43116356" StarRating="1" HotelCode="632637|2480425" HotelName="Katris Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/32/ea32277acc0feaac4491d74ba81f40c61ce89681.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1005.17" OriginalAmount="985.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.38262002" Longitude="25.48451748" StarRating="4" HotelCode="572222|2285755" HotelName="La Bellezza Eco Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kamari, 84700 Thira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/49/ee49f12a7a70498bed70c3c75f42294d8ac6c504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Fira (Thira), this boutique hotel has the perfect ambience for guests who appreciate a st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1019.99" OriginalAmount="999.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.41591871" Longitude="25.43284377" StarRating="3" HotelCode="777437|4221755" HotelName="Palmariva Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/6f/526f9cb003e324623a24665740405746735a7ccf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1041.99" OriginalAmount="1021.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.394882563808" Longitude="25.438105856636" StarRating="5" HotelCode="19282|994225" HotelName="Volcano View Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f4/40f4614a28bfc7e057db038d82318b4c91f55e40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira). The nearest airport is Thira (JTR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1049.67" OriginalAmount="1029.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.421971" Longitude="25.428258" StarRating="4" HotelCode="180808|1650838" HotelName="Anteliz Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fira, 84700 Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a4/16a4b78a1d464f5b66994f3bdf134fc086a86a2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1050.18" OriginalAmount="1029.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.416055" Longitude="25.430816" StarRating="4" HotelCode="18805|10534" HotelName="Tzekos Villas Zenos" 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>Fira, Santorini 84700</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/2b/da2b6dda689658583b2ede44afe45e3120a6cfa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1056.78" OriginalAmount="1036.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.417261" Longitude="25.43146" StarRating="4" HotelCode="10298|9964" HotelName="Aressana Spa Hotel and Suites" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fira, Santorini, 84700</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/e8/7ae89ce69d7e0bc84559b718c738c00458b01bbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies in Fira, close to the town centre. Athinios harbour as well as the airpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1108.06" OriginalAmount="1086.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.428980444693" Longitude="25.426099598248" StarRating="5" HotelCode="418199|2009195" HotelName="Day Dream Luxury Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorini Island</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/42/428103/428103a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1117.12" OriginalAmount="1095.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42" Longitude="25.4316667" StarRating="3" HotelCode="164399|1656318" HotelName="Evgenia Villa &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorin</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213243/213243a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Fira.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1122.10" OriginalAmount="1100.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.415612188449" Longitude="25.431292976686" StarRating="5" HotelCode="19570|1640668" HotelName="Aigialos Luxury Traditional Settlement" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ypapantis Street, 847 00 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d2/2cd26a403a52c164727a579125639133cf17de36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The settlement is strategically located at the edge of the city of Fira. It enjoys a truly serene lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1139.26" OriginalAmount="1116.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.394049738256" Longitude="25.437426345894" StarRating="4" HotelCode="26851|10024" HotelName="Lilium Santorini Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/6c/af6cb1c4afaaa05c05f3dccd18c3465c433444d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1143.86" OriginalAmount="1121.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.41594581" Longitude="25.4306558" StarRating="3" HotelCode="330359|4243305" HotelName="Keti Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Fira, Santorini, Cyclades islands</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/a8/10a8723e3a6017bec45d848956160f7b3a6fa163.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1170.13" OriginalAmount="1147.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42058042" Longitude="25.43286998" StarRating="0" HotelCode="740274|4208825" HotelName="Boutique 88 Fira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fira Santorini, 84700 Fira</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/a8/1fa8eab1777b194a8010484aa730e2cc91f0b9dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1174.34" OriginalAmount="1151.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.419255" Longitude="25.432141" StarRating="4" HotelCode="170025|651075" HotelName="Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84700  Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/21/192162816390232004a46bd90283cfaa385ca4e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira), about 7 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1184.83" OriginalAmount="1161.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.415757" Longitude="25.431391" StarRating="3" HotelCode="144027|1667258" HotelName="Aroma Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fira 84700, Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/27/ca27eb2a503dfe5e2c85663887c643899e9e9acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1188.37" OriginalAmount="1165.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.423696" Longitude="25.432782" StarRating="3" HotelCode="74482|286805" HotelName="Amerisa Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84700  Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/20/7d2045bb5301cbcebd1bb9fd0800981b87dfeac8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 5-minute walk from Fira city centre and the Caldera, about 3.5 km from the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1265.18" OriginalAmount="1240.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.417669698199" Longitude="25.431586537541" StarRating="4" HotelCode="213626|1064328" HotelName="Panorama Santorini Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/9c/7b9c077f672cedea1bb99bbb8bc45fd979ef1535.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Fira.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1272.10" OriginalAmount="1247.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.41912875" Longitude="25.43125921" StarRating="4" HotelCode="586077|2295885" HotelName="On The Cliff" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/4f/1e4f5574edcaa3dadd28ba97f8e40ba41f5749a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1307.71" OriginalAmount="1282.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.417762" Longitude="25.431005" StarRating="3" HotelCode="24362|1070868" HotelName="Panorama Studios &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Kitchen,Laundry,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini, Cyclades</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0f/bd0fe6516c7dd859ef2ddad1a1f168df37dd730a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated on a quiet street in the heart of Fira.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1492.17" OriginalAmount="1462.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.38329057" Longitude="25.44992677" StarRating="4" HotelCode="598064|4212445" HotelName="Kastro Mansion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Pyrgos, 847 00 Thira</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/d4/a8d45ceac67950b0fa3718c0f3ed4af96fa9c422.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1496.53" OriginalAmount="1467.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.417225" Longitude="25.43134" StarRating="4" HotelCode="12141|10104" HotelName="Enigma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Fira 84700, Santorini Island, Cyclades Islands</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/zz/d5ad4b2c900c6243894a7eb42eca547ff2ae2824.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1550.42" OriginalAmount="1520.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.418932565738" Longitude="25.430778457672" StarRating="3" HotelCode="478921|1800528" HotelName="Fanari Vista Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/72/3e72853c48cf30c673c44949f9c0a590f4607999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1572.92" OriginalAmount="1542.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.4173" Longitude="25.4328" StarRating="3" HotelCode="599451|4220575" HotelName="Santa Irini Villa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fira-Pyrgos Road, Santa Irini-Ftelos, 847 00 Fira</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/d4/8cd4734ead70fae7209cb635af6948c019379eea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1592.14" OriginalAmount="1560.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42266229" Longitude="25.43477973" StarRating="3" HotelCode="542632|4218615" HotelName="San Marino Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kontochori, Fira, Santorini 84700</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/712495/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1615.37" OriginalAmount="1583.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.416333299405" Longitude="25.431067049503" StarRating="4" HotelCode="94732|635135" HotelName="Thireas Hotel &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini, Cyclades</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0b/c60b1a71f79de686b0e2f6ebe3725d31e885f69e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1626.73" OriginalAmount="1594.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.420103" Longitude="25.431581" StarRating="4" HotelCode="328326|2105035" HotelName="Grey Goose Emblematic Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/69/3469d02a9a3d1d62daa2080e6d6d0c6ef7057f6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1659.43" OriginalAmount="1626.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.415446" Longitude="25.430998" StarRating="4" HotelCode="164413|630665" HotelName="Adamant Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fira, Santorini 84700</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/6a/8a6aa33479af9f465de82b79a965539c6510b544.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the heart of Fira town yet is far enough from the noise of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1680.47" OriginalAmount="1647.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.41629375" Longitude="25.43070516" StarRating="0" HotelCode="792059|4215365" HotelName="Asma Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fira, 84700 Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c3/cdc3b62cfa1dc790d2bc43d8900dfdeb6cf093a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1722.20" OriginalAmount="1688.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42122608" Longitude="25.42933665" StarRating="4" HotelCode="615828|2413335" HotelName="Mythical Blue Luxury Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>847 00 Firá, Santorini-Kikladhes</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/78/1c/781c05b260483c2f4c5612e5c757d11f7c3846b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1738.47" OriginalAmount="1704.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.423924160392" Longitude="25.430581569672" StarRating="4" HotelCode="180771|35094" HotelName="Nefeles Luxury Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Thira, Santorini 84700</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/d5/2dd56e50890fbf8aca8d0c2c43dfdd5388eec0cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1812.52" OriginalAmount="1776.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.4170548" Longitude="25.43147625" StarRating="2" HotelCode="82682|1680668" HotelName="Villa Renos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fira, 84700 Santorini, Cyclades Islands</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/70/6e70e5e58641061fd3d4ec8a59d04c03213869c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1872.71" OriginalAmount="1835.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.41696" Longitude="25.430934" StarRating="4" HotelCode="16001|10404" HotelName="Porto Fira Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caldera Cliffs, PO Box 106, 847 00 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4f/eb4fed3b4a1d9d87fcb93199029ce0d8fcaa0e45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located only a few minutes from the city of Fira and lies perched on cliffs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1915.35" OriginalAmount="1877.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.41623" Longitude="25.430934" StarRating="3" HotelCode="901762|1105268" HotelName="Pantelia Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fira 84700, Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/fe/0cfea27a8a43fe8805675b79eaf8964ac67f3d6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira). The nearest airport is Thira (JTR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2022.58" OriginalAmount="1982.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.395825015067" Longitude="25.436969427222" StarRating="5" HotelCode="293690|964995" HotelName="Celestia Grand" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/75/4975bee51565e5114c86f301daee6a6d65695b80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2287.05" OriginalAmount="2242.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42125124" Longitude="25.43403664" StarRating="4" HotelCode="434964|4231265" HotelName="Infinity Collection Fira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/8e/048e635dfe03a952a1d7c8aa39f06658c377dbe9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2353.47" OriginalAmount="2307.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.41583964" Longitude="25.43075314" StarRating="3" HotelCode="738133|4227145" HotelName="Limestone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Banquet Hall,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitropoleos, 84700 Fira</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/38/9e386988f8e40083ba89b8dac0edc9a312935ae3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Opening in summer 2018, Limestone luxury suites are set on the cliff of the caldera and is located a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2778.11" OriginalAmount="2723.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.419803" Longitude="25.430506" StarRating="4" HotelCode="22855|60784" HotelName="Cosmopolitan Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fira, Santorini, Griechenland</AddressLine>
          </AddressLines>
          <CityName>Fira</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/5f/f55f119a07738b957245b956eec9fe9622776580.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxurious and excellently located hotel is built on a cliff next to the cable car abov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4760.96" OriginalAmount="4667.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42" Longitude="25.431667" StarRating="5" HotelCode="320048|1890605" HotelName="Trieris Villa &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Santorini, 84700 Fira</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/42/428104/428104a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access is available to guests in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5674.94" OriginalAmount="5563.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="36.42160284" Longitude="25.42924544" StarRating="4" HotelCode="550685|4242905" HotelName="Archipel Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Markou Nomikou Street, 84700 Fira, Santorini</AddressLine>
          </AddressLines>
          <CityName>Thira (Fira)</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/8b/748ba85daa3842fc982be38358664df4e4971118.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Fira (Thira).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Designated Smoking Area,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Central Heating,Conference Hall,Internet,Sauna,Kitchen,Bicycle Rental,Nightclub,Shopping Arcade,Garden,Swimming Pool,Heated Pool,Spa,Diet Meals,Golf,Wheelchair Access,Currency Exchange,Airport Transfer (on Demand),Banquet Hall</BasicAmenities>
    <HotelRating>4,3,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY</Meals>
    <PropertyType>CITY HOTEL,SPA HOTEL,FAMILY-FRIENDLY HOTEL,BEACH HOTEL,CLUB RESORT,HOTEL DE CHARME,HISTORIC HOTEL,FINCA,APARTMENT HOTEL,HOTEL,APARTMENT</PropertyType>
  </Filter>
</HotelSearchRS>||True