<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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9a6c11f1-d107-42a5-ba84-9567f1d34beb|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="9a6c11f1-d107-42a5-ba84-9567f1d34beb">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-10-07T00:00:00" End="2024-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Ezevisa" Password="Saad@321" RequestedCurrency="GBP" ClientNationality="PK" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9a6c11f1-d107-42a5-ba84-9567f1d34beb|PaximumSearch|supplier interation failed||Paximum|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9a6c11f1-d107-42a5-ba84-9567f1d34beb|HotelsProSearch|successfull supplier interation||HotelsPro|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9a6c11f1-d107-42a5-ba84-9567f1d34beb|TravcoSearch|successfull supplier interation||Travco|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9a6c11f1-d107-42a5-ba84-9567f1d34beb|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9a6c11f1-d107-42a5-ba84-9567f1d34beb|DOTWSearch|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9a6c11f1-d107-42a5-ba84-9567f1d34beb|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="2024-10-04T19:30:22.2908465+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9a6c11f1-d107-42a5-ba84-9567f1d34beb" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="67.78" OriginalAmount="63.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8886" Longitude="2.379" StarRating="2" HotelCode="933602|1549438" HotelName="St Christopher's Paris Canal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue De Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/48/481215/481215a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.30" OriginalAmount="75.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882651" Longitude="2.369121" StarRating="2" HotelCode="180071|2259725" HotelName="Peace &amp; Love" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>245 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332369/332369a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features a childcare service for a comfortable and relaxing stay. Wireless internet access (for a fee) is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.71" OriginalAmount="78.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883943554904" Longitude="2.3443109713839" StarRating="3" HotelCode="386086|2356895" HotelName="Le Village Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d’Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/633701/633701a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.37" OriginalAmount="82.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8700175" Longitude="2.37889685" StarRating="3" HotelCode="549007|3776225" HotelName="Les Piaules Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard De Belleville, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/717931/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878204126918" Longitude="2.3698616837682" StarRating="1" HotelCode="311282|49276" HotelName="Generator Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Place du Colonel Fabien, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/392764/392764a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.913419813723" Longitude="2.2736841079693" StarRating="2" HotelCode="324122|191911" HotelName="Hôtel Terminus Paris La Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Ter Villa Aubert, 62 Rue des Bourguignons, 92600 Asnières-sur-Seine</AddressLine>
          </AddressLines>
          <CityName>Asnières-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/45/452281/452281a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Asnières-sur-Seine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.95010229316" Longitude="2.46411621816" StarRating="1" HotelCode="153118|188627" HotelName="Premiere Classe Le Blanc Mesnil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Descartes, 93150 Le Blanc Mesnil</AddressLine>
          </AddressLines>
          <CityName>Le Blanc-Mesnil</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/216268/a_216268_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Le Blanc-Mesnil.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.961060900306" Longitude="2.5537930414145" StarRating="1" HotelCode="935986|66226" HotelName="Premiere Classe Villepinte - Parc Des Expositions" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 A 8 Avenue Jean-Fourgeaud, Espace V, 93420 Villepinte</AddressLine>
          </AddressLines>
          <CityName>Villepinte</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/413951/a_413951_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Villepinte.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.55" OriginalAmount="109.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.652161777819" Longitude="2.2711860021236" StarRating="1" HotelCode="159675|2558075" HotelName="Premiere Classe La Ville Du Bois" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Allee Saint Fiacre, La Ville Du Bois, 91620 Massy</AddressLine>
          </AddressLines>
          <CityName>Massy</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/225637/a_225637_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Massy.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.889090666667" Longitude="2.5928896666667" StarRating="1" HotelCode="153133|191864" HotelName="Première Classe Chelles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue De L'ormeteau, Eae De La Tuilerie, 77500 Chelles</AddressLine>
          </AddressLines>
          <CityName>Chelles</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/216283/a_216283_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Chelles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.988941" Longitude="2.513486" StarRating="0" HotelCode="147543|195468" HotelName="Hôtel hotelF1 Roissy Aéroport CDG PN 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>335 rue de la Belle Etoile, ZAC Paris Nord 2, Roissy en France 95974</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/209073/a_209073_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Roissy-en-France.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833875190318" Longitude="2.6605418387177" StarRating="1" HotelCode="153132|66237" HotelName="Hotel Première Classe Marne La Vallée - Torcy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Anne Frank, 77200 Torcy</AddressLine>
          </AddressLines>
          <CityName>Torcy</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/216282/a_216282_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Torcy.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88269364" Longitude="2.40360639" StarRating="0" HotelCode="502317|480146" HotelName="Hôtel Rachel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue du capitaine soyer, 93310 Le prè saint Gervais</AddressLine>
          </AddressLines>
          <CityName>Le Pré-Saint-Gervais</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/61335/2461335/1.jpg?f=15424466</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Le Pré-Saint-Gervais.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.988708554133" Longitude="2.5144855035" StarRating="2" HotelCode="153163|66290" HotelName="Premiere Classe Roissy Charles De Gaulle Paris Nord 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>309 Rue De La Belle Etoile ZI Paris Nord 2, P.O. Box 50005, 95945 Roissy Charles-de-Gaulle Cedex</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/216316/a_216316_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Roissy-en-France. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.997803739061" Longitude="2.5145304057073" StarRating="2" HotelCode="327794|82964" HotelName="B&amp;B Hotel Paris Roissy CDG Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Allee Du Verger, ZAC Du Parc De Roissy, Zone Hoteliere, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/441814/a_441814_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Roissy-en-France.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.75992121" Longitude="2.50127235" StarRating="1" HotelCode="159655|398346" HotelName="Hotel Première Classe Boissy Saint Leger" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Pompadour, Parc d'Activités de la Haie Griselle, 94478 Boissy-St-Léger</AddressLine>
          </AddressLines>
          <CityName>Boissy-Saint-Léger</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/225617/a_225617_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Boissy-Saint-Léger.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.998186950037" Longitude="2.5155640137801" StarRating="1" HotelCode="153162|66275" HotelName="Première Classe Roissy - Aéroport Charles De Gaulle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Zac Du Parc De Roissy Allee Des Vergers, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/216315/a_216315_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Roissy-en-France.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.009794" Longitude="2.31047" StarRating="3" HotelCode="410245|226863" HotelName="Residhotel les Hauts d´Andilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de la Berchére, 95580 Andilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/100811/a_100811_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a small and peaceful green town only 18 km from the business district of La Défense and close to the famous spa resort of Enghien-les-Bains'. Charles De Gaulle International Airport and Orly International Airport are 31 and 50 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8783935" Longitude="2.4754927" StarRating="2" HotelCode="153165|398280" HotelName="Première Classe Rosny Sous Bois" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Lisbonne, 93110 Rosny-sous-Bois</AddressLine>
          </AddressLines>
          <CityName>Rosny-sous-Bois</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/216318/a_216318_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rosny-sous-Bois.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.57" OriginalAmount="132.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.770332460532" Longitude="2.3675111214367" StarRating="3" HotelCode="185807|1923665" HotelName="Adonis Paris Sud" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>196 Avenue de Stalingrad, 94450 Chevilly-Larue</AddressLine>
          </AddressLines>
          <CityName>Chevilly-Larue</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/259808/a_259808_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Chevilly business district. Villejuif Louis-Aragon RER train station is a 10-minute drive away, which has train services going directly to Paris. Paris-Orly Airport is just a 7-minute drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.950450962344" Longitude="2.4660761926945" StarRating="3" HotelCode="94335|188619" HotelName="Kyriad Le Blanc Mesnil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>219 Avenue Descartes, 93150 Le Blanc Mesnil</AddressLine>
          </AddressLines>
          <CityName>Le Blanc-Mesnil</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131048/a_131048_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Le Blanc-Mesnil.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.997983" Longitude="2.516952" StarRating="3" HotelCode="57865|18124" HotelName="Hotel Campanile Roissy CDG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Zone D'Activites Du Parc De Roissy, Allee des Vergers, 95700 Roissy en France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/74977/a_74977_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just on the outskirts of Charles de Gaulle airport (free schuttle), the hotel is the ideal place to stay: only 10 minutes away from the exhibition halls of Villepinte and Le Bourget, 15 minutes from the Astérix Park, 20 minutes from the Stade de France and from the entrance of Paris-Porte de la Chapelle. The train station and restaurants are to be found directly by the hotel, the centre is about 500 m, Roissy Charles de Gaulle is some 2 km and Orly airport approximately 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853454962261" Longitude="2.6660652478852" StarRating="1" HotelCode="159682|66236" HotelName="Premiere Classe MLV Saint Thibault Des Vignes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Rue De l'Etang De La Loy, Marne La Vallée, 77400 Saint Thibault Des Vignes</AddressLine>
          </AddressLines>
          <CityName>Saint-Thibault-des-Vignes</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/225644/a_225644_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Saint-Thibault-des-Vignes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8769035" Longitude="2.6010755" StarRating="3" HotelCode="146073|191842" HotelName="City Résidence Chelles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Avenue François Mitterrand, 77500 Chelles</AddressLine>
          </AddressLines>
          <CityName>Chelles</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/3/7/0/8/9/5/2/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Chelles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.018810039496" Longitude="2.4620461771657" StarRating="2" HotelCode="935754|82962" HotelName="B &amp; B Goussainville CDG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Le Corbusier, 95190 Goussainville</AddressLine>
          </AddressLines>
          <CityName>Goussainville</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638344/638344a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goussainville. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.018044" Longitude="2.587368" StarRating="2" HotelCode="297275|79236" HotelName="Premiere Classe Roissy Le Mesnil Amelot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Rue Du Stade Sauvanet, 77990 Le Mesnil Amelot</AddressLine>
          </AddressLines>
          <CityName>Le Mesnil-Amelot</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/405385/a_405385_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Le Mesnil-Amelot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860067" Longitude="2.411938" StarRating="2" HotelCode="172564|200791" HotelName="Résidence Internationale de Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 rue Louis Lumière, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332113/332113a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Wireless internet access in public areas allows guests to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.961023025204" Longitude="2.5530087654159" StarRating="2.5" HotelCode="111101|66089" HotelName="Campanile Villepinte - Parc des Expositions" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 a 8 Avenue Jean Fourgeaud, Angle Boulevard  Robert Ballanger, 93420 Villepinte</AddressLine>
          </AddressLines>
          <CityName>Villepinte</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/154060/a_154060_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Villepinte. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.989038755439" Longitude="2.51293728158" StarRating="3" HotelCode="110683|75567" HotelName="Hôtel ibis Roissy-CDG Paris Nord 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>335 Rue de la Belle Etoile, BP 60183, Roissy CDG Cedex, 95974 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/227812/227812a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Roissy-en-France. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.940673210515" Longitude="2.3054920687866" StarRating="2" HotelCode="636575|440618" HotelName="Ibis budget Paris Gennevilliers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Avenue Des Louvresses, Zac Des Louvresses, 92230 Gennevilliers</AddressLine>
          </AddressLines>
          <CityName>Gennevilliers</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/755224/a_755224_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Individual storeys are accessible via the lift or stairs. Wireless internet access in public areas allows travellers to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.97315733648" Longitude="2.5111189484596" StarRating="4" HotelCode="35558|20696" HotelName="Hotel Kyriad Roissy Villepinte - Parc des Expositions" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Avenue des Nations, P.O. Box 65085, Zaparis Nord 2, 95973 Villepinte</AddressLine>
          </AddressLines>
          <CityName>Villepinte</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57810/a_57810_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming design hotel is centrally located, only around 5 minutes drive from Charles de Gaulle airport. Parc Asterix and Disneyland Paris are easily reached, just a 30-minute drive away. The centre of Paris and the Gare du Nord takes around 20 minutes to reach, while the Chatelet les Halles is also within close reach of the hotel, around 50 minutes away with the RER.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832483383683" Longitude="2.7054355509263" StarRating="1.5" HotelCode="136225|66101" HotelName="Hotel Première Classe Marne La Vallée - Bussy Saint Georges" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>8 rue Marie Curie, 77600 Bussy Saint Georges</AddressLine>
          </AddressLines>
          <CityName>Bussy St. Georges</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/327883/327883a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bussy St. Georges.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.75583" Longitude="2.3492864515553" StarRating="1" HotelCode="213429|189096" HotelName="Hôtel hotelF1 Rungis Orly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue du Pont des Halles, Cedex, 94656 Rungis</AddressLine>
          </AddressLines>
          <CityName>Rungis</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/302126/a_302126_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Rungis.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.125674" Longitude="2.250491" StarRating="2" HotelCode="213050|443840" HotelName="ibis budget l'Isle Adam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Centre commercial Le Grand Val, ZAC du Pont aux Rayons, 95290 L'Isle-Adam</AddressLine>
          </AddressLines>
          <CityName>L'Isle-Adam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301726/w_301726_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.912672017164" Longitude="2.6707288296122" StarRating="3" HotelCode="396765|81916" HotelName="Camping Club Le Parc De Paris Caravan Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Rue Adèle Claret, 77410 Villevaudé</AddressLine>
          </AddressLines>
          <CityName>Villevaudé</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/549593/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This campsite welcomes guests in Villevaudé.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.78307836" Longitude="2.61523855" StarRating="2" HotelCode="543899|422821" HotelName="B&amp;B Hôtel PONTAULT-COMBAULT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>96 Rue des Prés Saint-Martin, Rue des Petites Friches, 77340 Pontault-Combault</AddressLine>
          </AddressLines>
          <CityName>Pontault-Combault</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638503/638503a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the perfect choice for business travellers and holidaymakers alike. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.71989397931" Longitude="2.5643956661224" StarRating="2" HotelCode="213147|443384" HotelName="ibis budget Santeny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>L'Orée du Val de Marne, rue du Noyer de Saint-Germain, 94440 Santeny</AddressLine>
          </AddressLines>
          <CityName>Santeny</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301830/a_301830_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Santeny.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.45" OriginalAmount="155.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868423508905" Longitude="2.4310240226845" StarRating="1" HotelCode="157252|2228225" HotelName="Premiere Classe Montreuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>64 Rue Jean Lolive, 93100 Montreuil</AddressLine>
          </AddressLines>
          <CityName>Montreuil</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/223109/a_223109_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2.2 km from the centre of Montreuil.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.759706003057" Longitude="2.3459601816842" StarRating="2" HotelCode="153168|189094" HotelName="Première Classe Orly Rungis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Du Pont Des Halles, Zone Artisanales Delta, 94150 Rungis</AddressLine>
          </AddressLines>
          <CityName>Rungis</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/216321/a_216321_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rungis. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.989022940002" Longitude="2.5126652367707" StarRating="2" HotelCode="36469|191747" HotelName="ibis budget Roissy-CDG Paris Nord 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>335 rue de la Belle Etoile, ZAC Paris Nord 2, 95974 Roissy en France, Roissy Charles-de-Gaulle</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59771/a_59771_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Roissy-en-France.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.992735907125" Longitude="2.2830709218127" StarRating="2" HotelCode="169152|424406" HotelName="Hotel urban Eaubonne by balladins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de Paris, 95600 Eaubonne</AddressLine>
          </AddressLines>
          <CityName>Eaubonne</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/142180/142180a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Eaubonne.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.918178" Longitude="2.307112" StarRating="0" HotelCode="213286|183499" HotelName="hotelF1 Gennevilliers Asnières" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Laurent Cély, 92230 Gennevilliers</AddressLine>
          </AddressLines>
          <CityName>Gennevilliers</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301977/a_301977_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.978766787062" Longitude="2.4603360439511" StarRating="2" HotelCode="145432|69578" HotelName="Hôtel Campanile Le Bourget - Gonesse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Ampère, ZI Sud, 95500 Gonesse</AddressLine>
          </AddressLines>
          <CityName>Gonesse</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/206761/a_206761_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Gonesse. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.34" OriginalAmount="159.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.918110350891" Longitude="2.3069211312828" StarRating="2" HotelCode="213031|2254385" HotelName="Ibis budget Gennevilliers Asnières" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Georges Corète, 92230 Gennevilliers</AddressLine>
          </AddressLines>
          <CityName>Gennevilliers</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301705/w_301705_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Gennevilliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.966576204395" Longitude="2.5171591931255" StarRating="3" HotelCode="110682|73049" HotelName="Hôtel ibis Villepinte Parc Expos" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>A104 Sortie No2 Visiteurs, Parc Des Expositions Bp 64069, 95972 Roissy Cdg Cedex</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153597/a_153597_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Roissy-en-France. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.773812" Longitude="2.498091" StarRating="2" HotelCode="213156|424740" HotelName="Ibis budget Sucy en Brie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 rue des Amériques, ZAC du Petit Marais, 94370 Sucy-en-Brie</AddressLine>
          </AddressLines>
          <CityName>Sucy-en-Brie</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301839/a_301839_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sucy-en-Brie.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.34" OriginalAmount="162.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88905955" Longitude="2.3494842" StarRating="3" HotelCode="330297|hotel_de_france_20" HotelName="Hôtel de France" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Barbes, 18th Arrondissement, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/55804/1855804/31.jpg?f=15668294</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85106112" Longitude="2.37876618" StarRating="0" HotelCode="589330|238763" HotelName="Auberge Internationale des Jeunes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/758873/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87789449728" Longitude="2.6014051186154" StarRating="3" HotelCode="94348|191852" HotelName="Campanile Chelles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Avenue Gendarme Castermant, 77500 Chelles</AddressLine>
          </AddressLines>
          <CityName>Chelles</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131071/a_131071_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chelles. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.55" OriginalAmount="165.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890770956333" Longitude="2.3211510659167" StarRating="1" HotelCode="178223|hotel_viator" HotelName="Viator" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue des Moines, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/249704/a_249704_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historical hotel is situated just a 3-minute walk from the Gare de Lyon train station, and from the bus and metro station. It is approximately a 5-minute walk from the city centre and its countless shops. The financial centre, Palais Omnisport de Paris Bercy concert and events venue and the National Library are also within close proximity to the hotel. Paris-Charles de Gaulle Airport is approximately 20 km from the historical hotel and Paris-Orly Airport is around 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.933154" Longitude="2.30383775" StarRating="1" HotelCode="153111|183514" HotelName="Premiere Classe Gennevillers Barbanniers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>ZAC des Barbanniers Avenue du Général de Gaulle, 92230 Gennevilliers</AddressLine>
          </AddressLines>
          <CityName>Gennevilliers</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/216261/a_216261_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Gennevilliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.95073543367" Longitude="2.466336366969" StarRating="3" HotelCode="109953|188609" HotelName="Hotel Campanile Le Blanc Mesnil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>219 Avenue Descartes, 93150 Le Blanc Mesnil</AddressLine>
          </AddressLines>
          <CityName>Le Blanc-Mesnil</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152773/a_152773_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Le Blanc-Mesnil. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="" Longitude="" StarRating="0" HotelCode="848552|486121" HotelName="Hotel Vauban" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Avenue Aristide Briand</AddressLine>
          </AddressLines>
          <CityName>Livry-Gargan</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/47630/1847630/1.jpg?f=15488638</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.703154" Longitude="2.5990420000001" StarRating="3" HotelCode="109381|66093" HotelName="Campanile - Brie Comte Robert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zone De La Haie Passart, 77170 Brie-Comte-Robert</AddressLine>
          </AddressLines>
          <CityName>Brie-Comte-Robert</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152135/a_152135_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brie-Comte-Robert. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862201222491" Longitude="2.6731900072708" StarRating="2" HotelCode="110853|441484" HotelName="ibis budget Marne-la-Vallée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 avenue St Germain des Noyers, 77400 Saint-Thibault-des-Vignes</AddressLine>
          </AddressLines>
          <CityName>Saint-Thibault-des-Vignes</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153788/a_153788_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Saint-Thibault-des-Vignes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.915498726154" Longitude="2.4172017896284" StarRating="2" HotelCode="571894|440283" HotelName="B&amp;B Hôtel Paris Est Bobigny Université" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue René Goscinny, ZAC de la Vache à l'Aise, 93000 Bobigny</AddressLine>
          </AddressLines>
          <CityName>Bobigny</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/688994/a_688994_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bobigny.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858124061447" Longitude="2.3776307702065" StarRating="3" HotelCode="189572|200037" HotelName="Au Royal Mad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue Sedaine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328490/328490a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838970877404" Longitude="2.6530999590384" StarRating="2" HotelCode="487830|424402" HotelName="B&amp;B Hôtel Marne-La-Vallee Torcy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Ter Rue Pierre Mendès France, 77200 Torcy</AddressLine>
          </AddressLines>
          <CityName>Torcy</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638355/638355a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Torcy.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890571" Longitude="2.593098" StarRating="2" HotelCode="213064|191856" HotelName="ibis budget Marne-la-Vallée Chelles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>E.A.E La Tuilerie, 9 rue de Derrière la Montagne, 77645 Chelles</AddressLine>
          </AddressLines>
          <CityName>Chelles</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301743/a_301743_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chelles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832125181241" Longitude="2.4937334404755" StarRating="3" HotelCode="110365|50571" HotelName="Campanile - Nogent Sur Marne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai Du Port, 94130 Nogent-sur-Marne</AddressLine>
          </AddressLines>
          <CityName>Nogent-sur-Marne</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153226/a_153226_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Nogent-sur-Marne. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841781353342" Longitude="2.6561373360452" StarRating="3" HotelCode="92629|8869" HotelName="Hotel The Originals Torcy Codalysa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Charlie Chaplin, 77200 Torcy</AddressLine>
          </AddressLines>
          <CityName>Torcy</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/128856/a_128856_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant aparthotel is located just 30 minutes from Paris, in the entertainment and business centre of Torcy. Bay leisure centre with its many restaurants to suit every taste lies directly beside the hotel and may be reached on foot within a few minutes via a short pathway. Links to the transport network are to be found 800 m away. Disneyland Paris is 20 km from the hotels and Paris/Orly and Roissy/Charles de Gaulle airports lie 25 km and 30 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.753969" Longitude="2.336702" StarRating="3" HotelCode="109751|16965" HotelName="Euro Hotel Orly-Rungis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>63 Avenue du Parc Médicis, 94260 Fresnes, Val-de-Marne</AddressLine>
          </AddressLines>
          <CityName>Fresnes, Val-de-Marne</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/45/454845/CnrujZ9I_5939dc8c297e4c0680f409e1b34ffba3.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between Paris, Disneyland and Versailles in the middle of Parc Médicis de Fresnes. It is located 12 km from central Paris, at the intersection of the A6 and A86. It offers fast road access to Disneyland Resort® Paris and is 5 km north of Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.020736916992" Longitude="2.5903782248497" StarRating="3" HotelCode="55133|10409" HotelName="Comfort Airport CDG" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de Paris, Le Mesnil-Amelot 77990</AddressLine>
          </AddressLines>
          <CityName>Le Mesnil-Amelot</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/71468/a_71468_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Le Mesnil Amelot, just a short distance from Roissy, close to Charles de Gaulle airport and Roissy International Business Centre as well as to Parc des Expositions at Villepinte, Disneyland and the Asterix theme park. The centre of Paris is 25 km away, whilst Orly airport is 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.0058" Longitude="2.5215" StarRating="4" HotelCode="63703|15608" HotelName="Best Western Paris CDG Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Allee du Verger, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82089/a_82089_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is barely three minutes from Charles de Gaulle Airport, and 10 minutes from the Paris Nord exhibition centre in Villepinte. The centre of Paris is just a 20-minute drive away and links to the public transport and national rail networks can be reached within 15 minutes. Orly airport is approximately 40 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.0043" Longitude="2.5203" StarRating="4" HotelCode="98083|68875" HotelName="Holiday Inn Paris CDG Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Allee du Verger, 95700 Roissy-en-France, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/589007/589007a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Roissy close to Charles de Gaulle airport (approximately 2.5 km away), this hotel lies just a short distance from the famous Disneyland Paris. Villepinte exhibition centre lies just 5 km from the hotel and the historical centre of Paris is approximately 35 km away. Charles de Gaulle métro is situated 3 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843639117716" Longitude="2.6146656274796" StarRating="3" HotelCode="110370|50477" HotelName="Hipotel Paris Marne la Vallée" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 place Gaston Deferre, 77186 Noisiel</AddressLine>
          </AddressLines>
          <CityName>Noisiel</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/249025/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Noisiel. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.32" OriginalAmount="177.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885326" Longitude="2.360537" StarRating="2" HotelCode="14807|300115" HotelName="Hipotel Paris Gare du Nord Merryl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pajol, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17381/a_17381_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the 18th arrondissement, this hotel lies at the heart of Paris close to Montmartre and the Sacré Coeur. La Chapelle-Gare du Nord offers excellent links to all of the French capital's most significant sights including the Champs Elysées, Notre-Dame de Paris, the Quartier Latin and much, much more. Charles de Gaulle airport is 30 km away whilst Orly lies some 50 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.46" OriginalAmount="178.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89103" Longitude="2.321293" StarRating="1" HotelCode="180118|hotel_de_leurope_5" HotelName="HOTEL de l' Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue Des Moines, 17 Arrondissement, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328127/328127a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.759088667253" Longitude="2.3218595981598" StarRating="2.5" HotelCode="63969|226828" HotelName="Hôtel Fresnes A86 - Futur Ibis Budget" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 Avenue De La Division Leclerc, 94260 Fresnes</AddressLine>
          </AddressLines>
          <CityName>Fresnes, Val-de-Marne</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82424/a_82424_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, in the centre of Fresnes, is strategically located next to the main thoroughfares. An express rail network serving Paris (RER) will take you to there in less than 30 minutes and the station is less than a 10-minute walk away. The centre of Paris can be reached in 25 minutes by car. The congress centres in La Porte de Versailles and Porte de Champret as well as the exhibition site in Villepinte and the Palais des Congrès in Porte Maillot are all around a 30-minute drive away. In addition, Orly International Airport is just 8 km away and Roissy International Airport is 43 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.784626720067" Longitude="2.4599957569195" StarRating="3" HotelCode="109640|195319" HotelName="Campanile Creteil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Avenue du Chemin de Mesly, 94000 Créteil</AddressLine>
          </AddressLines>
          <CityName>Créteil</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152424/a_152424_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Créteil. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.0007" Longitude="2.5191" StarRating="4" HotelCode="170493|25026" HotelName="Crowne Plaza Paris - Charles de Gaulle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Allée du Verger, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4230000/4223700/4223609/83f77508_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The airport hotel is located just 1 km away from Paris Charles de Gaulle International Airport, where guests will also find a number of shops, restaurants and bars. The airport's bus and train stations are 1.5 km away, with links to the centre of Paris taking approximately half an hour. The hotel is just 10 minutes' drive from the Villepinte convention centre and Le Bourget exhibition centre, while Disneyland Paris is 20 minutes by car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867481034114" Longitude="2.226092761377" StarRating="1" HotelCode="153156|31301" HotelName="Hotel Première Classe Paris Ouest - Pont De Suresnes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Henri Sellier, 92150 Suresnes</AddressLine>
          </AddressLines>
          <CityName>Suresnes</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/216306/a_216306_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Suresnes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.09" OriginalAmount="187" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.001627" Longitude="2.519768" StarRating="4" HotelCode="82269|44615" HotelName="Novotel Suites Paris Roissy CDG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Allee du Verger, 95700 Roissy En France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111041/a_111041_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 7 minutes from the Villepinte exhibition centre and 5 minutes from Roissy Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.09" OriginalAmount="187" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.007040467106" Longitude="2.5205482797622" StarRating="3" HotelCode="29404|371095" HotelName="ibis Styles Paris Roissy CDG Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Heinz Gloor, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46316/a_46316_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern airport hotel offers a free of charge shuttle bus service to the nearby Paris Charles de Gaulle Airport. Public transport can be found in the hotel's vicinity, approximately 200 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.09" OriginalAmount="187" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.822414" Longitude="2.303581" StarRating="2" HotelCode="23495|73492" HotelName="Residence de la Tour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Avenue Pierre Larousse, Malakoff, Paris 92240</AddressLine>
          </AddressLines>
          <CityName>Malakoff</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211748/211748a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Malakoff.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.58" OriginalAmount="190.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.93128651" Longitude="2.28474515" StarRating="0" HotelCode="766826|2316745" HotelName="B&amp;B Hotel Paris Gennevilliers Asnieres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>8 Boulevard Beaumarchais, 92230 Gennevilliers</AddressLine>
          </AddressLines>
          <CityName>Gennevilliers</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638648/638648a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just alongside the public transport network serving the heart of the capital and the entire region, our hotel west of Paris is the ideal base for your work and business trips.
With fully equipped guestrooms, you can access all the services you need to enjoy a pleasant stay with us.
Our hotel has rooms designed to accommodate up to three people. We also have specially adapted guestrooms with full facilities for disabled guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.9372893" Longitude="2.2777199" StarRating="2" HotelCode="109763|183475" HotelName="Campanile - Gennevilliers Port" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Route Principale du Port, 92230 Gennevilliers</AddressLine>
          </AddressLines>
          <CityName>Gennevilliers</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152567/a_152567_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3 km from the centre of Gennevilliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.53" OriginalAmount="191.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.00575716421" Longitude="2.5204905867577" StarRating="4" HotelCode="28933|270835" HotelName="Millennium Hotel Paris Charles De Gaulle" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Allée du Verger, Zone Hôtelière, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/1000000/20000/12600/12575/09f6d612_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located close to the centre of Paris, Disneyland Paris and Astérix Park. It is located only a few steps from the commune of Roissy-en-France. Ideally situated for business travellers, this hotel is just a few minutes drive from Charles de Gaulle International Airport Various bus and metro connections are about 2 km from the hotel. Villepinte is situated within 5km of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89317295" Longitude="2.39836927" StarRating="3" HotelCode="584330|486737" HotelName="Art Hotel Paris Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Scandicci, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Pantin</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/600585/600585a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pantin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.58" OriginalAmount="194" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.01827645" Longitude="2.5864637" StarRating="3" HotelCode="109986|71198" HotelName="Campanile Roissy Le Mesnil Amelot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue du stade Sauvanet, 77990 Le Mesnil Amelot</AddressLine>
          </AddressLines>
          <CityName>Le Mesnil-Amelot</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152809/a_152809_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Le Mesnil-Amelot. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833424665364" Longitude="2.4923827368847" StarRating="3" HotelCode="110366|67757" HotelName="Hôtel ibis Nogent-sur-Marne" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Nazaré, Zac Du Port, 94130 Nogent Sur Marne</AddressLine>
          </AddressLines>
          <CityName>Nogent-sur-Marne</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153227/a_153227_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Nogent-sur-Marne. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86652118" Longitude="2.76081628" StarRating="3" HotelCode="25356|38610" HotelName="Residence Du Parc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Edouard Buffard, 77144 Montevrain</AddressLine>
          </AddressLines>
          <CityName>Montévrain</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36949/a_36949_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located in a quiet area only 2 km from the Disneyland Paris Resort and the Val d'Europe shopping centre, and lies 40 km from Paris. The international high-speed TGV train/Eurostar/Thalys station at Marne-la-Vallée/Chessy is only 2 km from the residence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.940853298132" Longitude="2.3241877555847" StarRating="3" HotelCode="63979|226867" HotelName="Kyriad Villeneuve la Garenne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard Charles De Gaulle, 92390 Villeneuve La Garenne</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82434/a_82434_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 5 minutes from the Stade de France and 20 minutes from the business district of La Défense and the Villepinte and Bourget exhibition centres, allowing guests to fulfil their professional needs whilst enjoying some peace and quiet in a green setting on the outskirts of Paris. The hotel is situated in the city of Villeneuve-la-Garenne, near Paris. The centre of Villeneuve-la-Garenne is just 1 km away. The nearest train station is 1.5 km away, and the closest bus stop 500 metres from the hotel. The international airport at Roissy is 23 km away, 25 minutes' drive, and Orly is approximately 33 km from the hotel, 40 minutes' drive.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.018562715876" Longitude="2.4609660723577" StarRating="2" HotelCode="151538|441651" HotelName="ibis budget Goussainville CDG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Le Corbusier, 95190 Goussainville</AddressLine>
          </AddressLines>
          <CityName>Goussainville</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/213450/a_213450_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goussainville. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.965026152828" Longitude="2.5624279465328" StarRating="3" HotelCode="111026|400761" HotelName="INTER-HOTEL Paris Parc des Expositions Villepinte Acadie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Avenue Marcel Paul, ZA Charles De Gaulle, 93290 Tremblay-en-France</AddressLine>
          </AddressLines>
          <CityName>Tremblay-en-France</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/231905/231905a_hb_a_051.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tremblay-en-France. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.80025335" Longitude="2.35260251" StarRating="3" HotelCode="349147|191866" HotelName="Hotel Paris Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 rue de Gentilly, 94800 Villejuif</AddressLine>
          </AddressLines>
          <CityName>Villejuif</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/78139/2278139/42.jpg?f=15541330</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Villejuif.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="202" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877885" Longitude="2.475343" StarRating="3" HotelCode="38488|50597" HotelName="Inter-Hotel Paris Est Rosny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de Lisbonne, Rosny-Sous-Bois, 93561</AddressLine>
          </AddressLines>
          <CityName>Rosny-sous-Bois</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63629/a_63629_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located to the east of Paris (a 10-minute drive). Countless shopping facilities, the train station and links to the public transport network lie just a few minutes' walk away (100 m - 1 km). Just in front of the hotel, guests will find a variety of restaurants, bars and a bus stop (around 20 m away). Disneyland Paris is approximately 25 km away (30 minutes by car). Charles de Gaulle Airport is approximately 17 km away, whilst Paris Orly Airport is about 20 km from the hotel. The hotel is situated close to a main road.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.765557" Longitude="2.471621" StarRating="3" HotelCode="110548|37652" HotelName="Eurohotel Paris Creteil Metro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Avenue Frenand Pouillon, Europarc, 94000 Créteil</AddressLine>
          </AddressLines>
          <CityName>Créteil</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/249165/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 6 km from Paris and 15 km from Disneyland. It is close to the A86 and A4 motorways, which offer access to Charles de Gaulle Airport and Versailles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.67660201697" Longitude="2.3846592355387" StarRating="3" HotelCode="153186|226859" HotelName="Kyriad Viry-Châtillon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Route Nationale 7, Avenue Du Général De Gaulle, 91170 Viry Châtillon</AddressLine>
          </AddressLines>
          <CityName>Viry-Châtillon</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/216341/a_216341_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Viry-Châtillon. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.776228486142" Longitude="2.3670012252248" StarRating="3" HotelCode="109563|424749" HotelName="Hôtel ibis Orly Chevilly Tram 7" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Avenue de Stalingrad, 94550 Chevilly-Larue</AddressLine>
          </AddressLines>
          <CityName>Chevilly-Larue</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152335/a_152335_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chevilly-Larue. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884991381358" Longitude="2.1961498260498" StarRating="2" HotelCode="171045|73723" HotelName="Séjours &amp; Affaires Paris Nanterre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue de Vignes, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Nanterre</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/151936/151936a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located to the west of Paris between the business districts of La Défense (5 km away) and Rueil 2000 (2 km away). The La Défense 4 Temps shopping centre is 4 km from the hotel and the RER and bus stations are both just 5 minutes' walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.20" OriginalAmount="208.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82630901" Longitude="2.36034563" StarRating="1" HotelCode="440495|3785825" HotelName="Hotel Tolbiac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue De Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/48/481273/481273a_hb_a_041.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.756412316876" Longitude="2.3483211787249" StarRating="3" HotelCode="110712|189104" HotelName="Hôtel ibis Paris Orly Rungis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Mondétour, 94656 Rungis</AddressLine>
          </AddressLines>
          <CityName>Rungis</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153630/a_153630_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rungis. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.75847968" Longitude="2.34688722" StarRating="3" HotelCode="267099|189081" HotelName="All Suites Appart Hôtel Orly-Rungis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue du Pont des Halles, 94150 Rungis</AddressLine>
          </AddressLines>
          <CityName>Rungis</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/255286/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Rungis. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8191253" Longitude="2.4786888" StarRating="2" HotelCode="274891|489186" HotelName="Cinepole" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue des Platanes, 94340 Joinville-le-Pont</AddressLine>
          </AddressLines>
          <CityName>Joinville-Le-Pont</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/255338/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 34 rooms. Services and facilities at the hotel include a baggage storage service, a restaurant and a bar. Wireless internet access is available to travellers in the public areas. There is also a garden. Those arriving in their own vehicles can leave them in the car park of the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.977028537063" Longitude="2.5111826957702" StarRating="3" HotelCode="110684|201299" HotelName="Green Hotel Confort Roissy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue de la Perdrix, 95941 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153600/w_153600_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Roissy-en-France. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.989410947561" Longitude="2.5123086016054" StarRating="4" HotelCode="82261|44605" HotelName="Novotel Suites Paris CDG Airport Villepinte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>335 Rue de la Belle Etoile, BP 60182, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111033/a_111033_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This suite hotel is located 7 minutes from Roissy Charles de Gaulle Airport and 5 minutes from the Villepinte exhibition centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.019317155282" Longitude="2.5847500059433" StarRating="4" HotelCode="935610|95823" HotelName="Hôtel Oceania Paris Roissy Aéroport CDG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34/36 Rue de Paris, 77990 Le Mesnil-Amelot</AddressLine>
          </AddressLines>
          <CityName>Le Mesnil-Amelot</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/413537/a_413537_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Le Mesnil-Amelot. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.23" OriginalAmount="213.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.905884867094" Longitude="2.4575378687172" StarRating="3" HotelCode="888124|299345" HotelName="Hotel Campanile Paris Est - Bobigny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Avenue Paul-Vaillant Couturier, 93000 Bobigny</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/136428/a_136428_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location, near to Paris by metro (line 5), 100 metres from the centre of Bobigny. Guests will find links to the public transport network just 50 metres away and there are shopping venues only 300 metres from the hotel. It lies close to the Parc des Expositions de Villepinte (1.2 km), the Parc des Expositions du Bourget, Disneyland Paris and the Zénith de Paris arena as well as the Stade de France stadium (9 km). Charles de Gaulle Airport is 15 km and it is 18 km to Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832462356742" Longitude="2.7053591609001" StarRating="2.5" HotelCode="366034|10153" HotelName="Hotel Campanile Marne La Vallée - Bussy Saint Georges" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue Marie Curie, Zac du Centre Ville, 77600 Bussy Saint Georges</AddressLine>
          </AddressLines>
          <CityName>Bussy St. Georges</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/69428/a_69428_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Paris just a short distance from the famous Val d'Europe shopping centre. It is around 900 m to links to the public transport network and transfer to the centre of the French capital takes some 30 minutes. The world-famous Disneyland theme park is 7 km away and it is 40 km to Charles de Gaulle airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.756646758858" Longitude="2.3472274006333" StarRating="3" HotelCode="110713|189092" HotelName="Comfort Hotel Rungis - Orly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Mondetour, 94150 Rungis</AddressLine>
          </AddressLines>
          <CityName>Rungis</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153631/a_153631_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rungis. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879428213265" Longitude="2.3568141460419" StarRating="2" HotelCode="69393|225132" HotelName="Picardy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/246442/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.52" OriginalAmount="217.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.815833" Longitude="2.363733" StarRating="2" HotelCode="213102|2255495" HotelName="ibis budget Paris Porte d'Italie Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Voltaire, 94270 Le Kremlin-Bicêtre</AddressLine>
          </AddressLines>
          <CityName>Le Kremlin-Bicêtre</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301781/a_301781_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Le Kremlin-Bicêtre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841653" Longitude="2.655847" StarRating="2" HotelCode="73754|8595" HotelName="Apparthotel Torcy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Charlie Chaplin, 77200 Torcy</AddressLine>
          </AddressLines>
          <CityName>Torcy</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99506/r_99506_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located in the heart of Bay 1, which is a leisure centre in the south of the city. There visitors will find cinemas, a variety of restaurants and shops. It is equidistant from DisneyLand and the centre of Paris (about 7 km). Links to public transport and the bus station can be found in the immediate vicinity. Parc de Lognes is about 2 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.56" OriginalAmount="221.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.954109" Longitude="2.308293" StarRating="3" HotelCode="213268|2255805" HotelName="Hôtel ibis Épinay-sur-Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Avenue du 18 Juin 1940, 93800 Épinay-sur-Seine</AddressLine>
          </AddressLines>
          <CityName>Épinay-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301959/a_301959_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Épinay-sur-Seine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8179181" Longitude="2.3981533" StarRating="2" HotelCode="109841|195225" HotelName="City Résidence Ivry-sur-Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Boulevard Paul Vaillant Couturier, 94200 Ivry-sur-Seine</AddressLine>
          </AddressLines>
          <CityName>Ivry-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213292/213292a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Ivry-sur-Seine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.815889175832" Longitude="2.4593435285585" StarRating="2" HotelCode="213143|410795" HotelName="ibis budget Saint-Maurice" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>252 Rue du Maréchal Leclerc, ZAC Vivendi/OTV, 94410 Saint-Maurice</AddressLine>
          </AddressLines>
          <CityName>Saint-Maurice</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301826/a_301826_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Saint-Maurice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838738668373" Longitude="2.6575005054474" StarRating="3" HotelCode="366033|71593" HotelName="Kyriad Marne-la-Vallée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Avenue Jean Moulin, 77200 Torcy</AddressLine>
          </AddressLines>
          <CityName>Torcy</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/69427/a_69427_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in one of Paris' suburbs, close to Torcy metro station. The nearest bus stop is only around 50 m away. The city's main important shopping quarter as well as one of France's largest shopping centres with a park, various restaurants as well as cinemas and, of course, a large selection of shops are located close to the hotel. The famous Disneyland Resort Paris is only around a 15-minute drive away and Paris is roughly 20 km away from the hotel offering plenty of galleries, museums, churches and theatres, therefore providing an exciting and interesting holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.93441" Longitude="2.258971" StarRating="3" HotelCode="183244|276051" HotelName="Kyriad Paris Ouest - Colombes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zac Kleber, 1 Rue Albert Camus, 92700 Colombes</AddressLine>
          </AddressLines>
          <CityName>Colombes</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/256732/a_256732_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Colombes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.82" OriginalAmount="226" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85661" Longitude="2.778868" StarRating="2" HotelCode="99727|37650" HotelName="Séjours &amp; Affaires Rive Gauche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Cours du Danube, 77700 Serris</AddressLine>
          </AddressLines>
          <CityName>Serris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/139690/a_139690_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are invited to enjoy the environment of the residence located next to Serris Val d'Europe, just steps away from Marne La Vallée. The Seine et Marne district offers tourist sights (e.g. Medieval City of Provins, Vaux le Vicomte castle and Feline park of Nesles), as well as the famous Village Valley shopping centre. The residence is located 32 km from Paris and close to the Disneyland Paris resort and the business district of Val d'Europe. The establishment is some 43 km from Orly and Roissy Charles de Gaulle airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.922125069033" Longitude="2.3204366969242" StarRating="3" HotelCode="262271|183479" HotelName="Executive" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Boulevard Louise Michel, 92230 Gennevilliers</AddressLine>
          </AddressLines>
          <CityName>Gennevilliers</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/362552/362552a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Gennevilliers. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.932421" Longitude="2.410458" StarRating="3" HotelCode="109881|410791" HotelName="Hôtel ibis Le Bourget" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104 avenue Jean Mermoz, 93120 La Courneuve</AddressLine>
          </AddressLines>
          <CityName>La Courneuve</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152697/a_152697_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.757223159909" Longitude="2.3469544287578" StarRating="2" HotelCode="435990|189088" HotelName="B&amp;B Hotel ORLY RUNGIS Aéroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Mondetour, Zone Hôtelière Delta, 94656 Rungis</AddressLine>
          </AddressLines>
          <CityName>Rungis</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/545868/a_545868_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rungis.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.814959" Longitude="2.418781" StarRating="3" HotelCode="110121|27837" HotelName="Aparthotel Adagio Access Paris Maisons Alfort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Eugene Renault, 94700 Maisons Alfort</AddressLine>
          </AddressLines>
          <CityName>Maisons-Alfort</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152966/a_152966_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Maisons-Alfort. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.893301467636" Longitude="2.4125343561172" StarRating="2" HotelCode="187857|276819" HotelName="Séjours &amp; Affaires Charles De Gaulle - Pantin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>139 Avenue Jean Lolive, 93500 Paris</AddressLine>
          </AddressLines>
          <CityName>Pantin</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/592543/592543a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of services and facilities offered by the apartment hotel ensures that travellers enjoy a comfortable stay. A laundry service is among the facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.9986" Longitude="2.5162" StarRating="3" HotelCode="42189|35555" HotelName="pentahotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Allée du Verger, Charles de Gaulle Airport, 95700 Roissy-en-France, Paris</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/67461/a_67461_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located next to Roissy Charles De Guaulle Airport and 6 km from Le Parc d'Expositions in Villepinte and from Le Bourget. Moreover, it is just 3.3 km from the Airport Charles De Gaulle RER train station, which provides a direct train service to central Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.38" OriginalAmount="234" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85030034" Longitude="2.38136621" StarRating="0" HotelCode="502608|200111" HotelName="Hipotel Paris Bastille Saint Antoine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue De Citeaux, 164 Rue Du Faubourg Saint Antoine 12th Arrondissement, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/57/f0/57f025f68929090a73d561597752f64edfae6969.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities. Wireless internet access in public areas allows travellers to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.52" OriginalAmount="236" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.0233146" Longitude="2.46448166" StarRating="3" HotelCode="480801|487628" HotelName="Hôtel Saglam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 chemin de la vierge, 95190 Goussainville</AddressLine>
          </AddressLines>
          <CityName>Goussainville</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/14405/3714405/1.jpg?f=15244679</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Goussainville.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.52" OriginalAmount="236" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.005174911327" Longitude="2.510569925362" StarRating="3" HotelCode="161157|37803" HotelName="Residhome Appart Hotel Roissy Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue de Montmorency, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/227511/a_227511_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel enjoys an ideal location with the Paris-Charles de Gaulle International Airport close by (around 5 km), direct access to the TGV and Thalys trains and the RER B suburban train to get to the Gare du Nord train station or the centre of Paris easily.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85333041082" Longitude="2.4102050846558" StarRating="2" HotelCode="92757|36949" HotelName="Hipotel Paris Printania Maraîchers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Rue d'Avron, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/182666/182666a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.59" OriginalAmount="237.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901641909717" Longitude="2.3288440704346" StarRating="3" HotelCode="13524|alliance_hotel_paris_porte_de_st_ouen" HotelName="Kyriad Paris Nord Porte de Saint-Ouen" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue La Fontaine, 93400 Saint-Ouen</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14325/a_14325_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located close to Paris and Villepinte. Within 300 m of the hotel are links to the public transport system, which can easily be reached on foot. St. Quen Metro station is around 500 m from the hotel. Within 3 km of the hotel a wide range of shopping facilities including the Haussmann shopping centre as well as numerous restaurants, diverse bars, cafés and lively entertainment opportunities are to be found. It is approximately 25 km to Charles de Gaulle Airport and 30 km to Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8556804" Longitude="2.74290816" StarRating="3" HotelCode="47366|50575" HotelName="Best Western Hotel Grand Parc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Jacuzzi,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Ferme du Pavillon, 77600 Chanteloup-en-Brie, Seine-et-Marne</AddressLine>
          </AddressLines>
          <CityName>Chanteloup-en-Brie</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10301/a_10301_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant, family-friendly hotel lies just a 10-minute drive from Disneyland, around 35 km (1 hour's drive) from the lively French metropolis and its many sights and tourist attractions. Paris' Charles de Gaulle and Orly airports are approximately 30 km and 40 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.71" OriginalAmount="240.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86739658219" Longitude="2.3965286839247" StarRating="2" HotelCode="935631|2011455" HotelName="Hipotel Paris Gambetta République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>236 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/407307/407307a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.87" OriginalAmount="241" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880156" Longitude="2.326942" StarRating="3" HotelCode="395329|4644" HotelName="New Hotel Saint Lazare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue d'Amsterdam, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93924/a_93924_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated around 1 km away from the centre of Paris. Public transport, excellent restaurants, bars and superb shops are less than 1 km from the hotel. The famous shopping boulevard, the Champs-Élysées, is located around 2 km away. In addition, Paris-Orly Airport lies around 40 minutes from the hotel and Paris-Charles de Gaulle Airport is about an hour away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="978147|407279" HotelName="Moxy Paris Charles de Gaulle Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Signe, 95700 Paris, Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11000216</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.35" OriginalAmount="244.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.819818855506" Longitude="2.3760201171647" StarRating="3" HotelCode="63975|261285" HotelName="Comfort Hotel Paris Porte d'Ivry" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-11 Rue Rene Villars, 94200 Ivry-sur-Seine, Paris</AddressLine>
          </AddressLines>
          <CityName>Ivry-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82430/a_82430_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on the outskirts of Paris, close to several of the city's major exhibition centres. The nearest metro station is Porte d'Ivry, line 7), which is 100 m away (5 minutes' walk). The closest train station is Gare de Lyon in Paris, 5 km away or 8 minutes by car. Paris Orly International Airport is approximately 12 km from the hotel (14 minutes by car) and Charles de Gaulle is about 29 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.15" OriginalAmount="245" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.997963240241" Longitude="2.516941588955" StarRating="4" HotelCode="37817|67377" HotelName="Golden Tulip Paris CDG Airport Villepinte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Allee des Vergers, Zone d'activité du Parc de Roissy, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62410/a_62410_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Charles de Gaulle airport, around 2 km away (complimentary shuttle). Paris-Beauvais airport is around 20 km away and Orly airport is roughly 35 kilometres away. The centre of Roissy and the train station are just 2-5 minutes away. In addition, the hotel is only 10 minutes from the convention centres of Villepinte and Le Bourget, 15 minutes from Asterix Park, 20 minutes from le Stade de France as well as access to Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.15" OriginalAmount="245" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865645" Longitude="2.366577" StarRating="2" HotelCode="149714|201289" HotelName="Hôtel Voltaire République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10, boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211747/211747a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.39" OriginalAmount="245.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879440560868" Longitude="2.3584717512131" StarRating="2" HotelCode="187842|1548538" HotelName="Hôtel de Paris Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/262100/a_262100_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.781325986567" Longitude="2.2409302331353" StarRating="3" HotelCode="101781|191872" HotelName="Aparthotel Adagio access Paris Clamart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>426 Avenue du General de Gaulle, 92140 Clamart</AddressLine>
          </AddressLines>
          <CityName>Clamart</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/142266/a_142266_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in a quiet residential area in the south of Paris. The centre of Paris is just 20 minutes away and is easily accessible from the residence. The residence lies close to the Velizy Villacoublay business district and is just 15 minutes from the Porte de Versailles exhibition centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.29" OriginalAmount="247.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.822483682679" Longitude="2.3167773816147" StarRating="1" HotelCode="298447|hotelf1_paris_porte_de_chatillon" HotelName="Hôtel hotelF1 Paris Porte de Châtillon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Avenue de la Porte de Châtillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406663/a_406663_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.019377998513" Longitude="2.5855780026561" StarRating="3" HotelCode="935589|82961" HotelName="NOMAD Hotel Paris Roissy CDG Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34/36 Rue de Paris, 77990 Le Mesnil Amelot</AddressLine>
          </AddressLines>
          <CityName>Le Mesnil-Amelot</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/374401/374401a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Roissy-en-France.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.948972" Longitude="2.438702" StarRating="3" HotelCode="293242|188601" HotelName="Appart'City Confort Le Bourget" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>158-164 Avenue du 8 mai 1945, 93150 Blanc Mesnil</AddressLine>
          </AddressLines>
          <CityName>Le Blanc-Mesnil</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/90/905485/BhL663Lz_0fc1d8d379776c6d2af02451c99bc1a1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Le Blanc-Mesnil. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.6772233" Longitude="2.1946452" StarRating="3" HotelCode="265664|226838" HotelName="Campanile Les Ulis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Z.A De Courtaboeuf, 14 Avenue des Andes, 91952 Les Ulis Cedex</AddressLine>
          </AddressLines>
          <CityName>Les Ulis</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/371034/a_371034_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Les Ulis. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.7422163" Longitude="2.3525073" StarRating="2" HotelCode="110714|70282" HotelName="Maison Blanche" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue de la Gare, 94150 Rungis</AddressLine>
          </AddressLines>
          <CityName>Rungis</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3f/ac/3facf8418a124b5219c3d33e1402c2aeb667a4c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Rungis.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.972387" Longitude="2.512768" StarRating="3" HotelCode="110681|70425" HotelName="Hotel Ibis Styles Parc des Expositions de Villepinte" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Avenue des Nations, Villepinte, 95971 Roissy Charles de Gaulle</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153596/a_153596_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 100 m away from the Villepinte Parc exhibition centre. It lies 20 km from Paris and less than 5 minutes from Roissy Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.64" OriginalAmount="252.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882089933038" Longitude="2.3708809912205" StarRating="2" HotelCode="35954|hotel_des_buttes_chaumont" HotelName="Des Buttes Chaumont Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57964/a_57964_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Les Buttes-Chaumont district of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="271.78" OriginalAmount="254" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.906031" Longitude="2.456731" StarRating="2.5" HotelCode="149327|50565" HotelName="Hotel Bobigny Centre Prefecture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>302 Avenue Paul Vaillant Couturier, 93000 Bobigny</AddressLine>
          </AddressLines>
          <CityName>Bobigny</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/143253/143253a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located between the Villepinte Exhibition Centre (around 10 km) and Le Bourget, the hotel is great for business and leisure travellers alike. Nearby attractions include Astérix Park (around 25 km) and Disneyland Paris (around 35 km away). The hotel is 15 minutes from Paris-Charles de Gaulle Airport. It also offers easy access to Paris by metro (Line 5 Bobigny Pablo Picasso).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.85" OriginalAmount="255.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901181183323" Longitude="2.3340728944991" StarRating="2" HotelCode="147432|2255595" HotelName="ibis budget Paris Porte de Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue du Docteur Babinski, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/208952/a_208952_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.34" OriginalAmount="262" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858566923396" Longitude="2.7860823337296" StarRating="3" HotelCode="189215|36834" HotelName="Hipark by Adagio Serris-Val d'Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Cours de l'Elbe, 77000 Serris</AddressLine>
          </AddressLines>
          <CityName>Serris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/265506/a_265506_S2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is ideally located a short drive away from Disneyland Paris and the shopping centre of the Valley Village. Many shops, restaurants and bars can also be found near the apartment hotel. Marne la Vallee-Chessy TGV railway station is 4 km away. Charles De Gaulle Airport is approximately 38 km away from the apartment hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.34" OriginalAmount="262" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87629526" Longitude="2.1159379" StarRating="2" HotelCode="538717|512574" HotelName="B&amp;B Hôtel Louveciennes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>25 Chemin de Prunay, RN 13, 78430 Louveciennes</AddressLine>
          </AddressLines>
          <CityName>Louveciennes</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638352/638352a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Looking for a cheap, well-located hotel in Greater Paris? Enjoy service with a smile at the B&amp;B Hotel Louveciennes!
Planning a trip to Paris and the surrounding area? Our hotel is near the Parc de Saint-Germain-en-Laye and its chateau (3 miles). It is also near the Palace of Versailles (5 miles), making it the perfect location for history buffs and visitors who like to explore! Travelling to Paris is easy as our hotel is near Louveciennes train station (2 miles) and right next to the N186.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.34" OriginalAmount="262.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.888972372126" Longitude="2.3544900970376" StarRating="2" HotelCode="486888|hotel_du_globe_18" HotelName="Hôtel Du Globe 18" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Ernestine, 18th Arr., 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/653216/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.48" OriginalAmount="264" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.990904904691" Longitude="2.514613866806" StarRating="4" HotelCode="36460|20695" HotelName="Hyatt Regency Paris - Charles de Gaulle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>351 Avenue du Bois de la Pie, CS 42048 Paris Nord 2, 95912 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59757/a_59757_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Charles de Gaulle airport, this hotel lies just a short distance from the TGV station and Paris-Nord exhibition centre. The centre of the French metropolis lies some 15 km away and may easily be reached by making use of public transport. Disneyland Paris is about 20 minutes drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283.28" OriginalAmount="264.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.817945847254" Longitude="2.4227105042992" StarRating="3" HotelCode="142310|299935" HotelName="Paris Saint Maurice" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue du Maréchal Leclerc, 94410 Saint-Maurice</AddressLine>
          </AddressLines>
          <CityName>Saint-Maurice</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/203303/a_203303_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located a short walk from the centre of Saint-Maurice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.826064389331" Longitude="2.3258960294304" StarRating="2" HotelCode="110517|55985" HotelName="Hôtel Résidence Châtillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Avenue du General Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/327656/327656a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838041376477" Longitude="2.7530284709909" StarRating="3" HotelCode="65302|4139" HotelName="Auberge Du Cheval Blanc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue de Lagny, 77600 Jossigny</AddressLine>
          </AddressLines>
          <CityName>Jossigny</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/86728/2486728/1.jpg?f=15533584</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Jossigny. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.69" OriginalAmount="267.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864450619225" Longitude="2.4062535472908" StarRating="3" HotelCode="75639|hipotel_belgrand_2" HotelName="Hipotel Paris Belgrand Marie 20Éme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Belgrand, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330435/330435a_hb_a_022.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.022053" Longitude="2.599701" StarRating="4" HotelCode="52557|14843" HotelName="Courtyard Paris Roissy Charles de Gaulle Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Chapelle, Charles de Gaulle Airport, 77990 Le Mesnil-Amelot</AddressLine>
          </AddressLines>
          <CityName>Le Mesnil-Amelot</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54835/a_54835_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in a village, close to Charles de Gaulle International Airport. Its convenient airport location is also just 15 km from Villepinte Exhibition Centre, whilst Paris and its key attractions are a 40-minute drive away, or a 30-minute train ride. Charles de Gaulle Airport, which is just 3 km away, is home to a train and bus station, whilst nearby attractions include Parc Astérix, Chantilly and Disneyland Resort Paris, which are 20, 30 and 45 km away respectively. The following airports are also close to the hotel: Orly (40 km) and Paris Beauvais Tillé (80 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.90" OriginalAmount="270" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.998511" Longitude="2.514254" StarRating="4" HotelCode="284018|37805" HotelName="Residhome Roissy-Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Allée du Verger, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/229175/229175a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Roissy-en-France. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.97" OriginalAmount="271" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.004230035843" Longitude="2.5210744693638" StarRating="4" HotelCode="71407|33225" HotelName="Mercure Paris Roissy Charles de Gaulle" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Allée du Verger, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/96741/a_96741_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is ideally located just 10 minutes from Roissy Charles de Gaulle Airport and offers a free shuttle service for guests. Villepinte and le Bourget exhibition centres and the Asterix Park can all be reached in 15 minutes by train or car. The hotel’s immediate vicinity features restaurants, bars, pubs, shops and a park. Paris is some 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.11" OriginalAmount="273" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.821036720426" Longitude="2.3763333290376" StarRating="3" HotelCode="355143|200692" HotelName="Lodge In MIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-16 Rue Theroigne de Mericourt, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/468671/w_468671_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.11" OriginalAmount="273" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880190451012" Longitude="2.3515727618077" StarRating="3" HotelCode="74047|37622" HotelName="Metropol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Rue de Maubeuge, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332129/332129a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.11" OriginalAmount="273" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834019" Longitude="2.295319" StarRating="2" HotelCode="67993|15348" HotelName="Printania Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Olivier de Serres, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/256351/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="293.18" OriginalAmount="274" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.715553054806" Longitude="2.3692971467972" StarRating="3" HotelCode="56517|8980" HotelName="Kyriad Orly Aéroport Athis Mons" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Paul Demange, 91200 Athis-Mons</AddressLine>
          </AddressLines>
          <CityName>Athis-Mons</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73220/a_73220_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant airport hotel lies in Athis-Mons, some 2 km from Paris' Orly airport, which may easily be reached by making use of the complimentary shuttle bus service. Affording a convenient location, this hotel affords fabulous links to many of the French capital's top sights and is thus ideal for both business guests and leisure travellers. Links to the public transport network can easily be reached on foot and it is a short distance to an array of nightclubs and restaurants. Disneyland Paris is a mere 40 km away and the capital's other airport, Charles de Gaulle, is also some 40 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294.25" OriginalAmount="275" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901298539383" Longitude="2.3890121165676" StarRating="2" HotelCode="933601|203279" HotelName="B&amp;B Hotel Paris Porte de la Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Emile Reynaud, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/411339/a_411339_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.32" OriginalAmount="276" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.753441" Longitude="2.839655" StarRating="3" HotelCode="185136|442214" HotelName="Manoir de Beaumarchais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Golf,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lieu-dit Beaumarchais, 77610 Les Chapelles Bourbon</AddressLine>
          </AddressLines>
          <CityName>Les Chapelles-Bourbon</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/224198/224198a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Les Chapelles-Bourbon. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.46" OriginalAmount="278.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.818009" Longitude="2.422094" StarRating="3" HotelCode="77344|kyriad_paris_est_bois_de_vincennes" HotelName="Kyriad Paris Est - Bois de Vincennes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue du Maréchal Leclerc, 94410 Saint Maurice</AddressLine>
          </AddressLines>
          <CityName>Saint-Maurice</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/104998/a_104998_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Saint-Maurice.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.53" OriginalAmount="279.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.909424905805" Longitude="2.3387782109756" StarRating="3" HotelCode="412905|residence_paris_saint_ouen" HotelName="Hotel Paris Saint-Ouen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Du Docteur Bauer, 93400 Paris-Saint Ouen</AddressLine>
          </AddressLines>
          <CityName>Saint-Ouen-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/575023/575023a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;deally located in the Great Paris area between Montmartre and the Stade de France, just 5 minutes from “Mairie de Saint-Ouen” (Line 13), the Paris Saint-Ouen Hotel offers a direct access to Paris. Recently opened in May 2015, this modern residence welcomes you during your leisure or business trips in its 126 rooms fully equipped. Some of the rooms have kitchenette and/or a terrace overlooking the Sacré Coeur or the Eiffel Tower. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.95" OriginalAmount="285" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.947488075" Longitude="2.44027365" StarRating="2" HotelCode="109952|188613" HotelName="Citotel Aero Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Avenue Normandie Niemen, 93150 Le Blanc-Mesnil</AddressLine>
          </AddressLines>
          <CityName>Le Blanc-Mesnil</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/248725/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Le Blanc-Mesnil. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.02" OriginalAmount="286" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880825236932" Longitude="2.3516857624054" StarRating="1" HotelCode="74043|203006" HotelName="Grand Magenta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/135826/135826a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.09" OriginalAmount="287" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.75030824528" Longitude="2.38894195852" StarRating="2" HotelCode="148387|411843" HotelName="Grand Sénia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue du Bas Marin, Zone Sénia, P.O. Box 310, 94310 Orly</AddressLine>
          </AddressLines>
          <CityName>Orly</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/148514/148514a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of all the activity in Southern Paris. The international Rungis market is 4.3 km away and the Belle Epine shopping centre with nearly 200 shops and a 14-screen cinema is around 2 km from the hotel. Paris Orly and Charles de Gaulle Airport are approximately 3 and 40 km away from the hotel, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.09" OriginalAmount="287" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.774397018214" Longitude="2.4420443369364" StarRating="3" HotelCode="109641|195327" HotelName="Hôtel ibis Créteil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Basse Quinte, Carrefour Pompadour, Za Grands Marais, 94000 Creteil</AddressLine>
          </AddressLines>
          <CityName>Créteil</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152425/a_152425_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Créteil. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.09" OriginalAmount="287" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837786883315" Longitude="2.5417113333333" StarRating="3" HotelCode="110371|42704" HotelName="Hôtel ibis Marne-la-Vallée Noisy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Allée Bienvenue, 93885 Noisy Le Grand</AddressLine>
          </AddressLines>
          <CityName>Noisy le Grand</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153232/a_153232_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Noisy le Grand. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.41" OriginalAmount="287.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892981" Longitude="2.373065" StarRating="2" HotelCode="79724|862615" HotelName="Hôtel Paris Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Curial, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328037/328037a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.74" OriginalAmount="287.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.65688474" Longitude="2.40517933" StarRating="3" HotelCode="770740|2292075" HotelName="Best Western Hotel Journel Paris Sud" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue du Clos, 91130 Ris-Orangis</AddressLine>
          </AddressLines>
          <CityName>Grigny</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/892277/w_892277_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Grigny.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82688346" Longitude="2.35919655" StarRating="2" HotelCode="335132|409879" HotelName="Hôtel Choisy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135 Avenue de Choisy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/396299/396299a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Arr12/13:Bastille-Bercy. The property features a total of 27 rooms. Hotel Choisy is not a pet-friendly establishment. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879545711311" Longitude="2.3562153433253" StarRating="2" HotelCode="267509|55979" HotelName="Hôtel Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/362642/362642a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313.51" OriginalAmount="293" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.79340781008" Longitude="2.2199637939178" StarRating="3" HotelCode="110201|408953" HotelName="Hotel ibis Paris Meudon Velizy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Route du Colonel Marcel Moraine, 92360 Meudon-la-Forêt</AddressLine>
          </AddressLines>
          <CityName>Meudon-la-Forêt</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153054/a_153054_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Meudon. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8813775989" Longitude="2.3620278603047" StarRating="3" HotelCode="29503|21314" HotelName="Hotel At Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Philippe de Girard, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47346/a_47346_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located near to the Gare du Nord, about one kilometre from the Parisian district of Montmartre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316.72" OriginalAmount="296" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.009509" Longitude="2.5568940000001" StarRating="4" HotelCode="306816|82963" HotelName="citizenM Paris Charles de Gaulle Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Rome, 93290 Tremblay-en-France, Roissypole, Terminal 3</AddressLine>
          </AddressLines>
          <CityName>Tremblay-en-France</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/465582/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tremblay-en-France. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="317.21" OriginalAmount="296.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874232" Longitude="2.38782" StarRating="3" HotelCode="148870|933855" HotelName="Hipotel Paris Buttes Chaumont Pyrénées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jean Batiste Daumay, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329415/329415a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.93" OriginalAmount="299" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.767252304869" Longitude="2.2539211006304" StarRating="3" HotelCode="205253|402434" HotelName="Le Chateaubriand" Meals="BED &amp; BREAKFAST,HALF 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>418 Avenue de la Division Leclerc, 92290 Chatenay Malabry, Region Ile-de-France, Metropole du Grand Paris</AddressLine>
          </AddressLines>
          <CityName>Châtenay-Malabry</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/224220/224220a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.00" OriginalAmount="300" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.7311137435" Longitude="2.3706369177165" StarRating="3" HotelCode="110406|73050" HotelName="ibis Paris Coeur d'Orly Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Promenade d'Orly, 91550 Paray Vieille Poste</AddressLine>
          </AddressLines>
          <CityName>Paray-Vieille-Poste</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153268/a_153268_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Orly. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.60" OriginalAmount="301.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896828" Longitude="2.403693" StarRating="2" HotelCode="213099|2259965" HotelName="ibis budget Paris Porte de Pantin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>96-98 Avenue du Général Leclerc, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Pantin</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301778/a_301778_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pantin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="323.47" OriginalAmount="302.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.816030763419" Longitude="2.410860657692" StarRating="0" HotelCode="31821|389245" HotelName="Hutian Chinagora" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 place du confluent France-Chine, 94140 Alfortville, Paris Est</AddressLine>
          </AddressLines>
          <CityName>Alfortville</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/009264/009264a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located at the point where the Rivers Seine and Marne merge, to the southeast of Paris. Links to the public transport system are only 100 m from the hotel. The Metro station Ecole Veterinaire (on line 8) is roughly 700 m away, just a short walk from the hotel. A wide range of shopping facilities as well as numerous restaurants, diverse bars, cafés and many entertainment venues are to be found in the centre of the city which is around 6 km away and can easily be reached by car or public transport. Orly Airport is 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="325.18" OriginalAmount="303.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.964017798877" Longitude="2.2857892711072" StarRating="3" HotelCode="110734|2256805" HotelName="Hôtel ibis Saint-Gratien" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Place de la Gare, 95210 Saint Gratien</AddressLine>
          </AddressLines>
          <CityName>Saint-Gratien</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153656/a_153656_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Saint-Gratien-Savigny. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325.28" OriginalAmount="304" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.762468679656" Longitude="2.4127979354431" StarRating="3" HotelCode="943342|230888" HotelName="All Suites Appart Hôtel Choisy-Le-Roi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Luc, 94600 Choisy-le-Roi</AddressLine>
          </AddressLines>
          <CityName>Choisy-le-Roi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/731895/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence warmly welcomes guests in Choisy-le-Roi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325.28" OriginalAmount="304" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.007508285492" Longitude="2.548967317791" StarRating="4" HotelCode="28935|33151" HotelName="Mercure Paris CDG Airport &amp; Convention" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Roissypole Ouest, Route de la Commune, 95713 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46319/a_46319_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within Roissy Charles de Gaulle Airport, between terminals 1 and 2, near the Villepintes Exhibition Centre. The nearest shopping facilities are at Paris Nord II, around 10 minutes away by car. Disneyland is a 20-minute drive, whilst it is 25 minutes to Paris and 45 km to Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="326.35" OriginalAmount="305" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.01079528335" Longitude="2.5619088048935" StarRating="3" HotelCode="408476|408349" HotelName="Hôtel ibis Styles Paris Charles de Gaulle Airport" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Rue de la Haye, accès GPS / Tremblay-en-France, Roissypole / CS 20009, 95735 Roissy Charles De Gaulle</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/518866/a_518866_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The new ibis Styles Paris CDG Airport hotel welcomes you in the heart of Charles de Gaulle airport. Start your journey in one of our 305 enhanced-comfort rooms, with breakfast and WIFI included. The journey continues in the musical world of the Foody's Planet restaurant with its fresh produce, runway-style lounge and bar, and its lunar decoration. It is the perfect stopover for all budding cosmonauts with parking, direct access to Terminal 3 and free CDGVAL shuttle.\n\nRestaurant\nFOODY'S PLANET - Foody's Planet welcomes you all year round from midday to 2pm and from 7pm to 11pm. Discover its international menu, starring fresh produce. Go on a cosmic journey to discover burgers, platters and dishes of the day. FOODY'S PLANET - The Foody's Planet bar is open all year round. Go on an adventure and enjoy its selection of international wines and beers. Relax in our galaxy and discover our cocktails. Our shop will delight any hungry cosmonauts.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.784864" Longitude="2.225223" StarRating="4" HotelCode="31474|37773" HotelName="Forest Hill Paris Meudon - Vélizy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Avenue du Maréchal de Lattre de Tassigny, 92360 Meudon-la-Forêt</AddressLine>
          </AddressLines>
          <CityName>Meudon</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50235/a_50235_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close Vélizy, Clamart and Orsay. The Porte de Saint Cloud and Versailles are only a 10-minute walk away. Paris Orly Airport is 3.7 km from the hotel. Links to the public transport network are to be found just 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886188295408" Longitude="2.3361967772911" StarRating="1" HotelCode="74077|200172" HotelName="Hôtel Bonséjour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Burq, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211081/211081a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.36" OriginalAmount="310.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874297960646" Longitude="2.4051853369888" StarRating="2" HotelCode="79723|1549068" HotelName="Hipotel Paris Lilas Gambetta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Avenue Gambetta, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/284152/284152a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.77" OriginalAmount="311" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8878305" Longitude="2.3109306" StarRating="2" HotelCode="267511|200794" HotelName="Royal Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Cité de Pusy, alternative: 25 Boulevard Perreire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/259572/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.91" OriginalAmount="313" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878734978703" Longitude="2.3460155725479" StarRating="2" HotelCode="64661|44403" HotelName="Hôtel de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/136736/136736a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is situated in the heart of Paris, within the triangle formed by La Madéleine, Opéra and the Sacré-Cœur. It is close to Gare du Nord (200 m), Gare de l'Est, the famous department stores and the Grands Boulevards. Guests will find links to the public transport network (bus) just 50 m from the doorstep, while the nearest metro station (Cadet) is 100 m and it is 200 m to the nearest restaurants and bars. The city centre is 300 m and it is 1 km to shopping at Opéra and the Musée du Louvre, 1.5 km to the Centre Pompidou, 3 km to the Champs-Élysées and 4 km to the Eiffel Tower. Orly Airport is 20 km away and it is 50 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.91" OriginalAmount="313" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.953029209612" Longitude="2.4517965316772" StarRating="3.5" HotelCode="80908|188626" HotelName="Mercure Paris le Bourget" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, Rue Jean Perrin, Le Blanc Mesnil Cedex, 93150 Le Blanc Mesnil</AddressLine>
          </AddressLines>
          <CityName>Le Blanc-Mesnil</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/109335/a_109335_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 5 minutes from the Air and Space Museum and it is ideal for business trips, as it is close to the Le Bourget and Villepinte exhibition centres. For a break from work, Parc Astérix and the Stade de France are only a few kilometres away. The hotel is very close to the A1-A3-A104 motorways and 10 minutes from Roissy-Charles de Gaulle Airport and close to Le Bourget Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339.19" OriginalAmount="317" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.762096361563" Longitude="2.2868907840614" StarRating="0" HotelCode="718426|422794" HotelName="B&amp;B Hotel Paris Sud Châtenay-Malabry" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Parking,Pets allowed,Printer,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>53 avenue de la Division Leclerc, 92290 Châtenay-Malabry</AddressLine>
          </AddressLines>
          <CityName>Châtenay-Malabry</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/839292/a_839292_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;B&amp;B Hotel Paris Sud Châtenay-Malabry
Looking for an affordable hotel in Paris's south end? Check out our B&amp;B hotel and its discount prices in the commune of Châtenay-Malabry in the Hauts de Seine.

Booking a low-price hotel accommodation in the Paris region is the right plan if you are looking to spend an affordable holiday in Paris either with your sweetheart or your family! The hotel is conveniently located near public transport: the Transilien (RER B) service will take you right to the heart of the capital in 40 minutes.

Access Paris Sud Châtenay-Malabry
The B&amp;B Hotel Châtenay-Malabry is located near the A86, and so it is easily accessible from the southern highways, the A6, the A10 ... It is ideal as a stopover hotel in the south of Paris if you're planning a longer trip.

If you are travelling by train, you can reach the hotel in a short time by taking the RER B, from all Paris stations: Paris Montparnasse, Paris Gare de Lyon, Paris Massy TGV, etc.

Travelling by plane? The Orlyval shuttle bus from the Orly Sud Airport gets you to the hotel in under 30 minutes.

Our B&amp;B provides an ideal location if you¿re looking to organize a hassle-free weekend to spend with your sweetheart or with friends at less than 3 hours from Bordeaux or Lyon!</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339.19" OriginalAmount="317" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.0321195" Longitude="2.5840224" StarRating="3" HotelCode="159228|430234" HotelName="Hotel Les Herbes Folles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de l'Eglise, 77990 Mauregard</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/18/1899355/V4cJicA9_76a3aada5037c470b8386f08329e8e4a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Roissy-en-France. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339.19" OriginalAmount="317" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.998863" Longitude="2.517582" StarRating="4" HotelCode="394631|68437" HotelName="Novotel Roissy CDG Convention &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Allée du Verger, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93480/a_93480_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel with a large glass-covered atrium is ideally situated in the hotel area of the international Roissy Charles de Gaulle Airport, close to the exhibition centre of Villepinte and 25 km from Paris city centre, with all its attractions such as the world famous Eiffel Tower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="340.26" OriginalAmount="318" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.817297097111" Longitude="2.3504278063774" StarRating="3" HotelCode="29464|65968" HotelName="ibis Paris Porte d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du Val de Marne, 94250 Gentilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46937/a_46937_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located opposite the Charléty stadium, close to the exhibition centre. The heart of the French capital may be reached in 20 minutes by RER (regional train); links to the public transport network are to be found within 500 m of the hotel. Orly airport is 8 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="340.62" OriginalAmount="318.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846472549873" Longitude="2.4062604312106" StarRating="3" HotelCode="104071|1937415" HotelName="Hotel le Twelve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/145098/a_145098_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in one of the areas of Paris with the most vegetation, this charming city hotel is next to Vincennes Castle, the Floral Park and close to the Palace of Sports in Bercy. Guests will enjoy a neighbourhood with small commercial streets, numerous restaurants and typical markets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="341.33" OriginalAmount="319" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.925849230793" Longitude="2.2909295666396" StarRating="3" HotelCode="109762|183509" HotelName="Hôtel ibis Paris Gennevilliers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 rue Louis Calmel, 92230 Gennevilliers</AddressLine>
          </AddressLines>
          <CityName>Gennevilliers</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152566/a_152566_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.35" OriginalAmount="319.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.828274" Longitude="2.246524" StarRating="2" HotelCode="110546|303075" HotelName="Timhotel Boulogne Rives de Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>251 Boulevard Jean Jaurés, 92100 Boulogne-Billancourt</AddressLine>
          </AddressLines>
          <CityName>Boulogne-Billancourt</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153449/a_153449_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the heart of Boulogne. It lies less than 10 minutes' walk from the Marcel Sembat (line 9) metro station, which brings guests to Paris in a matter of minutes. Guests can also enjoy easy access by public transport to the Porte de Versailles exhibition centre (20 minutes) and are within walking distance of the Parc des Princes stadium and Roland Garros tennis arena. The Eiffel Tower can be reached in around 20 minutes by public transport and the Louvre is around half an hour away. Orly Airport is approximately 21 km away, and Charles de Gaulle International Airport is around 35 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="342.40" OriginalAmount="320" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835007186284" Longitude="2.3486676207197" StarRating="2" HotelCode="110547|56471" HotelName="Aladin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue des Cordelières, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/249164/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="344.54" OriginalAmount="322" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.94204048" Longitude="2.30531278" StarRating="0" HotelCode="636315|413555" HotelName="Mercure Paris Gennevilliers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Avenue Des Louvresses, Zac Des Louvresses, 92230 Gennevilliers</AddressLine>
          </AddressLines>
          <CityName>Gennevilliers</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/754954/a_754954_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Amenities include a safe. Wireless internet access is available to travellers in the public areas. Among the culinary options available at the hotel are a restaurant and a bar. Those arriving in their own vehicles can leave them in the car park of the establishment. Additional services include a babysitting service, a childcare service and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="344.54" OriginalAmount="322" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883654546144" Longitude="2.3594285952986" StarRating="3" HotelCode="75476|13611" HotelName="Sure Hotel by Best Western Paris Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 Rue Du Faubourg Saint Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102759/a_102759_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;An enviable position in the heart of the French capital makes this city hotel an ideal starting point for sightseeing in Paris and discovering its most famous tourist sites. It is only steps away from Montmartre district and Canal Saint-Martin. The nearest bus station is only a 10-minute walk away. Thanks to its proximity to Gare du Nord and Gare de l'Est train stations, guests can easily reach the Eurostar train, the Palais des Expositions de Villepinte exhibition centre or Stade de France stadium. Charles De Gaulle Airport and Orly Airport are both about 22 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.61" OriginalAmount="323" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.010791480404" Longitude="2.5607275213142" StarRating="3" HotelCode="184004|195469" HotelName="Hôtel ibis Paris CDG Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Bruxelles, Roissypôle, 93290 Tremblay en France</AddressLine>
          </AddressLines>
          <CityName>Tremblay-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/257606/a_257606_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Roissy-en-France. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.68" OriginalAmount="324.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896572567973" Longitude="2.3435767740011" StarRating="4" HotelCode="337117|hotel_iliade_montmartre" HotelName="Best Western Le 18 Paris Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Letort, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56009/a_56009_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located by Porte de Clignancourt metro station, close to the tourist centre. A large choice of restaurants, bars, cafes and shopping venues lie minutes away. Gare du Nord is 2 km away and Montmartre as well as the famous Moulin Rouge lies around a 20-minute walk from the hotel. The transfer times to Charles de Gaulle and Orly airports take between 20 and 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.75" OriginalAmount="325" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.00887491" Longitude="2.54807301" StarRating="3" HotelCode="586677|371096" HotelName="Holiday Inn Express Paris - CDG Airport" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Voyageur, 95700 Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/623522/623522a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Roissy-en-France.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.75" OriginalAmount="325" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842624" Longitude="2.207376" StarRating="3" HotelCode="81425|88360" HotelName="Quorum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Boulevard de la République, 92210 Saint-Cloud</AddressLine>
          </AddressLines>
          <CityName>Saint-Cloud</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/10000000/9800000/9793800/9793736/e0eb3b51_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Saint-Cloud. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.89" OriginalAmount="327" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856029325139" Longitude="2.7868688106537" StarRating="3" HotelCode="26756|38605" HotelName="Adagio Marne la Vallée Val D'Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Heated Pool,Internet,Kitchen,Laundry,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 cours du Danube, 77706 Serris, CEDEX 4, Marne la Vallee</AddressLine>
          </AddressLines>
          <CityName>Serris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39266/a_39266_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive residence is located close to Disneyland Resort Paris, only one RER station (line A) from the theme park. It also lies around 40 minutes from the centre of the capital. Charles de Gaulle Airport lies around 35 km away and Paris Orly Airport is roughly 45 km away, which can easily be reached by car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.89" OriginalAmount="327" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874237" Longitude="2.347804" StarRating="2" HotelCode="36464|44481" HotelName="Hotel Le Faubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue du Faubourg Poissonière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/131492/131492a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is a few steps away from Montmartre and the Folies Bergere and close to the opera and the Grands Boulevards. The hotel is a small, comfortable hotel that is located in a quiet, residential area of Paris. It is just far enough from the hustle and bustle of the city, yet still just a short walk to the major city attractions. The Gare du Nord railway station is roughly 400 m away and the closest metro stop is some 200 m from the hotel. Charles de Gaulle Airport is approximately 26 km from the property and Orly Airport is about 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.89" OriginalAmount="327.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892176371259" Longitude="2.3148375749588" StarRating="3" HotelCode="317178|ibis_paris_berthier_porte_de_clichy" HotelName="Hôtel ibis Paris 17 Clichy-Batignolles" 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,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Bernard Buffet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31940/a_31940_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated, close to Montmartre, the Champs Elysées and many more of the French metropolis' top sights. The nearest links to the public transport network are about 300 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="350.96" OriginalAmount="328" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83972" Longitude="2.309348" StarRating="2" HotelCode="145363|200176" HotelName="Cactus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47, rue des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/250164/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="351.96" OriginalAmount="328.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.90886434" Longitude="2.28780934" StarRating="3" HotelCode="434147|2075885" HotelName="Aparthotel Residences Paris Asnieres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>7, Rue Du Général Mangin, 92600 Asnières sur Seine, Banlieue Paris</AddressLine>
          </AddressLines>
          <CityName>Asnières-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/543850/a_543850_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Asnières-sur-Seine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="352.03" OriginalAmount="329" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891959461053" Longitude="2.384762763977" StarRating="3" HotelCode="71253|54267" HotelName="Hôtel ibis Paris la Villette Cité des Sciences 19ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 quai de l'Oise, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/96553/a_96553_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="352.03" OriginalAmount="329" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.74056" Longitude="2.361759" StarRating="4" HotelCode="37453|67364" HotelName="Hotel Mercure Paris Orly Tech Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Avenue Jacqueline Auriol, Orlytech, 91550 Paray-Vieille-Poste</AddressLine>
          </AddressLines>
          <CityName>Paray-Vieille-Poste</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/61504/a_61504_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideal for stopovers between flights, since it is only some 800 m from Paris Orly airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.67" OriginalAmount="329.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885314" Longitude="2.335956" StarRating="2" HotelCode="130476|298845" HotelName="Audran" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Audran, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/188220/a_188220_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.05" OriginalAmount="330.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876551138832" Longitude="2.3270148038864" StarRating="3" HotelCode="36461|74744" HotelName="Grand Hotel du Havre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue D'amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59758/a_59758_J2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just steps away from Saint Lazare train station. Numerous restaurants, pubs, cafés and shops are situated close to the hotel. The Madeleine church as well as the opera house are only around 1 km away, while the Louvre, Montmartre, the Eiffel Tower and the Champs-Élysées are a 5-10 minute drive away. Orly airport is around 15 km away and the Charles de Gaulle is 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.17" OriginalAmount="331.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.894077381419" Longitude="2.336847782135" StarRating="3" HotelCode="60435|hotel_lumieres" HotelName="Lumieres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Damrémont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/53/536655/jjrX5QVr_ad5737e0e307c332f5c5f8e13e2dfaa1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.31" OriginalAmount="333" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.962335" Longitude="2.449344" StarRating="3.5" HotelCode="109958|67715" HotelName="Campanile Le Bourget – Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Avenue de l'Europe Zone, d'aviation d'affaire, 93350 Le Bourget</AddressLine>
          </AddressLines>
          <CityName>Le Bourget</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152778/a_152778_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Le Bourget. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.45" OriginalAmount="335" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896491189474" Longitude="2.3847541576856" StarRating="3" HotelCode="101779|3028" HotelName="Adagio Access Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 bis avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/142264/a_142264_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located opposite the Cité des Sciences et de l'Industrie and the Parc de la Villette in the same district as the Géode, the Grande Halle de la Villette, the Cité de la Musique and several restaurants. There are both underground and bus lines close by and the Eiffel Tower is less than 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="363.80" OriginalAmount="340" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.903698967635" Longitude="2.3039901872" StarRating="3" HotelCode="63984|42262" HotelName="Hôtel ibis Clichy Centre Mairie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Marcellin Berthelot, 92110 Clichy</AddressLine>
          </AddressLines>
          <CityName>Clichy</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82440/a_82440_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Clichy surrounded by numerous shops and restaurants. It is some 10 minutes from the centre of Paris and the Opera district and around 15 minutes from the business district of La Defense. It lies around 500 m from the metro station Mairie de Clichy on line 13 of the metro network and about 100 m from the bus station (with connections to Gare du Nord) and about 30 minutes from Charles de Gaulle and Orly airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.58" OriginalAmount="341.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88238978656" Longitude="2.3497921228409" StarRating="2" HotelCode="29156|55234" HotelName="Altona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46827/a_46827_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a convenient and peaceful location near the Gare du Nord and Gare de l'Est stations, with a short distance of the Place de la République.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="365.94" OriginalAmount="342" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892861" Longitude="2.34125" StarRating="3" HotelCode="258815|13543" HotelName="Les Jardins de Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15027/a_15027_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Paris' 18th arrondissement just a few paces from well-known Montmartre. It is located in a lively neighbourhood with convenient links to the public transport network very close at hand.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.94" OriginalAmount="342.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.814684034539" Longitude="2.3969319462776" StarRating="3" HotelCode="101778|adagio_access_paris_quai_divry" HotelName="Aparthotel Adagio Access Paris Quai d'Ivry" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Boulevard de Brandebourg, 94200 Ivry-Sur-Seine</AddressLine>
          </AddressLines>
          <CityName>Ivry-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/142263/a_142263_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located near the banks of the Seine and the Library François Mitterrand. The guests may discover the city of Ivry, with the Moulin de la Tour (mill tower), the manufacture des oeillets and the jardins ouvriers gardens. The city centre, the Quay d'Ivry shopping area and bus and train stations are all within walking distance of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="366.04" OriginalAmount="342.09" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|1083848" HotelName="Hotel Les Jardins de Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131 rue Ordener | 18th Arr., 75018 Paris</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/10/1083848/MMBm0ywG_bbebecdfa929a334815a9028b7d25dcd.jpg</HotelPictures>
        <HotelDescription>Located in the Montmartre district in Paris, a 10-minute walk from the Sacré-Coeur Basilica, Jardins de Montmartre offers soundproofed rooms with free, unlimited Wi-Fi access. The rooms at Jardins de Montmartre feature a flat-screen TV with satellite channels and a private bathroom. All rooms include a city map and they are accessible by a lift. A welcome tray is also provided in each room. A free continental breakfast is served each morning in Jardins de Montmartre’s chic dining room. In the afternoon, guests can enjoy free hot drinks and pastries while reading the newspapers. Metro station Jules Joffrin is 230 metres from Jardins de Montmartre, which gives direct access to Saint-Lazare and Montparnasse. There is a 24-hour front desk with a concierge and you can book an airport shuttle on site. 18th arr. is highly rated by guests for: skyline, excursions, meeting new people&lt;br/&gt;The Hotel Les Jardins de Montmartre is a  hotel. Located in Paris area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="367.01" OriginalAmount="343" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883717" Longitude="2.322757" StarRating="2" HotelCode="110539|55991" HotelName="Du Mont Dore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Du Mont Dore, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328494/328494a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.01" OriginalAmount="343.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877935894884" Longitude="2.3378160595894" StarRating="2" HotelCode="32579|hotel_antin_saintgeorges" HotelName="Antin Saint Georges" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Notre-Dame De Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51811/w_51811_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between the Sacré-Coeur Basilica and the Opéra, in the heart of Paris' business and leisure quarter. The closest metro station is only 2 minutes' walk away (line 12). Guests will find restaurants, bars and shops in the immediate vicinity of the hotel. It is near the very popular cabaret Moulin Rouge and the department stores Galeries Lafayette and Printemps (15 minutes' walk). The Champs Elysées is only 3.5 km away. Charles de Gaulle Airport is 25 km away and it is 30 km to Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="367.01" OriginalAmount="343" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845562" Longitude="2.402112" StarRating="2" HotelCode="904085|514781" HotelName="Lux Picpus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/00/27/0027f01a302be384dd2682b7b5b05407af41ae07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="368.69" OriginalAmount="344.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896940675192" Longitude="2.3852439754198" StarRating="3" HotelCode="185980|350995" HotelName="Forest Hill Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Ter Avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/259997/a_259997_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located opposite the Cité des Sciences et de l'Industrie and the Parc de la Villette, in the same district as the Géode, the Grande Halle de La Villette, the Cité de la Musique and several restaurants. There are both underground and bus lines close by and the Eiffel Tower is less than 9 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.22" OriginalAmount="346" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.929929858686" Longitude="2.3568690081038" StarRating="4" HotelCode="317155|86806" HotelName="Novotel Paris Saint Denis Stade Basilique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Place de la Porte de Paris, 93200 Saint-Denis</AddressLine>
          </AddressLines>
          <CityName>Saint-Denis</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431410/a_431410_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Saint-Denis. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="371.29" OriginalAmount="347" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.78268" Longitude="2.224097" StarRating="4" HotelCode="82272|191849" HotelName="Novotel Suites Paris Velizy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Ter rue du petit Clamart, 78140 Velizy Villacoublay</AddressLine>
          </AddressLines>
          <CityName>Vélizy-Villacoublay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111044/a_111044_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vélizy-Villacoublay. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="371.29" OriginalAmount="347" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.824663981487" Longitude="2.3268176615238" StarRating="2" HotelCode="187855|56977" HotelName="Parc Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332858/332858a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="376.64" OriginalAmount="352" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.009023" Longitude="2.56093" StarRating="4" HotelCode="80934|3650" HotelName="Hôtel Novotel Paris Charles-de-Gaulle Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Paris, Roissypole Gare RER, 93290 Tremblay-en-France</AddressLine>
          </AddressLines>
          <CityName>Tremblay-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/109370/gt_109370_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 30 minutes from the centre of Paris. This 3-star establishment is an ideal place to stay when travelling on business to the French capital or attending the Villepinte Exhibition Centre (10 minutes by car or 3 minutes by RER train). It is connected to Terminals 1 and 2 of Roissy Charles de Gaulle Airport by an automated 24-hour metro line and is just a few minutes' walk from Terminal 3.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.76" OriginalAmount="353.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88389960992" Longitude="2.3449654877186" StarRating="3" HotelCode="56513|276415" HotelName="Bellevue Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73216/a_73216_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the foot of the famous Montmartre, just a short distance from a cable car, taking guests to the Sacré-Coeur and Place du Tertre. Guests may explore the artists' district of Paris, with its picturesque buildings dating back to the 18th century and which once was home to world-famous artists such as Picasso and Monet. Paris' many other fascinating districts are also easily accessible from here, with Anvers metro station located close by providing direct access to the Gare du Nord. Other metro stations, including Etoile (Champs Élysées), are also situated in the vicinity, as is the opera house. Charles de Gaulle Airport is 32 km away whilst it is some 25 km to Orly airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378.78" OriginalAmount="354" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.71343676979" Longitude="2.3708375276127" StarRating="4" HotelCode="110417|10383" HotelName="Howard Hôtel Paris-Orly Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4/6 Avenue Paul Vaillant Couturier, 91550 Paray Vieille Poste</AddressLine>
          </AddressLines>
          <CityName>Paray-Vieille-Poste</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/220796/220796a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="380.92" OriginalAmount="356" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887238786594" Longitude="2.3729272595072" StarRating="3" HotelCode="165997|32059" HotelName="Hôtel Tilde" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/6c/a5/6ca5d16fc82e9f8946de92bfbddabd345f9ddde7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Paris's Buttes Chaumont-La Villette neighbourhood, the hotel is 5 km from the Louvre Museum and Notre Dame Cathedral. The Père Lachaise Cemetery and Stade de France are also located nearby. The nearest bus stop is approximately 50 m away and the train station is around 100 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.02" OriginalAmount="356.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896363611899" Longitude="2.3283867537975" StarRating="3" HotelCode="173800|1037285" HotelName="Hotel Source" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Avenue St. Ouen, 75017 Paris, Ilke de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211777/211777a_hb_a_019.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 34 rooms. The upper floors of the hotel can be accessed by lift. Services and facilities at the hotel include a baggage storage service, a safe and room service. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="384.13" OriginalAmount="359" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884892853814" Longitude="2.3974278532803" StarRating="4" HotelCode="406136|92918" HotelName="Hipark by Adagio Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Boulevard d'Indochine, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/516346/a_516346_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="384.13" OriginalAmount="359" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881754" Longitude="2.34719" StarRating="2" HotelCode="94384|225158" HotelName="Vintage Hostel &amp; Budget Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue de Dunkerque, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329261/329261a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.27" OriginalAmount="361" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.773957373621" Longitude="2.063143974205" StarRating="3" HotelCode="65338|142095" HotelName="Best Western The Wish Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Golf Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 bis Rue des Graviers, 78280 Guyancourt</AddressLine>
          </AddressLines>
          <CityName>Guyancourt</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84195/a_84195_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between Paris and the Chevreuse Valley, near the Château de Versailles. The hotel is the ideal place to stay when spending a weekend in the heart of the Ile de France region. Orly Airport is about 25 km away and Charles de Gaulle Airport is roughly 50 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.27" OriginalAmount="361" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848216" Longitude="2.450326" StarRating="3" HotelCode="902069|33738" HotelName="Royal Regency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69/71, rue Defrance, 94300 Vincennes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/198933/198933a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="387.34" OriginalAmount="362" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884115673203" Longitude="2.3328767716885" StarRating="4" HotelCode="189596|44482" HotelName="Hôtel du Beaumont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/177415/177415a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="388.41" OriginalAmount="363" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874630057088" Longitude="2.8065776824951" StarRating="4" HotelCode="26897|2779" HotelName="Vienna House Dream Castle at Disneyland Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Village,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Avenue de la Fosse des Pressoirs, 77703 Magny-le-Hongre, Val de France, Marne-la-Vallée</AddressLine>
          </AddressLines>
          <CityName>Magny-le-Hongre</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39571/a_39571_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is just a 10-minute walk from a stop for the complimentary shuttle bus service to the Disneyland park, which lies 4 km away. Paris is some 35 km away and Paris Charles de Gaulle and Orly airports are approximately 45 km and 50 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.17" OriginalAmount="363.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837428740837" Longitude="2.2587606310844" StarRating="3" HotelCode="37861|390155" HotelName="Murat" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 bis boulevard Murat, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62474/a_62474_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the 16th arrondissement, by the Porte St Cloud, close to the Trocadéro, the Eiffel Tower and the Champs Elysée. The nearest public transport is metro line 9.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.48" OriginalAmount="364" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.826151708167" Longitude="2.3244345188141" StarRating="3" HotelCode="189580|298476" HotelName="Clos d'Alésia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Friant, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/331780/331780a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.48" OriginalAmount="364.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832942" Longitude="2.359269" StarRating="3" HotelCode="165674|interhotel_jacks_hotel" HotelName="Jack's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Stephen Pichon, Paris 75013, France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/232348/a_232348_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.55" OriginalAmount="365" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.894327787388" Longitude="2.3124933242798" StarRating="3" HotelCode="43937|23772" HotelName="Timhotel Paris Berthier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9533/a_9533_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arrondissement of Paris, the hotel is very convenient for both business and tourism stays, with a Métro station (number 13) and RER (C) station in front of the hotel which lead directly (no change) to the main points of interest such as the department stores on Boulevard Haussmann, Champs-Élysées and the Tour Eiffel (Champ de Mars).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391.62" OriginalAmount="366" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.802246" Longitude="2.285438" StarRating="2" HotelCode="31387|16852" HotelName="B&amp;B Hotel Paris Châtillon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Avenue de Verdun, 92320 Châtillon</AddressLine>
          </AddressLines>
          <CityName>Châtillon</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/08/084538/084538a_hb_a_024.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated around 10 km from the centre of Paris and close to the Parc des Expositions at Porte de Versailles with easy access to the Paris Metro, main roads and rail links.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391.62" OriginalAmount="366" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8288617" Longitude="2.2823203" StarRating="1" HotelCode="280536|77608" HotelName="Luxor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Ernest Renan, 92130 Issy-les-Moulineaux</AddressLine>
          </AddressLines>
          <CityName>Issy-les-Moulineaux</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/255397/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Issy-les-Moulineaux.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.76" OriginalAmount="368.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849335991702" Longitude="2.390439260965" StarRating="3" HotelCode="13549|best_western_le_patio_saint_antoine" HotelName="Le Patio Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 bis Rue du Fauburg Saint Antoine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/121705/121705a_hb_a_033.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the historical heart of Paris, only a few minutes away from the Marais, the Place des Vosges, the Picasso Museum and the Place de la Bastille. The good public transport connections just beside the hotel make it a good starting point for all the famous excursions through Paris. It is just 15 minutes from the main train stations (Gare du Nord, Gare de l'Est, Gare de Lyon), and 45 minutes from the 2 airports, Paris-Charles de Gaulle and Paris-Orly.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="395.90" OriginalAmount="370" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882667590425" Longitude="2.3326447606087" StarRating="3" HotelCode="52673|3120" HotelName="Apollo Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue De Douai, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56803/a_56803_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated between Montmartre and the Opera. The large department stores and the world famous Moulin Rouge are all found near the hotel. The nearest metro station is only minutes away from the hotel (100 m). Restaurants, bars and nightclubs are all within walking distance of the hotel (within 300 m). Charles de Gaulle airport is only a 45-minute drive away and Orly is around 40 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="398.04" OriginalAmount="372" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.898665038203" Longitude="2.3036393116741" StarRating="3" HotelCode="295893|78969" HotelName="Aparthotel Adagio access Paris Clichy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-23 Avenue Anatole France, 92110 Clichy</AddressLine>
          </AddressLines>
          <CityName>Clichy</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/403900/a_403900_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located into the heart of a vibrant town offering a range of stores and community life, and is ideal for leisure and business trips. It is also situated 600 m from Clichy-Levallois train station. The centre of Paris is a 6-minute train ride away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="398.04" OriginalAmount="372" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873414" Longitude="2.343949" StarRating="3" HotelCode="89357|54282" HotelName="Royal Bergere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/125160/a_125160_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set between the Montmartre district and the Opera Garnier, the hotel is just 1.5 km from the Louvre museum. Located 900 m away from the Galeries Lafayettes department stores, the hotel is in a lively area, day and night, that provides many bars and restaurants. Links to the local public transport network and the bus station are some 300 m away while Gare du Nord station is some 2 km from the hotel. Paris Orly Airport and Charles de Gaulle Airport are approximately 18 and 25 km away from the establishment respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.04" OriginalAmount="372.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87579819325" Longitude="2.3456191690509" StarRating="3" HotelCode="336410|hotel_havane" HotelName="Hotel Havane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue De Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55587/a_55587_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Paris. A restaurant and Cadet metro station are in the immediate vicinity, Montmartre, the opera, Gare du Nord and Gare de L'Est are all within walking distance (around 15 minutes). Orly airport is around 25 km away and it is approximately 30 km to Charles de Gaulle airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.32" OriginalAmount="376" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873844" Longitude="2.181709" StarRating="3" HotelCode="81347|141115" HotelName="Hotel The Originals City Rueil Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Place Richelieu, 92500 Rueil-Malmaison</AddressLine>
          </AddressLines>
          <CityName>Rueil-Malmaison</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/109898/a_109898_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming hotel is located in the Rueil suburb of Paris. La Défense business district is about 10 minutes away, while the city centre is 15 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.32" OriginalAmount="376" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88862391784" Longitude="2.3498509671524" StarRating="4" HotelCode="160621|18913" HotelName="The Playce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>66 Boulevard Barbès, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/226884/a_226884_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few minutes’ walk from the hotel guests can discover the beautiful arts district, the most popular in Paris, particularly renowned for the Basilica of the Sacred Heart. From the hotel, by bus or metro, there is direct and quick access to sites such as the Stade de France, the Basilica of Saint-Denis, the television studios, the Saint Lazare Opera and department stores. The heart of Paris is also close by, with a direct metro line to the Hotel de Ville with the district of Les Halles and the Centre Pompidou, the Musée du Louvre, Notre-Dame de Paris and the Île de la Cité. Paris-Orly Airport and Paris-Charles de Gaulle Airport are approx. 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="402.83" OriginalAmount="376.48" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|303305" HotelName="MEDIAN CHATILLON" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Avenue de Verdun, Châtillon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/30/303305/pH9u2PLH_b973a800d6e9f36e3bcbe45e4b5d7737.jpg</HotelPictures>
        <HotelDescription>This hotel is situated around 10 km from the centre of Paris and close to the Parc des Expositions at Porte de Versailles with easy access to the Paris Metro, main roads and rail links.
Facilities
The hotel features 79 accommodation units. A lift can be used to access the upper floors. Amenities include a safe. Internet access (for a fee) and wireless internet access are available in the public areas. The hotel features a range of facilities for guests with disabilities. Gastronomic options offered by the hotel include a restaurant, a dining area, a breakfast room, a café and a bar. Parking facilities available to guests include a garage (for a fee) and a car park. Among the additional services available are room service and a laundry.
Rooms
All rooms feature air conditioning, central heating and a bathroom. Bathrooms with wheelchair access can also be booked. Most accommodation units additionally feature a terrace. A double bed is provided in the carpeted accommodation units. A safe and a minibar also feature. A mini-fridge and a microwave contribute to a comfortable stay. An ironing set is also available to guests. Each accommodation unit offers internet access, a telephone, a TV and wireless internet access. Wheelchair-accessible rooms are also bookable. Each of the bathrooms features a shower, a bathtub and a hairdryer. 
Meals
The hotel offers the following bookable meals and board options: breakfast and dinner.
Payment
All major credit cards, including American Express, VISA, Diners Club, JCB and MasterCard, are accepted for payment.&lt;br/&gt;The MEDIAN CHATILLON is a Tourist hotel. Located in CHATILLON area. The nightlife/restaurants are easily accessible by taxi or bus from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="402.92" OriginalAmount="376.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876635812914" Longitude="2.3541614413261" StarRating="3" HotelCode="110495|941595" HotelName="The Originals Paris Gare de l'Est Parisiana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153380/w_153380_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel is strategically located in the lively 10th district, just 300 metres from the Gare du Nord and Gare de l'Est train stations. The impressive Sacre Coeur Basilica is only a 20-minute walk from the hotel. The Poissoniere Metro Station, which goes directly to the Louvre Museum, is just a 5-minute walk from the hotel and the Eiffel Tower can be reached by public transport in 40 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="406.60" OriginalAmount="380" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89255105" Longitude="2.18131837" StarRating="3" HotelCode="612227|441529" HotelName="B&amp;B Hotel Nanterre Rueil Malmaison" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>170 Avenue du Parc de l'Ile, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Nanterre</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638490/638490a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Nanterre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="408.11" OriginalAmount="381.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876401194794" Longitude="2.3466485738754" StarRating="3" HotelCode="35142|428225" HotelName="Opera Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57240/l_57240_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Many of Paris' top attractions including the opera house, museums, Sacré Coeur and the famous shopping strips are within easy reach of this central hotel. All of these, as well as many more of the most popular sights, may easily be reached on foot or by making use of the local public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="408.11" OriginalAmount="381.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864145187697" Longitude="2.398050763835" StarRating="3" HotelCode="348051|1944405" HotelName="Hôtel Paris Gambetta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Avenue Du Pere Lachaise, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505085/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, room service and a conference room, for a comfortable and relaxing stay. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="408.74" OriginalAmount="382" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.90258637" Longitude="2.30824162" StarRating="0" HotelCode="639124|440537" HotelName="Ibis Budget Paris Clichy Mairie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 20 Rue Palloy, 92110 Clichy</AddressLine>
          </AddressLines>
          <CityName>Clichy</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/757865/a_757865_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Clichy.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="409.81" OriginalAmount="383" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871191953661" Longitude="2.3550446158501" StarRating="3" HotelCode="47531|4365" HotelName="Hôtel Brady - Gare de l'Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10495/a_10495_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively city centre, this intimate hotel enjoys a wonderful location. Le Halles, the Seine and the Park Buttes Chaumont are with 3km of the hotel. Restaurants such as the Flo, nightclubs, bars or Galerie Lafayette department store are only minutes away. In addition, it is conveniently placed for public transport, close to Château d'Eau and Gare de l'Est stations. The transfer time to Orly airport takes around 30 minutes and Charles de Gaulle is 45 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="409.81" OriginalAmount="383" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.01070162" Longitude="2.56203321" StarRating="4" HotelCode="318833|195470" HotelName="Pullman Paris Roissy CDG Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Bis Rue De La Haye Roissypole, 95935 Paris</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/432456/a_432456_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Roissy-en-France. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="411.95" OriginalAmount="385" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876928863526" Longitude="2.8091113319771" StarRating="2" HotelCode="323945|135077" HotelName="B&amp;B Hotel Disneyland Paris" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Avenue de la Fosse des Pressoirs, 77700 Magny-le-Hongre, Torcy</AddressLine>
          </AddressLines>
          <CityName>Magny-le-Hongre</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/550841/550841a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Magny-le-Hongre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="411.95" OriginalAmount="385" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883802" Longitude="2.331585" StarRating="3" HotelCode="180117|220235" HotelName="Goldhotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Boulevard De Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212616/212616a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="411.95" OriginalAmount="385" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877987" Longitude="2.354781" StarRating="2.5" HotelCode="25351|53804" HotelName="Libertel Gare du Nord Suède" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36939/ba_36939_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between Gare du Nord and Gare de l'Est and close to the famous Montmartre. In addition, the opera house and the largest shops are within easy reach of the hotel. Guests are also only steps away from the train station, bus stops, bars and restaurants. Charles de Gaulle Airport is located 37 km away and Orly Airport is around 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.09" OriginalAmount="387" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880990679221" Longitude="2.3514814212117" StarRating="3" HotelCode="11620|55425" HotelName="Avalon Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11236/a_11236_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The modern hotel is located at the heart of Paris, just 100 m from the nearest links to the transport network. Gare du Nord station is roughly 200m away. It is some 25 km to Charles de Gaulle airport and Paris Orly airport is 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.09" OriginalAmount="387" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850266" Longitude="2.373036" StarRating="2" HotelCode="151665|56061" HotelName="Luxor Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/327882/327882a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.09" OriginalAmount="387.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873019396348" Longitude="2.3586675524712" StarRating="3" HotelCode="67904|est_hotel_3" HotelName="Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>49 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/87819/a_87819_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.40" OriginalAmount="388.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862527" Longitude="2.443535" StarRating="3" HotelCode="37437|1547828" HotelName="ibis Styles Paris Mairie de Montreuil Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15-19 Rue Franklin, 93100 Montreuil-sous-bois, Paris</AddressLine>
          </AddressLines>
          <CityName>Montreuil</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/61455/a_61455_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the southeast of Paris close to the Bastille. The city centre can be reached in 15 minutes by making use of public transport. Countless shops are to be found within 3 km of the hotel. Just 100 m away, Mairie de Montreuil Metro station is just a short walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="416.23" OriginalAmount="389" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82922888657" Longitude="2.4013508856297" StarRating="0" HotelCode="71415|13019" HotelName="Aparthotel Adagio access Paris Porte de Charenton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>203 rue de Paris, 94220 Charenton le Pont</AddressLine>
          </AddressLines>
          <CityName>Charenton-le-Pont</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/96752/a_96752_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Charenton Le Pont, 200 m from the city limits of Paris and only 10 to 15 minutes by car or public transport from the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="416.23" OriginalAmount="389" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881876506789" Longitude="2.3221251368523" StarRating="3" HotelCode="27834|8946" HotelName="Berne Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/41138/a_41138_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel lies close to the Place de Clichy. Famous sights of interest such as the Opéra Garnier, the Place Vendôme, the Eiffel Tower, the Sacré-Cœur and Notre-Dame all lie within 4 km of the hotel. Countless shopping and entertainment venues can be reached in just a few minutes walk. Links to the public transport network lie within easy walking distance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="416.32" OriginalAmount="389.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873700361104" Longitude="2.3440924286842" StarRating="3" HotelCode="337161|299145" HotelName="Pavillon Opera Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56036/a_56036_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of Paris' theatre district, within a short distance of the renowned department stores, including the Printemps Haussmann, Galeries Lafayette, as well as the opera and the Stock Exchange Palace. Links to the public transport network are all to be found close by.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="418.37" OriginalAmount="391" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84904668155" Longitude="2.3856808730186" StarRating="3" HotelCode="263474|203079" HotelName="Aparthotel Adagio access Paris Reuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366888/a_366888_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.37" OriginalAmount="391.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876848379509" Longitude="2.3457473516464" StarRating="3" HotelCode="36462|hotel_williams_opera" HotelName="Hotel Williams Opera" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59759/a_59759_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris, close to the Paris Stock Exchange, The Louvre and Notre Dame Cathedral. Other nearby points of interest also include Arc de Triomphe and the Eiffel Tower. There is a metro station just 300 metres from the hotel and the Gare du Nord train station is around 1.5 km away. Guests will find restaurants in the immediate vicinity, bars roughly 300 metres away, and the city centre can be reached in 10 minutes by metro.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="418.37" OriginalAmount="391" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877500185966" Longitude="2.3541668057442" StarRating="2" HotelCode="70509|200749" HotelName="Nord Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue des Petits-Hotels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211741/211741a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="419.44" OriginalAmount="392.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831462234366" Longitude="2.3198143816147" StarRating="2" HotelCode="94385|moulin_vert" HotelName="Moulin Vert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 rue du Moulin Vert, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131128/a_131128_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in Paris' 14th arrondissement, within the famous Montparnasse area, close to the train station and surrounded by this lively district's numerous cinemas, theatres and cabarets. Pernety metro station is a 3-minute walk from the hotel, Orly Airport is approximately 10 km away and Charles de Gaulle Airport is around 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="420.51" OriginalAmount="393" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.921953" Longitude="2.343337" StarRating="2" HotelCode="296292|86805" HotelName="B&amp;B Hôtel Paris Saint-Denis Pleyel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Boulevard de la Libération, ZAC Pleyel Libération, 93200 Saint-Denis</AddressLine>
          </AddressLines>
          <CityName>Saint-Denis</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/637027/637027a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Saint-Denis.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="420.51" OriginalAmount="393" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869137" Longitude="2.39533003" StarRating="3" HotelCode="975801|422798" HotelName="Hotel Bridget" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/38000000/37840000/37838800/37838714/ace3456e_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421.58" OriginalAmount="394" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870815" Longitude="2.808857" StarRating="3" HotelCode="26093|2778" HotelName="Campanile Val de France" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Village,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue de la Fosse des Pressoirs, 77700 Magny-le-Hongre</AddressLine>
          </AddressLines>
          <CityName>Magny-le-Hongre</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38181/a_38181_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This themed hotel is only a couple of minutes from Disneyland Resort Paris. An idyllic lake, where guests are able to enjoy a stroll and relax, is just a few minutes away. Here, guests are able to experience the charm of the French region. Restaurants, bars and nightclubs as well as public transport are to be found within 3 km. The tourist centre, Disneyland Resort as well as a bus station, a train station and an underground station are also around 3 km away. Shops and the Sea Life centre lie some 4 km from the hotel. The international shopping centres, Val d’Europe and La Vallée Outlet, are within 5 km of the hotel. Charles de Gaulle airport as well as Orly airport are around 47 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421.58" OriginalAmount="394" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85397727" Longitude="2.37103664" StarRating="0" HotelCode="486763|238841" HotelName="Hôtel Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de la Roquette, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/599375/a_599375_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="421.58" OriginalAmount="394.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873885596027" Longitude="2.3504170775413" StarRating="3" HotelCode="34883|hotel_hauteville_opera" HotelName="Hauteville Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56768/a_56768_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is within walking distance of the city centre. The stations Gare du Nord and Gare de l'Est are just an 8-minute walk from the hotel. The famous Eurostar runs from here to London and other European destinations. Charles de Gaulle Airport is just 30 km away and easily reached by car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.06" OriginalAmount="395.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865877528902" Longitude="2.36756041646" StarRating="3" HotelCode="180104|1025898" HotelName="Hotel du Nord et de L'Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212718/212718a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="423.72" OriginalAmount="396" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827919264295" Longitude="2.368905544281" StarRating="3" HotelCode="337159|15502" HotelName="Residence Richemont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Jean Colly, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56035/a_56035_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly beside the River Seine and by making use of the metro service (Line 14), numerous tourist attractions such as Notre Dame are only 10 minutes from the hotel. There are many bars, restaurants and nightclubs to be found in the vicinity and Orly airport is about a 20-minute drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="423.72" OriginalAmount="396" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.755011" Longitude="2.350183" StarRating="4" HotelCode="73536|49937" HotelName="Novotel Paris Orly Rungis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue du Pont des Halles, Zone du Delta, 94656 Rungis</AddressLine>
          </AddressLines>
          <CityName>Rungis</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99213/a_99213_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies close to Orly Airport, 10 minutes from Paris and opposite the Rungis international fresh produce market.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.90" OriginalAmount="396.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87913892571" Longitude="2.3434647917748" StarRating="2" HotelCode="60657|299165" HotelName="Pavillon Opera Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue de la Tour d'Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78510/a_78510_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a small, quiet street in the 9th arrondissement close to the Galeries Lafayette and the Opéra Garnier. Links to the public transport network are within easy reach. It is only a few minutes' walk to the busy shopping streets with their typically Parisian shops. Montmartre, a district made famous by its many painters, is also a short walk away and it is possible to pay a visit to the basilica of Sacré Coeur from whence panoramic views may be enjoyed out over the city. It is just a few metro stops to one of the most beautiful avenues in the world, the Champs Elysées.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="425.86" OriginalAmount="398" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844275" Longitude="2.323281" StarRating="3" HotelCode="82341|225142" HotelName="Terminus Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111135/a_111135_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="425.86" OriginalAmount="398" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.906485" Longitude="2.28741" StarRating="3" HotelCode="409362|191914" HotelName="Ibis Styles Asnieres Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Bis Rue Du Chateau, 92600 Asnieres-Sur-Seine</AddressLine>
          </AddressLines>
          <CityName>Asnières-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/100287/a_100287_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel's convenient location gives guests the opportunity to discover Paris' numerous treasures and vibrant lifestyle, tucked away from the hustle and bustle of the capital. It is situated in the outskirts of the city, just 10 minutes from the RER station Paris la Défense, 7 minutes by train from Paris Saint-Lazare and 20 minutes by car from Roissy Charles de Gaulles Airport and the Stade de France stadium.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="425.86" OriginalAmount="398" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.81816779335" Longitude="2.4005556106567" StarRating="4" HotelCode="888805|195238" HotelName="Mercure Paris Ivry Quai de Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Allee De La Seine, 94200 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/137358/a_137358_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Seine, near the Paris Bercy Palais Omnisport sports and entertainment centre and the French National Library.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="426.93" OriginalAmount="399" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.00296" Longitude="2.520321" StarRating="4" HotelCode="905743|26090" HotelName="Paris Marriott Charles de Gaulle Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Allee du Verger, Zone Hoteliere, 95700 Roissy en France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153192/153192a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 20 km from the centre of Paris, meaning that the main sights and attractions of the region are easily accessible by train. The train station and bus stop are each about 2 km away. Chantilly Forest and Chantilly Castle are roughly 25 km away, whilst Notre Dame Cathedral is about 20 km away. The hotel is situated just 2 km from Paris Charles de Gaulle International Airport (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="428.42" OriginalAmount="400.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836327104101" Longitude="2.3601615428925" StarRating="4" HotelCode="31197|7814" HotelName="Villa Lutèce Port Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-52 bis Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49850/a_49850_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located close to the Place d`Italie and the French National Library. Links to the public transport are to be found directly in front of the complex. The city centre with the Louvre can be easily reached by public transport network lie within ten minutes(about 3 km away). Shops, bars and restaurants are to be found in the famous Latin Quarter. An abundance of shopping venues lie within 500 m of the hotel, whilst the nearest park is 700 m away. Orly Airport is 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="429.07" OriginalAmount="401" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844698" Longitude="2.211335" StarRating="3" HotelCode="110780|44396" HotelName="Hôtel Mercure Paris Saint Cloud Hippodrome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Boulevard de la République, 92210 Saint-Cloud</AddressLine>
          </AddressLines>
          <CityName>Saint-Cloud</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153708/a_153708_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Saint-Cloud.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="429.07" OriginalAmount="401" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880910785724" Longitude="2.3626747727394" StarRating="3" HotelCode="69779|56843" HotelName="Hôtel ibis Paris Gare du Nord Château-Landon 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197-199 Rue La Fayette, Near Gare du Nord and Gare de l'Est Train Stations, l’Entrepôt/10. Arrondissement, 75010 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/91922/a_91922_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="429.86" OriginalAmount="401.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850415281972" Longitude="2.2887396812439" StarRating="2" HotelCode="36466|428035" HotelName="Campanile Paris 15 Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59765/a_59765_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just around 5 mins from the Eiffel Tower and so ideal as a base from which to discover the city. It is approximately 2 mins from the metro station Dupleix (Line 6), 2 mins from Charles Michel (Line 10) and about 5 mins from the RER C railway station Champs de Mars. There are scores of restaurants, bars and nightclubs in immediate proximity of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.40" OriginalAmount="402.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860999548686" Longitude="2.3789101839065" StarRating="3" HotelCode="100996|1013705" HotelName="Gardette Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue du Géneral Blaise, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/248011/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="431.21" OriginalAmount="403" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879213011707" Longitude="2.3622268438339" StarRating="3" HotelCode="36931|1227" HotelName="ibis Styles Paris Gare de l'Est Château Landon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 rue de Château Landon, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60618/w_60618_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431.21" OriginalAmount="403.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882112126215" Longitude="2.3345641188998" StarRating="3" HotelCode="50205|libertel_montmartre_duperre" HotelName="Libertel Montmartre Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36632/a_36632_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel with maritime flair lies around 100 m away from the Place Pigalle and at the foot of Montmartre. No other district represents the spirit of Paris as much as this one. Here, visitors will find the world-famous Moulin Rouge and guests are also only steps away from bars, discos, restaurants, shopping opportunities and public transport. The nearest train station is around 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="431.21" OriginalAmount="403" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839991" Longitude="2.391856" StarRating="2" HotelCode="178205|200773" HotelName="Pink" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Dugommier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/163367/163367a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 50 metres from the Dugommier metro (line 6) and 500 metres from the Daumesnil metro station (lines 6 and 8). Place de la Nation and Place de la Bastille in the city centre are a 15-minute walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="432.28" OriginalAmount="404" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88106087" Longitude="2.35139036" StarRating="3" HotelCode="759825|202991" HotelName="Avalon Suites Paris Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Luggage Storage,Meeting Room,Spa">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952686/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Paris Résidence Hôtel in Paris (Gare du Nord - Gare de L'Est), you'll be convenient to Sacred Heart Basilica and Louvre Museum. This hotel is close to Notre Dame Cathedral and Arc de Triomphe.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 18 air-conditioned rooms featuring kitchens. Satellite television is provided for your entertainment.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Buffet breakfasts are available daily for a fee.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include complimentary newspapers in the lobby, a 24-hour front desk, and luggage storage.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="432.28" OriginalAmount="404" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.818956275893" Longitude="2.3258765084643" StarRating="2" HotelCode="187860|200591" HotelName="ibis budget Paris Porte d'Orléans" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15-21 Boulevard Romain Rolland, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/262132/a_262132_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="433.35" OriginalAmount="405" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.726901105329" Longitude="2.258027488584" StarRating="0" HotelCode="312058|191624" HotelName="Aparthotel Adagio Access Paris Massy Gare TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Place de l Union Europeenne, 91300 Massy</AddressLine>
          </AddressLines>
          <CityName>Massy</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/426356/a_426356_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Massy. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="433.35" OriginalAmount="405.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880594" Longitude="2.33972" StarRating="3" HotelCode="39464|grand_hotel_de_turin" HotelName="Grand Hotel de Turin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11256/gt_11256_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is surrounded by 3 metro and 3 bus stations. Nearby, guests can walk aroundin the calm and romantic Montmartre neighbourhood, visit the Sacré Cœur Basilica on the top of Montmartre Hill, admire Paris from one of its most beautiful viewpoints and go shopping on the Grand Boulevards in its famous department stores (Galeries Lafayette, Printemps). The hotel also offers direct transportation to the Paris airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="434.42" OriginalAmount="406.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.902045118587" Longitude="2.3072536289692" StarRating="3" HotelCode="161499|appartcity_clichylagarenne" HotelName="Appart'City Paris Clichy Mairie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Palloy, 92110 Clichy-La-Garenne</AddressLine>
          </AddressLines>
          <CityName>Clichy</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/134355/134355a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located just a few minutes' walk away from major transport links and the underground network, which provides convenient access to major attractions such as the Champs Elysees and the Louvre Museum. There are restaurants nearby and a tourist office. The airports of Orly, Charles de Gaulle and Beauvais are about 22 km, 27 km and 75 km away, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="434.42" OriginalAmount="406" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877404" Longitude="2.356094" StarRating="3" HotelCode="97038|56059" HotelName="Midnight Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Rue du Faubourg St Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/366615/366615a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="434.62" OriginalAmount="406.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854252" Longitude="2.382649" StarRating="3" HotelCode="142311|280015" HotelName="BLC Design" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Richard Lenoir, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/203304/a_203304_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a desirable location in Paris, nestled in a quiet street close to the Palais de la Femme and a few steps from the Place de la Bastille. Guests are invited to take a stroll and appreciate this old, historic Parisian quarter, with the Place des Vosges, the Notre Dame and the Opera Bastille. There are also numerous bars, restaurants, theatres and fashion boutiques in the surrounding area. The Gare de Lyon and Bercy are just a few metro stations from the hotel. Orly Airport is about 16 km away, while Charles de Gaulle Airport is roughly 26 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="435.86" OriginalAmount="407.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834893527714" Longitude="2.3296058177948" StarRating="4" HotelCode="25179|303905" HotelName="Villa Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Boulard, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36635/a_36635_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in very quiet and safe surroundings on the Left Bank, in the heart of the Montparnasse district, near the famous latin quarter. Notre Dame is a 10-minute ride away on public transport and it is 20 minutes by the same means to the Eiffel Tower. It enjoys direct access to the Porte de Versailles and Villepinte exhibition centres and the railway stations (Montparnasse and Gare du Nord and Gare de l'Est). Orly Airport is 18 km away and it is 35 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="436.56" OriginalAmount="408" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858168" Longitude="2.371813" StarRating="3" HotelCode="110496|200045" HotelName="Auberge Flora" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard Richard Lenoir, XI Arrondissement, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153384/a_153384_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.72" OriginalAmount="408.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823500062262" Longitude="2.3306472987788" StarRating="3" HotelCode="36459|303975" HotelName="Villa Royale Montsouris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Rue De La Tombe Issoire, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59756/a_59756_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute tram ride (T3) from the Porte de Versailles Exhibition Park. It is only one block away from the Parc Montsouris and the Cité Universitaire and less than 2 km from the catacombs of Montparnasse Cemetery. It is situated in a colourful and animated quarter of Paris but is also close to the 40-acre Montsouris Park and to the majestic trees of the Cité International Universitaire, an international students' residence near the Porte d'Orléans. In the immediate vicinity of the hotel guests will find restaurants, bars and public transport links. Orly Airport is some 20 km away and it is around 35 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="437.63" OriginalAmount="409" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870772" Longitude="2.359819" StarRating="2" HotelCode="149265|202994" HotelName="District Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4, rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/45/452681/452681a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="437.63" OriginalAmount="409" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876613410107" Longitude="2.3439276588955" StarRating="3" HotelCode="64605|1131" HotelName="Lebron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83279/w_83279_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in the 9th district of Paris, near Montmartre, an artistic district that has countless theatres, concert halls, cafés, restaurants and nightspots. At the hotel clients may enjoy a special atmosphere while staying in a quiet side street. The bus station is close at hand and links to the local public transport network are about a 2-minute walk away and shopping venues around 1 km from the hotel. Paris Orly Airport is approximately 21 km away and Charles de Gaulle Airport is 25 km away from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="440.16" OriginalAmount="411.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885818571957" Longitude="2.3377047479153" StarRating="2" HotelCode="18604|229546" HotelName="Timhotel Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Ravignan, Place Emile Goudeau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23148/a_23148_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This endearing hotel is centrally located in Montmartre. An abundance of shops and other entertainment attractions, as well as Paris' most renowned tourist sites, are within easy walking distance or can be reached via public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.01" OriginalAmount="412.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85726" Longitude="2.37143" StarRating="3" HotelCode="14417|189476" HotelName="Hôtel Marais Bastille" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006033/006033a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This special timeless hotel lies near the Bastille opera house, the Marais district, the Place des Vosges, the Beaubourg and the Georges Pompidou Centre. Bastille metro station is situated in the close proximity. The Place de la Bastille is 550 m away. Gare de Lyon train station is approximately 2 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.50" OriginalAmount="412.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884573" Longitude="2.3793029999999" StarRating="1" HotelCode="310578|1706728" HotelName="Ibis Styles Paris Buttes Chaumont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Petit, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/424751/a_424751_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 54 rooms. A business centre is available to guests. Wireless internet access in public areas allows travellers to stay connected. There is also a garden. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.87" OriginalAmount="412.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882126973865" Longitude="2.3257300257683" StarRating="3" HotelCode="34747|45314" HotelName="Hotel Regence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Saint Petersbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56537/w_56537_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Paris some 800 m from the Place de l'Opéra. The establishment is just 1 km from an array of sights including the famous Galeries Lafayette shopping centre, Moulin Rouge, Montmartre with the basilica of Sacré Coeur, the Arc de Triomphe and the splendid boulevard of the Champs Élysées. Europe metro station is a mere 400 m away and St. Lazare is 600 m from the hotel. It is 20 minutes to Charles de Gaulle airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="441.91" OriginalAmount="413" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880561" Longitude="2.339257" StarRating="2" HotelCode="902166|10881" HotelName="Hotel Saint Georges Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/146363/146363a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.45" OriginalAmount="415.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881259" Longitude="2.294725" StarRating="4" HotelCode="68257|304055" HotelName="Westside Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Pierre Demours, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88284/a_88284_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="445.12" OriginalAmount="416" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87972553" Longitude="2.3573708" StarRating="2" HotelCode="151824|249610" HotelName="Hotel Habituel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Rue du Faubourg Saint Denis, Paris 75010</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/213765/a_213765_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.12" OriginalAmount="416.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879625774536" Longitude="2.3507349193096" StarRating="3" HotelCode="31202|le_rocroy" HotelName="De Rocroy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49856/w_49856_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near Montmartre and Galeries Lafayette. The Gare du Nord train station and the Grands Boulevards are also close by. The “Poissonniere” metro station is about 800 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="445.30" OriginalAmount="416.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875607365927" Longitude="2.2937741875648" StarRating="3" HotelCode="26708|1675008" HotelName="Regence Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330701/330701a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="445.83" OriginalAmount="416.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849812098764" Longitude="2.2854853730164" StarRating="4" HotelCode="75641|298795" HotelName="Aparthotel Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Théatre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102967/a_102967_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the 15th arrondissement, in the centre of Paris, this apartment hotel is ideally situated to benefit from Parisian life with lively squares and many shops in the immediate vicinity. It is built on the banks of the Seine near the Eiffel Tower, with a panoramic view over Paris and its fine monuments, including the Invalides and the Eiffel Tower amongst others. The hotel is 300 m from the nearest bus stop. It is also easily accessible from several railway stations; it is just 7 km from the Gare de l'Est, 6 km from the Gare du Nord, 5 km from the Gare Saint-Lazare, 3 km from the Gare Montparnasse, 7 km from the Gare d'Austerlitz, while Gare de Lyon is 8 km away. It is 20 km from Orly Airport, while Charles de Gaulle Airport is 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="446.19" OriginalAmount="417" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85526" Longitude="2.362471" StarRating="2" HotelCode="110434|200778" HotelName="Pratic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue d'ormesson, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211755/211755a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="446.19" OriginalAmount="417" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854927" Longitude="2.770617" StarRating="4" HotelCode="63968|16089" HotelName="Residhome Appart Hotel Val d'Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Place Jean Monnet, 77144 Montevrain</AddressLine>
          </AddressLines>
          <CityName>Montévrain</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82423/a_82423_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is a 5-minute journey from the Disneyland Resort Paris (either by car or by public transport). Val d'Europe is a new city with a high level of services and with all the modern facilities. In the heart of Val d'Europe, guests will find a business centre and a tourist destination, called Marne la Vallee. Guests can go shopping in the Val d'Europe shopping centre located in the famous Vallee Village, or, together with younger guests, can visit the huge aquarium. Paris is easily accessible from here; the RER A train station can be found close to the apartment hotel and it is less than an hour from Roissy and Orly airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="447.26" OriginalAmount="418" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884125373981" Longitude="2.3489391803741" StarRating="1" HotelCode="76150|13594" HotelName="Bervic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Bervic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103579/l_103579_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a small side street in the 18th district in Paris, quite close to the Gare du Nord and the Montmartre area. The nearest metro is accessible in 5 minutes. Restaurants, bars, nightlife, shopping opportunities, the Moulin Rouge, the opera and the Champs Elysées can all be found in the vicinity. Orly Airport is about 25 km away, while Charles de Gaulle Airport is about 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="447.26" OriginalAmount="418" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.907383" Longitude="2.260962" StarRating="3" HotelCode="159771|42294" HotelName="Residhome Monceau Bois Colombes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, Place de la Renaissance, 92270 Bois Colombes</AddressLine>
          </AddressLines>
          <CityName>Colombes</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/137941/137941a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel in the new Monceau neighbourhood is close to shops in the town centre and offers convenient access to public transport, with La Defense metro station a 5-minute drive away and Gare Montparnasse train station 11 km away. Parc des Bruyères, a 2-hectare park, is a unique place to take a walk or just relax in the centre of a beautiful new neighbourhood. Paris city centre is a 5-minute drive, as are the La Defense and CNIT business district. It takes about 14 minutes to reach famous Parisian department stores and Champs Elysees, while the exhibition centre is around an 8-minute drive away. Charles de Gaulle and Orly airports are both approximately 27 km from the aparthotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="448.33" OriginalAmount="419" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.90042002" Longitude="2.33616917" StarRating="4" HotelCode="639705|280022" HotelName="Hotel The Originals Paris Maison Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Avenue De La Porte De Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/758462/a_758462_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="450.47" OriginalAmount="421" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837203" Longitude="2.2971384" StarRating="3" HotelCode="63959|55581" HotelName="Convention Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 rue Alain Chartier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82412/l_82412_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the Convention district in Paris' lively 15th arrondissement, only a short walk away from Convention metro stop. Guests can explore the many markets, shops and café terraces which are located in the nearby area of Montparnasse. The Eiffel Tower and the UNESCO building are only a 15-minute walk away, whilst the Parc Des Expositions de Porte de Versailles and the Palais des Sports are a 10-minute walk away. The Porte de Versailles metro stop is also only 10 minutes away and the suburban railway station (RER) is 12 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="450.47" OriginalAmount="421" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854701267207" Longitude="2.3710971259953" StarRating="2" HotelCode="935857|57986" HotelName="Daval" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Daval, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/48/481065/481065a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="450.47" OriginalAmount="421" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848334784673" Longitude="2.2970987856388" StarRating="3" HotelCode="110530|200495" HotelName="Saphir Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Commerce, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213237/213237a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.47" OriginalAmount="421.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871894725711" Longitude="2.3447898030281" StarRating="3" HotelCode="25354|hotel_aston" HotelName="Aston" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36944/a_36944_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a splendid location in a peaceful side street near to Grands Boulevards métro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="450.72" OriginalAmount="421.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861266" Longitude="2.382696" StarRating="3" HotelCode="70508|954345" HotelName="Hipotel Paris Père Lachaise République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Servan, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330369/330369a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="451.32" OriginalAmount="421.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8761948005" Longitude="2.3570635914803" StarRating="3" HotelCode="34890|1924345" HotelName="Libertel Gare de l’Est Français" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56776/a_56776_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel lies at the heart of the beautiful French capital a mere 100 m from the nearest train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="451.32" OriginalAmount="421.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859083163768" Longitude="2.3668174445629" StarRating="4" HotelCode="18996|303775" HotelName="Villa Beaumarchais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue des Arquebusiers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23797/a_23797_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Marais, one of the oldest and now most vibrant neighbourhoods in Paris, this family-friendly city hotel offers easy access to prestigious museums such as the Picasso Museum and the Louvre as well as the most sought-after designer boutiques. Guests can admire the historic mansions that line the Place des Vosges and the cosmopolitan crowds at the Bastille. The nearest public transport is only 100 m from the hotel. It is about 27 km from Charles De Gaulle International Airport and about 18 km from Orly International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="452.61" OriginalAmount="423" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.797203" Longitude="2.347729" StarRating="2.5" HotelCode="111094|191857" HotelName="Campanile Villejuif" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20, Rue Du Docteur Pinel, 94800 Villejuif</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/154052/a_154052_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="452.61" OriginalAmount="423.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890642108124" Longitude="2.3248368501663" StarRating="3" HotelCode="57106|ambassadeur" HotelName="Ambassadeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/74038/l_74038_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is very well situated. It lies in a quiet area in the north of Paris, just behind Montmartre and close to the Opera and the Champs-Elysées by metro. The local metro station can be reached in just 4 minutes on foot, Saint-Lazare is 1.5 km away and nearby sights include Sacre Coeur (1.5 km), Pigalle (1.5 km) and Galeries Lafayette (2.5 km). Nearby airports include Orly, Charles de Gaulle and Paris Beauvais Tillé, which are 25 km, 25 km and 65 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="452.61" OriginalAmount="423" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886492307706" Longitude="2.3122867941856" StarRating="2" HotelCode="34587|35215" HotelName="Prince Albert Wagram" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Passage Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56279/a_56279_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a peaceful district of Paris, 2 minutes from its sister hotel. The Arc de Triomphe and Parc Monceau in addition to scores of shops are all to be found nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="454.75" OriginalAmount="425" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.889869668175" Longitude="2.3210817575455" StarRating="3" HotelCode="14338|13546" HotelName="121 Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>121 Avenue de Clichy, 75017 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/171105/171105a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a lively quarter of Paris where the worlds of art and business mingle, this is the perfect base for a visit to Paris. With Brochant underground station just 100 m from the hotel, it also offers easy access to Place de Clichy, Saint Lazare or the Paris icon, the Eiffel Tower, which are 900 m, 1.8 km or 4.7 km away respectively. Paris-Charles de Gaulle Airport is some 24 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="454.75" OriginalAmount="425" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884589414091" Longitude="2.3364239475543" StarRating="2" HotelCode="303899|424707" HotelName="Le Grand Hôtel de Clermont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Véron, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/357715/357715a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the North of Paris, 3 minutes walk from the metro station Abbesses, which connects directly to the place de la Concorde. The decor is simple, with wooden flooring. The establishment is located 800 metres from the basilica of the Sacred Heart and 400 metres from the Moulin Rouge. Nearby there are many restaurants, cafes and bakeries.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="454.75" OriginalAmount="425" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.825677" Longitude="2.323218" StarRating="3" HotelCode="145924|55684" HotelName="Chatillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, Square Chatillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/207286/a_207286_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.75" OriginalAmount="426.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865371" Longitude="2.398261" StarRating="3" HotelCode="165998|939375" HotelName="Panam Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>208 Rue des Pyrénées, 75020 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/327713/327713a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="456.89" OriginalAmount="427" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876001" Longitude="2.357538" StarRating="2" HotelCode="102598|201111" HotelName="Modern Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329514/329514a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="456.89" OriginalAmount="427" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881632923126" Longitude="2.1786255975533" StarRating="4" HotelCode="39427|38792" HotelName="The Originals Boutique Hôtel Rueil La Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue Albert 1er, 92500 Rueil-Malmaison</AddressLine>
          </AddressLines>
          <CityName>Rueil-Malmaison</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64860/ba_64860_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies somewhat outside of Paris on Avenue Albert in the historical town of Rueil-Malmaison. There are links to the public transport network as well as countless shops, bars and restaurants to be found just 50 m away. The commercial centre, Rueil 2000, and train station are only a 5-minute walk away, whilst the River Seine may be reached on foot in 10 minute. The tourist area is a 5-minute drive away, whilst the forest and park may also be reached in 10 minute by car. The Champs Elysées is 15 minutes by car, whilst the centre of the La Défense district may be reached within half that time. Sights of interest close by include the Malmaison of Napoleon Bonaparte and Josephine as well as the Bois Préau. By making use of public transport departs, Charles de Gaulle Airport can be reached in 35 minutes (20 km away) and. Pairs Orly Airport in just 45 minutes (30 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.956125858213" Longitude="2.4441503813617" StarRating="4" HotelCode="935133|50358" HotelName="AC Hotel by Marriott Paris Le Bourget Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue De La Haye  Dugny, 93440 Le Bourget</AddressLine>
          </AddressLines>
          <CityName>Le Bourget</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/393319/393319a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Le Bourget. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.918328551439" Longitude="2.3426693349877" StarRating="3" HotelCode="900437|20956" HotelName="Aparthotel Adagio access Paris Saint Denis Pleyel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Du Docteur Finot, 93200 Saint Denis</AddressLine>
          </AddressLines>
          <CityName>Saint-Denis</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/183455/a_183455_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;On the outskirts of Paris, in the Pleyel business district, this hotel offers access to central Paris in just 10 minutes via the metro (located just a stone's throw away). It is also near the Stade de France, and its stores and cinema.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.96" OriginalAmount="428.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835887988787" Longitude="2.3221728933732" StarRating="2" HotelCode="336224|hotel_la_perle_montparnasse" HotelName="Hotel La Perle Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Maison Dieu, 14th Arr., 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/504815/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="460.10" OriginalAmount="430" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835979306702" Longitude="2.3253598809242" StarRating="3" HotelCode="189576|413553" HotelName="Hotel Clairefontaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Fermat, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7440000/7439900/7439856/cf66033b_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="461.17" OriginalAmount="431" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84523548841" Longitude="2.4333399131484" StarRating="4" HotelCode="180102|39459" HotelName="Aparthotel Adagio Paris Vincennes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue de Paris, 94300 Vincennes</AddressLine>
          </AddressLines>
          <CityName>Vincennes</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/253045/a_253045_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="461.38" OriginalAmount="431.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850237902541" Longitude="2.2903302311897" StarRating="3" HotelCode="35366|427965" HotelName="Beaugrenelle Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57544/a_57544_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated on the left-hand bank of the River Seine, this hotel affords a wonderful location within a short distance of the Eiffel Tower, the Champs Elysées, Montparnasse and the Porte de Versailles exhibition centre. The Cap 15 business centre and the Maison de la Culture du Japon (House of Japanese Culture) also lie a stone's throw away. Lying on Rue Viala, the hotel is positioned between Rue Saint Charles, Boulevard de Grenelle and Rue de Lourmel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="461.56" OriginalAmount="431.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840289" Longitude="2.352039" StarRating="2" HotelCode="14089|303235" HotelName="Maxim Quartier Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Censier, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16305/a_16305_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in a quiet position in the Latin Quarter near the student area. The botanic gardens, the natural history museum and the famous cabaret “Paradis Latin” are situated nearby, and it is only a stone's throw to bars, restaurants and the nearest public transport. The hotel is thus the ideal starting point from which to explore the sights of the city. Various shopping opportunities are offered in Boulevard St. Germain which is around 2 km away, while the Grande Mosque and the Pantheon can easily be reached on foot. For those who wish to experience something of the countryside in the city, a visit to the Rue Mouffestard is recommended, as colourful markets and antiquarian boutiques are cultivated with rural charm in this district. Gare d’Austerlitz lies around 1 km away from the hotel. Orly airport is roughly 25 km away and Charles de Gaulle airport is roughly 40 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="462.24" OriginalAmount="432" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870478" Longitude="2.35468" StarRating="3" HotelCode="110491|203007" HotelName="Cosmotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330705/330705a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="462.24" OriginalAmount="432" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832936" Longitude="2.355431" StarRating="3" HotelCode="259917|7096" HotelName="La Manufacture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Philipe de Champagne, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10817267</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="463.31" OriginalAmount="433" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86614507" Longitude="2.36842937" StarRating="3" HotelCode="180068|38086" HotelName="Albert's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue du Grand Prieuré, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/253008/a_253008_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="463.31" OriginalAmount="433" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858461" Longitude="2.307727" StarRating="4" HotelCode="77491|31981" HotelName="7Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Bis Rue Amelie, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329357/329357a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="464.38" OriginalAmount="434" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847088" Longitude="2.318546" StarRating="3" HotelCode="80405|57283" HotelName="Mayet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Mayet, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/108718/a_108718_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="464.38" OriginalAmount="434" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880872862051" Longitude="2.2989508509636" StarRating="3" HotelCode="337170|55990" HotelName="Monceau Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Renequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56041/l_56041_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Arc de Triomphe and within a few minutes walk of the Champs-Élysées. Scores of shopping venues, restaurants, bars and pubs are to be found within 50 m of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="465.45" OriginalAmount="435" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839067815609" Longitude="2.3316220932541" StarRating="3" HotelCode="97082|224980" HotelName="Hôtel Istria Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Campagne Premiere, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/331135/331135a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="466.52" OriginalAmount="436" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84404891233" Longitude="2.2796457778394" StarRating="3" HotelCode="303895|58037" HotelName="Hotel Mirabeau Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Sébastien Mercier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/465363/3.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="466.52" OriginalAmount="436" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.7806" Longitude="2.447268" StarRating="3.5" HotelCode="80894|195328" HotelName="Novotel Paris Creteil le Lac" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Jean Gabin, RN 186, 94000 Creteil</AddressLine>
          </AddressLines>
          <CityName>Créteil</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/109316/a_109316_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3-star hotel is located on the shores of Créteil Lake, within its recreational park, offering direct access to Paris via metro line 8. Ideal for business trips or family holidays, the hotel is located between Paris and Disneyland.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="467.59" OriginalAmount="437" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872104218384" Longitude="2.3600607915699" StarRating="3" HotelCode="326445|30732" HotelName="Hotel Magenta 38 by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47053/a_47053_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Sacré Coeur and Bastille, only 5 minutes from Gare du Nord and Gare de l'Est railway stations. It lies close to Place de la République, where many restaurants, bars, and shops are to be found. The famous historical district of the Marais is just a few minutes’ walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="468.66" OriginalAmount="438" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.893375532653" Longitude="2.3798704147339" StarRating="3" HotelCode="25636|37567" HotelName="Hotel Campanile Paris 19 - La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147/151 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/37411/a_37411_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="468.66" OriginalAmount="438" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834655013951" Longitude="2.242371741829" StarRating="2" HotelCode="109352|69109" HotelName="Campanile - Paris Ouest - Boulogne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Carnot, 92100 Boulogne-Billancourt</AddressLine>
          </AddressLines>
          <CityName>Boulogne-Billancourt</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152103/a_152103_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Boulogne-Billancourt. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="468.66" OriginalAmount="438" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.75689" Longitude="2.346111" StarRating="4" HotelCode="80566|189113" HotelName="Mercure Paris Orly Rungis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue Charles Lindbergh, 94656 Rungis</AddressLine>
          </AddressLines>
          <CityName>Rungis</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/108927/a_108927_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated 5 minutes from Orly Airport and approximately 13 km from the centre of Paris, the hotel enjoys an ideal location near the Rungis International Market for wholesale produce.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="468.86" OriginalAmount="438.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853493356606" Longitude="2.3092123091926" StarRating="3" HotelCode="110465|995065" HotelName="Hôtel de France Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330649/330649a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="469.73" OriginalAmount="439" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835974" Longitude="2.405967" StarRating="3" HotelCode="110501|56768" HotelName="de la Porte Doree" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>273 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153391/a_153391_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="469.73" OriginalAmount="439" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.731633705115" Longitude="2.3702142849335" StarRating="0" HotelCode="580108|410901" HotelName="Novotel Paris Coeur d'Orly Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Henri Farman, 94390 Orly</AddressLine>
          </AddressLines>
          <CityName>Orly</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/697366/a_697366_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar and room service. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="470.23" OriginalAmount="439.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879899183937" Longitude="2.2987014055252" StarRating="2.5" HotelCode="32503|791385" HotelName="Des Deux Avenues" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 rue Poncelet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51700/a_51700_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located near to the markets and the famous Place des Ternes. In only a number of minutes guests will arrive at the Arc de Triomphe and the Porte Maillot. It is just 10 minutes to the Congress centre on foot and the nearest metro station, Ternes, (line 2) is just a stone's throw away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470.80" OriginalAmount="440" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8779749" Longitude="2.327723" StarRating="3" HotelCode="94375|55421" HotelName="ATN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 rue d'Athenes, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131111/a_131111_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="471.87" OriginalAmount="441" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842701784987" Longitude="2.3262101411819" StarRating="3" HotelCode="34406|21313" HotelName="Hôtel Renoir St. German" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54808/l_54808_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Montparnasse, the district of the city popular with Paris’ painters. Set conveniently close to the train station, guests of this hotel will be welcomed into an atmosphere of tranquillity and the style which was so dear to Renoir, the famous impressionist painter. Guests may take a walk in the Jardins du Luxembourg and stroll to Notre-Dame along the banks of the Seine, stopping off for a browse through the shops or pausing on their return for a cup of coffee on the terrace of a café in Saint-German-des-Prés. The Eiffel Tower is 10 minutes away on public transport and it is a 20-minute drive to Les Invalides. Orly Airport is around 20 km away and it is some 25 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="471.87" OriginalAmount="441" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842062" Longitude="2.325444" StarRating="3" HotelCode="67676|24637" HotelName="Hôtel Unic Renoir St. Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/87549/a_87549_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the lively district of Montparnasse in the south of Paris. The majority of the city's bars, cinemas and restaurants are to be found here as well as in the neighbouring Latin Quarter. In Montparnasse, the so-called Breton quarter, guests will discover countless crêperies, where the Breton speciality of cider may be enjoyed. Montparnasse Tower, which is the tallest building in Paris following the Eiffel Tower, visible from far away and acts as the local landmark, is only a few steps from the hotel. Also only a few minutes away is a cemetery with the graves of Jean-Paul Sartre and Simone de Beauvoir. From Montparnasse Train Station, all other sights of the French capital can easily be reached by metro.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="472.49" OriginalAmount="441.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.825801525043" Longitude="2.3526600668982" StarRating="3" HotelCode="64086|1037445" HotelName="Hôtel ibis Paris Italie Tolbiac 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>177 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82562/a_82562_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="472.50" OriginalAmount="441.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842051109709" Longitude="2.3253638368078" StarRating="3" HotelCode="296501|791415" HotelName="Hôtel Suites Unic Renoir St. Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/404554/a_404554_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="472.94" OriginalAmount="442" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840552814402" Longitude="2.2991110865082" StarRating="3" HotelCode="263481|57659" HotelName="Hotel Eden Porte De Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366902/w_366902_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="472.94" OriginalAmount="442" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891152" Longitude="2.37635" StarRating="3" HotelCode="149398|200183" HotelName="De Crimée" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>188, rue de Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329919/329919a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.94" OriginalAmount="442.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87675257" Longitude="2.3269601" StarRating="3" HotelCode="128353|inter_hotel_calvados" HotelName="Grand Hôtel du Calvados" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/134479/134479a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.94" OriginalAmount="442.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883557092046" Longitude="2.2941227178577" StarRating="3" HotelCode="54634|etoile_pereire" HotelName="Hotel Etoile Pereire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 boulevard Pereire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64427/a_64427_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel is situated in a quiet residential area on the Boulevard Péreire. In the immediate vicinity (50 m) guests may take advantage of restaurants, bars, links to the public transport network and the typically French markets and in a few minutes walk, guests will arrive at plenty of shops (200 m away). A wonderful lake and park lie within 900 m and the train station is approximately 1 km away. Many more tourist sights including the Arc de Triomphe and the Champs Elysées are located within walking distance. The old Opera house, the Eiffel Tower, Musée d'Orsay and Notre Dame are all easily reached by making use of public transport. Paris Orly Aiport is a 30-minute drive away, whilst Pairs Charles de Gaulle Airport may be reached by car in just 40 minutes (35 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="473.44" OriginalAmount="442.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870034" Longitude="2.360198" StarRating="3" HotelCode="97446|232856" HotelName="Aida Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Château d'Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/135387/a_135387_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in Paris near the Marais district. It is situated in a diverse and lively area just a stone's throw from the Marais, Place des Vosges and Place de la République, with plenty of shopping possibilities, and direct access to Thalys and Eurostar trains. This hotel offers a perfect base for discovering the sights of Paris, such as La Bastille, Les Halles, Beaubourg and Centre Georges Pompidou. The nearest airports are Paris-Orly (around 21 km) and Paris-Charles de Gaulle (around 23 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="473.44" OriginalAmount="442.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830045193268" Longitude="2.3202180862427" StarRating="2" HotelCode="96585|302165" HotelName="Montparnasse-Alesia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Ter Rue d’Alesia, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/134114/a_134114_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the 14th arrondissement in the heart of the French capital. It is around 3 km from the lively city centre with stunning sightseeing attractions. Numerous shopping and entertainment venues are located near to the hotel. There are public transport links close by and Montparnasse train station is around 2 km away. Orly Airport is around 30 km away and Charles de Gaulle Airport is 40 km from the hotel (around 25 and 45 minutes respectively).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="474.01" OriginalAmount="443" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871202" Longitude="2.338588" StarRating="3" HotelCode="14111|201072" HotelName="Lautrec Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Rue d'Amboise, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16029/a_16029_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a central location in the heart of Paris surrounded by shops, restaurants, bars, and the famous department store Galeries Lafayette, the Grévin Museum and the Opera Garnier. St. Lazare station offers convenient connections to the public transport network and is only 30 m away from the hotel. Auber (RER) train station lies around 500 m away, the transfer time to Charles de Gaulle airport is around 45 minutes, and Orly is 30 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="474.01" OriginalAmount="443" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.899059047779" Longitude="2.2363415961629" StarRating="2" HotelCode="902442|68906" HotelName="Séjours &amp; Affaires Grande Arche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Allée des Tilleuls, 92400 Courbevoie</AddressLine>
          </AddressLines>
          <CityName>Courbevoie</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/591283/591283a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Courbevoie. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="475.08" OriginalAmount="444" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882577" Longitude="2.345837" StarRating="2" HotelCode="166726|18120" HotelName="Gerando" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, rue Gérando, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/331282/331282a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="476.15" OriginalAmount="445" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833269" Longitude="2.356424" StarRating="2" HotelCode="146402|56808" HotelName="Hotel Coypel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/207823/gt_207823_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Place d'Italie and the Gobelins district of the 13th arrondissement of Paris. Within minutes of the hotel guests will find the Latin Quarter, Saint Germain des Près, Notre Dame de Paris, the Bercy Sports Centre and the François Mitterrand Library. Gare du Nord station is 6 km and it is 20 km to Paris Orly Airport and 30 km to Paris Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="476.15" OriginalAmount="445" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857399649075" Longitude="2.3728685081005" StarRating="3" HotelCode="13687|55249" HotelName="ibis Paris Bastille Opera 11th Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bréguet, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14569/a_14569_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 20 minutes drive from the centre of the French capital in a suburb, which may easily be reached by making use of the métro train network. A shopping centre lies close to the hotel and links to the public transport network can easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="476.15" OriginalAmount="445" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879201546024" Longitude="2.3430289328098" StarRating="3" HotelCode="14446|35833" HotelName="Marena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue De La Tour D Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16847/a_16847_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in an attractive street between the Opera house and Montmartre, in the centre of the shopping quarters and close to the large department stores as well as the theatre. Within easy reach of the hotel are the Gare du Nord and the Gare de L'Est train stations, in addition to Cadet, St. Georges and Anvers métro stations. A public car park is situated just 150 metres from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="476.15" OriginalAmount="445" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.704078681788" Longitude="2.1657389402389" StarRating="3" HotelCode="888567|278704" HotelName="Residhome Bures la Guyonnerie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Guyonnerie, 91440 Bures-sur-Yvette</AddressLine>
          </AddressLines>
          <CityName>Bures-Sur-Yvette</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/196096/196096a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bures-Sur-Yvette. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.22" OriginalAmount="446" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843247811281" Longitude="2.3494445855848" StarRating="3" HotelCode="47655|4277" HotelName="The Originals Paris Mouffetard Apolonia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Mouffetard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10643/a_10643_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location, in the middle of the city and close to plenty of famous sightseeing attractions such as the Panthéon, the Arène de Lutèce and Notre-Dame church. Restaurants, shopping venues, bars, public transport and nightclubs are all to be found just a short walk from the hotel. Orly airport is a convenient 45-minute ride away by public transport, lying just 30 km from the hotel; and Roissy Charles de Gaulle airport is 45 km away (one hour's drive).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.22" OriginalAmount="446" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871052308791" Longitude="2.3498511314392" StarRating="3" HotelCode="52663|203011" HotelName="Hôtel des Comédies" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56740/a_56740_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="477.35" OriginalAmount="446.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839472" Longitude="2.392728" StarRating="3" HotelCode="16703|940985" HotelName="Le Quartier Bercy-Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20290/a_20290_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming tradition-rich hotel is peacefully located close to the Place de la Nation, Bercy sports hall and Bercy's brand-new entertainment district that features restaurants, shopping venues and a cinema multiplex. It is just a few minutes walk to the nearest links to the public transport network and the Gare de Lyon train station. The nearby métro station offers quick and convenient access to the Place de la Bastille, the opera house, the Eiffel Tower, the Arc de Triomphe and the world-famous Champs Elysées.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="481.50" OriginalAmount="450" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877283453971" Longitude="2.3543594975532" StarRating="4" HotelCode="16885|18838" HotelName="Mademoiselle Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20089/a_20089_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located between the large boulevards, the stock exchange and Paris' opera house. Many of the French capital's most central sights lie just a short distance from the hotel and can easily be reached by making use of public transport. The hotel is situated in the heart of Paris but in a small and quiet street, only short walk from Gare du Nord.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="481.50" OriginalAmount="450" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882103" Longitude="2.297623" StarRating="3" HotelCode="110542|56211" HotelName="Residhotel Imperial Rennequin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Rennequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153443/a_153443_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="482.57" OriginalAmount="451.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835158" Longitude="2.387685" StarRating="3" HotelCode="47501|hotel_kyriad_paris_bercy_village" HotelName="Kyriad Hotel Bercy Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Baron Le Roy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10457/a_10457_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="482.57" OriginalAmount="451" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88357" Longitude="2.334037" StarRating="4" HotelCode="73811|18844" HotelName="Le Chat Noir Design" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>68 Boulevard De Clichy, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99574/r_99574_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the foot of La Butte Montmartre, a few metres from the famous Moulin Rouge cabaret, and it offers an ideal location to experience one of Paris's liveliest districts. Charles de Gaulle airport is approximately 15 km away, and Orly airport is 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="483.64" OriginalAmount="452" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831976814637" Longitude="2.2442096471786" StarRating="2" HotelCode="35285|67436" HotelName="Hotel B Paris Boulogne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>210 bis Boulevard Jean Jaurès, 92100 Boulogne-Billancourt</AddressLine>
          </AddressLines>
          <CityName>Boulogne-Billancourt</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56750/a_56750_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street this hotel is surrounded by numerous shopping and entertainment opportunities. The nearest metro station is Marcel Sembat (line 9), which is only a few minutes walk away. Close to the hotel guests will find the shopping quarter of Boulogne as well as the modern district of La Défense. Through the ideal public transport connections, the centre of the metropolis is quickly and easily reached. The Parc des Princes, home to Paris' St. Germain football club and the tennis stadium Roland Garros are only a few minutes drive from the hotel. The transfer time to Orly airport takes around 45 minutes, while Charles de Gaulle Airport is approximately 60 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="483.64" OriginalAmount="452" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865031" Longitude="2.377641" StarRating="3" HotelCode="79725|279990" HotelName="Hôtel Verlain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue Saint-Maur, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/218966/218966a_hb_a_014.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="483.64" OriginalAmount="452" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.917833" Longitude="2.316025" StarRating="3" HotelCode="153826|42288" HotelName="Residhome Asnières" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Eugénie Eboué, 92600 Asnières-sur-Seine</AddressLine>
          </AddressLines>
          <CityName>Asnières-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/23/230006/y04aQ5YY_cdcead2f99eb0b22295da441d704d2c6.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to the Tour d'Asnières business park, the residence is well-connected to the public transportation system with the Les Grésillons RER C suburban train station 300 metres away, which connects to Paris Porte Maillot in 10 minutes. The shops of La Défense, Palais des Congrès, La Défense business disctrict, Champs-Élysées and the Eiffel Tower are all 10 to 12 minutes’ drive from the aparthotel, and Montparnasse train station is a 20-minute drive. Guests will find restaurants in the immediate vicinity and the centre of Asnières is just 2 km away. Charles de Gaulle airport is approximately 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="483.64" OriginalAmount="452" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850168051121" Longitude="2.2923498987885" StarRating="3" HotelCode="326452|13560" HotelName="Timhotel Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Juge, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47115/a_47115_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Paris and roughly 600 m from the Eiffel Tower. The nearest metro station is Dupleix, Paris Orly aiport is 15 km away and Paris Charles de Gaulle airport lies 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.92" OriginalAmount="452.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878057894145" Longitude="2.3526607055226" StarRating="3" HotelCode="110492|1081898" HotelName="Hôtel ibis Paris Gare du Nord la Fayette 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153375/w_153375_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="484.71" OriginalAmount="453" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833595" Longitude="2.317705" StarRating="3" HotelCode="79992|32060" HotelName="Le 55 Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue de Plaisance, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/136687/136687a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="485.38" OriginalAmount="453.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.817615100442" Longitude="2.3242487939267" StarRating="3" HotelCode="94371|750825" HotelName="Hôtel Arc Porte d'Orléans" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Gabriel Peri, 92120 Montrouge, Paris</AddressLine>
          </AddressLines>
          <CityName>Montrouge</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/155876/155876a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located to the south of the motorway surrounding Paris, 100 m from the Porte d'Orleans station. Orly Airport is approximately 50 km away. The Eiffel Tower and the Champs Elysees are both about a 15-minute drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="485.63" OriginalAmount="453.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848805" Longitude="2.288145" StarRating="3" HotelCode="72445|303605" HotelName="Exposition Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 bis, rue du Théâtre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/97949/a_97949_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the Left Bank near the Eiffel Tower (15-minute walk), between the exhibition centre (15 minutes with public transport), Rolland Garros (15 minutes with public transport), the Parc des Princes and the European Georges Pompidou Hospital. The hotel is 50 m from the Charles Michel metro stop (line 10) and Dupleix station (line 6). The Champs-Élysées and the opera can be reached in 20 minutes by public transport. Restaurants, shops, bars and pubs can all be reached within 5 minutes by foot on the Rue du Commerce. Orly Airport is 20 km from the hotel while Charles de Gaulle airport is 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="485.63" OriginalAmount="453.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.825292" Longitude="2.357274" StarRating="4" HotelCode="110507|197216" HotelName="Best Western Amiral Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153398/a_153398_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.78" OriginalAmount="454" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850448816322" Longitude="2.2914782166481" StarRating="3" HotelCode="32602|917" HotelName="Eiffel Capitol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51843/a_51843_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is centrally located in Paris' 15th arrondissement. The Eiffel Tower and the River Seine can be reached in a few minutes on foot and there are many restaurants and bars to be found in the vicinity. Dupleix metro station lies some 300 m away and allows guests direct access to the Champs-Élysées, Trocadero and the Montparnasse district. The transfer time to Orly airport averages about 30 minutes. Charles de Gaulle airport is around 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.78" OriginalAmount="454.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856964" Longitude="2.303335" StarRating="3" HotelCode="143268|alma_3" HotelName="Hôtel de l'Alma" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332348/332348a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="486.49" OriginalAmount="454.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837795947699" Longitude="2.3557788133621" StarRating="3" HotelCode="29321|7314" HotelName="Best Western Plus Hôtel La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47244/a_47244_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies in the Quartier Latin, within a short distance of the botanical gardens (300 m), the Jardin du Luxembourg (1.5 km), Notre-Dame de Paris cathedral (1.9 km) and the church of Saint-Germain-des-Prés (2.4 km). Links to the public transport network are a convenient 100 m walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="486.85" OriginalAmount="455" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880044427" Longitude="2.4077876415253" StarRating="2" HotelCode="300870|89548" HotelName="B&amp;B Hôtel PARIS Porte des Lilas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Avenue René Fonck, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/70897/1870897/1.jpg?f=15649054</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.85" OriginalAmount="455.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840799704678" Longitude="2.299287468195" StarRating="3" HotelCode="56714|hotel_val_girard" HotelName="Val Girard" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Pétel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73517/a_73517_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a privileged location in Paris between the exhibition park of Porte de Versailles, Montparnasse and the Eiffel Tower. Guests are only five minutes away from access to five bus lines, which travel in all directions, as well as Vaugirard metro station and a large public car park. This hotel is located in the 15th arrondisement, which is characterised by its countless green spaces. The Eiffel Tower and the tourist centre are located around 15 minutes away on foot. Orly airport is located around 20 km away and Charles de Gaulle airport is 37 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="487.92" OriginalAmount="456" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832071" Longitude="2.387479" StarRating="4" HotelCode="73716|54820" HotelName="Adagio Paris Bercy Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Cour Du Minervois, 12. Arrondissement - Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99450/a_99450_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in the heart of the Village de Bercy and in the cultural quarter of Paris. Well-known sightseeing attractions, such as the Palais Omnisport, the Parc de Bercy or the Grande Bibliothèque de France are only a few steps away. Paris Orly airport is easily reached within 15 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="487.92" OriginalAmount="456" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865410837311" Longitude="2.3656882345676" StarRating="3" HotelCode="10265|25006" HotelName="Marais Hôme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard du Temple, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7913/a_7913_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the centre of the city, on the Place de la République and only 5 minutes from the Marais district. Walking or by public transport, guests can easily reach many shops and places of entertainment, and the beautiful tourist wonders of the city. The hotel is at the heart of entertainment in Paris, near to the Marais museums in the Centre Pompidou, Déjazet Theatre, Theatre de la Renaissance and Theatre de la Comédie. The hotel is 15 minutes from the Bastille, Place des Vosges and the Pompidou centre, and 50 metres from the nearest metro station (République). The hotel is 10 minutes from Gare du Nord, Gare de l'Est and Gare de Lyon station by metro and the three nearest bus lines are 20, 65 and 75.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="487.92" OriginalAmount="456" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.90302625" Longitude="2.30511175" StarRating="3" HotelCode="78475|71374" HotelName="ibis Styles Paris Mairie De Clichy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Dagobert, 92110 Clichy</AddressLine>
          </AddressLines>
          <CityName>Clichy</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106343/a_106343_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located by the Mairie de Clichy metro station, which is on line 13. Charles de Gaulle and Orly airports are both approximately 35 km from the hotel and Beauvais-Tille Airport is around 60 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="488.99" OriginalAmount="457" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864251" Longitude="2.375095" StarRating="2" HotelCode="144690|200166" HotelName="Beausejour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71, Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://www.sunhotels.net/Sunhotels.net/HotelInfo/hotelImage.aspx?id=10032385&amp;full=1</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="488.99" OriginalAmount="457" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843324910206" Longitude="2.3067480325699" StarRating="3" HotelCode="31195|505" HotelName="Nouvel Hotel Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49847/a_49847_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location and lies just a few metres from the Eiffel Tower. The metro station (100 m), the Porte de Versailles (800 m), the Louvre Museum (1500 m), the Champs-Élysées and the Notre Dame cathedral are to be found in the vicinity. Orly airport is easily reached (lying within 16 km) and Charles de Gaulle airport is around 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="489.06" OriginalAmount="457.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831565" Longitude="2.357401" StarRating="3" HotelCode="13456|81344" HotelName="Timhotel Paris Place d'Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14208/a_14208_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is located in the south of the city, close to Montparnasse. It is just 100 m to links to the public transport network and Porte de Vanves métro station lies some 600 m away and may easily be reached on foot. A diverse selection of shopping venues are to be found in the vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="489.55" OriginalAmount="457.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885491" Longitude="2.3356359883433" StarRating="2.5" HotelCode="47660|1478028" HotelName="Hôtel Basss" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Rue des Abbesses, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10649/a_10649_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the foot of Montmartre in the northeast of Paris, the highest natural point of the city. The landmark of the hill is the beautiful Sacre Coeur cathedral, which is visible from afar. This hotel is located close to Abbesses metro station, on the Blanche line, with which guests are able to arrive in the centre of Paris within about 10 minutes. The artistic quarter of Moulin de la Galette as well as the renamed Place du Tertre, a paradise for culturally interested tourists, both lie close to the hotel. In addition, the French capital offers numerous galleries, museums, churches and theatre halls. With simply everything available, guests are able to spend their time on a thrilling and interesting holiday. Charles de Gaulle airport is 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="490.06" OriginalAmount="458" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84125956459" Longitude="2.240042835474" StarRating="3" HotelCode="912569|425449" HotelName="Résidence Aurmat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Rue de Paris, 92100 Boulogne-Billancourt</AddressLine>
          </AddressLines>
          <CityName>Boulogne-Billancourt</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/33840/2333840/1.jpg?f=15663771</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Boulogne-Billancourt.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="491.13" OriginalAmount="459" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837805542124" Longitude="2.3463812502613" StarRating="3" HotelCode="934272|55542" HotelName="The Five Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Flatters, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/412085/a_412085_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming aparthotel is situated in the 5th arrondissement or Latin Quarter. Bordering the Seine, the neighbourhood is the intellectual heart and soul of Paris. A popular local pastime is taking a stroll along the Seine and browsing the bouquinistes’ (second-hand book dealers) stalls, which sit in the shadow of Notre Dame. The 5th arrondissement is also home to the Panthéon and is known for its lively atmosphere and bistros. The city centre is about a 10-minute ride by public transport. Restaurants, bars, pubs and shopping facilities are around 500 m away, the bus station approximately 200 m and the station about 1.5 km. Rue Mouffetard and Arenes de Lutèce are approximately 500 m from the aparthotel and the town centre is about a 30-minute walk. Paris Charles de Gaulle Airport is approximately 20 km and Paris Orly Aiport around 10 km from the aparthotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="491.13" OriginalAmount="459" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846572" Longitude="2.305486" StarRating="3" HotelCode="144521|200157" HotelName="Baldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213540/213540a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="491.13" OriginalAmount="459" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866576234832" Longitude="2.3728859424591" StarRating="3" HotelCode="386790|55226" HotelName="Hotel Hor Les Lumières" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Jean-Pierre Timbaud, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/227781/227781a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 11th Arondissement, in the Rue Jean-Pierre Timbaud, not far from the Place de la République. An abundance of shops and entertainment venues as well as many cultural institutions and the sights of the city are all easily and quickly accessible. Charles de Gualle airport is approximately 25 km from the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="491.13" OriginalAmount="459" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.905658212893" Longitude="2.3360149196608" StarRating="3" HotelCode="557148|230229" HotelName="Mob Hotel Of The People" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>4-6 Rue Gambetta, 93400 Saint Ouen</AddressLine>
          </AddressLines>
          <CityName>Saint-Ouen-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/585699/585699a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Saint-Ouen-sur-Seine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="491.13" OriginalAmount="459" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842927734971" Longitude="2.3212453722954" StarRating="3" HotelCode="326483|13632" HotelName="Timhotel Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue de l’Arrivée, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47296/a_47296_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel is located close to Les Rennes shopping street, between the Gare du Nord and the Gare de L'Est. The nearest metro station is Montparnasse Bienvenue.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="491.44" OriginalAmount="459.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859693" Longitude="2.402814" StarRating="2.5" HotelCode="151774|1899335" HotelName="Mama Shelter Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109, rue de Bagnolet, 75020 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/213711/a_213711_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="492.20" OriginalAmount="460" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879207541196" Longitude="2.3556600911134" StarRating="3" HotelCode="32507|17024" HotelName="Hôtel ibis Paris Gare du Nord TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue De Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51706/a_51706_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="492.50" OriginalAmount="460.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837368" Longitude="2.351136" StarRating="3" HotelCode="145547|1082158" HotelName="Garance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue des Gobelins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212692/212692a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="492.50" OriginalAmount="460.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842984" Longitude="2.324101" StarRating="3" HotelCode="100906|861905" HotelName="Berkeley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=244091</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively Montparnasse district, this hotel is just 200 metres from the Montparnasse Tower. The area offers a pleasant combination of business centres, fashion boutiques, entertainment and top quality restaurants. The Luxembourg Gardens are a 10-minute walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="493.27" OriginalAmount="461" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837569974564" Longitude="2.355043888092" StarRating="3" HotelCode="27517|2700" HotelName="Grand Hotel des Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 boulevard Saint Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/40529/a_40529_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in a district which is very lively and offers many restaurants and shops. It lies near interesting sites such as the Jardin des Plantes and the Marché Mouffetard. Guests are particularly recommended the walk past the Mouffetard market to Place de la Contrescarpe, which leads to the Pantheon, where they'll be just steps from the Jardins de Luxembourg and the Boulevard Saint Michel and return through the Arenes de Lutèce and the Place Monge. Guests will find links to the public transport network just 5 minutes' walk and it is 20 km to Orly Airport, while Charles de Gaulle Airport is 25 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="493.27" OriginalAmount="461" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84812" Longitude="2.342523" StarRating="3" HotelCode="110439|224961" HotelName="De la Sorbonne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, rue Victor Cousin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213651/213651a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="493.27" OriginalAmount="461" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87321681" Longitude="2.3827721" StarRating="3" HotelCode="439979|200500" HotelName="Hôtel Scarlett" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jouye-Rouve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/550179/a_550179_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="493.27" OriginalAmount="461.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8898187" Longitude="2.3212687" StarRating="3" HotelCode="14915|mirific" HotelName="Hôtel Mirific" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Avenue de Clichy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/170615/170615a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located with excellent public transport links, the hotel is just a 1-minute walk from Brochant metro station and 850 m from the lively Place de Clichy. Sights such as Avenue Champs Elysées, 6.6 km away, and the Eiffel Tower, 7.7 km away, can be accessed directly using public transport. Charles de Gaulle airport is approximately 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="494.34" OriginalAmount="462" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843038" Longitude="2.31319" StarRating="3" HotelCode="110519|224799" HotelName="Avia Saphir Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/229530/229530a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="494.76" OriginalAmount="462.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882604118084" Longitude="2.333466411045" StarRating="3" HotelCode="11068|79064" HotelName="Timhotel Opéra Blanche Fontaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Pierre Fontaine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9087/a_9087_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys a peaceful location at the foot of Montmartre, just a few minutes on foot from the eminent Moulin Rouge. Montmartre Blanche is the nearest metro station, and the famous Galeries Lafayette are located around 1 km away. Within walking distance, guests will find restaurants, bars and nightclubs. The Gare du Nord railway station is approximately 20 minutes away on foot. The opera is around 15 minutes' walk away, while the Arc de Triomphe is roughly 15 minutes away by public transport. Orly Airport is roughly 30 km from the hotel, while Charles de Gaulle Airport is approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="495.41" OriginalAmount="463" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878418345472" Longitude="2.3268109560013" StarRating="3" HotelCode="34578|6311" HotelName="Exe Paris Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue d'Amsterdam, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56267/a_56267_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is ideally located close to the Gare Saint-Lazare, the luxurious shopping centres on Boulevard Haussman and the Opéra Garnier.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.41" OriginalAmount="463.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823994" Longitude="2.327468" StarRating="3" HotelCode="154978|hotel_virgina" HotelName="Virgina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66, Rue Pere Corentin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/251401/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at de Port d'Orléans between the Montsouris Parc, Cité Universitaire and the exhibition park at Porte de Versailles. Montparnasse cemetery and train station are 2 km from the hotel, Saint-Michel is 3 km away and the catacombs are 1.5 km away. Buses stop at Port d'Orleans, which is just 20 metres from the hotel. Nearby airports include Paris-Orly (13 km away) and Paris-Charles de Gaulle (35 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="496.48" OriginalAmount="464" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83486594" Longitude="2.32423759" StarRating="0" HotelCode="555342|440252" HotelName="Petit Palace Hôtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/722865/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Walk down the beautiful tree-lined avenue du Maine, past the Montparnasse Tower and its lively district and arrive in front of the Petit Palace. La, Mr and Mrs Tichet welcome you and will ensure that you will have all the comfort you will need during your stay.\n\n</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="496.48" OriginalAmount="464" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88449312029" Longitude="2.2993384301662" StarRating="3" HotelCode="39329|55989" HotelName="Hotel de Prony" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Bis Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64889/a_64889_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the 17th arrondissement just a few minutes from many of the French capital's top sights, such as the Champs-Élysées, Opera and Montmartre. Shopping and entertainment venues are also just a stone's throw away, and the nearest metro station is Pereire, a short walk away. Roissy Airport is about 30 km away and Orly 20 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="496.48" OriginalAmount="464" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884129" Longitude="2.325272" StarRating="3" HotelCode="180060|238931" HotelName="Hôtel Rendez-Vous Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Rue Lecluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/252999/a_252999_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the Batignolles district of Paris, this hotel lies within a short distance of Montmartre and the Opéra Garnier. The famous Moulin Rouge as well as the Galeries Lafayette are some 2.5 km away. It is a mere 500 m to Place de Clichy metro station and further links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="496.48" OriginalAmount="464" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877488719891" Longitude="2.3434406518936" StarRating="3" HotelCode="31199|31998" HotelName="Hôtel Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49852/a_49852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The traditional hotel is situated close to the opera and a shopping centre. The Centre of New Industries and Technologies (CNIT) is 8 km from the hotel. Gare du Nord train station and the artists' district of Montmatre with the magnificent Sacré Coeur lie with 800 m of the hotel. The nearest metro station, Cadet, is 200 m from the hotel Bars and pubs are just 150 m from the hotel, whilst the centre with countless shops lies within 500 m of the hotel. Paris’ Orly and Charles de Gaulle Airports are about 30 minutes away by car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="496.75" OriginalAmount="464.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869139" Longitude="2.3641" StarRating="3" HotelCode="110489|1422708" HotelName="Ibis Styles Paris République" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Leon Jouhaux, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153370/a_153370_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="497.02" OriginalAmount="464.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846745" Longitude="2.287768" StarRating="3" HotelCode="76455|861435" HotelName="Alize Grenelle Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>87 Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103944/w_103944_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="497.55" OriginalAmount="465" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879687" Longitude="2.342368" StarRating="3" HotelCode="88729|12189" HotelName="Alba Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 ter, rue de La Tour d'Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/124399/a_124399_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an good location in the centre of Paris, near Montmartre, L'Opéra, the city's main department stores and Gare du Nord and Gare de L'Est railway stations. It lies in a quiet district with a rich artistic and historical heritage. Guests will find restaurants and bars just 200 m from the hotel and links to the public transport network 250 m away. It is 10 minutes on foot to the Sacré Coeur, Galeries Lafayette is a 15-minute walk and the Louvre Museum is 20 minutes' walk away. Paris Charles de Gaulle Airport is 20 km away and it is 21 km to Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="498.62" OriginalAmount="466" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87010919" Longitude="2.36988697" StarRating="2" HotelCode="591683|224810" HotelName="Hotel Aix Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue D'Aix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/763935/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="500.76" OriginalAmount="468" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849422478562" Longitude="2.380967438221" StarRating="3" HotelCode="33001|5430" HotelName="Color Design Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Citeaux, 12ème Arrondissement, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/017553/017553a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a few paces of the Place de la Bastille and the Gare de Lyon. Although located on a peaceful street, guests are able to reach a selection of lively restaurants and modern bars on foot. It is 20 km to Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="500.76" OriginalAmount="468" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884485183348" Longitude="2.2979316115379" StarRating="3" HotelCode="34719|37568" HotelName="Courcelles Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56288/l_56288_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is ideally located at the heart of the tourist centre in a particularly elegant district of Paris, close to Place de l'Étoile and the Champs-Élysées. Countless shops are to be found in the vicinity and there are many restaurants within walking distance. A bus stop providing links to the public transport network can be found directly in front of the hotel and the train station is 1 km away. The Eiffel Tower is just some 3 km away and the Palais Garnier opera house 1 km. Orly and Charles de Gaulle airports are approximately 35 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.76" OriginalAmount="468.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881109" Longitude="2.329187" StarRating="3" HotelCode="64170|le_cardinal" HotelName="Hotel Le Cardinal" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue du Cardinal Mercier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82666/a_82666_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="500.76" OriginalAmount="468" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881871" Longitude="2.276714" StarRating="3" HotelCode="68259|191783" HotelName="Neuilly Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23, rue Madeleine Michelis, 92200 Neuilly-Sur-Seine</AddressLine>
          </AddressLines>
          <CityName>Neuilly-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88286/l_88286_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet, upmarket neighbourhood, just a few blocks from the Congress Hall at Porte Maillot, minutes away from the Champs Elysées and Arc de Triomphe, plus a short ride away from the Paris La Défense business district. Guests will find a wide choice of restaurants and a number of small boutiques in the vicinity of the hotel. The RER Porte Maillot station and Les Sablons underground station on line 1 are nearby. The Palais des Congrès (Porte Maillot) is approximately 5 minutes away on foot, and the American Hospital is around a 7-minute walk from the hotel. The ICAO head office can be found approximately 400 m away. Orly Airport is around 20 km from the establishment, Charles de Gaulle Airport about 25 km away and Beauvais Airport roughly 35 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="501.83" OriginalAmount="469" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.829274" Longitude="2.356618" StarRating="3" HotelCode="110508|54293" HotelName="ibis Paris Avenue d'Italie 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 bis Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153399/a_153399_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.24" OriginalAmount="469.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880376467282" Longitude="2.2858672198255" StarRating="4" HotelCode="18212|941965" HotelName="Hôtel Villa des Ternes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22620/w_22620_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arronidissement of Paris, this hotel is located in the heart of the city's business district. The Arc de Triomphe is just 800 m away and the nearest metro station, Porte Maillot, lies just 100 m away. The railway station Gare St. Lazare is 4 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.79" OriginalAmount="469.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873763009575" Longitude="2.3453916441803" StarRating="3" HotelCode="110485|1547678" HotelName="Hôtel Léman Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de Trévise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/249106/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="502.90" OriginalAmount="470" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840013" Longitude="2.361304" StarRating="3" HotelCode="180093|55931" HotelName="Devillas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Saint-Marcel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/158844/158844a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 800 m from the Museum of Natural History and the Jardin des Plantes. It is just 50 m from Saint-Marcel metro station. The River Seine is 600 m from the hotel and Lyon railway station is a 10-minute walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="503.97" OriginalAmount="471" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877963656687" Longitude="2.3875173926353" StarRating="3" HotelCode="24650|37775" HotelName="Aparthotel Adagio Paris Buttes Chaumont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Cours du 7ème Art, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/35673/a_35673_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Paris' 19th arrondissement in the Buttes-Chaumont district, close to La Villette. Restaurants and bars can be found within 200 m of the hotel, whereas clubs and the city centre can be reached in 20 minutes on public transport. The nearest public transport connection is just 200 m from the hotel. Parc des Buttes Chaumont is a 5-minute walk from the hotel and the Cité des Sciences is a 5-minute drive. It is 3 km to Gare de l’Est railway station, and 20 km to Charles de Gaulle International Airport (CDG) and Paris-Orly Airport (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="503.97" OriginalAmount="471" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854360708772" Longitude="2.2892533242703" StarRating="3" HotelCode="326446|18397" HotelName="Eiffel Seine Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47054/a_47054_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location in the hear of Paris, directly by the Seine and just 5 minutes from the Eiffel Tower and the newly opened Branly museum. Via the nearby underground station and the railway station, guests can easily access other sights in the city such as the Louvre, the Orsay museum, the Latin Quarter and the Château de Versailles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.02" OriginalAmount="471.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.755985" Longitude="2.305525" StarRating="3" HotelCode="323882|2122425" HotelName="Hotel Alixia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue De La Providence, 92160 Antony</AddressLine>
          </AddressLines>
          <CityName>Antony</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/52/526001/526001a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Antony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="505.04" OriginalAmount="472" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844241049069" Longitude="2.3234716057777" StarRating="3" HotelCode="34407|55220" HotelName="Hôtel Edouard 6" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Boulevard du Montparnasse, Montparnasse District, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213181/213181a_hb_a_027.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.36" OriginalAmount="472.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87928" Longitude="2.29596" StarRating="4" HotelCode="18989|7804" HotelName="Villa Alessandra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Place Boulnois, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23774/a_23774_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel enjoys a peaceful location in an elegant district of the city, only around 500 m from the Arc de Triomphe and the Champs Elysées. A selection of shopping and entertainment, restaurants, and bars lie within a stone's throw of the hotel. Ternes (line 2) is the nearest metro station and lies just 200 m away and the train station is 1 km away, as well as some nightclubs. Charles de Gaulle airport is 30km away and Paris Orly airport is 35km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="506.11" OriginalAmount="473" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878140518005" Longitude="2.3263442516327" StarRating="3" HotelCode="64085|30752" HotelName="Atlantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44, Rue de Londres, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330993/330993a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="507.18" OriginalAmount="474" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833514665915" Longitude="2.2443554945601" StarRating="3" HotelCode="94389|67633" HotelName="ibis Styles Paris Boulogne Marcel Sembat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Boulevard de la Republique, 92100 Boulogne-Billancourt</AddressLine>
          </AddressLines>
          <CityName>Boulogne-Billancourt</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131133/a_131133_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the edge of Paris, near the Roland Garros tennis courts and the Pierre de Coubertin and Parc des Princes stadia. The location benefits from a direct metro line to the Trocadéro gardens, and is close to the Eiffel tower and the centre of Paris. There is also a nearby tram offering easy access to the La Défense business centre. Orly and Charles de Gaulle airports are approximately 35 and 45 km from the accommodation respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="507.94" OriginalAmount="474.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.824285" Longitude="2.298945" StarRating="2" HotelCode="213100|2255615" HotelName="ibis budget Paris Porte de Vanves" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>110 rue Jean Bleuzen, 92170 Vanves</AddressLine>
          </AddressLines>
          <CityName>Vanves</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301779/a_301779_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Vanves.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="508.25" OriginalAmount="475" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874218" Longitude="2.332006" StarRating="3" HotelCode="61653|56049" HotelName="Best Western Opera d'Antin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Rue De Provence, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/79738/a_79738_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris' culture, leisure and commerce centre. It is around 200 m to the nearest bus and underground stops. The major sights of the city, including the Opera Garnier, the Louvre museum, the Champs Elysées or the Eiffel Tower, as well as a shopping centre. Charles de Gaulle airport is approximately 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="508.25" OriginalAmount="475" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849458661076" Longitude="2.3853152990341" StarRating="3" HotelCode="59056|57343" HotelName="Hôtel ibis Paris Gare de Lyon Reuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/76502/a_76502_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="509.32" OriginalAmount="476" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831122249103" Longitude="2.2823399305344" StarRating="0" HotelCode="75481|15898" HotelName="Aparthotel Adagio Paris XV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue d’Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102764/a_102764_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment residence is situated in the south-west of Paris, a 5-minute walk from the Parc des Expositions, the Palais des Sports, the water sports park Aqua Boulevard and the lively avenues of the 15th arrondissement. This establishment is close to the metro, offering guests easy access to the centre of Paris. It is 15 km to Orly Airport, and Paris Charles de Gaulle Airport is just 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.65" OriginalAmount="476.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846703420176" Longitude="2.3700521886349" StarRating="3" HotelCode="28545|942135" HotelName="Timhotel Paris Gare de Lyon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue d'Austerlitz, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42199/a_42199_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few steps from Gare de Lyon and close to the Bastille neighbourhood of Paris. The hotel is within walking distance of Marais, Bercy and the National Library (BNF) districts. Its location affords guests quick access to all the major sights of Paris via the main lines of the public transportation network such the RER A and line 1 of the metro. The Galerie Lafayette and Haussmann department stores and the church of La Madeleine are around 100 m, the metro stations Madeleine and Opéra are some 200 m, the Opéra Garnier and Saint Lazare railway station are both about 500 m away. It is approximately 1.5 km to the Champs Elysees and 1.7 km to the Musée du Louvre. Charles du Gaulle and Orly Airports are both around 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.81" OriginalAmount="476.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879408809884" Longitude="2.3683744668961" StarRating="3" HotelCode="27108|1724268" HotelName="Hôtel ibis Paris Canal Saint-Martin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Louis Blanc, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39251/a_39251_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="510.39" OriginalAmount="477" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879605489263" Longitude="2.2960701584816" StarRating="3" HotelCode="26755|55357" HotelName="Hôtel Niel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Saussier Leroy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39263/a_39263_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The small, charming hotel is located on a quiet street between Avenue Niel and the picturesque Poncelet Market Square in the 17th arrondissement of Paris, close to the Arc de Triomphe (500 m away) and the unforgettable Champs Elysées. Bars, restaurants, nightclubs, a bus stop as well as Ternes underground/ train station are within 250 m of the hotel. Shops on the Champs Elysées are just 500 m away. Orly airport lies approximately 25 km away and Charles de Gaulle airport is 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="510.39" OriginalAmount="477" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873000872566" Longitude="2.3435197770596" StarRating="3" HotelCode="36468|28878" HotelName="Hôtel Axel Opéra by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Montyon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59770/a_59770_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within a few minutes walk of the Opéra Garnier and countless shopping as well as other entertainment venues may easily be reached on foot. Many more of the French capital's top sights, including the Champs Elysées, Louvre museum, Montmartre and Les Invalides are to be found close by.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="511.46" OriginalAmount="478" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882343331612" Longitude="2.3050092828289" StarRating="3" HotelCode="332159|54283" HotelName="Hotel Splendor Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/446263/a_446263_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the prestigious 17th arrondissement, this hotel is just steps from the Arc de Triomphe, the Champs-Élysées and Parc Monceau. The Palais des Congrès, Espace Champerret and La Défense business district are also nearby. Enjoying an excellent location for both business travellers and holiday makers, this hotel is just 3 km from the Eiffel Tower and Montmartre, and 4 km from Notre Dame and Saint-Germain. Public transport links can be found just 500 m from the hotel at the Monceau bus stop and Saint-Lazare train station lies 2 km away. Orly Airport and Roissy Charles de Gaulle Airport are 20 and 30 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="512.11" OriginalAmount="478.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.725817270159" Longitude="2.2650146822091" StarRating="2" HotelCode="303898|2005915" HotelName="Séjours &amp; Affaires Atlantis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Christophe Colomb, 91300 Massy</AddressLine>
          </AddressLines>
          <CityName>Massy</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/373909/373909a_hb_a_014.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Massy. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="512.53" OriginalAmount="479" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836837320281" Longitude="2.295513600111" StarRating="3" HotelCode="34440|24746" HotelName="Quality Hotel Abaca Messidor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>330 rue de Vaugirard, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54859/a_54859_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="512.53" OriginalAmount="479" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860209" Longitude="2.306001" StarRating="2" HotelCode="110476|55432" HotelName="Hotel Malar – Green Spirit Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Malar, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213662/213662a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="512.53" OriginalAmount="479" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882585055654" Longitude="2.3415677901783" StarRating="3" HotelCode="25176|62180" HotelName="Hôtel ibis Paris Sacré-Coeur 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Boulevard Rochechouart, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36631/a_36631_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="512.53" OriginalAmount="479" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863331404297" Longitude="2.4151146411896" StarRating="4" HotelCode="32737|3659" HotelName="Novotel Paris Est" 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,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Avenue De La Republique, 93177 Paris</AddressLine>
          </AddressLines>
          <CityName>Porte de Bagnolet</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52004/a_52004_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just a short metro ride from the capital's historic centre, 30 minutes from the 2 international airports (Orly and Roissy-Charles de Gaulle), in close proximity to the ‘Gare du Nord’ and conveniently located at a point where several major motorways meet (Ringroad, A1 and A3).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="513.09" OriginalAmount="479.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877682" Longitude="2.349189" StarRating="4" HotelCode="284326|1389968" HotelName="Best Western Premier Faubourg 88" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/391526/w_391526_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="513.60" OriginalAmount="480" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874336331476" Longitude="2.3321016132832" StarRating="3" HotelCode="34568|3935" HotelName="Antin Trinite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Rue de Provence, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56256/l_56256_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, only a few steps from Garnier opera house. An abundance of shops, including the world famous department stores, Galeries Lafayette and Printemps, are within the vicinity. The nearest metro station is Chaussee d'Antin, located around 50 m away. Orly and Charles de Gaulle airports are between 15 and 20 km away. Charles de Gaulle airport can also be reached with direct connections on the Roissy bus and from Gare du Nord station with the RER train.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="514.67" OriginalAmount="481" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878546002151" Longitude="2.3383990943753" StarRating="3" HotelCode="25633|224812" HotelName="Hotel Arvor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Laferrière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330940/330940a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="514.67" OriginalAmount="481" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883036" Longitude="2.332893" StarRating="3" HotelCode="58165|7155" HotelName="Moulin Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39, rue Pierre Fontaine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/75357/a_75357_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the foot of Montmartre, in an ideal location between the opera (around 1.5 km away) and Montmartre (around 1 km away). It is located in the heart of Paris, close to the Moulin Rouge and the Sacre-Coeur from la Butte Montmartre. In addition, the hotel is also close to the Theatre Madeleine and the Theatre de Paris. Patrimoine and further historical monuments lie within around 200 m of the hotel. Montmartre Mountain (Butte Montmartre) is full of street artists such as painters, sculptors and poets, who mainly preside on Tertre Square (Place du Tertre). Moulin Plaza is also a wonderful place enjoying one of Paris' most colourful neighbourhoods. Bus stops and a train station (both over and underground) lie around 200 m away, shops are around 1.5 km away, the train station is around 2 km away and the Champs-Elysées as well as the Louvre are roughly 4 km from the hotel. Charles de Gaulle airport is located roughly 20 km away and Orly airport lies approximately 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="515.74" OriginalAmount="482" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885640436118" Longitude="2.3344740271568" StarRating="3" HotelCode="23062|37183" HotelName="29 Lepic Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Lepic, Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/30432/a_30432_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Montmartre district in the northeast of Paris. Picturesque Montmartre counts amongst the most important of the French capital's attractions. Sights such as famous Moulin Rouge or the church of Sacré Coeur are both to be found within 5 minutes walk of the hotel and a metro station is to be found nearby. Charles de Gaulle airport is 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="515.74" OriginalAmount="482" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87583669556" Longitude="2.2896811366081" StarRating="2" HotelCode="25129|200401" HotelName="Hotel Marmotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de la Grande Armée, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330913/330913a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="515.74" OriginalAmount="482" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849541914773" Longitude="2.298241699439" StarRating="3" HotelCode="333719|200513" HotelName="Hôtel Tourisme Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>66 Avenue de La Motte-Picquet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/447850/a_447850_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="515.74" OriginalAmount="482" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880861" Longitude="2.302387" StarRating="3" HotelCode="110536|32987" HotelName="Noir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Léon Jost, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213233/213233a_hb_a_021.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="515.74" OriginalAmount="482" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88822913" Longitude="2.34266881" StarRating="4" HotelCode="738463|298483" HotelName="Odalys City Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Saint-Vincent, 18th Arr, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952667/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious Hotel is set in Arr17:Triumph arch-Pte Maillot. The 72 welcoming units offer a perfect place to relax at the end of the day. Wi-Fi internet connection is available for further comfort and convenience. The reception desk is not open throughout the day. Cots are not available at Odalys Appart'hotel Paris Montmartre. Travellers will not be bothered during their stay, as this is not a pet-friendly accommodation.  A great hotel to stay and enjoy everything this amazing city has to offer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="516.13" OriginalAmount="482.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876720488954" Longitude="2.2939029006291" StarRating="3" HotelCode="111144|762115" HotelName="Arc De Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue de l'Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/154108/a_154108_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an enviable position right in the heart of the beautiful city of Paris. It is located just 300 m from the world famous Champs-Élysées and near the business quarter of La Defense. The nearest metro station is about 200 metres away and the Saint Lazare train station is about 2.5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="516.81" OriginalAmount="483" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875526938538" Longitude="2.3585283237692" StarRating="3" HotelCode="13702|55262" HotelName="Hôtel ibis Paris Gare de l'Est TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Saint-Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14589/a_14589_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.81" OriginalAmount="483.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866226" Longitude="2.366859" StarRating="4" HotelCode="26707|le_general_hotel" HotelName="Le General" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Rampon, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39173/ba_39173_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street at the heart of the French capital just a short distance from the Place de la République as well as from the Gare du Nord train station. The nearest métro station is 100 km from the hotel and it is about 30 km to Charles de Gaulle airport whilst Orly airport is approximately 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="517.88" OriginalAmount="484" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.922185382159" Longitude="2.3430646635722" StarRating="4" HotelCode="158440|30703" HotelName="Courtyard Paris Saint-Denis" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Boulevard de la Liberation, ZAC Pleyel, 93200 Saint Denis</AddressLine>
          </AddressLines>
          <CityName>Saint-Denis</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/224412/w_224412_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Saint-Denis. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="517.88" OriginalAmount="484" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877141319935" Longitude="2.2936745335214" StarRating="3" HotelCode="82231|55956" HotelName="Best Western Star Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de l’Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111000/a_111000_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests will really appreciate the peace and quiet of this city business hotel on the Rue de l'Arc de Triomphe, in the heart of the prestigious Champs-Elysées district and 5 minutes from the Palais des Congrès (conference centre). Guests can easily reach restaurants, pubs, discos, the tourist centre, shops and the public transport. The Saint Lazare train station is around 4 km from the hotel. The Bois de Boulogne park is only 1.5 km away. Other sights nearby include the Eiffel Tower around 2 km away, the Louvre Museum around 2.5 km away and Montmartre/Moulin Rouge around 4 km away. Orly International Airport is approximately 35 km away, Charles de Gaulle International Airport approximately 40 km away and Paris Beauvais Tillé Airport approximately 60 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="517.88" OriginalAmount="484.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849824014757" Longitude="2.3430275917053" StarRating="3" HotelCode="336620|hotel_central_saint_germain" HotelName="Central Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Champollion, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55709/a_55709_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated at the heart of the Latin Quarter, on the outskirts of the Sorbonns, the well-known French University Quarter and close to Notre Dame. One of the most famous sites in Paris and the Quais makes your stay unforgettable. The transfer time to Orly airport is around 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="518.95" OriginalAmount="485" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858873168694" Longitude="2.3911061882973" StarRating="0" HotelCode="55392|10069" HotelName="Adagio access Paris Philippe Auguste" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Pierre Bayle, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/71765/a_71765_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="518.95" OriginalAmount="485" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851641918555" Longitude="2.3907896876335" StarRating="3" HotelCode="35562|13078" HotelName="Grand Francais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57814/a_57814_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on the Place de la Nation, this city hotel is close to many of Paris’ top shopping and entertainment venues. The Bastille is only around 2 km away and Notre Dame is around 3.4 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="518.95" OriginalAmount="485" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876352" Longitude="2.293136" StarRating="3" HotelCode="65595|200507" HotelName="Stella Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84489/a_84489_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="518.95" OriginalAmount="485" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831634283921" Longitude="2.3870399594307" StarRating="4" HotelCode="29500|35835" HotelName="Pullman Paris Centre - Bercy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de Libourne, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47290/a_47290_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Bercy Village. Guests can reach the Place de la Madeleine in only 7 minutes by the automatic subway line. The hotel benefits from its trendy neighbours: it is close to Bastille and the popular Marais area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="519.07" OriginalAmount="485.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823555000406" Longitude="2.3715488612652" StarRating="3" HotelCode="56962|61544" HotelName="ibis Styles Paris Massena Olympiades" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 rue Regnault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73853/a_73853_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the southeast of Paris, near the Bercy business area and the exhibition park in Versailles. A tram line passes directly in front of the hotel, and it is only 15 minutes' walk to Place d'Italie. The centre of Paris is only around 6 km away. It is about 11 km to Orly airport and 32 km to Charles de Gaulle airport. The hotel is the ideal starting point from which to explore the famous sights of the city such as the François Mitterand National Library or the Natural History Museum.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="519.68" OriginalAmount="485.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89118175087" Longitude="2.3390538990498" StarRating="2" HotelCode="200878|229876" HotelName="The Originals Paris Montmartre Apolonia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Rue Marcadet, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7604/a_7604_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This privately-run hotel is centrally located at the heart of the famous Montmartre district of Paris. The Sacré Coeur is a few minutes walk away and the nearest métro station is also located just a short distance from the hotel. Many of this lively city's shopping and entertainment venues are within easy, convenient reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="520.02" OriginalAmount="486.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871945005644" Longitude="2.344229221344" StarRating="3" HotelCode="14967|hotel_mondial" HotelName="Mondial" Meals="BED &amp; BREAKFAST,ROOM ONLY,BREAKFAST-FOR-1" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/235785/235785a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="521.09" OriginalAmount="487.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845063176757" Longitude="2.3523596674204" StarRating="3" HotelCode="11714|des_arenes" HotelName="Des Arenes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11395/a_11395_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Paris’ fifth arrondissement, at the centre of the Roman quarter and right by the Arenes de Lutece. The famous cathedral of Notre Dame, the Pantheon, as well as the Botanical Gardens and the National Natural History Museum are all around 10 minutes away on foot. In the immediate vicinity is the Mouffetard - an area of narrow, cobbled streets, interesting shops and charming restaurants and bars. The Place Monge metro station (line no. 7) is only 10 metres from the hotel, making it easy to reach the city's other sights. Austerlitz railway station is around 1 km from the hotel, whilst Orly airport is roughly 15 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="521.09" OriginalAmount="487" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837676" Longitude="2.306316" StarRating="3.5" HotelCode="906469|35826" HotelName="Holiday Inn Paris - Montparnasse Pasteur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gager Gabillot, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/242477/w_242477_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 15 minutes walking distance from Montparnasse train station and tower, Les Invalides, Paris Expo Porte de Versailles exhibition centre and the Institut Pasteur. The hotel also offers easy access to the department stores and St Germain des Prés. Orly Airport is just 20 minutes away and there are direct bus connections with the Thalys and Eurostar train service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="522.16" OriginalAmount="488" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.718632" Longitude="2.26418" StarRating="4" HotelCode="80920|398368" HotelName="Novotel Massy Palaiseau" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Avenue Emile Baudot, 91120 Palaiseau</AddressLine>
          </AddressLines>
          <CityName>Palaiseau</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/109351/a_109351_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 800 m from the RER and TGV train station, 12 km south of Paris. It is close to a number of businesses and the hotel is ideal for a business trip to Massy Palaiseau. Close to the A6 and A10 motorways, the hotel is also a great place for a family break too.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.52" OriginalAmount="488.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83348756" Longitude="2.31899221" StarRating="4" HotelCode="411411|2039175" HotelName="Bob Hotel by Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Pernety, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/520993/a_520993_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="523.23" OriginalAmount="489" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872659063449" Longitude="2.3435895144939" StarRating="3" HotelCode="10830|23961" HotelName="Hôtel 34B" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8824/a_8824_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located close to the famous shopping areas (Galleries Lafayette), just a few minutes from the opera house. Bars, restaurants and links to the public transport network are to be found close by and it is just a stone's throw to an abundance of shopping venues. Transfer to Paris' Orly and Charles de Gaulle airport takes about 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="523.23" OriginalAmount="489" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882260144229" Longitude="2.3317817598581" StarRating="0" HotelCode="63986|37615" HotelName="Josephine Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82443/a_82443_AB2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in one of the liveliest areas of Paris, only 100 m from the Moulin Rouge, a 15-minute walk from the Opera and 20 minutes from the Place de la Concorde, with great views of the Eiffel Tower. It is only 1 km to the famous area of Montmartre, a well-known meeting place for painters next to the Sacre Coeur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.38" OriginalAmount="489.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869189" Longitude="2.320504" StarRating="4" HotelCode="47252|299415" HotelName="Hotel De Castiglione Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Rue Du Faubourg Saint Honore, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10167/a_10167_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located centrally in the Faubourg St-Honoré and is around 100 m from the Champs Elysée. Directly in front of the hotel guests will find a range of shopping facilities, restaurants and bars. Public transport departs from stops in the immediate vicinity (20 meters away, metro stations Concorde and Madeleine). Just a few minutes' walk away guests will find a beautiful park (200 m), nightclubs (around 500 m) and the train station (around 1 km). Nearby places of interest are, amongst others, the Opera and the Louvre. Paris Orly airport can be reached in 45 minutes by making use of public transport and the Charles de Gaulle airport can be reached within around 1 hour (around 35 km from the hotel).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="525.10" OriginalAmount="490.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887187198421" Longitude="2.3143172264099" StarRating="4" HotelCode="316804|303835" HotelName="Villa Eugénie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006043/006043a_hb_a_018.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is known amongst guests from the fashion and business world and lies to the north of the River Seine, close to Parc Monceau, the Opéra Garnier and various shopping venues such as the Galérie Lafayette and Printemps. Lying on the Champs Elysées, amidst the picturesque hills of Montmartre, the famous Moulin Rouge is just a short walk away. Various métro stations are a few paces away and it is 20 km to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="525.37" OriginalAmount="491" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873372228985" Longitude="2.3438403010368" StarRating="3" HotelCode="12255|13034" HotelName="Lodge du Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11764/a_11764_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of Paris near famous landmarks. For culture lovers the Louvre Museum or the famous Garnier Opera House are a must. Shopping lovers have the choice to wonder around chic Parisian department stores: Galerie Lafayette and Printemps. The famous Sacré Coeur Cathedral is also only a stone's throw away. The closest bus and metro stations are about 50 m from the hotel and the Gare du Nord train station is approximately 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="525.37" OriginalAmount="491" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8785443" Longitude="2.2938685" StarRating="3" HotelCode="263482|203213" HotelName="Riviera Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366905/w_366905_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="526.44" OriginalAmount="492" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.349571" StarRating="3" HotelCode="96839|22924" HotelName="Provinces Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de l'Echiquier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156376/156376a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively neighbourhood of the Grands Boulevards (2 km away), next to theatres and the Grand Rex cinema. The Grévin Museum is only 10 minutes away on foot and a short walk will allow guests to reach the Opéra Garnier, the Louvre Museum, Pompidou Centre and famous shops such as those in the Galeries Lafayette. There are links to the public transport system and a bus station just 5 minutes' walk from the hotel and the nearest train station is 1 km away. Paris-Orly airport is approximately 11 km from the hotel and Paris-Charles de Gaulle airport is around 23 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="527.26" OriginalAmount="492.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830585489745" Longitude="2.3549285531044" StarRating="3" HotelCode="57861|924615" HotelName="Citadines Place d'Italie Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Place d’Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/74972/w_74972_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated right next to the Place d'Italie with countless restaurants and supermarkets. The Butte aux Cailles with small houses, quiet streets and bistros is also very close to the hotel. Thanks to its excellent location, guests are able to quickly reach the shopping centre where a diversity of shops is to be found. The train station is approximately 1 km away, whilst Montsouris Park is about 2 km away. The hotel also lies within 4 km of Notre-Dame Cathedral and 5 km from the tourist centre where the Eiffel Tower is to be found. The Champs-Élysées lie about 6 km away, Sacré-Cœur is 9 km away, Paris/Orly Airport is 15 km away, whilst Roissy/Charles de Gaulle Airport is 60 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="528.53" OriginalAmount="493.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845827" Longitude="2.298381" StarRating="3" HotelCode="144879|189326" HotelName="Best Western Hotel Eiffel Cambronne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/206161/a_206161_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="529.65" OriginalAmount="495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878412171545" Longitude="2.3570702970028" StarRating="3" HotelCode="10249|2701" HotelName="Appia La Fayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue des Deux Gares, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7886/a_7886_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Paris near Gare du Nord (the Eurostrar and Thalys terminal), Gare de l'Est and the exhibition grounds of Villepinte. From the moment of arrival at the hotel, guests will experience the capital from this intimate yet lively quarter of Paris and a hotel focussed on guests' well-being. A few minutes' walk takes visitors to the Grands Boulevards and major department stores, theatres and charming, typically Parisian bistros.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="529.65" OriginalAmount="495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843700313858" Longitude="2.371516761676" StarRating="3.5" HotelCode="552367|224801" HotelName="CitizenM Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Van Gogh, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/722862/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities. Wireless internet access is available to travellers in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="529.65" OriginalAmount="495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84115478" Longitude="2.24030383" StarRating="2" HotelCode="324311|478903" HotelName="De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>104 Bis Rue De Paris, 92100 Boulogne Billancourt</AddressLine>
          </AddressLines>
          <CityName>Boulogne-Billancourt</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/71395/1871395/1.jpg?f=15081379</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities at the hotel offer guests the opportunity to combine business with pleasure. Most storeys can be reached by lift. Wireless internet access allows travellers to surf the internet and stay up to date with their communications.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="530.26" OriginalAmount="495.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872199932948" Longitude="2.3250648379326" StarRating="3" HotelCode="74029|191926" HotelName="Best Western Hôtel Folkestone Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/101049/w_101049_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="530.72" OriginalAmount="496" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86816664" Longitude="2.34998327" StarRating="0" HotelCode="308153|249584" HotelName="Hotel Edgar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Library,Limousine Service,Lounge,Pick &amp;amp; Drop,Porter,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue d'Alexandrie, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/26630/1826630/50.jpg?f=15611695</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Edgar is conveniently located in the popular 02. Louvre - Bourse area. The hotel offers a wide range of amenities and perks to ensure you have a great time. Service-minded staff will welcome and guide you at the Hotel Edgar. Comfortable guestrooms ensure a good night's sleep with some rooms featuring facilities such as telephone, coffee/tea maker, hair dryer, desk, shower. The hotel offers various recreational opportunities. A welcoming atmosphere and excellent service are what you can expect during your stay at Hotel Edgar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="530.72" OriginalAmount="496" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870785908027" Longitude="2.3517018556595" StarRating="3" HotelCode="39378|32196" HotelName="Hôtel Regina Opéra Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64983/a_64983_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous, bustling Grands Boulevards at the heart of Paris' lively theatre district. Bars, restaurants and links to the public transport network are to be found close by as can an abundance of shopping and entertainment venues. Transfer to Paris' Orly and Charles de Gaulle airports takes about 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="531.79" OriginalAmount="497" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877761258972" Longitude="2.2872966527939" StarRating="3" HotelCode="64626|13540" HotelName="Harvey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Bis, rue du débarcadère, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83313/a_83313_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="531.79" OriginalAmount="497" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885271" Longitude="2.330073" StarRating="4" HotelCode="14782|25014" HotelName="Mercure Paris Montmartre Sacre Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Caulaincourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17340/a_17340_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The appealing city hotel lies at the foot of the hill of Montmartre close to the former artist's district and not far from the famous Moulin Rouge and Sacré Coeur. From here one is able to enjoy an especially magnificent view of the Eiffel Tower. Links to the public transport system are only 200 m from the hotel (Place de Clichy Metro station). The near vicinity offers diverse shopping facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="531.79" OriginalAmount="497" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846837567382" Longitude="2.3725882172584" StarRating="3" HotelCode="365277|56781" HotelName="Hotel Viator Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/68912/w_68912_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near the Gare de Lyon and only a few minutes from the Bastille and the historic Marais district. A bus stop, a railway station, and both underground and urban rail connections can be found directly in front of the hotel. Guests will find restaurants, bars, pubs, and nightclubs in about 150 m, and shops in 800 m. Orly airport is 20 km away and Charles de Gaulle airport is 35 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="532.86" OriginalAmount="498" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880988" Longitude="2.323053" StarRating="3" HotelCode="47341|30726" HotelName="Hôtel Cervantes by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10271/a_10271_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel is located close to the opera house and La Madeleine. It is 5 minutes by metro from St Lazare train station and only 2 minutes from Rome Metro station. Scores of shops are to be found within 100 m of hotel as are links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="532.86" OriginalAmount="498" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.888901456044" Longitude="2.3331677913666" StarRating="3" HotelCode="13502|1871" HotelName="Holiday Inn Paris - Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Damremont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14283/a_14283_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="532.86" OriginalAmount="498" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.828990185803" Longitude="2.3005346953869" StarRating="2" HotelCode="57104|55287" HotelName="Clarisse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Boulevard Lefebvre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/74036/a_74036_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Paris. It is just a 5-minute walk from the Porte de Versailles and offers direct access to Montparnasse, Invalides, Champs-Élysées, the Opera house, Galeries Lafayette and Printemps department stores and Place de Clichy. The Eiffel Tower is some 15 minutes away, and the hotel's vicinity features restaurants, markets, shops and public transport links. Montparnasse train station is approximately 2 km from the establishment, and nearby airports include Orly Airport (10 km) and Charles de Gaulle Airport (40 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="532.86" OriginalAmount="498" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850534" Longitude="2.292346" StarRating="2.5" HotelCode="147228|200321" HotelName="De Petit Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue de Lourmel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/208721/w_208721_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="533.08" OriginalAmount="498.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882172833898" Longitude="2.3367753624916" StarRating="4" HotelCode="49888|145296" HotelName="Villa Royale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/35459/a_35459_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated in the Montmartre area of Paris and is just 10 m from Pigalle underground station. Facing the Sacré Coeur, the hotel looks out over Place Pigalle and is just 3 blocks from the Moulin Rouge. This quarter of Paris is still a vibrant district for theatre and music, catering for all tastes. The hotel's immediate vicinity features restaurants and shops and tourist attractions, including Notre Dame cathedral (15 minutes on public transport), the Eiffel Tower (20 minutes on public transport) and Disneyland (40 minutes on public transport) can also be found nearby. Orly Airport is 20 km from the accommodation and Charles de Gaulle and Tille airports are 23 km and 80 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="533.26" OriginalAmount="498.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85371627975" Longitude="2.3806107399178" StarRating="3" HotelCode="50415|863495" HotelName="Hotel Exquis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/37412/a_37412_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="533.51" OriginalAmount="498.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87615442534" Longitude="2.2899796139809" StarRating="3" HotelCode="82881|763795" HotelName="Hôtel Archétype Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111798/w_111798_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated only 10 minutes' walk from the Champs-Élysées and Palais des Congrès, 20 minutes from the Louvre and Eiffel Tower, and around 30 minutes from La Défense and Les 4 Temps shopping. There are restaurants in the immediate vicinity and Argentine metro station is just 50 metres from the hotel. Arc de Triomphe is just a 5-minute walk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="533.93" OriginalAmount="499" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843372" Longitude="2.329613" StarRating="3" HotelCode="94381|57405" HotelName="Hotel Atelier Vavin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue Vavin, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/205309/205309a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="533.93" OriginalAmount="499" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88081" Longitude="2.351515" StarRating="1.5" HotelCode="110490|203026" HotelName="Smart Place Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211835/211835a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="533.93" OriginalAmount="499" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892115604973" Longitude="2.2933444759188" StarRating="1" HotelCode="110027|226866" HotelName="Boissiere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue Jean Jaurès, 92300 Levallois-Perret</AddressLine>
          </AddressLines>
          <CityName>Levallois-Perret</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211988/211988a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Levallois-Perret. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="533.93" OriginalAmount="499" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865062" Longitude="2.331971" StarRating="2" HotelCode="180052|201097" HotelName="Londres Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint-Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/327605/327605a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 29 rooms. The individual storeys can easily be reached via the lift or stairs. Services and facilities at the hotel include a babysitting service, a childcare service and room service. Wireless internet access is available to travellers in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="534.35" OriginalAmount="499.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878299" Longitude="2.384219" StarRating="3" HotelCode="180098|2255795" HotelName="Nouveau Paris Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Hassard, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/200240/200240a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a bar are available to guests of the hotel. Wireless internet access is available to travellers in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="534.90" OriginalAmount="499.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839286815215" Longitude="2.3891749978065" StarRating="4" HotelCode="34402|1899735" HotelName="Le 209 Paris Bercy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>209 Rue de Charenton, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54802/a_54802_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Paris, directly on a main road and surrounded by bars, restaurants and nightclubs. Links to the public transport network also lie within walking distance. Transfer to Orly airport takes about 30 minutes by car and to Charles de Gaulle, around 45 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="535.00" OriginalAmount="500" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88182872" Longitude="2.32854885" StarRating="0" HotelCode="764998|348511" HotelName="La Mondaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue De Vintimille, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952695/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="535.00" OriginalAmount="500" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8394" Longitude="2.26322" StarRating="3" HotelCode="78151|28763" HotelName="Hôtel Ohm by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Claude Terrasse, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/105952/a_105952_AC2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="536.07" OriginalAmount="501" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876501" Longitude="2.29644" StarRating="3" HotelCode="76602|54916" HotelName="Arc De Triomphe Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de l'Etoile, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/104129/a_104129_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;After a delightful walk along the Paris Champs Elysées guests will enter this charming hotel, located in a very quiet street, close to the Arc de Triomphe. The property enjoys an exceptional location, exhaling a typical Parisian atmosphere. The closest train station is about 2.9 km away and the nearest metro stop is just some 150 metres away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="536.07" OriginalAmount="501" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.829358" Longitude="2.374886" StarRating="3" HotelCode="28200|22612" HotelName="Quality Suites Bercy Bibliothèque by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/41554/a_41554_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Grande Bibliothèque François Mitterrand and the Bercy business district. Close to a multitude of transport links, it is an ideal residence for business travellers and holiday makers alike. The hotel is ideally located close to the Seine and within easy access of many of Paris' main streets and tourist attractions. There are also many restaurants situated a stone's throw from the residence serving food from all over the world. Orly Airport is around 13 km away and it is some 30 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="536.07" OriginalAmount="501" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890019571838" Longitude="2.323342859745" StarRating="3" HotelCode="59525|37621" HotelName="Meridional" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Docteur Heulin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232003/232003a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="536.07" OriginalAmount="501.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885090151104" Longitude="2.3292168974876" StarRating="2" HotelCode="51665|modern_montmartre" HotelName="The Modern Hotel Montmartre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Forest, 18ème Arrondissement, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47807/r_47807_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the Montmartre mound, the Moulin Rouge and Place Clichy. The opera house and large department stores are around 1 km from the hotel. Place de Clichy metro station offers direct connections to the stations Montparnasse, St Lazare, Nord and Lyon. There are also buses which run nearby. Charles de Gaulle airport is around 20 km away, while Paris Orly Airport is approximately 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="536.07" OriginalAmount="501.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842371684351" Longitude="2.3631870746612" StarRating="3" HotelCode="59790|libertel_austerlitz_jardin_des_plantes_2" HotelName="Libertel Austerlitz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de l’Hôpital, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211992/211992a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="536.89" OriginalAmount="501.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845068211283" Longitude="2.3209460863164" StarRating="4" HotelCode="161498|1658678" HotelName="La Parizienne By Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/130245/130245a_hb_a_010.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Boulevard de Montparnasse and offers guests the opportunity to see the other side of Paris: international exhibition centres and trade fairs, the business side of Paris. It has all the facilities to get guests to the exhibition sites and offers direct access by bus or metro to the various Parisian stations. It lies close to Cochin hospital and the Necker children's hospital. The centre of Montparnasse is just 20 m away and it is 500 m to the Jardins de Luxembourg, 1 km to Saint Germain des Près, 1.5 km to the Louvre Museum and 2.5 km to the Eiffel Tower, while L’Opéra is 3 km away. Paris Orly Airport is 18 km away and it is 35 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="537.14" OriginalAmount="502" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853682" Longitude="2.366194" StarRating="2" HotelCode="180065|224820" HotelName="Herse d'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Saint-Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329016/329016a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 35 rooms. Services and facilities at the hotel include a restaurant and a bar. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="537.14" OriginalAmount="502" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849839899639" Longitude="2.3426225781441" StarRating="2" HotelCode="74018|200272" HotelName="Hotel de Suez" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Boulevard Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/327754/327754a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="537.14" OriginalAmount="502" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876281" Longitude="2.346428" StarRating="3" HotelCode="74041|55489" HotelName="Golden Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, rue Riboutté, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=677217</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="538.21" OriginalAmount="503" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855528128394" Longitude="2.7754962444305" StarRating="4" HotelCode="28674|38608" HotelName="L'Elysée Val d'Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Cours du Danube, 77700 Serris, Paris</AddressLine>
          </AddressLines>
          <CityName>Serris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42196/gt_42196_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is 30 minutes from the centre of Paris center, 50 m from the local train station (RER A station Val d'Europe), 2 km from the Marne la Vallée-Chessy train station and around 35 km from Roissy Charles de Gaulle and Orly airports, making it the ideal place for business purposes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="539.28" OriginalAmount="504" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885321641932" Longitude="2.3079724609852" StarRating="3" HotelCode="15761|50624" HotelName="Pavillon Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 rue Jouffroy d’Abbans, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18884/w_18884_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="539.28" OriginalAmount="504" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864491" Longitude="2.371107" StarRating="3" HotelCode="34660|49272" HotelName="Hôtel Saint Martin Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56397/a_56397_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located at the intersection of Boulevard Richard-Lenoir, under which the charming Canal Saint-Martin flows, and the fashionable Rue Oberkampf, the principle artery of the trendy new Marais. Nearby are the Place de la Bastille, the historic Marais, Place des Vosges, and the place France's rich and famous have been dying to get into for centuries, the cemetery Père Lachaise. Several metro and bus lines within a block or two put all of Paris within easy reach. Paris-Orly Airport and Paris-Charles de Gaulle Airport are situated at distances of approximately 20 km and 30 km respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="539.69" OriginalAmount="504.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871728007677" Longitude="2.3235064744949" StarRating="4" HotelCode="74023|1082268" HotelName="Opera Marigny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de l'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153565/153565a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Paris, 100 m from the Galeries Lafayette department store. It is just 3.9 km from Notre Dame and 4.5 km from the Eiffel Tower. The Palais Garnier opera is 500 m, and the Champs-Élysées is 1.5 km away. A bus stop and the Saint Lazare train station can each be reached in under 5 minutes on foot. Boulogne Forest is around 10 minutes and the Louvre Museum is around 15 minutes away by car. Charles De Gaulle Airport is around 25 km and Orly Airport is about 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="540.35" OriginalAmount="505" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890178496516" Longitude="2.1742456866731" StarRating="4" HotelCode="82270|183594" HotelName="Novotel Suites Paris Rueil-Malmaison" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue François Jacob, 92500 Rueil Malmaison</AddressLine>
          </AddressLines>
          <CityName>Rueil-Malmaison</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111042/a_111042_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rueil-Malmaison. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="540.35" OriginalAmount="505" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887874" Longitude="2.252356" StarRating="3" HotelCode="67400|503597" HotelName="Hôtel ibis Paris La Défense Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard de Neuilly, La Défense 1 Pont de Neuilly, 92400 Courbevoie, Paris La Defense</AddressLine>
          </AddressLines>
          <CityName>Courbevoie</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/87165/a_87165_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in La Défense. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="540.35" OriginalAmount="505.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871377280504" Longitude="2.3352501165676" StarRating="3" HotelCode="14170|london_opera" HotelName="Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard des Italiens, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16439/a_16439_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated is a wonderful, central location, in the Opéra quarter on Boulevard des Italiens. Close to the hotel are numerous shopping facilities and tourist attractions such as the Place Vendôme and the well known Louvre Museum. A public car park lies only 100 metres from the hotel. Opéra métro station may easily be reached from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="541.42" OriginalAmount="506" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857176411481" Longitude="2.773240506649" StarRating="4" HotelCode="161503|24639" HotelName="Relais Spa Val d'Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Des Grands Prés, 77700 Chessy, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Chessy</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/227918/gt_227918_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated close to Disneyland Paris and around 1 km from Sea Life, the residence enjoys a privileged location near the shopping centres Val d'Europe and La Vallée Village Outlet. A bus station, bars, restaurants and shops are all within around 500 m. The nearest airports include Paris-Charles de Gaulle (around 35 km) and Paris-Orly (around 45 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="542.49" OriginalAmount="507" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860544588477" Longitude="2.368002728836" StarRating="4" HotelCode="13548|34601" HotelName="Les Jardins du Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74 rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14362/a_14362_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly boutique hotel is nestled in the heart of historical Paris, in the famous and trendy district of le Marais. It is just minutes from the Place des Vosges, Picasso Museum, Carnavalet Museum, Place de la Bastille and the Bercy business district. Guests will find a range of bars, restaurants and nightlife venues close by and shopping opportunities can be found at Bastille, a 10-minute walk from the hotel. Links to the public transport network are just 200 metres away and the closest airport is Paris Orly, located approximately 20 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="542.49" OriginalAmount="507" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842541" Longitude="2.323563" StarRating="3" HotelCode="70874|3114" HotelName="Waldorf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Départ, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/331085/331085a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="543.56" OriginalAmount="508" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840532" Longitude="2.323791" StarRating="3" HotelCode="110512|55984" HotelName="Central Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 bis Rue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/331836/331836a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="543.56" OriginalAmount="508" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858226999529" Longitude="2.3104336416989" StarRating="3" HotelCode="110474|55551" HotelName="Hotel de Latour Maubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Rue de Grenelle, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214572/214572a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="543.56" OriginalAmount="508" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872786" Longitude="2.344934" StarRating="3" HotelCode="110483|56535" HotelName="Ibis Styles Paris Lafayette Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/5 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153358/a_153358_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="544.63" OriginalAmount="509" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835124432283" Longitude="2.4054594433885" StarRating="3" HotelCode="110504|55142" HotelName="Hôtel ibis Daumesnil Porte Dorée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Boulevard Poniatowski, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153394/a_153394_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="545.70" OriginalAmount="510" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88505575809" Longitude="2.3211635649204" StarRating="3" HotelCode="57620|50445" HotelName="Hôtel Des Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Rue des Batignolles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/74650/a_74650_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a side street in Paris’ 17th arrondissement and is an ideal base for those wishing to explore the sights. Very close by are Montmartre, the Sacré Coeur, the Moulin Rouge, large department stores, the Opera, and the Park Monceau. The Place de Clichy and Rome metro stations are only about 5 minutes from the hotel. The bus stops for the Eiffel Tower (30), the Louvre (95), and the Opera (66) are also not far. Charles de Gaulle Airport is around 25 km away and Orly Airport is approximately 45 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="545.70" OriginalAmount="510" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880571235531" Longitude="2.3391008377075" StarRating="3" HotelCode="14850|42238" HotelName="Migny Opera Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17444/a_17444_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a tranquil location at the foot of Montmartre. Plenty of shopping centres and entertainment venues as well as Saint Georges and Pigalle metro stations are only minutes away. The famous Moulin Rouge and the Paris Casino lie just 400 m away. The Sacré Coeur and the opera house are easily reached from the hotel on foot. In addition the Champs-Elysées and Notre Dame take around 20 minutes to reach by car. Orly and Charles De Gaulle airports lie between 25 and 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="545.70" OriginalAmount="510" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882088" Longitude="2.331708" StarRating="0" HotelCode="67788|37640" HotelName="R. Kipling" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Blanche, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/87677/l_87677_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a lively area of Paris, only 100 m from the Moulin Rouge. The famous area of Montmartre, where the Sacre Coeur is located and where many painters meet, is 1 km away. It is a 15-minute walk to the opera and the Place de la Concorde, with its views of the Eiffel Tower, is 20 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.77" OriginalAmount="511.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879576384292" Longitude="2.3549151420593" StarRating="4" HotelCode="302692|mercure_paris_terminus_nord" HotelName="25hours Hotel Terminus Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de Denain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16309/a_16309_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies opposite Gare du Nord railway station, from where the most attractive sightseeing attractions may be easily reached. Countless shopping and entertainment venues are also located in the vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="548.27" OriginalAmount="512.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865344213985" Longitude="2.3833398127586" StarRating="2" HotelCode="293225|1944455" HotelName="Hôtel de l'Horloge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>25 Passage de Ménilmontant, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/400917/a_400917_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="548.91" OriginalAmount="513" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="94373|35809" HotelName="Best Western Sèvres Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131108/w_131108_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located between the Porte de Versailles exposition ground and Gare Montparnasse railway station, in Paris’s 15th district. Falguière Métro station is just 160 m away and Tour Montparnasse tower is 550 m from the hotel. Other sites of interest, such as the Eiffel Tower, the Luxembourg Gardens, Les Invalides and the Latin Quarter, are just a stone's throw away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="548.91" OriginalAmount="513" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883395164662" Longitude="2.342794239521" StarRating="3" HotelCode="25692|17450" HotelName="Aparthotel Adagio Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 place Charles Dullin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36947/a_36947_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the peaceful heart of Montmartre, only a few minutes' walk away from the Sacré Coeur Basilica and the Place du Tertre. A metro station and a bus stop are within 100 m. Charles de Gaulle Airport is some 20 km away and it is around 22 km to Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="548.91" OriginalAmount="513" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896696001532" Longitude="2.1954819560051" StarRating="4" HotelCode="60104|10334" HotelName="Hotel The Originals Nanterre La Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Benoît Frachon, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Nanterre</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77808/a_77808_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a pleasant and rather quiet area close the commercial district of la Défense. In the immediate vicinity guests may take advantage of links to the public transport network and shops; a bus stop lying only 20 m away and Nanterre Ville train station only 50 m from the hotel. Within a 2-minute walk, guests will reach restaurants and bars. Many of the main tourist sights of Paris and nightclubs are just 5 km from the hotel. The Champs Elysées, for example, is approximately a 15-minutes drive away. Both Charles de Gaulle Airport and Orly Airport are approximately 28 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.98" OriginalAmount="514" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881676302884" Longitude="2.3229385129532" StarRating="3" HotelCode="10414|30720" HotelName="Hôtel Astoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8138/a_8138_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on a quiet street between the opera house and Montmartre. Restaurants, bars and stop for public transport (Rome Metro Station is 150 m away) are within a 5-minute walk. The tremendous variety of shops and the train station is about 10 minutes walk away. The Champs-Élysée can be reached in 10 minutes by making use of public transport. The transfer time to both Charles de Gaulle Airport and Orly Airport is approximately 30 minutes with public transport (20 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.98" OriginalAmount="514" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864549" Longitude="2.3749" StarRating="3" HotelCode="25177|10308" HotelName="Citadines République Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 bis Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36633/a_36633_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located halfway between Place de la Republique and Père Lachaise. Orly Airport is 25 km away and it is 40 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.98" OriginalAmount="514" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844609971161" Longitude="2.352155148983" StarRating="3" HotelCode="29129|8955" HotelName="Des Nations Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46758/a_46758_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the Latin Quarter, near to the Pantheon, the Lutece Arenas and the gothic cathedral Notre-Dame. In addition, guests will find bars, restaurants, shops and museums within a radius of some 100 m. By metro and bus visitors may reach many beautiful districts of Paris. It is only around 2 km to Austerlitz railway station and the airports of Orly and Charles de Gaulle are approximately 14 km and 30 km respectively from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.98" OriginalAmount="514" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847974" Longitude="2.342267" StarRating="3" HotelCode="110440|3202" HotelName="Des 3 Colleges" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16, Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153303/a_153303_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="551.05" OriginalAmount="515" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884910047539" Longitude="2.3033376038074" StarRating="4" HotelCode="64781|35798" HotelName="Best Western Hotel Mercedes Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83511/a_83511_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Avenue Wagram in Paris' 17th arrondissement, a few minutes from Place des Ternes and within walking distance of the Arc de Triomphe (1 km) and Place de l'Etoile. Guests will find the nearest metro station just 200 m away (Wagram) and it is 500 m from the shops of the Avenue des Champs Elysées and Parc Monceau. Espace Champerret, Saint Lazare train station, Bois de Boulogne and Porte Maillot conference centre are all around 2 km away. The hotel lies 30 km from Paris Charles de Gaulle Airport and Paris Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="551.05" OriginalAmount="515" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879548" Longitude="2.356005" StarRating="2" HotelCode="901308|55410" HotelName="Newhotel Gare Du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40, rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329025/329025a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="552.12" OriginalAmount="516" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833074" Longitude="2.332622" StarRating="3" HotelCode="78830|224965" HotelName="Du Midi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue René Coty, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212643/212643a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="553.19" OriginalAmount="517" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881239" Longitude="2.337657" StarRating="3" HotelCode="99281|8532" HotelName="Opera Frochot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/139148/a_139148_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is situated in central Paris, in the Montmartre district, just 500 m from the famous Moulin Rouge. Restaurants, bars and clubs are within around 50 m of the hotel, and the nearest shops are around 500 m away. It is just around 10 m from the bus station, 100 m from the Pigalle Metro station and a 15-minute walk from the Opera Garnier. The Galeries Lafayette and Printemps department stores are a 10-minute walk away, and famous nearby attractions include the Champs-Élysées (around 2 km) and the Eiffel Tower (around 4 km away). The nearest airports are Paris-Charles de Gaulle (around 25 km) and Paris Orly (around 30 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="553.41" OriginalAmount="517.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838582" Longitude="2.315039" StarRating="4" HotelCode="60919|186896" HotelName="Novotel Paris Centre Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Cotentin, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78838/a_78838_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Montparnasse, close to the TGV station Atlantique. In the immediate vicinity guests will also find Saint-Germain-des-Près, the Champs-Élysées and the Eiffel Tower. It is around 18 km from Paris-Orly airport and 35 km from Charles de Gaulle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="554.26" OriginalAmount="518" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8912041223" Longitude="2.2839682744333" StarRating="2" HotelCode="100920|69117" HotelName="Campanile Paris Ouest - Pte De Champerret Levallois" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Rue Marius Aufan, 92300 Paris Levallois Perret</AddressLine>
          </AddressLines>
          <CityName>Levallois-Perret</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/141149/a_141149_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Levallois-Perret.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="555.33" OriginalAmount="519" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874214" Longitude="2.30453" StarRating="4" HotelCode="337168|17824" HotelName="George Washington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Washington, 75008  Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56040/a_56040_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasing, up-market hotel is quietly situated on Rue Washington, very close to the Champs-Élysées.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="555.33" OriginalAmount="519" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85929580494" Longitude="2.3103314638138" StarRating="4" HotelCode="37524|13504" HotelName="Timhotel Invalides" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Boulevard de la Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/61742/l_61742_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Paris just a few minutes walk from the Eiffel Tower and the Champs-Élysées.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.98" OriginalAmount="519.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863957353267" Longitude="2.3659693877315" StarRating="4" HotelCode="101121|862775" HotelName="1K Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard du Temple, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/141452/a_141452_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Marais, one of city's oldest and most fashionable districts, this futuristic hotel is only 500 metres from the Picasso Museum and barely 900 metres from the Place des Vosges and its luxury shops. The Filles du Calvaire metro station is 120 metres away, providing a quick connection to the rest of Paris. The Charles De Gaulle Airport is just 26 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="557.03" OriginalAmount="520.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87620187101" Longitude="2.3422292650471" StarRating="0" HotelCode="45518|2218895" HotelName="Hôtel Bienvenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23873/a_23873_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="557.47" OriginalAmount="521" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843661" Longitude="2.352612" StarRating="3" HotelCode="81968|55141" HotelName="Saint Christophe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Lacépède, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/110668/a_110668_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="558.54" OriginalAmount="522" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873043212629" Longitude="2.3180294036865" StarRating="3" HotelCode="32476|25032" HotelName="Elysees 8" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Cambacérès, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51658/a_51658_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near to the Élysée Palace and magnificent Rue du Faubourg Saint-Honoré. It is just a short distance to the Place de la Concorde, the church of La Madeleine and the Champs-Élysées. The nearest public transport links are a mere 100 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="558.54" OriginalAmount="522" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85052" Longitude="2.339465" StarRating="3" HotelCode="89352|238857" HotelName="Delavigne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1640000/1640000/1639950/60166d9f_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="558.54" OriginalAmount="522" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84801663526" Longitude="2.2871732711792" StarRating="3" HotelCode="11467|200178" HotelName="Hotel Carina Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Ginoux, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212764/212764a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="558.54" OriginalAmount="522" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87625764" Longitude="2.34832955" StarRating="4" HotelCode="935457|57770" HotelName="Serotel Suites Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 rue du faubourg Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/370871/370871a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="558.56" OriginalAmount="522.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875938" Longitude="2.326965" StarRating="3" HotelCode="12995|941735" HotelName="Grand Hôtel de Normandie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13433/a_13433_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a magnificent part of town in the centre of Paris. It is well-connected to the Parisian transport network making it very pleasant and easy for guests to move around the vicinity of the hotel. Guests can visit various tourist attractions, such as Opéra Garnier, which is 1km away, Printemps les Grand Magasins, which is 900 metres away, and the Eiffel Tower, which is 4 km from the hotel. Gare St. Lazare station is right outside the hotel. Orly Airport is approximately 22 km from the hotel while Roissy-Charles De Gaulle Airport is roughly 27 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="558.71" OriginalAmount="522.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.00888091" Longitude="2.54840644" StarRating="4" HotelCode="787383|2411135" HotelName="Innside Paris Charles de Gaulle Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Designated Smoking Area,Internet,Meeting Room,Parking,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue du Voyageur, Roissy Pôle Ouest, 95700 Roissy en France</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/909206/a_909206_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The busiest airport in France and second in Europe, Paris-CDG is a dynamic hub of global travel. Whether you are passing through on holiday or heading to your next business convention, you expect total comfort and convenience at every stage of your visit. And that is exactly what our new INNSIDE hotel was designed for.

Centrally located in the heart of the airport, INNSIDE Paris Charles de Gaulle is close to all terminals, so you can come and go easily via the CDGVAL automatic shuttle train. And you'll find all the amenities and services you need for the most peaceful and productive stay possible, from ultra-modern meeting rooms and workout facilities to sumptuous dining and drinks just about any time of day. Work. Roam. Play. Enjoy!</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="559.61" OriginalAmount="523.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879449" Longitude="2.334195" StarRating="3" HotelCode="14999|270995" HotelName="Hôtel Monterosa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17691/a_17691_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In Paris' 9th district near Montmartre, this charming hotel is near the opera, Paris Nord, Thalys and Eurostar stations, Paris Est TGV station, Saint Lazare and near department stores. Paris-Orly Airport and Paris-Charles de Gaulle Airport are situated at distances of approximately 35 km and 40 km, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="559.61" OriginalAmount="523.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874831" Longitude="2.290716" StarRating="4" HotelCode="65591|300295" HotelName="Montfleuri Hotel Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de la Grande Armée, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84485/a_84485_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an outstanding location in the very heart of Paris, only a few metres away from the Arc de Triomphe and close to the boutiques, the Palais des Congres and Porte Maillot. Links to the public transport network are on the hotel's doorstep. Paris-Charles de Gaulle Airport and Paris-Orly Airport are situated approximately 55 km and 35 km from the hotel, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.61" OriginalAmount="523.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849402" Longitude="2.398764" StarRating="3" HotelCode="70641|pavillon_nation" HotelName="Pavillon Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/92962/a_92962_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a short walk from the Place de la Nation, the hotel enjoys a stunning location. The 5 metro lines at its doorstep allow easy access to the main highlights of Paris. The Bastille is around 1 km away, Cimetière du Père Lachaise is around 1.8 km away, and the Bois de Vincess is roughly 2 km away. Paris-Orly Airport is some 17 km away, Paris-Charles de Gaulle Airport is about 22 km away and Beauvais-Tillé is roughly 32 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="560.47" OriginalAmount="523.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876431" Longitude="2.290604" StarRating="2" HotelCode="110538|2259005" HotelName="Des Pavillons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153438/w_153438_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="560.68" OriginalAmount="524" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85713" Longitude="2.302746" StarRating="2" HotelCode="110471|55058" HotelName="Eiffel Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du Gros-Caillou, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153338/l_153338_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a lovely quiet street in the heart of the triangle Tour Eiffel, Invalides and Champs-Élysées. Paris/Orly Airport is located some 15 km from the hotel and Roissy/Charles de Gaulle Airport is around 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="561.75" OriginalAmount="525" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842906" Longitude="2.329846" StarRating="3" HotelCode="25339|224982" HotelName="Jardin le Brea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue Bréa, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36919/a_36919_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a very lively street, with bars, restaurants and theatres, a few metres from the Luxembourg Gardens. It is also just a few steps away from the famous Montparnasse Tower, with its marvellous views over Paris, as well as from the Brasserie La Coupole, formerly frequented by Hemingway, Picasso and others. The Montparnasse train station is located nearby, and there is a metro stop just 10 metres from the hotel, making it easy to go to the Champs-Élysées, the Eiffel Tower and the Opera. Charles de Gaulle and Orly airports are around 30 km and 15 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="561.91" OriginalAmount="525.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8639788" Longitude="2.3688289" StarRating="3" HotelCode="224997|1972745" HotelName="Hotel Alhambra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/259224/3.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="562.82" OriginalAmount="526" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874977605214" Longitude="2.3163391779099" StarRating="2" HotelCode="211918|203403" HotelName="Hôtel d'Argenson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Argenson à l'Angle du 111, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332068/332068a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers various services and facilities. Wireless internet access in public areas allows travellers to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="562.82" OriginalAmount="526" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855635780231" Longitude="2.3071423172951" StarRating="3" HotelCode="52666|201042" HotelName="De la Motte Piquet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Avenue De La Motte Picquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56747/a_56747_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located near to the Saint-Germain-des-Prés and the Rue Cler. There are a great number of shops as well as restaurants and bars in the immediate vicinity. Access to public transport is just 20 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="562.82" OriginalAmount="526" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872866274505" Longitude="2.3449504957008" StarRating="3" HotelCode="80562|55231" HotelName="Hôtel Mercure Paris Opéra Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/108923/a_108923_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563.89" OriginalAmount="527" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896858343302" Longitude="2.2346827724046" StarRating="0" HotelCode="109632|67818" HotelName="Aparthotel Adagio access la Défense Léonard de Vinci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rue des Etudiants, 92400 Courbevoie</AddressLine>
          </AddressLines>
          <CityName>Courbevoie</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152411/a_152411_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Courbevoie. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563.89" OriginalAmount="527" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851429" Longitude="2.332571" StarRating="3" HotelCode="180131|261201" HotelName="Atlantis Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Vieux Colombier, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213647/213647a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563.89" OriginalAmount="527" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875582" Longitude="2.293598" StarRating="3" HotelCode="110537|54778" HotelName="Belfast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213344/213344a_hb_a_061.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563.89" OriginalAmount="527" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875731899925" Longitude="2.2863404971331" StarRating="4" HotelCode="15802|54264" HotelName="L'Hotel Pergolese Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Pergolèse, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18952/a_18952_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located on a quiet side street really close to the Champs Elysées. Countless famous Paris attractions including the Arc de Triomphe and the Palais des Congrès are just a short stroll from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563.89" OriginalAmount="527" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83722714" Longitude="2.24587808" StarRating="3" HotelCode="350421|230221" HotelName="Olympic Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69, avenue Victor Hugo,, 92100 Boulogne-Billancourt</AddressLine>
          </AddressLines>
          <CityName>Boulogne-Billancourt</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/45/454021/454021a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Boulogne-Billancourt. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.83" OriginalAmount="527.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865985" Longitude="2.367466" StarRating="4" HotelCode="149624|1082548" HotelName="Le Mareuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51, rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213197/213197a_hb_a_051.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="564.96" OriginalAmount="528" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.727507" Longitude="2.264884" StarRating="4" HotelCode="80537|191632" HotelName="Mercure Massy Gare TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21, Avenue Carnot, 91886 Massy</AddressLine>
          </AddressLines>
          <CityName>Massy</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/108891/a_108891_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a 2-minute walk from the RER and TGV railway stations and 15 km from Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="564.96" OriginalAmount="528" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863572" Longitude="2.369054" StarRating="2" HotelCode="25348|225288" HotelName="My Home In Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36929/a_36929_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies on a small side street, between the place de la République and the Place de la Bastille and the outskirts of Marais. Here, the traditions of Parisian hospitality remain unchanged. With the smallest houses, this district is treasured by craftspeople and artists. Bars, restaurants and public transport are just steps away from the building. In addition, there is a disco located around 800 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="566.03" OriginalAmount="529.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827442507044" Longitude="2.3210307955742" StarRating="3" HotelCode="29356|ibis_paris_alesia_montparnasse_14eme" HotelName="Hôtel ibis Paris Alésia Montparnasse 14ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 rue des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47302/a_47302_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in a convenient location in the south of Paris between the districts of Alesia and Montparnasse and about 300 m from Alesia métro station. Paris, with its multitude of galleries, museums, churches, and theatres, has something for every visitor. The many restaurants, clubs, and bars provide further entertainment and ensure that no hotel guests will be bored here.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="567.10" OriginalAmount="530" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876001436508" Longitude="2.8072806810203" StarRating="3" HotelCode="25358|2777" HotelName="Explorers Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Avenue de la Fosse des Pressoirs, 77700 Magny-le-Hongre</AddressLine>
          </AddressLines>
          <CityName>Magny-le-Hongre</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36952/a_36952_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tasteful hotel is only 8 minutes from Disneyland and about 1.5km away from Magny le Hongre offering guests a rich choice of leisure and entertainment opportunities. The nearest train station lies around 2 km away as well as bus number 54. The centre of Paris lies around 25 km away taking around 40 minutes. In addition, the hotel is 30 km from both Charles de Gaulle and Orly airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="567.19" OriginalAmount="530.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864904441133" Longitude="2.3469530045986" StarRating="4" HotelCode="34439|303675" HotelName="Victoires Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 rue Montorgueil, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54857/a_54857_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located just 2 km from the trade fair grounds and the motorway, and is relatively simple to reach by car or on foot from the train station. Paris-Charles de Gaulle Airport is approximately 20 km from the conference hotel and Paris-Orly Airport is around 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="568.14" OriginalAmount="530.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879816409824" Longitude="2.291910093254" StarRating="4" HotelCode="888399|299595" HotelName="Hôtel Regents Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Pierre Demours, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/136819/a_136819_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This former private residence is situated near the Champs Elysées, between the Arc de Triomphe and the Palais des Congrès conference centre (500 m). Guests will find the nearest links to the public transport network 100 m from the hotel and restaurants and bars are 150 m away. The Champs Elysees, with its shops and nightlife, is 1 km away and further attractions in the area include the Eiffel Tower (5 km), L'Opera (5 km) and the Latin Quarter (8 km). It is 30 km to Charles de Gaulle Airport and Orly Airport is only 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="568.68" OriginalAmount="531.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88060353" Longitude="2.41719283" StarRating="0" HotelCode="430588|4718905" HotelName="Residence Les Lilas Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Garden,Internet,Kitchen,LCD/Projector,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Lucien Noël, 93260 Les Lilas</AddressLine>
          </AddressLines>
          <CityName>Les Lilas</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/594988/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Residence Les Lilas Paris in Les Lilas, you'll be convenient to Zenith and Parc des Buttes Chaumont.  This apartment is within close proximity of Philharmonie de Paris and Parc de la Villette.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 23 guestrooms, featuring kitchens with refrigerators and stovetops. Complimentary wireless Internet access keeps you connected, and flat-screen televisions are provided for your entertainment. Conveniences include microwaves and coffee/tea makers, and housekeeping is provided weekly.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt; &lt;br /&gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Free self parking is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="569.24" OriginalAmount="532" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876364" Longitude="2.347271" StarRating="3" HotelCode="14086|55948" HotelName="LE 9Hotel Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Papillon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16303/a_16303_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tasteful hotel enjoys a convenient location at the heart of Paris, within a short distance of Avenue Lafayette, which famous for its many department stores and restaurants. Affording a successful combination of excellent comfort and elegance, the hotel lies within a short distance of the artists' district of Montmartre where a diversity of shopping and entertainment venues are to be found. The opera house is a short, 5-minute walk away whilst Marcadet-Poissonniers metro station is just 2 minutes away. The nearest train stations of the Gare du Nord and the Gare de l'Est are 1 km away and it is 5 km to the exhibition centre. Charles de Gaulle airport is some 20 km away whilst it is around 25 km to Orly airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="569.24" OriginalAmount="532" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875758" Longitude="2.357415" StarRating="3" HotelCode="146525|200191" HotelName="Hôtel d'Alsace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85, Boulevard De Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/331791/331791a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="569.24" OriginalAmount="532" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841350476894" Longitude="2.3260760307312" StarRating="3" HotelCode="187843|58711" HotelName="Delambre Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/262101/a_262101_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="569.24" OriginalAmount="532" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832129564061" Longitude="2.3536216736106" StarRating="4" HotelCode="94394|8219" HotelName="Hôtel Mercure Paris Gobelins Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 bis Avenue de la Soeur Rosalie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131144/a_131144_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="570.03" OriginalAmount="532.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848872677627" Longitude="2.3470522463322" StarRating="4" HotelCode="316723|303945" HotelName="Villa Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31671/a_31671_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Latin Quarter, 1 km from Notre Dame de Paris and 3 km from the Louvre Museum. Restaurants, bars, nightclubs and shopping venues can all be accessed easily via public transport. Maubert Metro Station and College de France bus station are both in the immediate vicinity. Gare Du Nord is about a 10-minute drive away. Charles De Gaulle Airport is some 30 km away and it is just 15 km from Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="570.31" OriginalAmount="533" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866293080173" Longitude="2.3679431539828" StarRating="3" HotelCode="317179|225145" HotelName="Hôtel ibis Paris Avenue de la République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Rampon, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431421/a_431421_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="571.38" OriginalAmount="534" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87684426" Longitude="2.33364989" StarRating="3" HotelCode="333104|58051" HotelName="Hôtel Langlois" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/48/481416/481416a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="571.38" OriginalAmount="534" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879434403659" Longitude="2.3392153753769" StarRating="3" HotelCode="35121|1609" HotelName="Hôtel Sacha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Navarin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57202/a_57202_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to Place Pigalle, the famous Moulin Rouge and an array of theatres. It is just a short distance to the Sacré Coeur basilica and Montmartre hill, one of the most popular, dynamic and culturally diverse districts of Paris. Entertainment options and links to the public transport network may easily be reached on foot. St Lazare railway station, the Louvre and a selection of shops (Galéries Lafayette) are 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="571.43" OriginalAmount="534.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845355094495" Longitude="2.3213474392195" StarRating="3" HotelCode="76710|1478108" HotelName="Louison Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/104252/a_104252_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="571.43" OriginalAmount="534.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839875558845" Longitude="2.3030760884285" StarRating="4" HotelCode="67806|229516" HotelName="Novotel Paris Vaugirard Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/87700/a_87700_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is well-connected to the city centre by metro and yet offers a tranquil haven in the capital. It enjoys an excellent setting in the heart of the 15th arrondissment in the centre of Paris, near to Porte de Versailles and Montparnasse station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="571.74" OriginalAmount="534.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871571447521" Longitude="2.3437051312924" StarRating="4" HotelCode="337324|291585" HotelName="Holiday Inn Paris Opera - Grands Blvds" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 Boulevard Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56128/l_56128_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the corner of the Boulevard Poissonnière and Faubourg Montmartre. Some of Paris' most renowned shopping centres and the opera are located in the immediate vicinity. Delightful bars, pubs, shops and connection to the public transport network are all just a stone's throw away. Charles de Gaulle airport is 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="572.29" OriginalAmount="534.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868889305307" Longitude="2.3515757918358" StarRating="2" HotelCode="164908|1548708" HotelName="Baby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Chénier, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212932/212932a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="572.45" OriginalAmount="535" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848592" Longitude="2.348118" StarRating="3" HotelCode="18014|54286" HotelName="Hotel Atmosphères" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22292/a_22292_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The elegant hotel enjoys an exemplary location between Saint-Michel and Saint-Germain. Nearby guests will find the Quartier Latin with an array of shops and other splendid entertainment venues. From Maubert - Mutualité guests will quickly and easily reach the other areas of Paris. The airport is 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="572.45" OriginalAmount="535" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88642" Longitude="2.294946" StarRating="4" HotelCode="78974|54305" HotelName="Hotel de Banville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166, boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106949/a_106949_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Boulevard Berthier stretches along public gardens and squares right in the heart of the Ternes area. The location can be enjoyed for either business or leisure with restaurants, shows and its close proximity to Champs-Élysées, the Palais des Congrès Porte Maillot and La Défense, all within a ten-minute walk of the hotel. L'espace Champerret (a fair centre) is also very close. The hotel is located right at Gare du Nord train station and the bus station is around 100 m away. Paris-Charles de Gaulle and Paris-Orly airports are located some 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="572.45" OriginalAmount="535" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87190109" Longitude="2.37006775" StarRating="0" HotelCode="786384|348534" HotelName="La Planque Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Arthur Groussier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952706/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="573.52" OriginalAmount="536" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886000234584" Longitude="2.3350936174393" StarRating="3" HotelCode="23659|973" HotelName="Hotel Des Arts Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Tholozé, 75018 Paris, Montmartre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/30592/l_30592_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located at the heart of Montmartre, some 100 m from the Moulin de la Galette and between Place Blanche and Place du Tertre. Guests to this hotel may explore one of the French capital's most enchanting districts, which has been made famous by poets and artists. Various sights are to be found in the near vicinity including the Sacré Coeur. Blanche metro station on Line 2 and Abbesses metro station on Line 12 are located within a few paces of the hotel. Charles de Gaulle airport is some 30 km away whilst it is around 50 km to Orly airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="573.52" OriginalAmount="536" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880354" Longitude="2.317289" StarRating="4" HotelCode="25345|201207" HotelName="Hotel Relais Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Rue du Rocher, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328788/328788a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Classicism and romanticism of the Haussmannian Paris meet a warm and cosy environment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.59" OriginalAmount="537.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882847500676" Longitude="2.3346510529518" StarRating="3" HotelCode="25640|royal_fromentin" HotelName="Royal Fromentin" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/37416/a_37416_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="575.66" OriginalAmount="538" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836094062456" Longitude="2.2464787960052" StarRating="3" HotelCode="209214|77185" HotelName="Alpha Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Emile Landrin, 92100 Boulogne-Billancourt</AddressLine>
          </AddressLines>
          <CityName>Boulogne-Billancourt</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/254258/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the town of Boulogne-Billancourt, just 100 metres from the Métro station Marcel Sembat, which connects directly with the Eiffel Tower in Paris. The property is a 10-minute walk from Parc des Princes football stadium, a 15-minute walk from the River Seine, and 2 km from Longchamps Racecourse.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.66" OriginalAmount="538.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856503602355" Longitude="2.3561881126275" StarRating="3" HotelCode="12651|hotel_france_louvre" HotelName="Hotel France Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12961/a_12961_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally situated in the historical district of Paris, between Concorde and the Bastille. It is not far from Notre Dame, the Louvre, the Picasso Museum and the Centre Pompidou. Hotel de Ville metro station, from which other areas of Paris are easily accessible, is also only minutes away, the tourist centre with plenty of bars and restaurants is in the vicinity and the city centre is only a few kilometres away. The transfer time from Orly airport is around 45 minutes and Charles de Gaulle airport is 50 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="575.66" OriginalAmount="538" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840320084985" Longitude="2.2281077796208" StarRating="3" HotelCode="81263|73390" HotelName="Quality Hotel Acanthe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Rond  Point Rhin &amp; Danube, 92100 Boulogne Billancourt</AddressLine>
          </AddressLines>
          <CityName>Boulogne-Billancourt</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/109773/a_109773_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in front of the 'Boulogne-Pont de Saint-Cloud' subway station in Paris. Guests can reach the city centre directly on line 10.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="576.73" OriginalAmount="539" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854233045781" Longitude="2.3075814051033" StarRating="3" HotelCode="293226|54947" HotelName="Hotel Eiffel Turenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/259679/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.24" OriginalAmount="539.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89045464" Longitude="2.3351341" StarRating="3" HotelCode="935453|1649448" HotelName="Hotel de Flore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Lamarck, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/413368/a_413368_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.44" OriginalAmount="539.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871881053089" Longitude="2.3442077636719" StarRating="3" HotelCode="47812|305895" HotelName="Corona Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10840/a_10840_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in a quiet side street, around 100 m from the metro station Grands Boulevards. A wide range of shops, restaurants, cafés and bars are to be found in the immediate vicinity. The Opéra Garnier, Galeries Lafayette, the Louvre, the Sacré Coeur and Notre Dame are around 10 minutes from the hotel by public transport. Paris/Orly airport is around 20 km away and Roissy/Charles de Gaulle airport is roughly 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.61" OriginalAmount="539.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879506708685" Longitude="2.3363529145718" StarRating="3" HotelCode="54675|34674" HotelName="Hôtel George" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Notre Dame de Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64853/a_64853_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is situated between Montmartre and the opera house, only steps away from the main train station "Gare du Nord" and the underground station with direct links to the Champs Elysées. Shopping venues such as Lafayette, bars and restaurants are to be found in the vicinity. Transfer to the airport takes about 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="577.80" OriginalAmount="540" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873262851133" Longitude="2.3450446128845" StarRating="3" HotelCode="12898|408413" HotelName="Hôtel Diva Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Trévise, 75009 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13350/w_13350_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an excellent location in a calm street, right in the heart of Paris. The hotel allows its guests to discover one of the liveliest districts of the French capital. It lies close to the Grand Boulevards, the theatres, cinemas, bistros and restaurants. Guests can sample authentic Parisian life within just a few minutes' walk of the establishment, with prestigious department stores, the Opera, the Louvre, Drouot auction house and Georges Pompidou museum of modern art all close by. The Gare du Nord train station is around 1 km away, whilst the Eiffel Tower is roughly 2 km from the establishment. Nearby airports include Orly (22 km) and Charles de Gaulle (25 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="577.80" OriginalAmount="540" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876016630382" Longitude="2.3456454277039" StarRating="3" HotelCode="50294|37611" HotelName="Hotel Villa Lafayette Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46  rue Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36945/a_36945_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is splendidly located between the opera and the Grands Boulevards. Paris' unrivalled department stores and the renowned Moulin Rouge are just a stone's throw away. The rest of the buzzing metropolis with its incomparable tourist attractions are easily explored with the aid of the métro which leaves from the Gare de l'Est or the Gare du Nord.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="577.80" OriginalAmount="540" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880218" Longitude="2.285978" StarRating="4" HotelCode="180107|46141" HotelName="Les Jardins De La Villa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Belidor, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/253051/w_253051_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="577.80" OriginalAmount="540" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840072393627" Longitude="2.3458385467529" StarRating="4" HotelCode="45041|1262" HotelName="Serotel Lutèce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21436/a_21436_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting hotel is located in a historically interesting district at the heart of Paris. Only minutes away, guests will find numerous famous attractions of the city, such as the Panth</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="578.29" OriginalAmount="540.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8824" Longitude="2.33654" StarRating="4" HotelCode="445970|2093875" HotelName="Hôtel Mercure Paris 9 Pigalle Sacré-Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Boulevard de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/555659/a_555659_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="578.87" OriginalAmount="541" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837809567897" Longitude="2.3184693851854" StarRating="4" HotelCode="28544|1873" HotelName="Hôtel Concorde Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue du Commandant Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/180658/180658a_hb_a_007.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="578.87" OriginalAmount="541" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855692" Longitude="2.38285999" StarRating="5" HotelCode="588285|225152" HotelName="La Maison Gobert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gobert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9276701</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="579.50" OriginalAmount="541.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85833847138" Longitude="2.2792594134808" StarRating="4" HotelCode="25690|651935" HotelName="Best Western Premier Hôtel Trocadero La Tour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 bis Rue Massenet, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36913/a_36913_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="579.94" OriginalAmount="542" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881212410196" Longitude="2.3374177515507" StarRating="3" HotelCode="60436|225149" HotelName="Ibis Styles Paris Pigalle Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78225/a_78225_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is well-situated in the famous district of Pigalle, which is home to many historical sites, such as the Sacré Coeur church, the old Parisian district of Montmartre, the Opéra de Paris and the Grands Boulevards with their shopping stores. Furthermore, Pigalle is also known for some great concert venues, such as l'Elysée Montmartre and La Cigalle. Many pubs and restaurants can be found within 5 minutes of the hotel and the local bus stop is also just 2 minutes' walk away. The centre of Paris can be reached in 15 minutes by public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="580.87" OriginalAmount="542.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868257676538" Longitude="2.335230410099" StarRating="3" HotelCode="63223|861635" HotelName="Ascot Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Rue Monsigny, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213661/213661a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="581.01" OriginalAmount="543" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869336" Longitude="2.349524" StarRating="3" HotelCode="180058|56813" HotelName="Bonne Nouvelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 rue Beauregard, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/252997/a_252997_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 20 rooms. Individual storeys are accessible via the lift or stairs. A transfer service is among the facilities. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="582.08" OriginalAmount="544" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866260406845" Longitude="2.3372340202331" StarRating="4" HotelCode="19326|4815" HotelName="Golden Tulip Washington Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/24335/a_24335_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the luxurious area of the 1st district and is to be found in amongst the famous Parisian designer boutiques and very close to the Opera House. The Louvre is only a few steps away. Orly Airport is 20 km, Charles De Gaulle Airport is some 35 km and Beauvais-Tille Airport is approximately 55 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="583.15" OriginalAmount="545.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858122296752" Longitude="2.3709172010422" StarRating="3" HotelCode="49887|citadines_bastille_marais_paris" HotelName="Citadines Bastille Marais Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/35456/a_35456_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the Parisian district of Marais, on the right bank of the Seine and close to the Bastille as well as the Place de la République. An abundance of shops and other entertainment venues as well as public are just a few steps away. In addition, Paris' most renowned tourist attractions are minutes away by car or can be reached on public transport. Orly airport, Charles de Gaulle airport and Euro Disney are around a 30-minute drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="583.44" OriginalAmount="545.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875388619758" Longitude="2.3261457681656" StarRating="3" HotelCode="18609|108082" HotelName="Timhotel Opéra Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Rue Saint Lazare, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23156/a_23156_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located in the heart of the French capital. Scores of shops and other entertainment venues as well as Paris' most interesting tourist attractions are within easy walking distance or may be reached by making use of public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="584.22" OriginalAmount="546" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877748910955" Longitude="2.2872832417488" StarRating="4" HotelCode="337166|41810" HotelName="Etoile Saint Ferdinand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue St Ferdinand, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56039/a_56039_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This crowd-pleasing hotel lies in between the Arc de Triomphe and the Congress Centre. Scores of shops and other cultural venues as well as Paris' breathtaking tourist attractions can be explored on foot or on public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="585.29" OriginalAmount="547" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886148386141" Longitude="2.2611021995544" StarRating="3.5" HotelCode="52706|37230" HotelName="Le Bon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du Chateau, 92200 Neuilly sur Seine</AddressLine>
          </AddressLines>
          <CityName>Neuilly-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56933/a_56933_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in an ideal location in the popular shopping area with plenty of shopping opportunities and Pont de Neuilly is only a few metres away. In addition, the Champs-Élysées as well as La Défense are only around 10 minutes away by car. The nearest public transport is just a stones throw away and Charles de Gaulle airport lies around 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="585.29" OriginalAmount="547.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876114" Longitude="2.346522" StarRating="3" HotelCode="74040|best_western_anjou_lafayette_opera" HotelName="Best Western Anjou Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Riboutté, Square Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/101063/a_101063_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="585.29" OriginalAmount="547" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850254" Longitude="2.342261" StarRating="2" HotelCode="180042|44495" HotelName="Le Petit Belloy Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/252978/a_252978_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="586.02" OriginalAmount="547.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.010288" Longitude="2.557582" StarRating="4" HotelCode="54783|34684" HotelName="Hilton Paris Charles de Gaulle Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roissypôle/Rue de Rome, P.O. Box 16461, Tremblay en France, Roissy 95708</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/65981/a_65981_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal setting in the heart of Paris' Charles de Gaulle International Airport, between terminals 1 &amp; 2 and in front of terminal 3. The hotel is close to the RER B metro station taking passengers towards Paris. The city is around 31 km away and the hotel is close to Disneyland, and Parc Astérix.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="586.36" OriginalAmount="548" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873936756028" Longitude="2.350083142519" StarRating="3" HotelCode="337353|314" HotelName="Mercure Paris Opera Grands Boulevards Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Petites Écuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56144/a_56144_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to Les Grandes Boulevards and the Opera. It is not far from Gare de l'Est and Gare du Nord, which are only around 500 metres away. Scores of shops and other entertainment attractions are easily reached on local public transport or within walking distance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="586.36" OriginalAmount="548" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843745029915" Longitude="2.3391263186932" StarRating="3" HotelCode="36933|50620" HotelName="Observatoire Luxembourg" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Boulevard Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60620/a_60620_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="587.08" OriginalAmount="548.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880292538066" Longitude="2.3197098076344" StarRating="3" HotelCode="36467|2255715" HotelName="New Orient" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/331093/331093a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="587.43" OriginalAmount="549" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844943587363" Longitude="2.325145304203" StarRating="3" HotelCode="337261|1265" HotelName="Royal Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56095/a_56095_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an ideal location. Many tourist attractions as well as restaurants, bars and nightclubs are found in the surrounding area. Some of the world's most famous department stores, such as the Galleries Lafayette are within walking distance. The nearest public transport links are just a stone's throw away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="588.50" OriginalAmount="550.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873675444957" Longitude="2.3449106923862" StarRating="3" HotelCode="14635|mattle" HotelName="Le Wit Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Boule Rouge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153224/153224a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the Folies Bergère. It is 50 m from the Grands Boulevards metro stop, which provides access to the Champs-Élysées and the Eiffel Tower. The Paris opera Palais Garnier and the Galeries Lafayette department store are each about 600 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="588.57" OriginalAmount="550.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857146" Longitude="2.380669" StarRating="4" HotelCode="166540|186336" HotelName="Mercure Paris Bastille Marais Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue Richard Lenoir, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/233341/a_233341_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="588.60" OriginalAmount="550.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873370464828" Longitude="2.3485797643661" StarRating="3.5" HotelCode="25639|305155" HotelName="Windsor Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Gabriel Laumain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/37415/a_37415_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located for business and leisure travellers alike. Found in the heart of Paris in the well-known area of les Grands Boulevards, it is within walking distance of many attractions such as the Opéra Garnier, Grévin wax museum, the famous Parisian department stores and the Drouot Auction Room. Public transportation offers direct and easy access to Montmartre, Modern Art Georges Pompidou Centre, the Louvre Museum and the Eiffel Tower, amongst other destinations. The quiet one-way street is only 10-15 minutes’ walk from Gare du Nord and Gare de l'est. Roissy and Orly airports are 30 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="588.60" OriginalAmount="550.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879082479163" Longitude="2.3382452130318" StarRating="3" HotelCode="37229|7134" HotelName="Hotel des 3 Poussins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/61131/a_61131_J2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated close to the city centre. An abundance of shops, restaurants and cosy bars as well as a métro station are all located in the immediate proximity. Charles de Gaulle and Orly airports both lie some 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="589.57" OriginalAmount="551" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871622513316" Longitude="2.378161697726" StarRating="3" HotelCode="935630|200115" HotelName="Hipotel Paris Bordeaux Ménilmontant" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Lemon, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/464799/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="589.57" OriginalAmount="551" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856597" Longitude="2.355765" StarRating="3" HotelCode="74011|203355" HotelName="de Nice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/246829/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="589.57" OriginalAmount="551" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849853" Longitude="2.288561" StarRating="3" HotelCode="80568|56671" HotelName="Eiffel Saint Charles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Rue Rouelle, 37 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/108929/a_108929_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Paris, close to the Eiffel Tower and the Parc des Expositions convention centre. The Jardins du Trocadéro gardens are 2.6 km from the hotel and Paris-Charles De Gaulle Airport is 31 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="590.40" OriginalAmount="551.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871843563622" Longitude="2.3419238626957" StarRating="3" HotelCode="44215|193066" HotelName="Best Western Hôtel Ronceray Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Boulevard Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17356/w_17356_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="590.86" OriginalAmount="552.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881503" Longitude="2.298229" StarRating="3" HotelCode="110552|941715" HotelName="Elysees Flaubert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Rennequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153457/a_153457_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel enjoys a central location, only minutes from the Arc de Triomphe and the shopping boulevard of the Champs Elysées. Various restaurants, bars and pubs are about 50 m away and the nearest metro and bus station is located around 100 m away. Shopping venues are about a 3-minute walk and Saint Lazare railway station some 15 minutes’ walk away. Charles de Gaulle Airport as well as Orly can be reached within around 30 minutes. Paris Beauvais-Tille Airport and Brussels Airport are approximately 65 and 316 km from the establishment respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="591.04" OriginalAmount="552.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871774759351" Longitude="2.349269092083" StarRating="4" HotelCode="13508|863605" HotelName="Hôtel L'Échiquier Opéra Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue De L'Echiquier, 75010 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14297/a_14297_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located close to the 'Grands Boulevards' and the opera house in Paris. The nearest métro station is Bonne Nouvelle whilst the Gare du Nord train station lies 1 km away. Various other links to the public transport network (bus) are a mere 20 minutes away. Shopping venues, restaurants, and bars are to be found about 150 m from the hotel. Paris Charles de Gaulle Airport is about 25 km away and Paris Orly Airport is some 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="591.05" OriginalAmount="552.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835744497958" Longitude="2.3020152747631" StarRating="3" HotelCode="172084|427935" HotelName="Chouette Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 Rue de la Convention, entre la Porte de Versailles et la Tour Eiffel, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7196/w_7196_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a charming district. Parc Georges Brassens, the Porte de Versailles Exhibition Centre, Tour Montparnasse and Place de la Convention are only a few minutes away on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="591.71" OriginalAmount="553" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850279474927" Longitude="2.2933507037814" StarRating="3" HotelCode="180121|57263" HotelName="Le Relais Saint Charles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/161569/161569a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="592.78" OriginalAmount="554" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846215" Longitude="2.340929" StarRating="3" HotelCode="67792|224973" HotelName="Elysa Luxembourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gay-Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/87682/a_87682_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the left bank area of Paris, a stone's throw from the Jardin du Luxembourg and Boulevard Saint Michel. Guests will find restaurants, bars, a park and shops in the immediate vicinity. Lots of direct bus routes in the vicinity will take guests to the Eiffel Tower, Montmartre, the Opéra, the Louvre Museum and the Marais district (Beaubourg). It is 200 m to the Sorbonne, 250 m to the Pantheon and Odeon and 500 m to Saint Germain des Près, while Notre Dame is a 5-minute drive away. Orly Airport is 18 km away and it is 30 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="592.78" OriginalAmount="554" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873911" Longitude="2.347065" StarRating="3" HotelCode="337153|12448" HotelName="Peyris Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56032/a_56032_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This romantic city hotel is located at the heart of the French capital's 9th arrondissement, around 100 m away from Folies Bergères. Cadet metro station is just a 3-minute walk from the hotel and Gare du Nord is around 10 minutes away. The opera house and Galeries Lafayette are around 15 minutes away, while the sightseeing attractions such as Notre Dame, the Eiffel Tower and the Champs-Élysées are 20 minutes away by public transport. Orly and Charles de Gaulle airport are between 15 and 20 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="592.78" OriginalAmount="554" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874358715335" Longitude="2.3420964072276" StarRating="3" HotelCode="24547|49945" HotelName="Hôtel ibis Paris Grands Boulevards Opéra 9ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/35454/a_35454_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="593.85" OriginalAmount="555" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85272821694" Longitude="2.3442707955837" StarRating="3" HotelCode="34420|224974" HotelName="Europe Saint Severin" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 rue St Séverin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213295/213295a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="593.85" OriginalAmount="555" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847206470346" Longitude="2.3316409438848" StarRating="3" HotelCode="180114|32193" HotelName="Perreyve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328651/328651a_hb_a_023.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.92" OriginalAmount="556.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880052" Longitude="2.326273" StarRating="3" HotelCode="64604|hotel_alexandrine_opera" HotelName="Alexandrine Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue De Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83278/a_83278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is well located in a pleasant and quiet area in the heart of Paris, very close to Saint Lazare Railway Station, the big department stores (Grands-Magasins) and the business centres. Champs-Élysées Métro station is 5 minutes away, the Opéra and the Basilique du Sacré Coeur are only 10 minutes away. Paris-Orly Airport and Paris-Charles de Gaulle Airport are both about 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="596.31" OriginalAmount="557.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88476946383" Longitude="2.2436064985014" StarRating="3" HotelCode="400095|2004685" HotelName="The Student Hotel Paris La Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Roque De Fillol, 92800 Puteaux</AddressLine>
          </AddressLines>
          <CityName>Puteaux</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/447521/447521a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Puteaux.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="596.55" OriginalAmount="557.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850792926759" Longitude="2.2843327165676" StarRating="3" HotelCode="553206|2203955" HotelName="Yooma Urban Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Quai De Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/722863/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Arr14/15:Montparnasse-T. Eiffel. The 106 welcoming rooms offer a perfect place to relax at the end of the day. Internet connection (wired and wireless) is provided in common areas for those needing to keep connected. The establishment provides 24-hour reception. This establishment's common areas are disability-friendly. Pets are not permitted on the premises. Parking facilities are available for guests' convenience. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="597.06" OriginalAmount="558" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879658909786" Longitude="2.3280616917726" StarRating="5" HotelCode="376493|200949" HotelName="Best Western Premier Opera Liège" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Liege, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/488536/a_488536_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="600.27" OriginalAmount="561" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835791" Longitude="2.318961" StarRating="3" HotelCode="20229|32955" HotelName="Hotel Orchidee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/25783/ba_25783_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, city hotel is located in exotic surrounds in Montparnasse, Paris' 14th arrondissement. This district is not only famous for its shopping area, but also for the bars and legendary theatre street, Rue de la Gaité. Pernety train station is just 200 m from the hotel, as is the metro station, which provides direct links to Porte de Versailles. All of the top tourist attractions are within easy reach and the airport is some 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="600.74" OriginalAmount="561.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84748" Longitude="2.302283" StarRating="4" HotelCode="180062|1466628" HotelName="First Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/253001/a_253001_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="601.34" OriginalAmount="562" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82475" Longitude="2.30102" StarRating="2" HotelCode="244275|86733" HotelName="B&amp;B Hotel PARIS Malakoff Parc des Expositions" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 bd Charles de Gaulle, 92240 Malakoff, Paris</AddressLine>
          </AddressLines>
          <CityName>Malakoff</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328879/328879a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Malakoff.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="601.34" OriginalAmount="562.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82118542763" Longitude="2.2928855831668" StarRating="0" HotelCode="128287|adagio_access_vanves_porte_de_versailles" HotelName="Aparthotel Adagio access Vanves Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 - 32 rue Jean Bleuzen, 92170 Vanves</AddressLine>
          </AddressLines>
          <CityName>Vanves</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/185494/a_185494_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Vanves. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="603.48" OriginalAmount="564.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858758896071" Longitude="2.3452849838444" StarRating="3" HotelCode="36731|grand_hotel_dechampaigne" HotelName="Grand Hotel Dechampagne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Jean-Lantier, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60269/l_60269_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historic hotel wins everyone over through its extraordinarily central location, only around 10 minutes' walk from the Louvre! It stand in a quiet side street in convenient proximity to all the city's top attractions, such as the cathedral of Notre Dame, Saint-Louis island and the districts of Saint-Germain and Marais. It is around 26 km from Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="603.48" OriginalAmount="564.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850406" Longitude="2.342375" StarRating="3.5" HotelCode="10796|hotel_belloy_saint_germain" HotelName="Belloy Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8772/a_8772_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located the historical Saint Germain district of Paris. Numerous shops and other entertainment venues as well as Paris' main tourist attractions may be easily reached on foot or public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="604.55" OriginalAmount="565" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887353" Longitude="2.248194" StarRating="3" HotelCode="94377|39456" HotelName="Aparthotel Adagio La Defense Esplanade" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Cours Michelet, La Defence 10, 92060 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131118/a_131118_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located at the heart of the La Défense business district, close to the CNIT congress centre and to the Grande Arche de La Défense (1 km). A large shopping centre and a range of services are only a few minutes' walk away and guests will find a public car park in the immediate vicinity. It is ideal for business trips and lies only 10 minutes away from the Champs Elysées by metro. It is 4.5 km from the Arc de Triomphe, 5.5 km from the Eiffel Tower and 9 km from Notre Dame Cathedral. The property lies 23 km from Orly Airport and 25 km from Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="604.79" OriginalAmount="565.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870949100716" Longitude="2.3557063937187" StarRating="3" HotelCode="29170|304335" HotelName="Best Western Hôtel Littéraire Arthur Rimbaud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gustave Goublier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46851/w_46851_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 10th district of Paris in a peaceful area between Gare de l'Est railway station and the famous Notre Dame cathedral. It is 100 m from Galeries Lafayette and the Theatre Porte St Martin, 150 m from the Grands Boulevards, 200 m from the Seine River, 300 m from the Louvre Museum and 1.5 km from the Eiffel Tower. Orly Airport is 20 km away and it is 35 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="605.62" OriginalAmount="566" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876778389291" Longitude="2.3383679990216" StarRating="3" HotelCode="34436|54292" HotelName="Brittany" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 et 5 rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54853/w_54853_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="606.69" OriginalAmount="567" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854456009354" Longitude="2.3390109837055" StarRating="3" HotelCode="48081|54273" HotelName="Dauphine St. Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Dauphine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11150/a_11150_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="606.69" OriginalAmount="567" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865716084099" Longitude="2.2861714661121" StarRating="3" HotelCode="74088|200421" HotelName="Hôtel Palais de Chaillot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Avenue Raymond Poincaré, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/246889/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="607.76" OriginalAmount="568" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84802" Longitude="2.342185" StarRating="2" HotelCode="212018|200185" HotelName="Cujas Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/300634/a_300634_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="608.83" OriginalAmount="569" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830015" Longitude="2.356696" StarRating="3" HotelCode="60795|35797" HotelName="Best Western Paris Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>205 Avenue de Choisy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78680/a_78680_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the southern bank of the River Seine (Rive Gauche), near the Latin Quarter, Rue Mouffetard and Rue de la Butte aux Cailles. It is only a few minutes by bus or metro to the northern side of the River Seine (Rive Droite) and the city centre. The Parc de Choisy can also be found in the immediate vicinity. The nearest airport is Orly, 15 minutes away by car (10 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="608.83" OriginalAmount="569" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846438" Longitude="2.305868" StarRating="2" HotelCode="110521|55539" HotelName="Eiffel Villa Garibaldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Garibaldi, 48, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153415/ba_153415_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of the triangle of the Eiffel Tower, Invalides and Montparnasse, right in front of the UNESCO parliament and 10 minutes from the Parc des Expositions de la Porte de Versailles. There is a metro station just 100 m from the city hotel and nearby airports include Orly (approximately 15 km away), Charles de Gaulle (around 30 km) and Beauvais-Tille (roughly 50 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="608.83" OriginalAmount="569" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839462846925" Longitude="2.3228462166228" StarRating="3" HotelCode="189579|224819" HotelName="Hôtel de la Gaîté" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Vandamme, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/265918/w_265918_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="608.83" OriginalAmount="569" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848971" Longitude="2.369794" StarRating="4" HotelCode="59719|55741" HotelName="Marceau Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Jules Cesar, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77326/a_77326_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between the Bastille, the historic old town of Marais and the railway station Gare de Lyon. Links to the public transport network are to be found directly out front. Within a radius of around 500 m there are bars, tourist attractions and shopping amenities, while there are parks just around 700 m away, the city centre is approximately 2 km away and the Opera district is just about 2.5 km from the hotel. Paris Orly is 9 km from the hotel and Paris-Charles de Gaulle is 17 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="608.83" OriginalAmount="569" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86984758" Longitude="2.29908713" StarRating="3" HotelCode="592682|239023" HotelName="Suites et Hotel Helzear Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Christophe Colomb, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/763936/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.43" OriginalAmount="569.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876196564558" Longitude="2.2959253191948" StarRating="3" HotelCode="34417|303155" HotelName="SH Hotel Tivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/015967/015967a_hb_a_010.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the heart of this wonderful city and is only a few minutes away from the Louvre Museum as well as the famous Champs-Élysées with the Arc de Triomphe. Countless shopping and entertainment venues are to be found in the vicinity and the nearest metro station is approximately 100 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.80" OriginalAmount="569.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848782" Longitude="2.341076" StarRating="3.5" HotelCode="18683|192986" HotelName="Trianon Rive Gauche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23275/a_23275_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly opposite the Sorbonne University in the Marais district of Paris. Restaurants, bars, shopping facilities as well as a bus stop and a park are to be found in the immediate vicinity. The Jardin du Luxembourg is also within comfortable walking distance and transfer time to Orly airport is approximately 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="609.90" OriginalAmount="570" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84450406079" Longitude="2.3729449510574" StarRating="4" HotelCode="35943|31261" HotelName="Mercure Paris Gare de Lyon TGV Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 place Louis Armand, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57750/a_57750_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located behind the clock tower of the Gare du Lyon station. Its location guarantees guests proximity to the commercial and financial districts of the city, as well as to the Bercy sports centre, the French national library and the Opéra Bastille (1 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="610.79" OriginalAmount="570.83" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|302585" HotelName="MINOTEL LONDON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Des Italiens, 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/30/302585/AwOs5dvL_52afaa7151bac47a615d8f86170c7831.jpg</HotelPictures>
        <HotelDescription>This charming hotel is situated is a wonderful, central location, in the Opéra quarter on Boulevard des Italiens. Close to the hotel are numerous shopping facilities and tourist attractions such as the Place Vendôme and the well known Louvre Museum. A public car park lies only 100 metres from the hotel. Opéra métro station may easily be reached from the hotel.
Facilities
The establishment comprises a total of 49 accommodation units. A lobby and a reception are available to guests. Lift access is provided to the upper floors. Services and facilities at the hotel include a safe, internet access, wireless internet access, a restaurant, a breakfast room and a TV room. A garage can be used for parking.
Rooms
All accommodation units feature air conditioning, central heating and a bathroom. The accommodation units each feature a double bed. Internet access, a telephone, a TV, a radio and wireless internet access are provided for guests&amp;#039; convenience. In the bathrooms, guests will find a shower and a hairdryer. 
Meals
Breakfast is bookable as a board option.
Payment
The following credit cards are accepted at the establishment: American Express, VISA, Diners Club and MasterCard.&lt;br/&gt;The MINOTEL LONDON is a Tourist hotel. Located in City Center area. The nightlife/restaurants are located in the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="610.97" OriginalAmount="571" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846809" Longitude="2.371794" StarRating="3.5" HotelCode="13393|7247" HotelName="Holiday Inn Paris - Gare de Lyon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue De Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14103/a_14103_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Paris. Its setting is especially ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="610.97" OriginalAmount="571.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87430369519" Longitude="2.3426225781441" StarRating="4" HotelCode="336399|de_hollande" HotelName="Monsieur Cadet Hôtel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55581/a_55581_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a quarter close to the Les Grandes Boulevards. The Musée Grévin, the opera house and Sacré-Cœur as well as the large department stores are within walking distance. Other tourist attractions are easily reached using the local public transport, and there is a metro station around 100 m away. The nearest train station is around 500 m away. Charles de Gaulle and Orly airport are around 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="610.97" OriginalAmount="571" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878912257158" Longitude="2.3448595404625" StarRating="3.5" HotelCode="58700|32189" HotelName="ZE Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de la Tour d’Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/76042/a_76042_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet street, just a stone's throw from the L'Opera and some of the city's major department stores. Guests will find restaurants and bars in the same street as the hotel, just a few metres away. The nearest links to the public transport network are just 150 m away (Cadet metro station) and it is a 10-minute walk to the centre of Paris and the nearest shops. Montmartre is just 10 minutes away on foot, as are the nearest concert venues and nightspots, which are roughly 400 m from the hotel. It is a 45-minute drive to the Parc des Expositions Villepinte and Charles de Gaulle and Orly Airports are both 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="611.44" OriginalAmount="571.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827848661454" Longitude="2.3796097534439" StarRating="4" HotelCode="899668|1943665" HotelName="Appart'City Confort Paris Grande Bibliothèque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue de France, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/182498/a_182498_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern-style hotel is ideally located near the Seine River, on the left bank. Very well served by public transportation (metro, bus and RER all within walking distance), it takes only 10 minutes to reach the centre of Paris. Guests will also find a large selection of restaurants, bars, clubs, shops and entertainment venues in the vicinity. Paris/Orly Airport is approximately 12 km from the city hotel and Roissy/Charles de Gaulle is around 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="611.54" OriginalAmount="571.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873802849389" Longitude="2.3443497234317" StarRating="4" HotelCode="13919|2194795" HotelName="Maxim Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Geoffroy-Marie, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16026/l_16026_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Paris in the district of Grands Boulevards/Bourse/Halles, 100 m from the boulevards Montmartre and Bonne-Nouvelle and in the quietness of rue Geoffroy Marie. Access to public transport is roughly 150 m from the hotel and the Gare du Nord and Gare de l'Est train stations are around 1 km away. The nearest airports are Paris-Orly Airport, some 30 km away and Paris-Charles de Gaulle Airport, around 40 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="611.54" OriginalAmount="571.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839755714795" Longitude="2.3235302797623" StarRating="4" HotelCode="386806|238086" HotelName="Le M Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 bis Rue de la Gaîté, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/89300/a_89300_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the cultural heart of Paris, in the Montparnasse district near to the 'Latin Quarter' and the Luxembourg Gardens. Montparnasse Bienvenüe Metro and Gaîté Metro stations are nearby and all the major attractions such as the Eiffel Tower, Notre Dame Cathedral and the Louvre are within easy reach – just 15 minutes away by public transport or between 30 and 50 minutes stroll through the fascinating city streets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="612.62" OriginalAmount="572.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862847" Longitude="2.338199" StarRating="3" HotelCode="110421|1547798" HotelName="Louvre Bons Enfants" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rue des Bons Enfants, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213272/213272a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="613.11" OriginalAmount="573" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.894277" Longitude="2.248635" StarRating="4" HotelCode="75483|15896" HotelName="Adagio La Défense Kléber" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 avenue Gambetta, 92400 Courbevoie</AddressLine>
          </AddressLines>
          <CityName>Courbevoie</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102766/a_102766_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence lies within 10 minutes’ walking distance of the commercial and business district of La Défense, on the southern side of the new district of Courbevoie. An excellent public transport network (metro, bus, local RER trains) means that the Champs-Élysées is only 10 minutes away. It is 26 km from the hotel to Orly Airport, and Paris Charles de Gaulle Airport is just 29 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="613.11" OriginalAmount="573" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84902005664" Longitude="2.3401066660881" StarRating="3" HotelCode="111145|203378" HotelName="Fontaines Du Luxembourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Vaugirard, 75006 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/249602/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="614.18" OriginalAmount="574" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.888384" Longitude="2.378465" StarRating="3" HotelCode="72580|35814" HotelName="Holiday Inn Express Paris - Canal de la Vilette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Quai de la Seine, Paris 75019</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329757/329757a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="614.18" OriginalAmount="574" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851454" Longitude="2.337592" StarRating="4" HotelCode="110456|200416" HotelName="Odeon Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint Sulpice, Paris 75006</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153322/a_153322_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="614.18" OriginalAmount="574" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85477120311" Longitude="2.2922828793526" StarRating="4" HotelCode="25336|28761" HotelName="Hôtel Mercure Paris Centre Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36916/a_36916_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located close the River Seine just 200 m as the crow flies from the Eiffel Tower. Links to the public transport network can easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="614.18" OriginalAmount="574" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881991175557" Longitude="2.3409117014482" StarRating="4" HotelCode="44017|9408" HotelName="Carlton's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Boulevard Rochechouart, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9776/w_9776_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located at the foot of Montmartre and close to Sacré-Cœur as well as the Moulin Rouge. It is also just a few minutes walk to the nearest links to the public transport network (metro station: Anvers, line 2). The Parisian opera is around 15 minutes from the hotel and with the metro guests will easily reach the exhibition centres of Villepinte, Parc de la Villette and Parc des Exposition (Porte Versaillies) as well as the famous sightseeing attractions of Notre Dame or the Louvre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="615.25" OriginalAmount="575" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876074844451" Longitude="2.2963705658913" StarRating="3" HotelCode="34429|32194" HotelName="Emeraude Plaza Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54842/w_54842_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few steps from the Arc de Triomphe and the Champs-Élysées. The nearest links to the public transport network are a mere 200 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="616.32" OriginalAmount="576" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.779295002188" Longitude="2.2034455220036" StarRating="4" HotelCode="224787|89549" HotelName="Best Western Plus Paris Velizy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Place de l'Europe, 78140 Vélizy-Villacoublay</AddressLine>
          </AddressLines>
          <CityName>Vélizy-Villacoublay</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/314271/a_314271_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Vélizy-Villacoublay. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="616.32" OriginalAmount="576" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85546799" Longitude="2.36213554" StarRating="4" HotelCode="487708|224817" HotelName="Hôtel de JoBo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue d'Ormesson, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/600469/a_600469_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="616.92" OriginalAmount="576.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876199210643" Longitude="2.3500040173531" StarRating="3" HotelCode="37011|303505" HotelName="Exe Panorama" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60741/a_60741_E1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fashionable luxury hotel enjoys a splendid location in a secluded street in the Lafayette-Montmartre district of Paris. The Opera, Montmartre and the business district are all in the immediate vicinity. Scores of shops and entertainment venues as well as many of the city's exemplary tourist attractions are easily discovered on foot or by using the local public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="617.39" OriginalAmount="577" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847791" Longitude="2.342283" StarRating="4" HotelCode="64609|32880" HotelName="Grand Hôtel Saint Michel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83285/w_83285_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="617.39" OriginalAmount="577" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885318" Longitude="2.335092" StarRating="2" HotelCode="27742|441974" HotelName="Hotel Du Moulin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Aristide Bruant, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/40970/w_40970_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Halfway between the Moulin Rouge and the Sacré Coeur, this charming hotel is located on a quiet street in the most picturesque Parisian district. It is an excellent starting point for exploring Paris, just 10 minutes by metro from the Place de l'Etoile and the Opera House, and the Champs Elysées and Rivoli can be reached in around 20 minutes by public transport. Guests will find a range of shops, bars and restaurants just 200 m away, in Montmartre, as well as the Abbesses metro station. The closest airport is Paris Orly, just 20 km away, and Paris Charles de Gaulle Airport lies some 24 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="617.76" OriginalAmount="577.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873239917038" Longitude="2.3024860024452" StarRating="4" HotelCode="32041|7044" HotelName="Hotel Chateaubriand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Chateaubriand, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50808/a_50808_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is centrally located at the heart of Paris' business district, just 200 m from the Champs Elysées and 500 m from the Arc de Triomphe. Georges V is the nearest metro station and may easily be reached on foot, lying just 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="618.36" OriginalAmount="577.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84537" Longitude="2.3255369999999" StarRating="3" HotelCode="337143|231266" HotelName="Legend" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56026/a_56026_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This delightful hotel lies on the left bank of the river Seine, within the famous triangle between the Latin Quarter, Saint-Germain-des-Près and Montparnasse. Bars and restaurants are to be found in the vicinity, as can links to the public transport network. Many of the French capitals top sights such as the Louvre and Notre Dame are to be found within 1 km of the hotel. It is 5 minutes walk to Montparnasse railway station and Orly and Charles de Gaulle airports are 15 km and 30 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="618.43" OriginalAmount="577.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840872" Longitude="2.287051" StarRating="3" HotelCode="77417|189016" HotelName="Best Western Hôtel Montcalm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Avenue Felix-Faure, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/105079/a_105079_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="618.46" OriginalAmount="578" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.894817902956" Longitude="2.2490996705522" StarRating="2" HotelCode="101782|20947" HotelName="Aparthotel Adagio access La Défense Place Charras" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de Bitche, 92400 Courbevoie</AddressLine>
          </AddressLines>
          <CityName>Courbevoie</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/142267/a_142267_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city apartment hotel is situated in Courbevoie near La Défense, just 5 minutes from Paris. It is only a few minutes from the shopping centres, the CNIT (National Centre for Industry and Technology) and Grande Arche de La Défense and is therefore the ideal venue for business trips. The Arc de Triomphe is 3 km away and Champs-Élysées is 4 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="619.53" OriginalAmount="579" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84376294" Longitude="2.28875665" StarRating="4" HotelCode="731748|261230" HotelName="Hôtel Rose Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue de l'Église, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/633447/633447a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for the gay community, this comfortable hotel is located in Arr14/15:Montparnasse-T. Eiffel. There are public transport links just a short walk away. Visitors will find the airport within 1. 7 kilometre(s). The 39 welcoming bedrooms offer a perfect place to relax at the end of the day. The establishment was built in 2017. The accommodation offers Wi-Fi internet connection on-site. The reception is open 24/7. Cots are not available at this property. Communal areas are wheelchair accessible at Hotel Rose Bourbon. This accommodation does not accept pets. Some services of Hotel Rose Bourbon may be payable. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="619.53" OriginalAmount="579" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88044203222" Longitude="2.2855413031343" StarRating="3" HotelCode="333802|200492" HotelName="Hotel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/504691/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="620.60" OriginalAmount="580" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87212" Longitude="2.308711" StarRating="3" HotelCode="180043|348376" HotelName="Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Rue La Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/252979/a_252979_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="620.60" OriginalAmount="580" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830186447811" Longitude="2.352879345417" StarRating="3.5" HotelCode="36586|8220" HotelName="Mercure Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 boulevard Auguste Blanqui, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59773/a_59773_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming and comfortable hotel is located in Paris near Austerlitz, Gare de Lyon and Montparnasse train stations. The cultural centre of Paris is only 15 minutes by metro (St Germain, the Latin Quarter).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="621.20" OriginalAmount="580.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851781751752" Longitude="2.378707924311" StarRating="3" HotelCode="16675|1081868" HotelName="ibis Paris Bastille Faubourg-Saint-Antoine 11ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20237/a_20237_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="621.67" OriginalAmount="581" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870809" Longitude="2.360562" StarRating="3" HotelCode="16638|28879" HotelName="9 Hotel République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pierre Chausson, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20169/a_20169_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located near the Jacques Bonsergent metro station, and the Eurostar station and Thalys station are just 1 or 2 stops from the hotel. Gare du Nord is approximately a 5-minute walk from the hotel and the Les Halles shops are around 2 km away. A 10-minute ride on public transport will take guests to Place de la Bastille, Place des Vosges, Quartier Pompidou and the Forum des Halles. This hotel is a haven of peace and comfort in the heart of Paris' artistic quarter. The hotel is on a quiet street off the Place de la République, only minutes away from the arty Marais, Halles, Pompidou and Opéra districts.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="621.67" OriginalAmount="581" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872009399169" Longitude="2.3447281122208" StarRating="3" HotelCode="47999|10332" HotelName="Hôtel d'Espagne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11057/a_11057_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="621.67" OriginalAmount="581" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840836" Longitude="2.323891" StarRating="3" HotelCode="110513|200300" HotelName="du Parc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Jolivet, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330060/330060a_hb_a_072.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="621.67" OriginalAmount="581" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880036770038" Longitude="2.3594909906387" StarRating="3" HotelCode="15941|53792" HotelName="Mercure Paris Gare Du Nord La Fayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>175 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19197/a_19197_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the heart of Paris city centre, between the Gare du Nord station (about 200 m) and the Gare de L'Est near the Paris Opera (about 2 km). Guests will find a bus station as well as entertainment and shopping options (such as the Galleries Lafayette) in the immediate vicinity. It is also not far to Notre Dame (approximately 2 km), the Stade de France football stadium, and the Champs Elsées (both about 4 km). Paris Orly airport is 30 km away, while Charles de Gaulle airport is 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="621.67" OriginalAmount="581" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876690498182" Longitude="2.3270040750504" StarRating="4" HotelCode="74038|56542" HotelName="Phileas Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/101060/w_101060_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="622.74" OriginalAmount="582" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854451" Longitude="2.365176" StarRating="2" HotelCode="110432|224823" HotelName="de la Place des Vosges" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>12, rue de Birague, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://www.hotelbeds.com/giata/33/332047/332047a_hb_r_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="622.74" OriginalAmount="582" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883520394554" Longitude="2.2436799108982" StarRating="3" HotelCode="13938|41849" HotelName="Le Dauphin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue Jean Jaurès, 92800 Puteaux, Paris la Defense 11</AddressLine>
          </AddressLines>
          <CityName>Puteaux</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16057/a_16057_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Puteaux and is only a few minutes from the metro station Esplanade de La Défense. This line will take guests directly to the Champs-Élysées and the Palais des Congrès/Porte Maillot. The airports of Orly and Charles de Gaulle are 20 km and 25 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="623.81" OriginalAmount="583" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872012045476" Longitude="2.2969928383827" StarRating="4" HotelCode="42190|6937" HotelName="Radisson Blu Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78bis Avenue Marceau (8º Arr), 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212067/212067a_hb_a_031.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="623.81" OriginalAmount="583" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873022" Longitude="2.344645" StarRating="4" HotelCode="80563|203448" HotelName="Mercure Paris Opéra Faubourg Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Montyon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/108924/a_108924_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet street in the centre of Paris, opposite the Folies Bergère and within easy reach of the Grands Boulevards, the main department stores and the opera.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="624.88" OriginalAmount="584" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.912441860091" Longitude="2.2311365604401" StarRating="4" HotelCode="75243|50710" HotelName="Courtyard By Marriott Défense West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Blvd Charles De Gaulle, 92700 Colombes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/151154/151154a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="624.88" OriginalAmount="584" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852555" Longitude="2.319179" StarRating="3" HotelCode="78730|53795" HotelName="Hôtel de Suède" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue Vaneau, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106668/a_106668_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful residential district within walking distance of Saint-Germain-des-Pres, the Latin Quarter, the Orsay and Rodin Museums and the left bank luxury department stores (Bon Marche and the Conran shop). There are many bars and restaurants in the surrounding area and guests will find links to the public transport network just 50 m away. It is 300 m to Les Invalides and 500 m to Montparnasse. Orly Airport is 20 km away and it is 40 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="624.88" OriginalAmount="584" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841226024086" Longitude="2.3301489651203" StarRating="3" HotelCode="60656|4958" HotelName="Mercure Paris Montparnasse Raspail" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>207 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78509/a_78509_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="625.73" OriginalAmount="584.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835491863508" Longitude="2.3211735969658" StarRating="4" HotelCode="77028|191136" HotelName="Best Western Bretagne Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/104624/a_104624_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in Montparnasse. The district has a free-living atmosphere and was the home of painters in the early 20th century. Today it is a modern area with a business quarter and a TGV (high-speed train) train station (800 metres from the hotel). It perhaps embodies the Parisian way of life more than any other district, due to its well known intellectuals, cafés and great variety of restaurants, bookstores, fashion stores, antiques shops and famous art galleries. The hotel vicinity features bars and pubs, as well as public transport links. Paris attractions, such as the Louvre, the Notre Dame cathedral, the Champs Elysées, the Eiffel Tower and the Arc de Triomphe, can be found within 5 km of the establishment. Orly Airport is 15 km away and Charles de Gaulle Airport is 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="625.95" OriginalAmount="585" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85038906842" Longitude="2.3494217729803" StarRating="3" HotelCode="78728|54261" HotelName="Hôtel de Notre Dame Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Maître Albert, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106666/a_106666_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="626.02" OriginalAmount="585.07" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|905325" HotelName="HOTEL CAMPANILE PARIS 11 BASTILLE - LE MARAIS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 RUE DU CHEMIN VERT
75011 PARIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/90/905325/yh3SJz1l_99dbaab91e646550eddd83379d2d291a.jpg</HotelPictures>
        <HotelDescription>Facilities
The hotel offers numerous facilities so that guests can enjoy a comfortable stay. Guests arriving in their own vehicles can park in the car park.
Rooms
All rooms feature air conditioning and a bathroom. All accommodation units offer tea and coffee making equipment, a TV and wireless internet access. Each of the bathrooms features a shower and a hairdryer. 
Meals
Breakfast is bookable as a board option.&lt;br/&gt;The HOTEL CAMPANILE PARIS 11 BASTILLE - LE MARAIS is a Tourist hotel. Located in Paris area. The nightlife/restaurants are easily accessible by taxi or bus from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="627.02" OriginalAmount="586" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886876" Longitude="2.300467" StarRating="4" HotelCode="65594|35795" HotelName="Best Western Plus de Neuville Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Verniquet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84488/w_84488_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is located in a quiet square about 2 km from the Arc de Triomphe and Boulevard Haussmann’s shopping district. The closest Metro and RER station to the hotel is Pereire Levallois, which offers direct access to the Louvre, the Eiffel Tower and more of the city’s best attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="630.63" OriginalAmount="589.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876006045999" Longitude="2.2954908013344" StarRating="2" HotelCode="26754|303395" HotelName="Troyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39262/a_39262_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located off the Champs-Élysées, near the Arc de Triomphe, not far from the most beautiful and famous avenue in the world with its various restaurants and shops. Charles de Gaulle - Étoile metro station is approximately 200 m from the hotel and Gare du Nord train station is around 4 km away. Other nearby places of interest include Place de la Concorde (2 km away), the Eiffel Tower (2 km away) and the Louvre (2.5 km away). Nearby airports include Orly (20 km) and Charles de Gaulle (30 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="630.88" OriginalAmount="589.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843643" Longitude="2.294801" StarRating="2" HotelCode="110527|2356905" HotelName="Les Jardins de Mademoiselle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/636581/636581a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="631.30" OriginalAmount="590" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871682138067" Longitude="2.3280702531338" StarRating="3" HotelCode="29208|30725" HotelName="Hôtel Caumartin Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46982/a_46982_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a stone's throw away from the opera house and the major department stores in Paris. The Place Vendôme and the Rue de la Paix are nearby, and the Louvre and the Eiffel Tower are 1.5 km and 2 km away, respectively. The nearest links to the public transport network can be found a 2-minute walk away at Auber station, and Orly and Charles de Gaulle airports are 20 km and 25 km away, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="631.30" OriginalAmount="590" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833813" Longitude="2.317557" StarRating="3" HotelCode="14228|199973" HotelName="9 Hotel Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16527/a_16527_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a stone's throw from the Porte de Versailles Exhibition Centre and the Palais des Sports arena, this comfortably-sized hotel puts guests in the front row. The Gare Montparnasse railway station is some 500 m away and it is about 2 km to the Eiffel Tower. Orly Airport is 22 km and it is 28 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="631.30" OriginalAmount="590" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873784" Longitude="2.349923" StarRating="3" HotelCode="166556|57192" HotelName="Hotel Paradis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/233360/a_233360_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the Montmartre hill in the northeast of Paris, surrounded by scores of shops and other entertainment attractions. Famous sightseeing attractions, such as the Sacré Coeur cathedral, Place Vendôme with its pillar or the Parisian opera house, are only minutes away. The nearest connection to the public transport network is just 100 m away (metro station Pigalle) and Gare du Nord train station is roughly 700 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="631.30" OriginalAmount="590.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848756" Longitude="2.347611" StarRating="3" HotelCode="180087|hotel_saint_jacques" HotelName="Saint-Jacques" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/253029/w_253029_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 36 rooms. Individual storeys are accessible via the lift or stairs. Services and facilities at the hotel include a bar and a business centre. Wireless internet access in public areas allows guests to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="631.30" OriginalAmount="590" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838346752945" Longitude="2.3207652568817" StarRating="4" HotelCode="14225|13298" HotelName="Pullman Paris Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Commandant Rene Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16104/a_16104_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the Montparnasse are in the south of Paris. It is situated right next to the Montparnasse Tower from where a dreamy view of Paris and the Eiffel Tower is to be enjoyed. An inexhaustible selection of shops, bistros, small theatres, cabarets and bars is to be found in the vicinity. Montparnasse train station may be quickly and easily reached allowing access to all parts of the French capital. The airport is some 29 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="631.30" OriginalAmount="590" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843765" Longitude="2.29684062" StarRating="4" HotelCode="946972|410026" HotelName="Villa Mademoiselle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952632/1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="632.15" OriginalAmount="590.79" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|53324" HotelName="ITINERAIRES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Salvador Allende</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/53/53324/kMSNhvGs_bdd04f8d1b09cfb85e50a918235bc479.jpg</HotelPictures>
        <HotelDescription>Facilities
The hotel features 136 accommodation units. A 24-hour check-out service is provided in the lobby. A lift can be used to access the upper floors. Services and facilities at the hotel include a safe, wireless internet access, a restaurant, a bar and a conference room.
Rooms
In each accommodation unit, guests will find a telephone and a TV. In each of the bathrooms, guests will find a shower and a hairdryer. 
Meals
The hotel offers a wide range of bookable meals and board options, including breakfast, lunch, dinner and half board.
Payment
All major credit cards, including American Express, VISA and MasterCard, are accepted for payment.&lt;br/&gt;The ITINERAIRES is a Tourist hotel. Located in La Defense - Business District area. The nightlife/restaurants are easily accessible by taxi or bus from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="632.52" OriginalAmount="591.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869576" Longitude="2.351751" StarRating="3.5" HotelCode="142312|194826" HotelName="Hotel Les Theatres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 rue de Cléry, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/203305/w_203305_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the very heart of Paris in one of the oldest districts. The main theatres and shopping venues are nearby, as are numerous bars and restaurants. There are also links to the public transport network in close proximity to the hotel. The airports of Orly and Charles de Gaulle are roughly 18 km and 28 km away, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="633.20" OriginalAmount="591.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866594" Longitude="2.335016" StarRating="3" HotelCode="77462|189806" HotelName="Hotel Paris Louvre Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Moulins, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/105128/a_105128_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="633.44" OriginalAmount="592.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852548082083" Longitude="2.3307467055225" StarRating="2" HotelCode="78729|hotel_de_saintgermain" HotelName="Hôtel de Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue du Four, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332522/332522a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="634.51" OriginalAmount="593" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85158" Longitude="2.277695" StarRating="5" HotelCode="110534|55247" HotelName="Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Boulainvilliers, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232190/232190a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="634.51" OriginalAmount="593" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87598" Longitude="2.342063" StarRating="3" HotelCode="14090|201186" HotelName="ibis Paris Opéra la Fayette" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16307/a_16307_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Paris, with countless shopping venues, bars, restaurants and nightclubs in the vicinity. Further sightseeing attractions, such as the Louvre, the Musée Grévin and the Opéra (Palais Garnier), are only a few minutes away from the hotel. Links to the public transport network can easily be reached on foot. The transfer time to Charles de Gaulle Airport or Orly Airport is approximately 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="634.51" OriginalAmount="593.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873962" Longitude="2.346864" StarRating="3" HotelCode="76924|hotel_aida_opera" HotelName="Aida Opera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Richer, alternativ: 17 Rue Du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/104505/a_104505_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the middle of Paris, in one of the most lively districts of the city, close to the Opera Garnier and famous department stores such as Galeries Lafayette and Printemps. The Louvre and the Jardins des Tuileries (3 km) as well as Sacré Coeur and Montmartre are just 30 minutes away on foot. It is 500 m to the Grands Boulevards metro station and 1.5 km to Gare du Nord, while the Eurostar terminal of Orly Airport is 18 km away and it is 23 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="634.51" OriginalAmount="593" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.004" Longitude="2.5711" StarRating="4" HotelCode="28934|20694" HotelName="Sheraton Paris Airport Hotel &amp; Conference Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>BP 35051, 95716 Tremblay en France Roissy</AddressLine>
          </AddressLines>
          <CityName>Roissy-en-France</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46318/a_46318_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located right in Terminal 2 at Charles de Gaulle airport and offers all the services required for a successful stay. Links to the public transport network are 200 m away, the conference centre is 6 km away and it is some 30 km from the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="636.65" OriginalAmount="595" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831063" Longitude="2.281041" StarRating="4" HotelCode="75484|15895" HotelName="Adagio Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16, rue Eliane Jeannin Garreau, 92130 Issy-les-Moulineaux</AddressLine>
          </AddressLines>
          <CityName>Issy-les-Moulineaux</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102767/a_102767_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is in the south-west of Paris, a 5-minute walk from the Parc des Expositions, the Palais des Sports, the Aquaboulevard water sports park and the lively avenues of the 15th arrondissement. Restaurants, bars and clubs can all be reached within 15 minutes by public transport, and the centre of Paris is 25 minutes away. The Eiffel Tower is 20 minutes from the hotel and the Louvre is 30 minutes away on public transport. The nearest bus and metro stations are just 200 m from the hotel and the Gare de l’Est train station is 30 minutes’ drive. Paris-Orly Airport (ORY) is 15 km away and it is 35 km to Charles de Gaulle International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="637.72" OriginalAmount="596" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845758" Longitude="2.371773" StarRating="3" HotelCode="110506|54997" HotelName="Terminus Lyon" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard Diderot, Gare de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328254/328254a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="637.72" OriginalAmount="596" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89567678388" Longitude="2.25112169981" StarRating="4" HotelCode="32578|65537" HotelName="Mercure Paris La Defense Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Baudin, 92400 Courbevoie, Paris</AddressLine>
          </AddressLines>
          <CityName>Courbevoie</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51810/a_51810_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in La Défense district of the French capital approximately 10 minutes’ walk from the Champs Elysées. The Commercial Charras shopping centre may easily be reached on foot and it is just a short distance to the nearest metro station. It is 35 minutes to the nearest international airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="638.79" OriginalAmount="597.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847643384259" Longitude="2.3719834788446" StarRating="3" HotelCode="148360|hotel_de_france_gare_de_lyon_bastille" HotelName="Hôtel de France Gare de Lyon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/209957/a_209957_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hôtel de France Gare de Lyon Bastille is just over a quarter mile from the banks of the Seine River. The trendy nightlife of Bastille is a 10 minute walk away. Public parking is available nearby. 12th arr. is a great choice for travelers interested in monuments, shopping and art.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="639.64" OriginalAmount="597.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879472311831" Longitude="2.3203267157078" StarRating="3" HotelCode="38360|1614048" HotelName="Idol Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue d'Edimbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63404/r_63404_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the main Parisian shopping streets in a very quiet road full of fin-de-siècle buildings. The Opera and the Madeleine are both just a short walk away. Centrally located, the hotel is also only a few minutes from Montmartre and the Champs Elysées. An underground/ urban rail station is directly beside the hotel, while further public transport can be reached in only 150 m. Restaurants are within 250 m of the hotel, as are bars, pubs, and the railway station. A further shopping area is 1.2 km away. Both Orly and Charles de Gaulle airports are apprixomately 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="639.75" OriginalAmount="597.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873714474265" Longitude="2.3445376753807" StarRating="3" HotelCode="16988|863535" HotelName="Maxim Folies" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211780/211780a_hb_a_052.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="639.86" OriginalAmount="598" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879366" Longitude="2.334173" StarRating="3" HotelCode="160855|31993" HotelName="Hôtel Joyce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue la Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/227165/a_227165_AI2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a mainly residential quarter, bounded by Rues Saint Lazare, Blanche, La Bruyère and Notre Dame de Lorette. There are many theatres in the area. It is also a few steps from Montmartre, the opera and the famous department stores Galeries Lafayette and Printemps Haussmann. The airports of Orly and Charles de Gaulle are about 35 km and 40 km away, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="640.07" OriginalAmount="598.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878023" Longitude="2.285322" StarRating="3.5" HotelCode="888164|302565" HotelName="L'Adresse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Du Debarcadere, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/136474/a_136474_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the north west of Paris at Porte Maillot. It is close to the business district of La Défense, right next to the Palais des Congrès and 800 metres from the centre. The nearest metro stop is right around the corner and guests will find several restaurants, a park (200 metres) and shops (500 metres) nearby as well. The hotel lies within easy reach of major attractions such as the Arc de Triomphe, the Eiffel Tower and the Champs Elysées by metro (2 stops) or on foot. There is a direct metro connection to Gare de Lyon station and Orly Airport is 24 km away, while it is 27 km to Charles de Gaulle Airport. Both airports may be reached quickly and easily via Air France shuttle from La Porte Maillot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="640.93" OriginalAmount="599" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839515034031" Longitude="2.322518823467" StarRating="3" HotelCode="935882|200630" HotelName="Nouvel Hôtel du Théâtre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Vandamme, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/413841/a_413841_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="643.07" OriginalAmount="601.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847052" Longitude="2.301381" StarRating="3" HotelCode="110524|ibis_paris_tour_eiffel_cambronne_15eme" HotelName="Hôtel ibis Paris Tour Eiffel Cambronne 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD,HALF-BOARD-DINNER" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Cambronne, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153418/a_153418_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="643.07" OriginalAmount="601" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86640508807" Longitude="2.3400101065636" StarRating="3" HotelCode="18610|13559" HotelName="Timhotel Palais Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de la Banque, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23157/a_23157_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is centrally located close to the Louvre and the opera house (both lie within 500 m of the hotel). Bourse is the nearest metro station and is situated just 200 from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="644.14" OriginalAmount="602" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891363236478" Longitude="2.2898013644181" StarRating="3" HotelCode="110028|67951" HotelName="Hôtel ibis Paris Levallois-Perret" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de Trebois, 92300 Levallois-Perret</AddressLine>
          </AddressLines>
          <CityName>Levallois-Perret</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152859/a_152859_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Levallois-Perret. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="644.14" OriginalAmount="602.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885188920655" Longitude="2.331170886755" StarRating="3" HotelCode="47462|citadines_montmartre_paris" HotelName="Citadines Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue Rachel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10412/l_10412_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning, peaceful location in the Les Abbesses district of the city, around 250 m from Place de Clichy. The Moulin Rouge, various shops and entertainment venues as well as convenient public transport links are all situated within 300 m of the hotel. The Sacré-Cœur lies around 1km away and Galeries Lafayette are approximately 1.5 km away km from the hotel. Saint-Lazare train station is located around 2 km from the hotel. Charles de Gaulle airport lies approximately 30 km away and Orly airport is 35 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="644.36" OriginalAmount="602.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83829" Longitude="2.322965" StarRating="4" HotelCode="63276|443415" HotelName="Holiday Inn Paris - Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79-81 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/246182/8.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The Eiffel Tower is reachable in 15 minutes by car and one can walk from the hotel to Luxembourg Gardens in 20 minutes. Gaîté metro station is a convenient 5-minute walk away. The hotel is just a 20-minute drive from Paris Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="645.21" OriginalAmount="603" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869156549822" Longitude="2.2983138994138" StarRating="4" HotelCode="303897|57827" HotelName="Suites Hôtel Helzear Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Avenue Marceau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/417671/a_417671_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="645.40" OriginalAmount="603.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862240924618" Longitude="2.3394736647606" StarRating="2" HotelCode="29484|336625" HotelName="Timhotel Le Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Croix des Petits Champs, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47114/a_47114_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central locationin the centre of Paris, close to the renowned Louvre Museum and the Jardin des Tuileries. Countless shopping and entertainment opportunities are just steps away from the building, and the nearest metro station lies around 100 m away. The Champs-Elysées as well as the nearest train station lies around 5 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="646.28" OriginalAmount="604" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856726" Longitude="2.30303" StarRating="3" HotelCode="110466|224821" HotelName="Hôtel de la Paix - Quartier Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue du Gros Caillou, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/249093/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="647.35" OriginalAmount="605" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880869334266" Longitude="2.3374271392822" StarRating="0" HotelCode="75640|62891" HotelName="Grand Pigalle Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328943/328943a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris. For business travellers as well as families, it provides everything needed for a pleasant stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="648.42" OriginalAmount="606.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849576" Longitude="2.379727" StarRating="3" HotelCode="23494|mercure_paris_bastille_saint_antoine_2" HotelName="Mercure Paris Bastille Saint Antoine" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 rue Crozatier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31273/a_31273_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Since 1970 this hotel has been part of the landscape of Place du Faubourg Saint Antoine and Place d'Aligre with its renowned Parisian markets. Designers, architects, graphic artists, stylists and publishers have replaced the woodworkers, cabinet makers and upholsterers from this former stronghold of Parisian artisans. Guests can simply explore the area, to discover that it has retained its popular style of yesteryear. Guests will find numerous restaurants, trendy bars, cinemas, theatres and the prestigious Bastille Opera in the immediate vicinity. Nearby places of interest include Place de la Bastille (900 m), Notre Dame Cathedral and Place des Vosges (both 10 minutes on public transport) and the Champs Elysees and Arc de Triomphe (20 minutes on public transport). Nearby airports include Orly (20 km away), Charles de Gaulle (25 km away), Beauvais-Tille (87 km away) and Brussels (300 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.84" OriginalAmount="612" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873548" Longitude="2.334656" StarRating="3" HotelCode="78968|32956" HotelName="Excelsior Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lafayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329829/329829a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.84" OriginalAmount="612" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859116349368" Longitude="2.3554181654301" StarRating="3" HotelCode="335285|58255" HotelName="Hôtel du Vieux Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 rue du Plâtre, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213013/213013a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="656.98" OriginalAmount="614" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8456" Longitude="2.43422" StarRating="4" HotelCode="101179|71636" HotelName="Best Western Saint Louis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis Rue Robert Giraudineau, 94300 Vincennes</AddressLine>
          </AddressLines>
          <CityName>Vincennes</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/141552/a_141552_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="656.98" OriginalAmount="614" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85495633443" Longitude="2.3633453249931" StarRating="3" HotelCode="50289|249636" HotelName="Turenne Le Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue de Turenne, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36930/a_36930_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is centrally located, lying amidst noble palaces that date back to the 17th and 18th centuries. Countless restaurants and bars are 100 m away whilst links to the public transport network and the Place des Vosges are both also about 100 m from the hotel. The Louvre is approximately 2 km from the hotel and it is about 1.5 km to the cathedral of Notre-Dame de Paris. Paris' Orly airport is 15 km away whilst Charles de Gaulle airport is situated around 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="657.23" OriginalAmount="614.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873296370178" Longitude="2.3436968028545" StarRating="3" HotelCode="31198|6914" HotelName="Hôtel Acadia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49851/a_49851_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located close to a main road, this hotel lies within a few minutes of a diverse selection of restaurants, bars and links to the public transport network (a bus stop as well as Grands Boulevards métro station are within 150 m of the hotel). An abundance of shops are to be found in the vicinity whilst the Gare du Nord train station lies 1 km away. Paris' Orly and Charles de Gaulle airports are about 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="658.05" OriginalAmount="615" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848608806334" Longitude="2.3203361034393" StarRating="3" HotelCode="30123|201174" HotelName="Vaneau Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86 Rue Vaneau, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/48515/a_48515_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies on the left-hand bank of the River Seine, within paces of Boulevard Saint Germain des Prés and Montparnasse as well as Les Invalides. Paris Charles de Gaulle airport is a mere 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="658.05" OriginalAmount="615" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8348664" Longitude="2.31811332" StarRating="4" HotelCode="613930|249648" HotelName="Niepce Paris Hotel, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Niepce, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/731957/a_731957_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659.12" OriginalAmount="616" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.81702582" Longitude="2.35957274" StarRating="3" HotelCode="780043|394148" HotelName="ibis Styles Paris Meteor Avenue d'Italie" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 20 Avenue De La Porte D Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/901764/w_901764_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659.12" OriginalAmount="616" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849723410386" Longitude="2.3096233606339" StarRating="4" HotelCode="34404|54266" HotelName="Hotel Villa Saxe Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Villa De Saxe, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54806/a_54806_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel enjoys a central, yet peaceful location in the French capital. An abundance of shops and entertainment venues, as well as some of the most attractive tourist attractions such as the Eiffel Tower, Les Invalides and Napoleon's grave are nearby. The Orsay Museum lies around 5 km away while Orly airport is 20 km from the hotel and Charles de Gaulle airport is 40 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="659.99" OriginalAmount="616.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84628" Longitude="2.373324" StarRating="2" HotelCode="901731|1082188" HotelName="Palym" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4, rue Emile Gilbert, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329535/329535a_hb_a_072.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="660.19" OriginalAmount="617" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.27519" StarRating="4" HotelCode="32600|13472" HotelName="Auteuil Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51840/k_51840_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 16th arrondissement of Paris close to the Eiffel Tower. It is located between the Mirabeau Bridge and the bank of the River Seine, which the Maison de la Radio towers over. Links to the public transport network are 100 m away, Gare du Nord is around 7.5 km away and Charles de Gaulle airport is 30 km away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="660.19" OriginalAmount="617" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871909362349" Longitude="2.3350222408277" StarRating="3" HotelCode="110488|55973" HotelName="Hotel Opéra Vivaldi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153366/gt_153366_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prestigious location in the heart of the opera district, with the Haussmann Opera hotel only 5 minutes' walk away. The department stores as well as the business district and the stock exchange district are also nearby. Paris-Charles de Gaulle Airport is approximately 30 km from the hotel and Paris-Orly Airport is roughly 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="660.19" OriginalAmount="617" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861215682475" Longitude="2.3436235030758" StarRating="3" HotelCode="902168|57668" HotelName="Hôtel Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 rue Saint Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332236/332236a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="661.26" OriginalAmount="618" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848570858174" Longitude="2.2612148523331" StarRating="3" HotelCode="57794|200430" HotelName="Poussin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Poussin, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/74885/l_74885_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located directly in the legendary district of Auteuil, the 16th arrondissement of Paris. The hotel lies within paces of the Bois de Boulogne as well as the famous racetracks of Longchamp and Auteuil. The Stade Roland Garros (where the French Open tennis tournament is held) and Versailles exhibition park are also to be found in the vicinity. Bars, restaurants and an underground station lies just 2 minutes away on foot. Charles de Gaulle Airport is around 35 km away and Orly Airport is approximately 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="661.26" OriginalAmount="618.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840978" Longitude="2.329662" StarRating="3" HotelCode="64782|hotel_le_royal_montparnasse" HotelName="Le Royal Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>212 Boulevard Raspail, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83512/l_83512_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a pleasant location on a large avenue, just a few metres from the lively Raspail Montparnasse crossroads and the Jardin du Luxembourg. The immediate vicinity features restaurants, bars, pubs, nightlife spots, shops and public transport links. The Paris Expo is only 20 minutes away by metro and the main tourist attractions, including Notre Dame Cathedral and the Saint-Germain district, are around 20 minutes from the hotel. Orly and Charles de Gaulle airports are 10 and 20 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="664.47" OriginalAmount="621.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84069433" Longitude="2.3978775" StarRating="4" HotelCode="973433|aparthotel_adagio_paris_nation" HotelName="Aparthotel Adagio Paris Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Ter Rue Lamblardie, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952633/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="665.54" OriginalAmount="622" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869685" Longitude="2.297497" StarRating="3" HotelCode="78972|15349" HotelName="Chambellan Morgane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Keppler, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106946/w_106946_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a boutique hotel with a great location in a quiet street near the prestigious Avenue Marceau, just a few minutes’ walk from the Arc de Triomphe, near the Place de l'Étoile, Champs-Élysées, La Concorde and the Eiffel Tower. Saint-Lazare train station is approximately 200 metres away. The nearest airport is Le Bourget, located 16 km away and Paris/Orly Airport is 17 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="665.54" OriginalAmount="622" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852688507016" Longitude="2.3090466856956" StarRating="3" HotelCode="11960|54259" HotelName="Duquesne Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 avenue Duquesne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11821/a_11821_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 200 m from Les Invalides, and a few steps from the Eiffel Tower, the UNESCO offices and government ministries, this hotel is located in one of Paris’ most pleasant boroughs: the 7th arrondissement on the famous left bank of the Seine. It is just 300 m from Saint-Francois-Xavier underground station and around 200 m from the nearest bus stop. Paris-Orly Airport is about 16 km away and Charles de Gaulle International Airport some 28 km from the hotel</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="666.61" OriginalAmount="623" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85097811" Longitude="2.37872098" StarRating="0" HotelCode="588267|238764" HotelName="Bastille Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/758869/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a range of facilities and services to ensure a comfortable stay. Wireless internet access in public areas allows guests to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="667.68" OriginalAmount="624" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886543" Longitude="2.332909" StarRating="4" HotelCode="18219|37644" HotelName="Terrass" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Joseph de Maistre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/163161/163161a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Montmartre, within a short walk of must-see Parisian attractions such as the Sacré-Coeur basilica or the notorious Moulin Rouge cabaret. The Louvre museum is some 40 minutes’ walk away and the Arc de Triomphe and Stade de France are within 5 km. Links to the local public transport network are close at hand and various restaurants are about 100 m away. Paris Charles de Gaulle Airport is approximately 25 km and Orly Airport some 30 km away from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="667.68" OriginalAmount="624" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880155" Longitude="2.334224" StarRating="3" HotelCode="34595|1864" HotelName="Villa Boheme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis Cité Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56290/ba_56290_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally situated between the Opéra Garnier and Montmartre, one of the most popular districts in Paris. Located in a quiet side street where Vincent van Gogh and his brother Theo once lived, Place de Clichy and the famous Moulin Rouge may easily be reached, lying just a short distance from the hotel. Sacré Coeur as well as the Place du Tertre with its many street artists are also in the hotel's vicinity. Public transport departs from stops directly in front of the hotel. The Gare du Nord station can be reached after about 500 m, Orly airport after 15 km and Charles de Gaulle airport after 25 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="668.39" OriginalAmount="624.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890499260539" Longitude="2.3175626993179" StarRating="3" HotelCode="32473|298465" HotelName="Abrial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51655/a_51655_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 17th arrondissement in the west of Paris near the enchanting Parc Monceau. The Champs-Élysées and Montmartre with the Sacré-Coeur and the opera house are only around 15 minutes away. The Brochant metro station lies around 200 m away and the transfer time to Paris-Orly Airport as well as to Paris-Charles de Gaulle Airport takes about 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="668.75" OriginalAmount="625" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885076923024" Longitude="2.3250943422318" StarRating="5" HotelCode="74066|261214" HotelName="Eldorado" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue des Dames, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/256484/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="668.75" OriginalAmount="625.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881368" Longitude="2.328286" StarRating="4" HotelCode="142093|304655" HotelName="Hotel Design Secret de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue De Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/203055/a_203055_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is nestled in the Trinité neighbourhood, a few short steps away from the city's shopping opportunities. Guests will find the nearest links to the public transport network just 200 m away (Liège metro station) and it is 300 m to Saint Lazare station. The Galeries Lafayette are 500 m and it is 700 m to L'Opéra Garnier. Orly Airport is 18 km and it is 22 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="669.86" OriginalAmount="626.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891901401551" Longitude="2.3021252453327" StarRating="4" HotelCode="36584|914295" HotelName="Novotel Paris 17" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de la Porte d'Asnières, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59763/a_59763_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="670.89" OriginalAmount="627" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85754" Longitude="2.369855" StarRating="2.5" HotelCode="11352|371702" HotelName="Moxy Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9532/a_9532_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="670.89" OriginalAmount="627" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877885" Longitude="2.327623" StarRating="3" HotelCode="66402|23948" HotelName="Villathena" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23, rue d'Athènes, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/85930/a_85930_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location at the foot of Montmartre, in the heart of one of the trendiest areas of Paris. It is around 1 km from the Opéra Garnier, near the Louvre and the renowned Rue de Rivoli and offers excellent city public transport links with its proximity to the Gare Saint-Lazare and to many bus routes. In fact it is possible to reach any corner of Paris in no time at all. For those who wish to shop, the department stores of boulevard Haussman, such as Le Printemps and Galeries Lafayettes, are a stone's throw away and the nearest club is the VIP Room, a 6-minute drive away. Roissy Charles de Gaulle Airport is some 25 km away and Orly Airport is around 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="670.95" OriginalAmount="627.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846097" Longitude="2.278881" StarRating="4" HotelCode="81179|229006" HotelName="Mercure Paris Tour Eiffel Pont Mirabeau Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/109671/a_109671_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="674.10" OriginalAmount="630" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853957444119" Longitude="2.367462515831" StarRating="3" HotelCode="38598|56802" HotelName="Bastille Speria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bastille, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/230366/230366a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="674.10" OriginalAmount="630" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823398" Longitude="2.273074" StarRating="3" HotelCode="100952|32186" HotelName="Hôtel Bootcamp by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Auguste Gervais, 92130 Issy-les-Moulineaux</AddressLine>
          </AddressLines>
          <CityName>Issy-les-Moulineaux</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/141198/gt_141198_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just outside Paris a few minutes from Porte de Versailles Exhibition Centre and the Issy-les-Moulineaux area. The Gare Montparnasse station is 10 minutes away by metro and links to the public transport network is on the hotel's doorstep. Paris-Orly Airport and Paris-Charles de Gaulle Airport are both situated at a distance of approximately 30 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="674.10" OriginalAmount="630" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848757068636" Longitude="2.3495762050152" StarRating="3" HotelCode="31386|30750" HotelName="Agora St Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50118/a_50118_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Paris, within 500 m of Notre Dame. Maubert Mutualité metro station is just 200 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="674.10" OriginalAmount="630" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.90148955" Longitude="2.30583801" StarRating="4" HotelCode="611442|424768" HotelName="L'imprimerie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Victor Méric, 92110 Clichy</AddressLine>
          </AddressLines>
          <CityName>Clichy</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11178614</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Clichy.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="675.17" OriginalAmount="631" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86357314172" Longitude="2.3608066141605" StarRating="3" HotelCode="365375|238911" HotelName="Jacques de Molay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 rue des archives, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/68975/w_68975_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="675.17" OriginalAmount="631" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846126230071" Longitude="2.2984465956688" StarRating="3" HotelCode="316808|55296" HotelName="Wallace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31720/a_31720_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in the 15th arrondissement of Paris and within 10 minutes of the important attractions, including the Eiffel Tower and the Esplanade des Invalides. In addition a range shopping and entertainment venues are also located in the immediate vicinity. The nearest métro stations are Émile Zola, Cambronne and La Motte Piquet Grenelle, which are only metres away and enable easy access to all the attractions in the city. The exhibition centre, Porte de Versailles, is only a few minutes away; the transfer time to Orly airport takes around 25 minutes and Charles de Gaulle airport is around 45 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="676.24" OriginalAmount="632" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867270497863" Longitude="2.3655085174771" StarRating="4" HotelCode="13509|2245" HotelName="Crowne Plaza Paris-Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Republique, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/244190/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 km from Gare du Nord railway station and 40 minutes by taxi from Paris-Charles de Gaulle Airport. A 2-minute stroll brings guests to the Bastille or bistros along Canal St-Martin, while they can join Parisians relaxing to live music in the peaceful Jardins de Luxembourg, 10 minutes away. The 5 metro lines converging at Republique station in front of the hotel make it easy for guests to move around the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="676.24" OriginalAmount="632" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871865616253" Longitude="2.3233482241631" StarRating="3" HotelCode="336459|55266" HotelName="Madeleine Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55613/a_55613_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the 8th arrondissement of Paris, just a few minutes from the Church La Madeleine and the metro station. The Museum Louvre, Galeries Lafayette and Au Printemps department stores and Rue Faubourg Saint-Honoré, with many well-known boutiques, are all within 10 minutes walk of the hotel. In the vicinity of the hotel, guests will find plenty of restaurants of all price ranges as well as some theatres.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="677.03" OriginalAmount="632.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.828795042858" Longitude="2.2831010397344" StarRating="3" HotelCode="100953|304195" HotelName="Hôtel Izzy by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Georges Marie, 92130 Issy-les-Moulineaux</AddressLine>
          </AddressLines>
          <CityName>Issy-les-Moulineaux</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/141199/a_141199_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Porte de Versailles Exhibition Centre (2 minutes on foot). By metro line 12 guests can directly reach the main touristic places of Paris such as Montparnasse, Saint-Germain-des-Près, Concorde, department stores and Montmartre. A direct tram line takes guests to Issy-les-Moulineaux and La Défense business areas. The railway station is some 4.6 km away. Paris-Orly Airport and Paris-Charles de Gaulle Airport are each situated at a distance of approximately 30 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="677.03" OriginalAmount="632.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848009978474" Longitude="2.3005810208653" StarRating="3" HotelCode="12265|7654" HotelName="ibis Styles Paris Eiffel Cambronne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11911/a_11911_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated directly at the heart of Paris, this hotel is located close to many of the sights of interest of the city. The Champs Elysées, the opera and the Eiffel Tower, for example, are just a matter of minutes away. A bus stop as well as a number of bars are situated in the direct vicinity of this city hotel. A nightclub, shops and a train station are all roughly a 10-minute walk away. Paris' Orly airport is about 35 km away, whilst Charles de Gaulle airport is roughly 45 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="677.31" OriginalAmount="633" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82704344008" Longitude="2.2913575172424" StarRating="4" HotelCode="29349|33137" HotelName="Mercure Paris Porte de Versailles Expo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Rue du Moulin, 92170 Vanves</AddressLine>
          </AddressLines>
          <CityName>Vanves</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47292/a_47292_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just behind hall 7 of the Porte de Versailles exhibition centre, 8 minutes' walk from the main hall, next to the metro station. Thanks to an excellent transport network, the centre of Paris is less than half an hour away (T3 tram line, bus or metro). It is 15 and 35 km from Paris-Orly and Paris-Charles de Gaulle airports, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="678.38" OriginalAmount="634.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847603611648" Longitude="2.3517742753029" StarRating="3" HotelCode="64083|quartier_latin" HotelName="Quartier Latin" Meals="BREAKFAST-FOR-1" BedType="BREAKFAST-FOR-1" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue des Écoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82558/l_82558_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the renowned Quartier Latin within a few minutes walk of the lively Boulevard St. Germain des Prés, this hotel lies just a short distance from excellent links to the public transport network. The oldest French cabaret, Paradis Latin, is a few paces from the hotel and the city airports, Orly and Charles de Gaulle, are 15 km and 25 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="678.38" OriginalAmount="634" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875621552569" Longitude="2.3041749101748" StarRating="4" HotelCode="12218|8221" HotelName="Etoile Saint Honoré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214 Rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12279/a_12279_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spacious and inviting hotel is situated at the centre of Faubourg Saint Honoré, which is famous for its Haute Couture boutiques. It is only a few paces from the Champs Elysées, the Arc de Triomphe, la Louvre Museum as well as the Défense. With the financial centre of La Défense, the conference centre Palais des Congrès and all the city's significant sights being located in the immediate vicinity, this hotel really does provide the ideal base from which to explore the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="679.72" OriginalAmount="635.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883818475712" Longitude="2.3185229301453" StarRating="4" HotelCode="31760|299485" HotelName="Mercure Paris 17eme St Lazare Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50686/a_50686_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to all major business districts including the Palais des Congrès exhibition centre, this hotel also offers easy access to some of the most famous Parisian department stores and many well-loved tourist attractions, including the Louvre, the Moulin Rouge and the Sacré-Cœur. Saint Lazare metro station is a 30-minute walk from the hotel, and Charles De Gaulle International Airport and Orly International Airport are 20 and 30 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="680.52" OriginalAmount="636" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868488" Longitude="2.334093" StarRating="3" HotelCode="77214|200905" HotelName="Best Western Hôtel Gaillon Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Gaillon, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/104849/w_104849_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="681.59" OriginalAmount="637" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832605306295" Longitude="2.2781237753787" StarRating="4" HotelCode="945391|225294" HotelName="OKKO HOTELS Paris Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue du Colonel Pierre Avia, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/731902/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="683.73" OriginalAmount="639" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832847936641" Longitude="2.3572234012059" StarRating="4" HotelCode="298949|89550" HotelName="C.O.Q Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Edouard Manet, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/42/427740/427740a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Plymouth (PLY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="683.73" OriginalAmount="639" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875994" Longitude="2.2939" StarRating="4" HotelCode="26745|50374" HotelName="Balmoral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du General Lanrezac, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/245007/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="683.73" OriginalAmount="639" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846313332179" Longitude="2.3718908429146" StarRating="3" HotelCode="74067|200899" HotelName="Azur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/643844/643844a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="683.73" OriginalAmount="639" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837356" Longitude="2.372985" StarRating="4" HotelCode="64600|35829" HotelName="Mercure Paris Bercy Bibliothèque Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83272/a_83272_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the River Seine in the heart of Paris, and is ideal for either business or pleasure. The National Library of France, Palais Omnisport de Bercy stadium, Gare de Lyon train station, Pitié-Salpêtrière hospital, Institut Français de la Mode, Latin Quarter and Notre Dame are all nearby. The metro, a bus stop and Vélib' bicycles are all opposite the hotel, which is also offers good access to the road network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="684.73" OriginalAmount="639.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857336" Longitude="2.331432" StarRating="4" HotelCode="154538|2290705" HotelName="Hotel Verneuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8, rue de Verneuil, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/3/0/6/6/1/9/3/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="685.17" OriginalAmount="640.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864854" Longitude="2.336443" StarRating="3" HotelCode="77368|196156" HotelName="Hôtel Louvre Piémont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue De Richelieu, 75001 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/189974/189974a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel faces onto the Palais Royal Gardens in the heart of historical Paris, just steps away from the Louvre Museum, the Tuileries Gardens, and the Pompidou centre of modern art with its famous exhibitions. The Palais Royal and Pyramides metro stations are 150 metres from the hotel and Gare du Nord train station is approximately 2 km away. Charles de Gaulle airport and Orly airport are around 16 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="685.87" OriginalAmount="641.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8865222905" Longitude="2.3094262182713" StarRating="3" HotelCode="34956|hotel_glasgow_monceau_paris" HotelName="Glasgow Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Felicite, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56372/a_56372_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is centrally located near to the Champs-Élysées and the enchanting Parc Monceau. Scores of shops, restaurants, bars and other entertainment venues as well as Paris' most beguiling tourist attractions are within easy walking distance or can be reached on public transport, which is also within easy reach. Malesherbes metro station is around 500 m away and the nearest train station is 1.5 km from the hotel. The transfer time to Charles de Gaulle airport takes around 25 minutes and Orly airport is just 15 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="687.57" OriginalAmount="642.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864013383152" Longitude="2.3341628909111" StarRating="4" HotelCode="33470|7524" HotelName="Normandy" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de l’Echelle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/53257/a_53257_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is exceptionally situated, near the Louvre Museum and on the corner of the street St. Honoré, which is celebrated for its luxury shops. It is also very close to the Comédie Francaise (around 150 m), Palais Royal (around 200 m), Place Vendome (around 650 m) and Opéra Granier (around 900 m away). There are excellent public transport connections, with a bus stop and train station within around 250 m of the hotel. Gare du Nord is about 2 km away, and air connections are provided by Paris Orly Airport (around 18 km) and Paris Charles de Gaulle Airport(around 25 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="688.01" OriginalAmount="643" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879458666667" Longitude="2.357619" StarRating="4" HotelCode="199736|49277" HotelName="Hor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue la Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/285005/a_285005_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris. Its setting is especially ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="690.15" OriginalAmount="645" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859163" Longitude="2.30744" StarRating="3" HotelCode="14449|55197" HotelName="Les Jardins d'Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Amelie, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16254/a_16254_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Left Bank area of Seine, in the residential quarter of Invalides, just a few steps from the Eiffel Tower, the Champ de Mars and the Champs-Élysées. The nearest metro stations are La Tour Maubourg (line 8) or Invalides (lines 8-13 and RER C). Guests will find restaurants, shops and bars all within 100 m of the hotel. Orly Airport is approximately 20 km away and it is some 30 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.15" OriginalAmount="645.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872876" Longitude="2.308198" StarRating="4" HotelCode="11182|hotel_bradford_elysees" HotelName="Hôtel Bradford Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Saint Philippe de Roule, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9242/a_9242_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs Elysées and Faubourg Saint Honoré. A selection of shops, restaurants and bars as well as a bus stop and links to the public transport network (Philippe du Roule métro station) are to be found in the vicinity, around 150 m to 200 m away. The train station is about 1.5 km away (or ten minutes using public transport) and transfer time to both Charles de Gaulle Airport and Orly Airport is approximately 30 minutes (20 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="692.29" OriginalAmount="647.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89404547" Longitude="2.27854575" StarRating="0" HotelCode="630945|mercure_paris_pontdelevallois_neuillyopening_february_2018" HotelName="Mercure Paris Pont de Levallois Neuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Paul Vaillant Couturier, 92300 Levallois</AddressLine>
          </AddressLines>
          <CityName>Levallois-Perret</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/749383/a_749383_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Levallois-Perret.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="694.08" OriginalAmount="648.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861851839952" Longitude="2.3626251518726" StarRating="3" HotelCode="101180|2260015" HotelName="Saintonge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16, rue Saintonge, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/248073/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="694.43" OriginalAmount="649" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849883" Longitude="2.324324" StarRating="4" HotelCode="110453|37620" HotelName="Le Placide Saint-Germain des Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Placide, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/197710/197710a_hb_a_033.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="694.55" OriginalAmount="649.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845361045777" Longitude="2.3096542060375" StarRating="3" HotelCode="36883|303645" HotelName="Vic Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>92 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60551/a_60551_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This striking city hotel is located between the Eiffel Tower and Les Invalides. The UNESCO headquarters are nearby. There are also plenty of shopping and entertainment opportunities located close to the hotel, around 1 km away. Orly airport is roughly 12 km away and Charles de Gaulle is 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="694.99" OriginalAmount="649.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876011" Longitude="2.296228" StarRating="3" HotelCode="56961|191856" HotelName="Elysees Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73852/l_73852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a peaceful side street, only a few metres from Etoile and the Champs Elysées with its upmarket shops. Within a radius of about 50 m, there are numerous shops, restaurants, bars, nightclubs, a bus stop and an underground/ overground station. The Arc de Triomphe is roughly 20 m, the Parc Monceau some 150 m and the Eiffel Tower around 500 m away. Orly airport is approximately 15 km away and Charles de Gaulle airport is some 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="695.50" OriginalAmount="650" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847291" Longitude="2.371015" StarRating="3" HotelCode="401339|200980" HotelName="Alexandrie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue d'Austerlitz, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/576462/576462a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Gare de Lyon train station just 5 minutes walk from the opera house. It thus offers an ideal location in the heart of Paris. Links to the public transport network can be reached in about 100 m.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="695.97" OriginalAmount="650.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871804750968" Longitude="2.3235909640789" StarRating="3" HotelCode="15147|291715" HotelName="Vendome Opera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis rue de l’Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17956/a_17956_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the business and tourism district. Guests can take advantage of easy access to numerous sites including Place de Madeleine, Champs Elysees, the Big Palace and the Opera, The Louvre, Place Concorde and department stores. It is located a short walk from Madeleine metro station, and approximately 20 km from Orly airport and roughly 25 km Charles de Gaulle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="697.35" OriginalAmount="651.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848159" Longitude="2.349054" StarRating="3" HotelCode="81520|2259695" HotelName="Residence Henri IV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/110121/a_110121_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="697.90" OriginalAmount="652.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874677688105" Longitude="2.30578109622" StarRating="3" HotelCode="15940|85070" HotelName="Hôtel Plaza Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19196/a_19196_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Paris, some 200 m from the Champs Elysées. The George V métro station lies around 100 metres from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="698.27" OriginalAmount="652.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849838134652" Longitude="2.2832331061363" StarRating="4" HotelCode="32599|110642" HotelName="Novotel Paris Centre Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Quai de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51838/a_51838_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegantly appointed hotel enjoys a wonderful location on the Seine, just about 700 m from the main tourist area and the Eiffel Tower. There are a number of restaurants, bars and clubs within easy walking distance. Charles Michels metro station and the nearest bus stop are both very close to the hotel building. The nearest station is about 3 km away, while Orly Airport is approximately 15 km away and Charles de Gaulle Airport is around 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="698.71" OriginalAmount="653" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886488780318" Longitude="2.3356421291828" StarRating="2" HotelCode="50290|3936" HotelName="Best Western Plus Hôtel Littéraire Marcel Aymé" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tholoze, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36932/a_36932_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, recognisable by its typical Montmartre corner frontage, is located between the Moulin de la Galette and the Moulin Rouge. It is close to the Métro stations Abbesses and Blanche, and just 10 minutes from the Opéra and the Champs-Elysées.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="699.78" OriginalAmount="654" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842987752764" Longitude="2.3422631621361" StarRating="4" HotelCode="34416|55195" HotelName="Relais Saint-Jacques" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de l’Abbé de l’Epée, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54822/a_54822_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="701.85" OriginalAmount="655.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869059" Longitude="2.297245" StarRating="4" HotelCode="78991|860035" HotelName="Bassano" 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,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/151161/151161a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel offers luxury accommodation in the elegant 16th arrondissement of Paris, between the Champs Elysées and Avenue George V. Guests will find city centre shops and the train station just 5 minutes' walk away. The hotel is just 45 minutes' drive from Charles de Gaulle Airport (25 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="701.92" OriginalAmount="656" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.816725" Longitude="2.306149" StarRating="3" HotelCode="110126|18912" HotelName="Hôtel Mercure Paris Malakoff Parc des Expositions" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>122 Avenue Pierre Brossolette, 92240 Malakoff</AddressLine>
          </AddressLines>
          <CityName>Malakoff</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/152972/a_152972_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Parc des Expositions de Paris Versailles exhibition centre is just a few minutes' walk from this charming city hotel, meaning guests can easily find this Mecca of Paris which hosts events including the largest professional international shows. Guests may also take a relaxing stroll through the Parc Montsouris park. Guests have direct access by bus or metro to sights such as the Parc des Princes, Roland Garros stadium, Montparnasse train station (4 km away), Jardin du Luxembourg, Saint Germain des Prés and the Café de Flore as well as the Pasteur Institute and André Citroën park. The Eiffel Tower is approximately 6 km from the business hotel and nearby airports include Orly (15 km) and Charles de Gaulle (40 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="702.99" OriginalAmount="657" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838969932346" Longitude="2.3456507921219" StarRating="4" HotelCode="63700|56552" HotelName="Hotel Seven Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82086/a_82086_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city's 5th district, next to the Barrio Latino and Rue Mouffetard, in an area very famous for its shopping and restaurants. The hotel is 30 km from both Paris Orly and Charles de Gaulle airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="703.12" OriginalAmount="657.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873749" Longitude="2.320196" StarRating="4" HotelCode="34976|302645" HotelName="Le Lavoisier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Lavoisier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56944/a_56944_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the French capital, between Saint Augustin church, La Madeleine monument and Faubourg Saint Honoré. An abundance of shops are located in the immediate vicinity, as are scores of restaurants and bars. Saint Augustin métro station is just 150 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="704.06" OriginalAmount="658" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83250082" Longitude="2.49012506" StarRating="3" HotelCode="80556|423696" HotelName="Hotel Le Nogentel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Du Port, 94130 Nogent-sur-Marne</AddressLine>
          </AddressLines>
          <CityName>Nogent-sur-Marne</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212666/212666a_hb_a_022.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Nogent-sur-Marne.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="705.13" OriginalAmount="659" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835765" Longitude="2.292339" StarRating="2" HotelCode="110528|348587" HotelName="Lutece" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Langeac, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153423/a_153423_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="705.13" OriginalAmount="659" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846315979846" Longitude="2.3764626681805" StarRating="3" HotelCode="13703|54314" HotelName="ibis Paris Gare de Lyon Diderot 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Bis Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14590/a_14590_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707.27" OriginalAmount="661" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876776936065" Longitude="2.292003929615" StarRating="3" HotelCode="65250|5449" HotelName="Astrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/250456/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707.27" OriginalAmount="661" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8626892" Longitude="2.3724567" StarRating="4" HotelCode="263480|49275" HotelName="Fabric" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de la Folie Méricourt, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366898/a_366898_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707.27" OriginalAmount="661" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87449598435" Longitude="2.3186409473419" StarRating="4" HotelCode="31742|36781" HotelName="Park Lane Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 rue la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/112693/112693a_hb_a_061.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the centre of Paris, in the 8th district. The establishment lies close to the Champs-Élysées and the department stores of Galeries Lafayette and Printemps, as well as to the fashionable boutiques on Saint-Honoré. The metro station is just 1 minute's walk away. Saint-Lazare train station is around 400 metres from the establishment, and sights such as the Opéra Garnier and Concorde Place can be reached in just 5 minutes via public transport. The Louvre Museum is around 900 metres away. Nearby airports include Orly and Charles de Gaulle, which are approximately 15 and 20 km from the accommodation respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="708.71" OriginalAmount="662.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881352638498" Longitude="2.3274211585522" StarRating="4" HotelCode="25637|940935" HotelName="Le Grey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/37413/a_37413_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hidden in a sleepy side street in Paris' 9th Arrondissement, this charming, traditional, family-friendly hotel is surrounded by a profusion of shops- the famous Galaries Lafayettes is within walking distance- and cultural centres, such as the Garnier Opera or Montmartre. For further entertainment, guests will arrive at the Moulin Rouge in 5 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="710.48" OriginalAmount="664" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875180457194" Longitude="2.3327949643135" StarRating="3" HotelCode="31789|30727" HotelName="Helios Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50727/a_50727_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the Opera Garnier district, the hotel enjoys an exceptional location for leisure and shopping, just minutes from the Place de la Madeleine. The location invites guests to stroll along the big department stores such as Galeries Lafayette on Boulevard Haussmann. There are restaurants, bars and nightlife spots in the immediate vicinity, while the Mogador Theatre is 100 metres away and Place Vendome is around 400 metres away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="710.48" OriginalAmount="664" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86382363" Longitude="2.37502862" StarRating="0" HotelCode="726908|348471" HotelName="Les Deux Girafes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Passage Beslay, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952656/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="711.42" OriginalAmount="664.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84176024" Longitude="2.38422466" StarRating="0" HotelCode="583995|2224785" HotelName="Residhome Paris Gare De Lyon - Jacqueline De Romilly" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue Jorge Semprùn, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/753049/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="711.55" OriginalAmount="665" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871069951175" Longitude="2.3395447432995" StarRating="4" HotelCode="47982|25773" HotelName="Mercure Paris Opéra Louvre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11039/a_11039_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of Paris, near the Opéra Garnier and department stores, and also near the Bourse (stock exchange) and the Louvre Museum. Guests will appreciate the direct access from the Gare de Lyon train station and connections to the La Défense business district (RER A).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="712.62" OriginalAmount="666" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|390065" HotelName="Mercure Paris Centre Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Jean Rey Paris</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/39/390065/FrOzyY6W_7ae3384982bdbb43b63c74a1b4810d23.jpg</HotelPictures>
        <HotelDescription>Location
This elegant city hotel is located close the River Seine just 200 m as the crow flies from the Eiffel Tower. Links to the public transport network can easily be reached on foot.
Facilities
The establishment comprises a total of 405 accommodation units. Lift access is provided to the upper floors. Services such as a safe and currency exchange facilities make for a comfortable stay. Internet access (for a fee) and wireless internet access (no extra charge) are available in the public areas. Gastronomic options include a restaurant, a breakfast room and a bar. Shopping facilities are available. A garden is among the features contributing to a pleasant stay. Parking facilities available to guests include a garage (for a fee) and a car park (for a fee). Additional services include room service and a laundry.
Rooms
All accommodation units feature air conditioning and a bathroom. Bathrooms with wheelchair access can also be booked. The accommodation units each feature a double bed. A safe and a minibar also feature. A fridge, a mini-fridge and tea and coffee making equipment are provided as standard. Convenient features include internet access, a telephone, a TV and a radio. Wheelchair-accessible rooms are also bookable. Each of the bathrooms features a shower, a bathtub and a hairdryer.
Sports/Entertainment
The terrace is the perfect place to while away the time. The establishment offers guests leisure options, including a gym. 
Meals
The establishment offers the following bookable meals and board options: breakfast, lunch and dinner.
Payment
The following credit cards are accepted at the establishment: American Express, VISA, Diners Club, JCB and MasterCard.&lt;br/&gt;The Mercure Paris Centre Tour Eiffel is a Tourist hotel. Located in Paris area. The nightlife/restaurants are easily accessible by taxi or bus from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="714.76" OriginalAmount="668" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8456985" Longitude="2.375298" StarRating="0" HotelCode="959051|425484" HotelName="Hotel Parisianer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952629/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="714.76" OriginalAmount="668" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.828051" Longitude="2.315455" StarRating="3" HotelCode="72133|10325" HotelName="Citadines Didot Montparnasse Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94 Rue Didot, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/97580/a_97580_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a picturesque Parisian district, this apartment hotel is within walking distance of many shops, markets, quiet streets and small squares. Notre Dame is about a 15-minute drive away, whilst the Eiffel Tower can be reached in 20 minutes by public transport. Other sights, such as the Panthéon (3.9 km), Invalides (3.9 km), the Arc de Triomphe (5.7 km) and Sacré Coeur (7.5 km), are also nearby. The Parc des Expositions de Versailles can be reached in just 10 minutes by car or tram. The nearest metro line is number 13 (Plaisance Station), whilst the nearest bus lines are 58 and 62. Orly and Charles de Gaulle international airports are approx. 7 and 35 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="714.76" OriginalAmount="668" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84927686574" Longitude="2.3249065876007" StarRating="3" HotelCode="30124|55942" HotelName="Sevres Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Saint Placide, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/48516/a_48516_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="715.83" OriginalAmount="669" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855573674842" Longitude="2.3632333934064" StarRating="3" HotelCode="429927|200335" HotelName="Hôtel Jeanne D'Arc Le Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de Jarente, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=7826562</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Paris. It is close to the Place des Vosges and the nearest station is Saint Paul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="716.80" OriginalAmount="669.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871668024333" Longitude="2.3270845413208" StarRating="3" HotelCode="35574|1037128" HotelName="Hotel Basile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57831/a_57831_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally located at the heart of Paris, between the Place de la Madeleine and the Opera house. The best shops of the city, such as Galerie Lafayette or Printemps are just minutes away. The Champs Elysees, the Louvre, the Orsay Museum as well as the Opera Garnier and the Place de la Concorde are also just a stone's throw from the hotel. The transfer time to Orly airport is around 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="717.30" OriginalAmount="670.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846989" Longitude="2.325861" StarRating="4" HotelCode="13764|7254" HotelName="Holiday Inn Saint Germain des Prés" 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,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14324/w_14324_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated, on the left bank of the river Seine. The Galeries Lafayette and St. Germain des Prés are both in the immediate vicinity (around 500 m away). The lively city centre, with a variety of sightseeing attractions as well as an abundance of shops and other entertainment venues, is within easy walking distance or may be reached on public transport. St. Placide and Montparnasse underground stations are both only a few minutes away. It is just 14 km to Orly airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="717.97" OriginalAmount="671" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858273" Longitude="2.280616" StarRating="2" HotelCode="901322|203143" HotelName="Nicolo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, Rue Nicolo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329838/329838a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="720.11" OriginalAmount="673" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880036770038" Longitude="2.3289352655411" StarRating="4" HotelCode="25006|7019" HotelName="Hotel R de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/35453/a_35453_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="721.18" OriginalAmount="674" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841597616304" Longitude="2.3279562592506" StarRating="3" HotelCode="32580|46138" HotelName="Lenox Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51812/a_51812_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The traditional city hotel is situated close to Saint-Germain-des-Prés and the Porte de Versailles. The famous shopping stretch of Rue de Rennes is approximately 1 km away, whilst many other shopping venues, bars and restaurants and an exciting nightclubs may be found in the vicinity Links to the public transport network can easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="722.25" OriginalAmount="675.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860630453827" Longitude="2.3468946687318" StarRating="4" HotelCode="14058|citadines_les_halles_paris_2" HotelName="Citadines Les Halles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Innocents, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16251/l_16251_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the Forum Les Halles and its pedestrian zone, near to the Chatelet, the Centre Pompidou (500 m), Notre Dame Cathedral (500 m), the River Seine, Île Saint Louis and Île de la Cité. The Louvre Museum is also just a 15-minute walk away. Paris Orly Airport is 20 km from the hotel while Charles de Gaulle Airport is 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="723.32" OriginalAmount="676" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873215218769" Longitude="2.3428800702095" StarRating="3.5" HotelCode="25128|203445" HotelName="Pulitzer Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36551/a_36551_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, in the Opera district, very near to Rue Drouot, with its many specialist antiquarian book dealers, Galeries Lafayette (800 m), the Pompidou Centre, the Louvre Museum (1.5 km), and the French Stock Exchange. It is 1 km to Gare du Nord railway station, 1.5 km to Sacre Coeur church, 2 km to Notre Dame and 3.5 km to the Eiffel Tower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="723.76" OriginalAmount="676.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864411" Longitude="2.336123" StarRating="4" HotelCode="547098|2214865" HotelName="Drawing Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue De Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/65/654303/654303a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="725.01" OriginalAmount="677.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85567445" Longitude="2.36117782" StarRating="3" HotelCode="308149|2290025" HotelName="Grand Hôtel Malher" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Malher, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/464791/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="725.46" OriginalAmount="678" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850398514789" Longitude="2.2983272373676" StarRating="4" HotelCode="25334|56397" HotelName="Ares" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Général de Larminat, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36914/w_36914_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a favourable location, on a quiet street in the heart of the lively La Motte Picquet district and just across from the famous Village Suisse antique market. Guests will find restaurants, bars, shops and links to the public transport network just 100 m away in Ave Motte Piquet. It lies just a few minutes' walk from the Eiffel Tower and the Champ de Mars, and the area is well-served by 3 metro lines, giving guests great access to all parts of the city. Les Invalides is 500 m away and it is 3 km to the Champs Elysees. Orly Airport is 20 km away and it is 30 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="725.86" OriginalAmount="678.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870490707693" Longitude="2.3279043067016" StarRating="4" HotelCode="613202|2214875" HotelName="Hôtel Dress Code Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/782149/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="725.87" OriginalAmount="678.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86959" Longitude="2.334625" StarRating="4" HotelCode="79267|745025" HotelName="Golden Tulip Opera de Noailles" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de la Michodière, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107312/a_107312_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="727.60" OriginalAmount="680" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845372519215" Longitude="2.3752677440643" StarRating="4" HotelCode="15231|24745" HotelName="Novotel Paris Gare de Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18086/a_18086_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right by the Gare de Lyon railway station, a 10-minute walk from the Bastille and 10 minutes by metro from the Louvre, close to numerous major retailers. It is not far from the events centre Palais Omnisports de Bercy, Austerlitz station and the French National Library.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="728.18" OriginalAmount="680.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875647939708" Longitude="2.3038284480572" StarRating="4" HotelCode="12870|241476" HotelName="Hôtel Royal Garden Champs-Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218-220 Rue du Faubourg Saint-Honoré, 8ème Arrondissement, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13303/a_13303_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A short stroll from the Arc de Triomphe, the hotel enjoys an ideal location in Paris. It is situated at the heart of the business district near the Haute Couture shops of the Faubourg Saint-Honoré, the famous art galleries and the beautiful Parc Monceau. Nearby metro and RER trains give rapid access to the La Défense business district and Disneyland Paris. Charles de Gaulle International Airport and Orly Airport are 20 and 25 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="728.67" OriginalAmount="681" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863790175054" Longitude="2.2866515815258" StarRating="3" HotelCode="24418|56792" HotelName="Best Western au Trocadéro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/35173/a_35173_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="728.67" OriginalAmount="681" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872329945266" Longitude="2.3089898018648" StarRating="4" HotelCode="110482|201047" HotelName="Hôtel des Champs-Élysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/327494/327494a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="730.81" OriginalAmount="683" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858437" Longitude="2.283466" StarRating="3" HotelCode="110532|56803" HotelName="Passy Eiffel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Passy, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212751/212751a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="730.81" OriginalAmount="683" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8676" Longitude="2.35308" StarRating="4" HotelCode="283754|36774" HotelName="Hôtel Le 123 Sébastopol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Boulevard de Sébastopol, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/390910/a_390910_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="731.88" OriginalAmount="684" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862831" Longitude="2.367633" StarRating="3" HotelCode="110498|49278" HotelName="Beaumarchais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Oberkampf, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213239/213239a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="732.74" OriginalAmount="684.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873103" Longitude="2.325523" StarRating="3" HotelCode="180048|2290655" HotelName="Hotel Le Malown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Greffulhe, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4460000/4456200/4456196/70526b8f_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests attractive accommodation units, as well as a range of facilities for a comfortable stay. Wireless internet access in public areas allows travellers to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="732.90" OriginalAmount="684.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87800805" Longitude="2.28645704" StarRating="4" HotelCode="451750|1944395" HotelName="Le 10 Bis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10 bis rue du Debarcadere, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/561882/a_561882_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="732.95" OriginalAmount="685" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844970064745" Longitude="2.3212426900864" StarRating="3" HotelCode="32577|13550" HotelName="Best Western Hôtel Le Montparnasse Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51809/a_51809_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Paris, this hotel is located close to plenty of the city's sightseeing attractions including Les Invalides, the Champs de Mars, Orsay Museum and the department store, Galeries Lafayette. The Eiffel Tower, Place de la Concorde, Champs-Élysées, Place de l'Étoile and Les Halles may easily be reached with the metro. The hotel lies just 5 minutes from Gare Montparnasse train station. The airport is roughly a 30-minute drive away. Therefore, the hotel enjoys an ideal location for a trip combining business and tourism.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="734.26" OriginalAmount="686.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872733" Longitude="2.338413" StarRating="4" HotelCode="81138|2356815" HotelName="Dream Hotel Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Le Peletier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/109615/a_109615_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="735.09" OriginalAmount="687" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883586" Longitude="2.32577" StarRating="4" HotelCode="74058|55496" HotelName="B Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Lécluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/170131/170131a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Place de Clichy metro station in the Montmartre district of Paris. It is a short metro ride from the Sacre-Coeur Cathedral and the Opera Garnier. Champs-Élysées is just 4.5 km from the hotel. Charles de Gaulle Airport is approximately 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="735.09" OriginalAmount="687" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855268" Longitude="2.334438" StarRating="3" HotelCode="146827|203370" HotelName="Des Deux Continents" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25, Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330606/330606a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="735.09" OriginalAmount="687.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84891671" Longitude="2.34853621" StarRating="4" HotelCode="322837|hotel_la_lanterne" HotelName="Hotel La Lanterne" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de la Montagne Sainte-Geneviève, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/436824/l_436824_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="736.16" OriginalAmount="688" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875252" Longitude="2.286587" StarRating="4" HotelCode="78980|55366" HotelName="Duret" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Duret, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328323/328323a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="738.30" OriginalAmount="690" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868545" Longitude="2.355591" StarRating="3" HotelCode="110430|55286" HotelName="Hôtel du Plat d’Etain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Meslay, 3ème Arrondissement, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/257182/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="740.44" OriginalAmount="692" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87272111791" Longitude="2.328173" StarRating="4" HotelCode="75479|17448" HotelName="Aparthotel Adagio Paris Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102762/a_102762_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the area around l’Opéra - a prestigious district known for its dance and lyric arts. This central, animated district is well-regarded for its tourist attractions as well as its proximity to department stores, cafés, restaurants and luxury outlets. Broad avenues leading straight onto the Champs-Élysées or towards the east of Paris make this district a golden triangle of the ‘City of Light’. Also, with its offices, bank headquarters, insurance firms and travel agencies, the district of l’Opéra is one of the main economic hubs of Paris. The nearest links to the public transport network are just 100 m away from this establishment, and the Saint-Lazare railway station is within 10 minutes’ walking distance. It is just 25 km to Orly Airport, and Charles de Gaulle Airport is 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="741.41" OriginalAmount="692.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866394501653" Longitude="2.3607087135315" StarRating="2" HotelCode="29477|389425" HotelName="Relais du Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue de Turbigo, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47051/a_47051_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, only a few minutes walk from Galerie Lafayette and the Picasso Museum (500 m away). It is just 100 m from Temple/Republique metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="741.49" OriginalAmount="692.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="2" HotelCode="552021|2160365" HotelName="Residhome Paris Rosa Parks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>3/13 Rue Gaston Tessier, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/593007/593007a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="742.58" OriginalAmount="694" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.822018" Longitude="2.183095" StarRating="4" HotelCode="94432|69135" HotelName="Les Etangs De Corot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue de Versailles, 92410 Ville-d’Avray</AddressLine>
          </AddressLines>
          <CityName>Ville-d'Avray</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329588/329588a_hb_a_041.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Versailles. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="743.65" OriginalAmount="695.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873178171342" Longitude="2.3022821545601" StarRating="4" HotelCode="16660|hotel_residence_lord_byron" HotelName="Hotel Lord Byron" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20215/a_20215_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Parisian hotel is situated right by Park Monceau, close to many of the city's best bars, restaurants and shopping venues, such are the avenue Champs Elysée (around 100 m away). The nearest public transport links are within just 200 m of the hotel. The transfer time to Orly airport takes around 30 minutes and Charles de Gaulle airport is around 45 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="744.72" OriginalAmount="696" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88667" Longitude="2.360923" StarRating="2.5" HotelCode="74068|55576" HotelName="Hotel de Bellevue Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67, rue Philippe de Girard, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/101101/l_101101_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Montmartre and Sacré Coeur, the hotel enjoys privileged direct access by metro to the district of Champs Elysées, Les Halles, the Opera, major department stores, theatres and Paris' Stade France. Located 8 minutes' walk from the Gare du Nord, the hotel has an ideal location for customers travelling by Eurostar, Thalys and TGV. Orly Airport and Charles de Gaulle International Airport are 18 km away and Paris Beauvais Airport is 110 km from the establishment. Brussels Airport is 200 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="745.79" OriginalAmount="697" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847007" Longitude="2.370567" StarRating="3" HotelCode="60389|772" HotelName="Bel Oranger Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue D'austerlitz, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78166/l_78166_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the 12th district, 5 minutes' walk from Gare de Lyon (a major railway station which is an airport shuttle stop) and La Bastille, next to the famous Marais area. The hotel benefits from a unique location since it is in a very small and peaceful street, away from the busy main roads. Gare d'Austerlitz (another main railway station) is across the Seine River.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="745.79" OriginalAmount="697" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875039329539" Longitude="2.3048329353333" StarRating="4" HotelCode="337164|39462" HotelName="Champs Elysees Friedland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56037/a_56037_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Paris on a famous street, within paces of the Champs-Élysées and the Arc de Triomphe (300 m). It is also convenient for access to the shopping areas and the congress centres as well as tourist attractions, such as the Eiffel Tower, the Louvre Museum and an amusement park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="746.72" OriginalAmount="697.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83281976204" Longitude="2.30360588322" StarRating="2" HotelCode="199729|1081928" HotelName="Hotel Du Home Moderne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue Brancion, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/284998/a_284998_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area of the 15th district, close to the beautiful Parc Georges Brassens. The nearby tram takes guests to the Parc des Expositions of Porte de Versailles in three minutes. Guests can also move easily with buses (line 95 and 80) and subway (Convention, Porte de Vanves and Plaisance) within 10 minutes walk from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="746.74" OriginalAmount="697.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836199990611" Longitude="2.2527739405632" StarRating="4" HotelCode="365002|302505" HotelName="Radisson Blu Paris-Boulogne" 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>33 Avenue Edouard Vaillant, 92100 Boulogne-Billancourt, Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/245842/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="747.93" OriginalAmount="699" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8423593276" Longitude="2.3234340548515" StarRating="3" HotelCode="915010|57408" HotelName="Montparnasse St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Départ, 75014 Paris, Montparnasse, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/277518/a_277518_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="748.42" OriginalAmount="699.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8801918" Longitude="2.302567" StarRating="2" HotelCode="267512|1937645" HotelName="Mederic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Médéric, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/373206/a_373206_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="749.78" OriginalAmount="700.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875412434912" Longitude="2.294530570507" StarRating="4.5" HotelCode="58476|860545" HotelName="Maison Albar Hotel Paris Champs-Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/163030/163030a_hb_a_031.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a fantastic location on the right bank of the Seine in Paris’ 17th district. It is situated a few steps from the Place de l'Etoile (100 m), 5 minutes from Champs Élysées Avenue and is surrounded by beautiful Paris Haussmann buildings from Napoleon III's reign. Its central location and the nearby access to public transportation mainlines are very convenient to get to main sights in Paris. Orly Airport is approximately 25 km from the hotel while Roissy-Charles De Gaulle Airport is roughly 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="750.07" OriginalAmount="701" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85821039" Longitude="2.35033181" StarRating="3" HotelCode="430702|261179" HotelName="Hotel Andrea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Saint Bon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/594942/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="750.07" OriginalAmount="701" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849891" Longitude="2.346076" StarRating="2" HotelCode="212344|495399" HotelName="Hôtel du Collège de France" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Thénard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://www.hotelbeds.com/giata/33/331447/331447a_hb_r_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="751.03" OriginalAmount="701.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849575150945" Longitude="2.2969847917557" StarRating="3" HotelCode="34746|364135" HotelName="Europe Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56536/a_56536_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to the Rue du Commerce, one of the French capital's main shopping streets where many of the top Parisian boutiques are based. An array of restaurants and bars are to be found just 50 m away and links to the public transport network (La Motte-Picquet - Grenelle metro station) may easily be reached on foot. The city's many sights including the Eiffel Tower, the Parc des Expositions Porte de Versailles and the River Seine all lie within 1 km of the hotel. Paris Orly airport is 15 km away whilst it is some 25 km to Paris Charles de Gaulle airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="752.47" OriginalAmount="703.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848829" Longitude="2.331581" StarRating="4" HotelCode="142667|303865" HotelName="A La Villa Madame" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44, rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/135673/135673a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A few steps away from Saint-Sulpice church (500 m) and its charming square and famous fountain, this city hotel is at the heart of the Odéon and Saint-Germain-des-Prés districts (1.5 km), and it offers exceptional surroundings for guests looking to explore Paris. Guests will find restaurants, shops (Rue de Rennes), a bus stop, Saint-Sulpice metro station and the Luxembourg Garden park all within a 5-minute walk, while Montparnasse train station is around 15 minutes' walk. Nightlife spots are to be found 700 metres away and the city centre is just 10 minutes on public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="753.28" OriginalAmount="704" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867976" Longitude="2.336255" StarRating="3" HotelCode="68262|203320" HotelName="Baudelaire Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue Sainte-Anne, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213544/213544a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="755.42" OriginalAmount="706" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8722587" Longitude="2.3258620914016" StarRating="4" HotelCode="285136|55140" HotelName="Best Western Premier Opéra Opal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/392415/w_392415_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right bank of the River Seine next to the Place de la Madeleine (100 m) in Paris' Golden Triangle. The hotel enjoys a very convenient location for visiting the most prestigious monuments and sights of Paris. A few steps from the Haussmann department stores (100 m) and the Garnier National Opera (500 m), this pleasant boutique hotel is within walking distance of the Place de la Concorde, the Champs Elysees (1.5 km) and the Louvre (1.7 km). It lies 30 km from Paris Charles de Gaulle Airport and Paris Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="758.63" OriginalAmount="709" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876505" Longitude="2.295806" StarRating="3" HotelCode="15303|360620" HotelName="Hotel Flanelles Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17915/a_17915_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in a peaceful street near to the Arc de Triomphe and the Place de l'Étoile (Place Charles de Gaulle). Scores of shops and entertainment venues, as well as some of Paris' unrivalled tourist sights, are within walking distance of the hotel or are easily reached via public transport. Paris-Orly Airport is approximately 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="760.35" OriginalAmount="710.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855224235299" Longitude="2.3347442368054" StarRating="3" HotelCode="149460|3821075" HotelName="Hôtel Des Marronniers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/250579/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel des Marronniers is conveniently located in the popular 06. Saint Germain - Luxembourg area. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. Take advantage of the hotel's Wi-Fi in public areas, concierge, free Wi-Fi in all rooms, airport transfer, car park. Comfortable guestrooms ensure a good night's sleep with some rooms featuring facilities such as in room safe, heating, telephone, internet access – wireless (complimentary), non smoking rooms. The hotel's peaceful atmosphere extends to its recreational facilities which include garden. Friendly staff, great facilities and close proximity to all that Paris has to offer are three great reasons you should stay at Hotel des Marronniers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="762.25" OriginalAmount="712.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867153189193" Longitude="2.3375210165978" StarRating="4" HotelCode="50846|7424" HotelName="Hôtel Malte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39265/a_39265_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Paris close to the Opera, the Place Vendôme and the Musée du Louvre. The closest metro station is Pyramides (lines 7 and 14), Opéra (lines 3, 7 and 8). Further links to the public transport network may also be found in the immediate vicinity. Restaurants, bars and pubs are situated within 150 m of the hotel, whilst shops and the city centre is only 500 m away. The nearest train station lies 800 m away, whilst Charles de Gaulle Airport is about 20 km from the hotel (30-minute journey).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="765.24" OriginalAmount="715.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845251606698" Longitude="2.3500891774893" StarRating="2" HotelCode="187844|1547928" HotelName="Des Grandes Ecoles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 rue Cardinal Lemoine, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/15/1547928/FL0MNH3j_d2b5ca33bd970f64a6301fa75ae2eb22.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Arr5/6:Quartier Latin-St Germain. The establishment features a total of 50 units. Those who dislike animals may enjoy their stay, as this hotel does not allow pets. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="766.03" OriginalAmount="715.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86423932" Longitude="2.35682113" StarRating="1" HotelCode="566960|3779525" HotelName="Les Patios Du Marais Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Central Heating,Designated Smoking Area,Elevator,Garden,Internet,Kitchen,Luggage Storage,Off-Site Parking,Parking">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Des Gravilliers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/739404/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Les Patios du Marais, you'll be centrally located in Paris, convenient to Museum Georges Pompidou and Notre Dame Cathedral.  This aparthotel is close to Eiffel Tower and Arc de Triomphe.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 59 guestrooms featuring microwaves. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include safes and desks, and you can also request cribs/infant beds (complimentary).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt; &lt;br /&gt;Take in the views from a garden.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;The front desk is staffed during limited hours.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="766.12" OriginalAmount="716" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866165" Longitude="2.287133" StarRating="3" HotelCode="74054|55950" HotelName="Etoile Trocadéro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 rue Saint Didier, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/101084/l_101084_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in central Paris, the hotel provides the perfect base for sightseeing, shopping, restaurants and entertainment. The nearest bus and underground stops are located within walking distance. The nearest airports to the hotel are Charles de Gaulle, roughly 25 km from the hotel, and Paris-Orly, which is approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="768.35" OriginalAmount="718.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847134102036" Longitude="2.3259365558624" StarRating="4" HotelCode="63227|302695" HotelName="Saint Gregoire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43, Rue de l'Abbé Grégoire, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/81534/a_81534_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the heart of the Rive Gauche, in a charming neighbourhood in the 6th arrondissement, halfway between Montparnasse and Saint-Germain-des-Prés. The hotel Saint Michel, the Seine, the Saint-Germain-des-Pres Church, the Montparnasse tower, the Louvre and the Orsay Museum are all within walking distance. Links to the public transport network can be found close by at the Rennes and Saint Placide metro stations and Paris Orly Airport and Charles de Gaulle Airport lie 12 km and 28 km away, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="769.74" OriginalAmount="719.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87529688721" Longitude="2.3263576626778" StarRating="3" HotelCode="14179|302995" HotelName="Londres &amp; New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Place du Havre, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16451/a_16451_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, close to Galeries Lafayette and the opera house. The Champs- Elysées and the Louvre are just a 20-minute walk from the hotel. Orly and Charles de Gaulle airports lie between 25-35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="769.83" OriginalAmount="719.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871102" Longitude="2.32689" StarRating="3" HotelCode="94370|302115" HotelName="Relais Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis, rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131102/a_131102_D1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed in a charming 19th-century building on the rue Godot de Mauroy, which links the Place de la Madeleine with the nearby department stores. It is just metres from the fashionable boutiques of the rue du Faubourg Saint-Honoré, museums such as Pinacothèque, Louvre, Orsay, Orangerie and the theatres of Edouard VI, Mathurins, Michel and the Olympia. 'Gastronomic' Paris with its numerous and tempting restaurants is also close by. The nearest metro station is just 100 m away, and Paris Charles de Gaulle Airport and Paris Orly Airport lie 20 km and 30 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="770.40" OriginalAmount="720" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851893954791" Longitude="2.3837665823316" StarRating="5" HotelCode="415420|203054" HotelName="Hôtel Paris Bastille Boutet - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Rue Faidherbe, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/525212/a_525212_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the authentic Bastille district and near Marais, this new 5-star hotel lies within a historic building: the Maison Boutet. From wood manufacturing to chocolaterie, it has all of its original charm. Exclusive and one-of-a-kind, the hotel's 80 rooms and suites, including 10 with terraces, showcase its unique character. The spa will pamper you with 2 treatment rooms, a swimming pool, sauna, hammam and fitness room. The bar offers light meals and chocolate treats. The hotel has a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="770.40" OriginalAmount="720" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850304412426" Longitude="2.3450624809857" StarRating="4" HotelCode="260007|1484" HotelName="Mercure Paris Notre Dame Saint Germain des Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15813/a_15813_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive renovated hotel lies at the heart of the Rive Gauche, between Saint-Germain des Prés and the Notre-Dame cathedral. Nearby, guests will also find the Musée de Cluny and the Sorbonne. Restaurants, bars, pubs, public transport and shopping venues all lie with 100 metres from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="773.61" OriginalAmount="723" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853618593409" Longitude="2.3074105381966" StarRating="3" HotelCode="10965|55060" HotelName="Derby Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 avenue Duquesne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8922/a_8922_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located in the centre of Paris. Scores of shopping and entertainment venues on the Rue Cler are only minutes away from the building. Links to the public transport network are located within 100 m of the hotel and Montparnasse train station is around 2.5 km away. In addition, the famous Eiffel Tower is less than 4 minutes from the hotel. Orly airport is around 25 km away and Charles de Gaulle is 35 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="773.61" OriginalAmount="723" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877736013732" Longitude="2.293031657139" StarRating="4" HotelCode="460058|225157" HotelName="Le Tsuba Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/637816/637816a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the perfect choice for business travellers and holidaymakers alike. Most of the storeys can be reached by lift. Room service is among the facilities. The accommodation has a range of facilities for guests with disabilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="774.16" OriginalAmount="723.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879496" Longitude="2.356512" StarRating="3" HotelCode="79717|1082068" HotelName="Ibis Styles Paris Gare du Nord TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107902/a_107902_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="776.49" OriginalAmount="725.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875556648654" Longitude="2.2836454957724" StarRating="4" HotelCode="19059|995125" HotelName="La Villa Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Avenue Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23930/a_23930_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this boutique hotel has the perfect ambience for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="776.82" OriginalAmount="726" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868785" Longitude="2.292401" StarRating="3" HotelCode="78977|55952" HotelName="Hôtel de Sévigné" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue de Belloy, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106954/a_106954_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="776.82" OriginalAmount="726" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833109444633" Longitude="2.2892117500305" StarRating="3" HotelCode="187861|61197" HotelName="Hotel Paris Vaugirad" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/262133/a_262133_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="776.82" OriginalAmount="726" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873048505135" Longitude="2.3252056539059" StarRating="3" HotelCode="16329|5173" HotelName="Hotel Queen Mary" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Greffulhe, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213380/213380a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is located between the Opera and close to Madeleine. The hotel is an oasis of peace and quiet with a welcoming and warm atmosphere. Within 200 m of the hotel are links to the public transport system, which can easily be reached on foot. In the immediate vicinity, there are further cultural and historical highlights as well as a diverse range of numerous restaurants, cafes, bars and extensive entertainment venues are available.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="779.07" OriginalAmount="728.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857218764935" Longitude="2.3559142649174" StarRating="4" HotelCode="53467|3776975" HotelName="Hotel Du Bourg Tibourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Du Bourg-Tibourg, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/245743/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in 4th - Centre Pompidou Hotel Bourg Tibourg is a perfect starting point from which to explore Paris. Featuring a complete list of amenities guests will find their stay at the property a comfortable one. All the necessary facilities including free Wi-Fi in all rooms daily housekeeping taxi service 24-hour front desk facilities for disabled guests are at hand. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like television LCD/plasma screen linens mirror towels internet access - wireless (complimentary). To enhance guests' stay the hotel offers recreational facilities such as garden. A welcoming atmosphere and excellent service are what you can expect during your stay at Hotel Bourg Tibourg.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="780.03" OriginalAmount="729" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875173755287" Longitude="2.3220930468511" StarRating="4" HotelCode="259891|279998" HotelName="Hotel Le Belleval" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de la Pépinière, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15683/ba_15683_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the most desirable district of Paris, a stone's throw from La Madeleine, the Jardin des Tuileries and the Opera House and close to Gare Saint-Lazare, which allows guests to travel easily around Paris and to reach the surrounding towns. In the immediate vicinity of the hotel guests will find restaurants, bars, links to the public transport, a bus station and shopping venues such as Galeries Lafayette. Orly Airport is around 20 km away, and it is some 30 km to Charles de Gaulle airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="781.10" OriginalAmount="730" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8711913" Longitude="2.28724527" StarRating="4" HotelCode="651810|279956" HotelName="Mode Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Leroux, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/770795/a_770795_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="782.17" OriginalAmount="731" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874212" Longitude="2.28106" StarRating="3" HotelCode="81519|54310" HotelName="Residence Foch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Marbeau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213608/213608a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="782.17" OriginalAmount="731" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874877" Longitude="2.293667" StarRating="4" HotelCode="17855|16655" HotelName="Splendid Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22030/a_22030_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the golden triangle, this unique hotel with its elegant, intimate atmosphere enjoys unparalleled views out over the famous Place de l'Étoile and the Arc de Triomphe. Perhaps the most beautiful road in the world, the lively Avenue des Champs Élysées lies just 2 minutes walk from the hotel and underground stations are to be found close by offering excellent links to the French capital's business district, La Défence, as well as to Porte Maillot. Despite this idyllic central, lively location, the hotel is unaffected by the noise of the metropolis and is an oasis of tranquillity as well as the perfect location to kick back and relax at. Air France offers a shuttle bus service from Roissy Charles de Gaulle international airport, which saves guests the cost of a taxi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="783.27" OriginalAmount="732.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849556585041" Longitude="2.2955643644181" StarRating="4" HotelCode="65000|302025" HotelName="Hotel Le Parisis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83795/ba_83795_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the 15th arrondissement, a typical Parisian quarter, only a 5-minute walk from the Eiffel Tower. This modern hotel lies 5 minutes from Les Invalides and some 50 m from the metro station La Motte Piquet Grenelle from which it is only 10 minutes to the Porte Versailles Convention Centre, the old Opera, the Champs Elysées, the Montparnasse Tower or to the Grand Boulevards to enjoy the wide range of shopping venues on offer there. Furthermore, the business centre La Défense is only 15 minutes away. Orly Airport is some 20 km from the hotel, and it is around 25 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="784.31" OriginalAmount="733" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831659" Longitude="2.340073" StarRating="4" HotelCode="16819|1592" HotelName="Paris Marriott Rive Gauche Hotel &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Saint Jacques, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153155/153155a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located close to the Latin Quarter and Saint-Germain-des-Prés. Restaurants, bars and a bus stop are all in the immediate vicinity. The closest metro station is 200 m away and from here the line runs directly to the Eiffel Tower, which is 4 km away. It also reaches Champs Elysées and the Montparnasse business district in less than half an hour. Shops can be reached in about 10 minutes and the train station is approximately 15 minutes on foot. Notre Dame Cathedral and the Louvre Museum can each be reached in around 20 minutes by public transport, whilst Montmartre and the Sacred Heart Basilica are about 30 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="787.12" OriginalAmount="735.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878686173204" Longitude="2.3276502045453" StarRating="4" HotelCode="562278|2176815" HotelName="LAZ ' Hotel &amp; Spa Urbain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>17 rue de Milan, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/604461/604461a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="787.52" OriginalAmount="736" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838325645712" Longitude="2.2904708208808" StarRating="4" HotelCode="14789|46687" HotelName="Mercure Paris 15 Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Lambert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17348/a_17348_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="789.66" OriginalAmount="738" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845695539542" Longitude="2.344950735569" StarRating="3" HotelCode="52555|224958" HotelName="Des Grands Hommes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Place du Panthéon, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54803/a_54803_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="789.66" OriginalAmount="738" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851602" Longitude="2.338205" StarRating="4" HotelCode="110455|203375" HotelName="Louis II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue Saint Suplice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153321/a_153321_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="792.87" OriginalAmount="741" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878957238159" Longitude="2.2919355332851" StarRating="3" HotelCode="25333|55954" HotelName="Hotel Doisy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36910/a_36910_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a lively neighbourhood in the heart of Paris. There are a number of shops nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="793.94" OriginalAmount="742" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875485" Longitude="2.318303" StarRating="3" HotelCode="23658|36787" HotelName="Hôtel Augustin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Roy, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/30591/a_30591_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 500 m from the centre of Paris where guests will discover an abundance of shopping and entertainment venues as well as bars, restaurants and links to the public transport network are to be found close by whilst the train station is 500 m away. Transfer to Paris' Orly and Charles de Gaulle airports takes about 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="793.94" OriginalAmount="742" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858255" Longitude="2.346375" StarRating="3" HotelCode="89349|201004" HotelName="Britannique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue Victoria, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213087/213087a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="795.01" OriginalAmount="743" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84510998" Longitude="2.37136323" StarRating="3" HotelCode="769099|348339" HotelName="Courtyard Paris Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>209-211 Rue De Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/632981/632981a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Arr12/13:Bastille-Bercy. There are a total of 249 units on the premises. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="795.01" OriginalAmount="743" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871416546724" Longitude="2.3280616588954" StarRating="4" HotelCode="180061|57022" HotelName="Hotel Maison Athénée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212756/212756a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="795.01" OriginalAmount="743" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867509" Longitude="2.354014" StarRating="4" HotelCode="18786|32957" HotelName="Little Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Salomon De Caus, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23437/a_23437_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="796.08" OriginalAmount="744" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853169" Longitude="2.34511089" StarRating="2" HotelCode="326969|358767" HotelName="Hôtel du Mont Blanc Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de la Huchette, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505301/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;CheckIn 14 00\n\nCheckIn 14 00. CheckOut 12 00\n\n</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="796.08" OriginalAmount="744" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85424306692" Longitude="2.3078078440761" StarRating="4" HotelCode="82854|32116" HotelName="Hôtel Le Tourville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164871/164871a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel has a very central location between Les Invalides and the Eiffel Tower, right in the centre of Paris. The Eiffel Tower is 1.7 km away and the nearest metro station is 500 m away. Both Paris-Charles de Gaulle airport and Paris-Orly airport are about 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="800.36" OriginalAmount="748" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870089894854" Longitude="2.3572799084454" StarRating="0" HotelCode="335989|238985" HotelName="Palace Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Bouchardon, 10th Arr., 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505753/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="800.36" OriginalAmount="748" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858411" Longitude="2.34647" StarRating="3" HotelCode="110422|249602" HotelName="Hotel Elixir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Jean Lantier, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153284/w_153284_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="800.36" OriginalAmount="748" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.829011" Longitude="2.263379" StarRating="4" HotelCode="183910|44608" HotelName="Novotel Suites Paris Issy les Moulineaux" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86 Rue Camille Desmoulins, 92130 Issy Les Moulineaux</AddressLine>
          </AddressLines>
          <CityName>Issy-les-Moulineaux</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/257501/a_257501_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Issy-les-Moulineaux. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="802.50" OriginalAmount="750" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.326319" StarRating="4" HotelCode="68261|200382" HotelName="Le Vignon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Vignon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88289/a_88289_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="804.59" OriginalAmount="751.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.894962613801" Longitude="2.239226102829" StarRating="5" HotelCode="29319|79114" HotelName="Pullman Paris la Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue de l'Arche, 92081 Courbevoie</AddressLine>
          </AddressLines>
          <CityName>Courbevoie</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47242/a_47242_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the business district of La Défense, across from the CNIT convention centre and just 10 minutes from the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="806.78" OriginalAmount="754" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874995227065" Longitude="2.3133516311645" StarRating="4" HotelCode="73717|17449" HotelName="Aparthotel Adagio Paris Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>129-131 Boulevard Haussmann, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99451/a_99451_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Saint-Philippe du Roule area and is a stone's throw from the Grands Boulevards. It enjoys a central, luxurious location which features many famous tourist sights: La Madeleine, the Elysée Palace, the Arc de Triomphe and L'Opéra Garnier. It is a place of relaxation with its museums. It is 1 minute from the Jacquemart André Museum and a 3-minute walk from the great Parc Monceau and many commercial streets. It is a very lively business area, featuring the Chamber of Commerce and Industry as well department stores. The hotel's immediate proximity also includes restaurants, bars, pubs and nightspots. Charles De Gaulle International Airport and Orly International Airport are 30 and 26 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="806.78" OriginalAmount="754" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848844437287" Longitude="2.2978055477142" StarRating="3" HotelCode="36930|4291" HotelName="Citadines Tour Eiffel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60615/l_60615_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the former village of Grenelle, not far from the UNESCO headquarters. Set in the shopping district, guests will find numerous cafés and brassieres nearby, each full of typical Parisian charm. The nearby Swiss village is full of antique dealers and includes a host of other attractions, making this area at the foot of the Eiffel tower so popular. Orly and Charles de Gaulle airports are 20 and 30 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="806.78" OriginalAmount="754" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848690880163" Longitude="2.3477482795715" StarRating="3" HotelCode="31205|55198" HotelName="Hotel Le M Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49860/a_49860_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the heart of Paris, in the Latin Quarter and Saint-Germain des Prés. In the hotel's vicinity, guests will find Notre Dame cathedral, Cluny Abbey, the Seine, Saint-Michel, Beaubourg, the Louvre and the Orsay Museum. The nearest public transport, Maubert-Mutualité metro, is located just 100 metres from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="807.85" OriginalAmount="755" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.2982400655746" StarRating="3" HotelCode="74030|55100" HotelName="Galileo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Galilee, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213581/213581a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="807.85" OriginalAmount="755" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87888726" Longitude="2.33944062" StarRating="4" HotelCode="378845|200683" HotelName="Les Matins de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/48/481463/481463a_hb_a_031.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="808.24" OriginalAmount="755.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872467208277" Longitude="2.3375746607781" StarRating="4" HotelCode="14860|270855" HotelName="Millennium Hotel Paris Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Haussman, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/1/8/1/5/3/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in an elegant Haussman building, this hotel is just 500 m from Opéra Garnier and the famous Galleries Lafayette and the nearest train station is only 2 km away. The Champs-Élysées, Sacré-Cœur and Louvre Muesum are also approximately 2 km from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="808.91" OriginalAmount="755.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3077243566513" StarRating="3" HotelCode="34405|305175" HotelName="Yllen Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>196 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54807/a_54807_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies between the shopping quarter Montparnasse, the Eiffel Tower and the Parc Des Expositions De Versailles. An abundance of shops and entertainment venues are located in the immediate vicinity, while the nearest train station is around 1.5 km away from the hotel. The sightseeing attractions of the French metropolis are easily reached with public transport and there is a bus stop around 50 m away. Les Invalides, the Champs-Élysées, the Louvre and Notre Dame are all within 4.5 km of the hotel. Orly Airport is approximately 15 km away, around 20 minutes away and Charles de Gaulle is 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="808.92" OriginalAmount="756" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872991169629" Longitude="2.3160392045975" StarRating="4" HotelCode="34414|35816" HotelName="Holiday Inn Paris - Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de Miromesnil, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/245486/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="808.92" OriginalAmount="756" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841499643327" Longitude="2.3300537467003" StarRating="3" HotelCode="31204|201255" HotelName="Raspail Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>203 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49858/a_49858_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located close to the Jardin Luxembourg, just 100 m from links to the public transport network. Located in the vicinity (within 15 minutes walk) is the Porte de Versaille as well as countless sights of cultural interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="809.96" OriginalAmount="756.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870006104263" Longitude="2.2908827662468" StarRating="3" HotelCode="32504|61354" HotelName="Mercure Paris Champs Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51701/a_51701_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 km from the Eiffel Tower and around 200 m from the Arc de Triomphe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="809.99" OriginalAmount="757" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83878453" Longitude="2.38076238" StarRating="4" HotelCode="60654|54911" HotelName="Novotel Paris Centre Bercy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78506/a_78506_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a 3-star hotel in a new neighbourhood in the east of Paris, 8 minutes from the centre of the city, serviced by metro line 14, 8 minutes' walk from the Gare de Lyon train station and across the street from the Palais Omnisports de Bercy events centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="811.06" OriginalAmount="758" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853128056686" Longitude="2.344692093254" StarRating="3" HotelCode="65598|54298" HotelName="Albe Hotel Saint-Michel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de la Harpe, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84494/a_84494_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="812.13" OriginalAmount="759" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840263" Longitude="2.235412" StarRating="4" HotelCode="183055|52535" HotelName="Courtyard Hotel by Marriott Paris Boulogne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Route de la Reine, 46 Rue de Billancourt, 92100 Boulogne-Billancourt</AddressLine>
          </AddressLines>
          <CityName>Boulogne-Billancourt</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330270/330270a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Boulogne-Billancourt. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="817.37" OriginalAmount="763.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874752876977" Longitude="2.3290901398811" StarRating="4" HotelCode="408750|303295" HotelName="Residhome Paris-Opéra" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Joubert, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99912/l_99912_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the vicinity of this apartment hotel are the finest department stores, the Opéra Garnier and the Madeleine district. The nearest bus stop is just a 2-minute walk away. Charles de Gaulle Airport is about 25 km away, and Orly Airport is about 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="821.76" OriginalAmount="768" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868534676728" Longitude="2.3297506570816" StarRating="4" HotelCode="31206|55267" HotelName="Mansart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue des Capucines?, 75001 Paris?</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213257/213257a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just a few metres from the famous Louvre Museum, Vendome Square and the shopping centre St Honore. Links to the public transport network lie just a couple of minutes away (about 500 m away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="826.64" OriginalAmount="772.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858032" Longitude="2.353068" StarRating="3.5" HotelCode="147111|1549358" HotelName="Duo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/16/1609028/75qKhDbe_76a3aada5037c470b8386f08329e8e4a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="827.12" OriginalAmount="773.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865028835094" Longitude="2.3417280614376" StarRating="3" HotelCode="34428|1081988" HotelName="Hotel Odyssey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Hérold, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54841/w_54841_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of an exclusive art and fashion district close to the Palais Royal, the Tuileries Gardens and La Louvre museum. The opera house, the fantastic Orsay museum and the famous Notre-Dame cathedral are all only a short stroll from the hotel. The nearest public transport stop is around 100 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="829.25" OriginalAmount="775" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8748754" Longitude="2.3260143" StarRating="4" HotelCode="14788|35830" HotelName="Mercure Paris Opéra Garnier Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de L'isly, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17347/a_17347_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the French capital, just a short distance from the Opéra Garnier and within 200 m of St. Lazare métro station. Many of Paris' top sights including the Louvre and the Musée d'Orsay may easily be reached.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="831.39" OriginalAmount="777" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845651411205" Longitude="2.3243191838265" StarRating="4" HotelCode="56520|25029" HotelName="Victoria Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Blaise Desgoffe, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73223/a_73223_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies on the left-hand bank of the River Seine and is one of the top Paris addresses during the summer amongst celebrities such as James Joyce and Giorgio de Chirico. The picturesque Parisian district of Saint Germain des Prés lies approximately 700 m from the hotel and the cathedral of Notre-Dame de Paris in addition to the Eiffel Tower lie within 2 km of the hotel. Paris' Orly airport lies some 15 km away whilst it is around 25 km to Charles de Gaulle airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="832.46" OriginalAmount="778" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877181" Longitude="2.293503" StarRating="4" HotelCode="101777|56373" HotelName="Hidden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue De L'arc De Triomphe, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/142262/a_142262_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located a minute's walk from the Arc de Triomphe, which stands in the middle of the Place Charles de Gaulle, formerly the Place de l'Étoile, at the western end of the Champs-Élysées, which is a key player in this historical area of the city. Starting from the courtyard of the Palais du Louvre, with a sequence of monuments and grand thoroughfares leading out of Paris, this avenue is a must-see destination on any visitor's agenda. Likewise not to be missed is the Eiffel Tower, one of the top-10 spots in Paris. The airport is only about a 25-minute ride from the accommodation. The hotel is quite convenient for shopping purposes and for experiencing the lifestyle of the French people.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="833.98" OriginalAmount="779.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833716" Longitude="2.287081" StarRating="3" HotelCode="96665|299245" HotelName="Pavillon Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue du Hameau, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/134251/a_134251_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Behind the hotel lies the lively Vaugirard neighbourhood with its countless boutiques, restaurants, bars and cafés. This charming city hotel is located next to the most important exhibition centre and near the famous Montsouris Park. On line 12, guests can directly access the Museum D'Orsay and Concorde Square. The Eiffel Tower and Luxembourg Park are around 2 km from the family-friendly business hotel and Montparnasse train station is roughly 2 km away. Charles de Gaulle airport is approximately 45 km from the hotel and Orly airport is around 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="834.84" OriginalAmount="780.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868635243297" Longitude="2.298489511013" StarRating="4" HotelCode="12111|860015" HotelName="Elysees Regencia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Marceau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/244148/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Le Triangle d'Or (Golden Triangle) in Paris, this hotel is just 700 metres from the Champs Elysees. The nearest metro station is George V, which provides direct access to the Jardin des Tuileries and the Louvre. The Arc de Triomphe and a number of shops are just 5 minutes' walk from the hotel, while the Eiffel Tower and the nearest train station are roughly 15 minutes on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="835.67" OriginalAmount="781" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880046409804" Longitude="2.334371953373" StarRating="4" HotelCode="18730|21315" HotelName="Trinité Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 rue Jean-Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23353/a_23353_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a 5-minute walk from Saint-Georges metro station on line 12, this family-friendly city hotel is located on a quiet street in one of the most celebrated districts of Paris, between the Opéra Garnier, the Grands Boulevards and the Sacré-Cœur church on Montmartre hill. The Louvre is around 2 km from the eco hotel and the Arc de Triomphe is roughly 3 km away. The hotel is just 1 km from Saint-Lazare train station and nearby airports include Paris Orly (20 km) and Charles de Gaulle (26 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="835.69" OriginalAmount="781.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859745789504" Longitude="2.3085987567902" StarRating="4" HotelCode="164914|1678448" HotelName="Thoumieux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue Saint-Dominique, 75007 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/231514/a_231514_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="840.21" OriginalAmount="785.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878288996943" Longitude="2.2949949417371" StarRating="4" HotelCode="74060|185196" HotelName="Mercure Paris Arc de Triomphe Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/101093/a_101093_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="841.02" OriginalAmount="786" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854776" Longitude="2.368978" StarRating="4" HotelCode="73813|57356" HotelName="Hôtel Original Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Boulevard Beaumarchais, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99577/a_99577_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="841.19" OriginalAmount="786.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879775708909" Longitude="2.3206874728203" StarRating="4" HotelCode="29499|229916" HotelName="Best Western Premier Le Swann" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47280/a_47280_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Gare Saint-Lazare station, 1 km from the Opéra Garnier and the Grands Magasins, where guests may enjoy shopping. It is just 200 m from the closest metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="841.41" OriginalAmount="786.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875883" Longitude="2.345638" StarRating="3" HotelCode="15764|299255" HotelName="Pax Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue de Trévise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18888/a_18888_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located on a quiet side street in Paris' 9th arrondissement, close to the Galeries Lafayette. Shopping venues, bars and cafés as well as Cadet metro station are all just a stone's throw away and it is around 10-minute walk to the Gare du Nord, the Grands Magasins and the opera house. Notre-Dame, the Eiffel Tower and the Champs Elysées can be reached by metro in roughly 15 minutes. Orly and Charles de Gaulle airports are approximately 15 km and 20 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="843.16" OriginalAmount="788" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.3383122682571" StarRating="3" HotelCode="34811|1562" HotelName="Citadines Opéra Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Favart, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56649/a_56649_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located near to the Opéra Comique theatre. A profusion of shops and bars as well as connection to the public transport network are all to be found in the direct vicinity (Richelieu-Drouot metro station). The Opera Garnier as well as Galeries Lafayette and Le Printemps are also just a few minutes' walk away. The Louvre Museum lies around 1.5 km from the hotel and Orly and Charles de Gaulle airports are less than an hour away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="844.23" OriginalAmount="789" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841527554756" Longitude="2.3023891207038" StarRating="2" HotelCode="335189|224972" HotelName="Hôtel Eiffel Blomet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/449343/a_449343_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="846.37" OriginalAmount="791" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856284333529" Longitude="2.3319594562054" StarRating="3" HotelCode="36463|60299" HotelName="Du Danube" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58, rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59761/a_59761_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="846.37" OriginalAmount="791.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852306" Longitude="2.344416" StarRating="3" HotelCode="933646|hotel_du_levant_2" HotelName="Hotel du Levant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Elevator,Internet,Library,Luggage Storage,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de la Harpe, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0031/72404/3172404/1.jpg?f=15039833</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel du Levant in Paris (5th Arrondissement), you'll be minutes from Notre Dame Cathedral and Sainte Chapelle.  This hotel is close to Eiffel Tower and Arc de Triomphe.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 46 air-conditioned rooms featuring minibars. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;A complimentary breakfast is included.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include complimentary newspapers in the lobby, a 24-hour front desk, and multilingual staff.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="847.44" OriginalAmount="792" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868739338305" Longitude="2.2828763723373" StarRating="4" HotelCode="173022|54269" HotelName="Meliá París Champs Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue Victor Hugo, Distrito 16, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7324/a_7324_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just off Place Victor Hugo, the fashion district of Paris. The Arc de Triomphe and Champs Elysées are a mere 300 metres away and countless restaurants and bars as well as easy access to the public transport network are to be found close by. Orly airport is around 20 km from the hotel whilst it is 35 km to Charles de Gaulle airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="848.51" OriginalAmount="793" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872377234563" Longitude="2.3093095421791" StarRating="4" HotelCode="31208|16653" HotelName="Rochester Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue de la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49863/a_49863_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies on a main street and the heart of the French capital. The famous Champs Élysées is just 50 m away and a diverse selection of shopping and entertainment venues are to be found just a few minutes walk away. Saint-Philippe-du-Roule métro station lies directly beside the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="850.65" OriginalAmount="795" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849396886036" Longitude="2.3431737720966" StarRating="4" HotelCode="60655|230232" HotelName="Mercure Paris La Sorbonne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue de la Sorbonne, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78507/a_78507_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Panthéon and the Jardins de Luxembourg. It lies opposite the Sorbonne, in the heart of Paris' Left Bank.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="852.79" OriginalAmount="797" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859897548092" Longitude="2.3087610304356" StarRating="4" HotelCode="34872|55977" HotelName="Saint Dominique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56757/a_56757_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple yet charming hotel is situated in the city centre. Countless shops, restaurants and bars are to be found directly in front of the hotel. Convenient public transport links are to be found in the hotel's immediate vicinity. Paris Orly airport is 25 km away and Charles de Gaulle airport is 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="854.93" OriginalAmount="799.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853218" Longitude="2.334475" StarRating="4" HotelCode="82828|1081918" HotelName="Madison" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>143 Boulevard Saint Germain, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/151286/151286a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated opposite Saint-Germain-des-Prés Church, the hotel is located in the heart of Paris' Latin Quarter. The hotel's location makes it easy to access the principal tourist sights of Paris, including the Louvre, Orsay museums and Notre Dame Cathedral, all of which are around 1.1 km away. Luxembourg Garden is some 15 minutes' walk from the hotel, and shopping on the Rue de Rennes is just around 1 minute away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="855.70" OriginalAmount="799.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874053188938" Longitude="2.3425260186195" StarRating="4" HotelCode="189597|1013515" HotelName="Nell Hotel &amp; Suites, BW Premier Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Richer, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/265938/a_265938_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="856.00" OriginalAmount="800" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823486320307" Longitude="2.2745536650124" StarRating="3" HotelCode="210894|34390" HotelName="Best Western Issy Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis Avenue Jean Jaures, 92130 Issy-Les-Moulineaux</AddressLine>
          </AddressLines>
          <CityName>Issy-les-Moulineaux</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/299412/a_299412_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Issy-les-Moulineaux. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="856.00" OriginalAmount="800" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856544634871" Longitude="2.3059272766113" StarRating="3" HotelCode="30122|55283" HotelName="Hotel du Cadran" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Champ de Mars, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/48514/a_48514_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of one of Paris' more upscale, quiet districts. The Rue Clerc market, open daily and just a short walk away, will introduce guests to a wide range of traditional French products. The boutique hotel enjoys an ideal location, only a few minutes' walk from the Eiffel Tower, Invalides, the Rodin Museum, the Musée d'Orsay and the Champs-Élysées. The metro station is within around 5 minutes on foot. Paris-Orly Airport and Roissy-Charles de Gaulle Airport are both situated at a distance of approximately 30 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="858.14" OriginalAmount="802" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881690419523" Longitude="2.3374043405056" StarRating="3" HotelCode="25350|356957" HotelName="Le Pigalle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211879/211879a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="860.58" OriginalAmount="804.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845255" Longitude="2.342429" StarRating="4" HotelCode="151122|1082258" HotelName="Le Petit Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214, Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/213007/a_213007_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="862.85" OriginalAmount="806.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882113958738" Longitude="2.2820589889897" StarRating="4" HotelCode="300279|1015455" HotelName="AC Hotel by Marriott Paris Porte Maillot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Gustave Charpentier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/367547/367547a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="867.77" OriginalAmount="811" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884698598465" Longitude="2.2586104273796" StarRating="3" HotelCode="35315|191770" HotelName="Charlemagne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Charcot, 92200 Neuilly sur Seine</AddressLine>
          </AddressLines>
          <CityName>Neuilly-sur-Seine</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57258/a_57258_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just minutes away from La Defense, in the heart of Neuilly sur Seine. Pont de Neuilly underground station lies around 100 m from the hotel. The centre of Paris is within 10 minutes of the hotel and there are shopping venues, boutiques, bars and restaurants located in the vicinity. Orly airport is located roughly 20 km of the hotel whilst Charles de Gaulle airport is roughly 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="868.56" OriginalAmount="811.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856608" Longitude="2.332012" StarRating="4" HotelCode="901890|1889265" HotelName="Hotel Da Vinci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue des Saints Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/251328/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 24 rooms. The individual storeys can easily be reached via the lift or stairs. Services and facilities at the hotel include a bar, a babysitting service, a childcare service, a transfer service and room service. Wireless internet access in public areas allows guests to stay connected. The establishment offers a range of facilities for guests with disabilities. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="869.91" OriginalAmount="813" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.822788" Longitude="2.36136" StarRating="1" HotelCode="901408|348621" HotelName="Novex" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Designated Smoking Area,Garden,Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Caillaux, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330923/330923a_hb_a_010.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Paris China Town within walking distance to Metro "Maison Blanche" on Line 7, with an easy direct access to Louvre Museum, Chatelet, Garnier Opera House and the train stations Gare de l'Est/Gare du Nord. Visitors will not be bothered during their stay, as this is not a pet-friendly accommodation. Non-smoking hotel rooms available only. Smoking penalty is 150€ per night inside the hotel bedroom. Large open-air balcony available for smoking people. Free unlimited high speed internet access and WiFi for your calls and an easy access to your video apps access. Free welcoming fruit juice, coffee &amp; tea available with hotelbeds on request !</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="873.12" OriginalAmount="816" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871309928689" Longitude="2.2981838443874" StarRating="3" HotelCode="318608|201060" HotelName="Ekta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Galilée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/484397/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="875.26" OriginalAmount="818" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871754470894" Longitude="2.3123404383659" StarRating="4" HotelCode="63273|199976" HotelName="Amastan Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Nightclub,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Jean Mermoz, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/81589/w_81589_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Parisian hotel enjoys an impeccable location only 150 metres from the world famous Champs-Élysées. Due to its central location, guests are within easy reach of shops, restaurants, bars and nightclubs. Public transport is also just minutes away and sightseeing attractions such as the Louvre, the Eiffel Tower, Notre Dame and Montmartre are all within 20 minutes of the hotel by public transport. Furthermore, Charles de Gaulle and Orly airports are less than 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="876.33" OriginalAmount="819" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866780904419" Longitude="2.3257970809937" StarRating="4" HotelCode="34421|49267" HotelName="Meliá Vendôme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54832/a_54832_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a much sought after position in Paris, close to many of the French capital's top sights including La Madeleine Church and the Place de la Concorde. The nearest metro station is just a few steps away and Saint-Lazare train station lies around 2 km away. Numerous shopping and entertainment venues are also within easy reach. In addition, the famous Louvre museum is less than a kilometre away. Orly and Charles de Gaulle airports lie between 20 to 40 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="881.56" OriginalAmount="823.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871062894222" Longitude="2.3248422145844" StarRating="4" HotelCode="14296|389535" HotelName="Madeleine Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Place de la Madeleine, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16625/a_16625_J2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is centrally located close to the Place de la Concorde and the Champs Elysées. Countless shopping and entertainment venues are to be found in the near vicinity and the hotel is ideally located for links to the public transport network, with the nearest métro station and bus stop lying within metres of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="882.75" OriginalAmount="825" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850996" Longitude="2.335799" StarRating="4" HotelCode="89348|203377" HotelName="Relais Saint Sulpice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Garancière, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/247626/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in an 18th century hotel particulier, in the 6th district of Paris, this hotel offers a sanctuary, a timelessness experience, in the heart of historical Paris, in communion with the Saint-Sulpice Church. This voyage in time opens all sense toward reverie, creativity and wellbeing. This hotel is not only in the centre of historical Paris, it is also surrounded by publishing houses, art galleries and fashion stores. It is part of the Saint Germain experience!</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="883.82" OriginalAmount="826" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.810925607375" Longitude="2.1204993154025" StarRating="4" HotelCode="32235|46749" HotelName="Waldorf Astoria Versailles - Trianon Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Boulevard de la Reine, 78000 Versailles, Paris</AddressLine>
          </AddressLines>
          <CityName>Versailles</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51299/a_51299_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel lies just 1 km from the town centre and enjoys a wonderfully peaceful location directly next to a park. Paris Orly Airport is about 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="885.96" OriginalAmount="828" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870380129305" Longitude="2.3106694221497" StarRating="0" HotelCode="173797|298473" HotelName="Rond Point Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Ponthieu, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329597/329597a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 36 rooms. Services and facilities at the hotel include a bar and room service. Wireless internet access in public areas allows travellers to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="885.96" OriginalAmount="828" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872369" Longitude="2.308877" StarRating="4" HotelCode="94379|32061" HotelName="Hotel le A" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d’Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/176272/176272a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated 80 m away from Saint-Phillipe du Roule metro station. Places of interest nearby include the famous department store Galeries Lafayette, and the Champs-Élysées, both of which are just 5 minutes away on foot. Within walking distance of the hotel, guests will also find restaurants, bars and nightclubs. The bus station is around 100 m away, while the railway station is approximately 15 minutes away by public transport. On foot, guests can reach the Lido in around 5 minutes and the Arc de Triomphe in around 10 minutes. The Louvre Museum and the Eiffel Tower can each be reached in around 10 minutes via public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="887.97" OriginalAmount="829.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875534" Longitude="2.318752" StarRating="3" HotelCode="34412|761965" HotelName="Maison Malesherbes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 place Saint Augustin, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54816/a_54816_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="889.17" OriginalAmount="831" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850198363986" Longitude="2.2890452331352" StarRating="3" HotelCode="94376|54805" HotelName="Hôtel Gustave Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131116/a_131116_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="889.17" OriginalAmount="831" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83798742" Longitude="2.34929146" StarRating="4" HotelCode="638642|279983" HotelName="Hotel Monte Cristo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>20-22 rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/636591/636591a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="890.24" OriginalAmount="832" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.898006" Longitude="2.238122" StarRating="4" HotelCode="65534|42276" HotelName="Residhome Courbevoie la Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>49 avenue de l'Arche, 92400 Courbevoie</AddressLine>
          </AddressLines>
          <CityName>Courbevoie</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84418/a_84418_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the foot of La Grande Arche in the city centre. It is only 20 minutes from Les Champs Elysees on public transport and the Parc du Millénaire borders the residence, offering a green haven to relax. It is a stone’s throw from the bustling activity of the Grande Arche and the shops and facilities in the neighbourhood will ensure guests have a pleasant stay. Charles de Gaulle Interntaional Airport is 45 km from the hotel and Orly Airport is 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="893.28" OriginalAmount="834.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86923510986" Longitude="2.2978404164314" StarRating="3.5" HotelCode="10798|265985" HotelName="Hotel Le Belmont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/139375/139375a_hb_a_119.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet street, 100 m from the Champs-Élysées and close to monuments such as the Arc de Triomphe, Eiffel Tower, Trocadéro and the Louvre Museum. Roissy/Charles de Gaulle Airport is around 27 km away, and Paris/Orly Airport is some 18 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="893.45" OriginalAmount="835" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843848" Longitude="2.328119" StarRating="4" HotelCode="94372|55271" HotelName="Le Six" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Stanislas, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131105/a_131105_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="898.33" OriginalAmount="839.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839956764319" Longitude="2.3236539959908" StarRating="4" HotelCode="29761|229606" HotelName="Mercure Paris Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de la Gaite, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47806/a_47806_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="899.87" OriginalAmount="841" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865372019667" Longitude="2.3293952643871" StarRating="3" HotelCode="31209|55936" HotelName="Duminy Vendome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 rue du Mont-Thabor, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49864/a_49864_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the Place Vendôme. Guests will find a wide variety of shopping facilities and an underground station. The hotel provides an ideal location for those wishing to explore the famous sights of interest such as the Arc de Triomphe, Place de la Concorde and the Louvre museum.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="899.87" OriginalAmount="841" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874294874569" Longitude="2.2980844974518" StarRating="5" HotelCode="15066|18182" HotelName="Napoléon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Avenue de Friedland, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17817/w_17817_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies just a few paces from some of Paris' top sights including the Arc de Triomphe and the Champs-Élysées. The Louvre Museum, opera house and Eiffel Tower are all to be found just a short distance away and Charles de Gaulle - Étoile métro station is 200 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="903.08" OriginalAmount="844" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.810195" Longitude="2.328067" StarRating="4" HotelCode="171998|73699" HotelName="Courtyard Paris Arcueil" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue President Salvadore Allende, 94110 Arcueil</AddressLine>
          </AddressLines>
          <CityName>Arcueil</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153149/153149a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests enjoy convenient access to Laplace station which is 300 m away, and a direct connection to the centre of Paris (Chatelet), with its world-famous shopping. The hotel is located 9.5 km away from the Eiffel Tower, 3.5 km away from Tour Montparnasse, 5 km away from Porte de Versailles and 8 km away from Roland Garros on the ring road.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="905.22" OriginalAmount="846" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858206" Longitude="2.33094" StarRating="3" HotelCode="76840|298468" HotelName="Bersolys Saint-germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/246958/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Arr8/16:Star-C. Elysées/Trocadero. This establishment offers a total of 16 guests rooms. Bersolys Saint-germain is not a pet-friendly establishment. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="906.12" OriginalAmount="846.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856558752871" Longitude="2.3272588849068" StarRating="4.5" HotelCode="32039|389285" HotelName="Hotel Pont Royal Paris Saint Germain Des Pres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 -7 Rue De Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50779/a_50779_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable city hotel lies close to the River Seine and Pont Royal Bridge. The immediate vicinity has links to the public transport network and many cultural and historical highlights, for example, the Louvre, the Jardin des Tulieries as well as the Musée D`Orsay. An array of entertainment venues is also situated nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="910.57" OriginalAmount="851.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871893843606" Longitude="2.3281440138817" StarRating="4" HotelCode="10418|astra_opera" HotelName="Hôtel Astra Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8147/a_8147_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel enjoys an exclusive location in one of Paris' hippest arrondissement, close to the Madeleine, the opera house and Place Vendôme. Situated in the surrounding area are countless shopping and entertainment venues, bars and restaurants. Transfer to Paris' Orly and Charles de Gaulle airports takes about 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="910.57" OriginalAmount="851" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852690271902" Longitude="2.811593413353" StarRating="4" HotelCode="80381|68375" HotelName="Marriott Village d'Ile-de-France" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Allee de l'Orme Rond, 77700 Bailly-Romainvilliers</AddressLine>
          </AddressLines>
          <CityName>Bailly-Romainvilliers</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/142731/142731a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated near Disneyland Paris (2 km) and is surrounded by the Disneyland golf course. There is a bus stop at the resort entrance and the small typical French village of Bailly-Romainvilliers is only a 5-minute walk away from the resort and offers the nearest restaurants. The railway station of Marne la Vallee/Chessy/ Parc Disneyland is just 2 km away. Due to the vicinity of the theme park Disneyland Paris, the region is touristy, but this remains in balance with the number of local inhabitants. A large shopping centre, including a very famous outlet shopping village, La Vallée, can be reached within a 5-minute drive, or 15 minutes by public bus. Further attractions in the surrounding area include the Vaux-le-Vicomte castle (50 km), the medieval town of Provins (55 km) and Versailles Palace (60 km). Paris is 30 km away and can be reached by car or public transportation. It is 25 km to Paris Charles de Gaulle Airport and 45 km to Paris Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="913.78" OriginalAmount="854" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836166446719" Longitude="2.278847694397" StarRating="3" HotelCode="33000|15274" HotelName="Median Paris Porte de Versailles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52412/a_52412_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 15th arrondissement on the left bank of the river Seine. The Eiffel Tower and the Porte de Versailles exhibition centre lie just a short distance away. Various shopping venues, such as the Rue du Commerce centre, as well as links to the public transport network may quickly and easily be reached. Balard métro station on line 8 is within walking distance of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="913.78" OriginalAmount="854" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87261092" Longitude="2.34421264" StarRating="3" HotelCode="487275|201260" HotelName="Residence Bergère Appartements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Bergère, 75009 Paris, Île-De-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/653423/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="918.56" OriginalAmount="858.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87539514" Longitude="2.34435138" StarRating="5" HotelCode="593040|2331915" HotelName="Hôtel Parister" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Saulnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/763938/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="921.49" OriginalAmount="861.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871699780229" Longitude="2.2909659147263" StarRating="3" HotelCode="11928|7144" HotelName="Hotel Du Bois Paris Champs-Elysees" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue du Dome, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11763/a_11763_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is over 100 years old and is located directly near to the eminent Champs Elysées. The Arc de Triumph is approximately 500 m away. The nearest metro station is Charles de Gaulles - Etoile. Further public transport is to be found in the surrounding area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="922.34" OriginalAmount="862" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853944" Longitude="2.342923" StarRating="4" HotelCode="110458|201258" HotelName="Relais Hotel Vieux Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Gît-le-Cœur, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153325/w_153325_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="923.22" OriginalAmount="862.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.888565335327" Longitude="2.2504659707747" StarRating="4" HotelCode="235350|1039565" HotelName="Meliá Paris La Défense" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Boulevard de Neuilly, 92400 Courbevoie - Paris</AddressLine>
          </AddressLines>
          <CityName>Courbevoie</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/325691/a_325691_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="926.62" OriginalAmount="866" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854922360735" Longitude="2.3084690699405" StarRating="5" HotelCode="936633|44480" HotelName="Le Cinq Codet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Louis Codet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/377502/377502a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="930.90" OriginalAmount="870" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872069" Longitude="2.303288" StarRating="4" HotelCode="19321|5544" HotelName="Warwick Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/24331/ba_24331_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the heart of Paris on a side street off the famous Champs Elysées. Countless shopping and entertainment venues are to be found in the vicinity. Various other tourist sights of this most magnificent city can easily be reached on foot or on public transport. A bus stop is to be found only 100 m from the hotel and George V Metro station is only 3 km away. Pairs Orly Airport may be reached in just 30 minutes (15 km away), whilst Charles de Gaulle Airport is 25 km away (45 minutes).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="932.14" OriginalAmount="871.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853496" Longitude="2.361878" StarRating="4" HotelCode="224983|2474735" HotelName="Charles V - Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Saint Paul, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/259214/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="937.32" OriginalAmount="876" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85434" Longitude="2.336782" StarRating="3" HotelCode="146717|200266" HotelName="De Seine" 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>52, rue de Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/53/532218/532218a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="937.32" OriginalAmount="876" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864473029894" Longitude="2.3315101861954" StarRating="4" HotelCode="29134|49265" HotelName="Le Pradey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/161878/161878a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the very centre of Paris, this hotel has a prime location just 400 m from the Louvre Museum. The Tuileries Gardens are just across the street and the closest metro station is 100 m away. The hotel is a 10-minute walk from the Place de la Concorde and the beginning of the Champs-Élysées. Paris-Orly Airport is 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="938.61" OriginalAmount="877.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870919" Longitude="2.309054" StarRating="4" HotelCode="888715|298985" HotelName="Beauchamps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/137222/a_137222_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Paris, this hotel is located close to the Champs-Élysées, the Arc de Triomphe and the Place de la Concorde. The Champs-Élysée shopping centre is also within easy reach from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="939.46" OriginalAmount="878" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880331" Longitude="2.319552" StarRating="4" HotelCode="25344|35790" HotelName="Best Western Paris Gare Saint Lazare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36925/w_36925_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="941.60" OriginalAmount="880" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87205556" Longitude="2.32398235" StarRating="5" HotelCode="709308|298467" HotelName="Hotel Alfred Sommier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/830128/w_830128_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="944.71" OriginalAmount="882.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860602" Longitude="2.346566" StarRating="4" HotelCode="15238|765635" HotelName="Novotel Paris Les Halles" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Place Marguerite de Navarre, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18095/a_18095_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="946.95" OriginalAmount="885" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870366069303" Longitude="2.2938658626003" StarRating="5" HotelCode="165503|37647" HotelName="Majestic Hotel-Spa Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Perouse, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/140548/140548a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only a few steps away from the Champs-Elysées. There are numerous shopping venues nearby, whilst the main attractions of the city can all be easily accessed, such as the Eifel Tower and the Arc de Triomphe. The airports of Orly and Charles de Gaulle are about 18 km and 35 km away, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="950.16" OriginalAmount="888" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869047211254" Longitude="2.3028279840946" StarRating="4" HotelCode="38418|16649" HotelName="Chateau Frontenac" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Pierre Charron, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63500/a_63500_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an exquisite, peaceful location within a short distance of the Champs Elysées and the famous Parisian arrondissement featuring Avenue Montaigne and Avenue George V. It is just a stone's throw to a selection of highly elegant shops and fabulous restaurants, international cinemas and famous theatres. The nearest metro station, Franklin Roosevelt, lies less than a 5-minute walk from the hotel, as does a stop for the local bus service. It is just 3 km to the heart of the French capital, whilst Paris Orly airport is approximately 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="954.44" OriginalAmount="892" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871426326012" Longitude="2.8077578544617" StarRating="4" HotelCode="38278|1647" HotelName="Vienna House Magic Circus at Disneyland Paris" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue de la Fosse des Pressoirs, 77703 Magny-le-Hongre, Val de France, Marne la Vallée</AddressLine>
          </AddressLines>
          <CityName>Magny-le-Hongre</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63232/a_63232_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Designed in the style of a French country manor, this hotel is located at the heart of Marne-la-Vallée just 3 km from Disneyland. A shuttle bus covers the approximatelyten minutes to the world-famous leisure park. Situated around 37 km from Paris, this hotel lies within a reasonable distance of many other attractions such as golf courses, palaces and monuments. In addition, shopping facilities can be reached in around 5 minutes on foot. It is equally suitable as a stopover point for holidaymakers and business guests to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="959.92" OriginalAmount="897.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853859" Longitude="2.336705" StarRating="4" HotelCode="78713|72934" HotelName="De Buci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de Buci, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/152080/152080a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this hotel guests can easily visit Paris’ most famous sights, such as the Louvre and the Luxembourg Gardens, both of which are less than 1 km by foot from the hotel. The Eiffel Tower is around 15 minutes away on public transport and the Louvre Museum is approximately a 15-minute walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="960.86" OriginalAmount="898" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87948134614" Longitude="2.2849885027356" StarRating="4" HotelCode="50601|23954" HotelName="Le Meridien Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>81 Boulevard Gouvion Saint-Cyr, 75848 Cedex 17, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38061/a_38061_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Paris opposite the Palais des Congres, this international hotel lies just a stone's throw from the Champs Élysées and the Arc de Triomphe. Further sightseeing attractions such as the Eiffel Tower and the Louvre Museum are less than 5 km away. The shopping and financial centre of La Défense is around 3 km away. The nearest train station takes around 20 minutes to reach. Paris' two international airports are to be found within 30 km of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="963.54" OriginalAmount="900.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875295" Longitude="2.323407" StarRating="4" HotelCode="144894|650215" HotelName="Maison Albar Hotel Opera Diamond, BW Premier Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Pepiniere, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/206184/w_206184_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is close to the centre of Paris, next to Gare St Lazare train station (100 m), near to the huge Haussmann department stores (300 m), Madeleine and Opéra metro stations and numerous luxury shops and cultural institutions such as the Opéra Garnier (500 m). It lies 1.5 km from the Champs Elysées and 8 km from the Bois de Boulogne. Charles de Gaulle and Orly airports are both 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="972.23" OriginalAmount="908.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85555610416" Longitude="2.3409353440297" StarRating="4" HotelCode="47465|1015745" HotelName="Citadines Saint-Germain-des-Prés Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 ter Quai des Grands Augustins, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10415/a_10415_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the legendary district of St. Germain, the area of cultural trends, with its numerous cafés, antique dealers, art galleries and fashion boutiques. It is located directly next to the banks of the Seine with a view of the Pont Neuf and the Île de la Cité. The Louvre and St. Michel underground station are around 5 minutes’ walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="972.63" OriginalAmount="909" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84979930493" Longitude="2.3467987775803" StarRating="3" HotelCode="64084|55940" HotelName="Best Western Hôtel Jardin de Cluny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82559/w_82559_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="972.88" OriginalAmount="909.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867237879181" Longitude="2.2879296541214" StarRating="4" HotelCode="31744|7824" HotelName="Waldorf Trocadero" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50657/w_50657_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an exquisite and central location at the heart of Paris, only a few minutes' walk from the famous Champs Elysees. Links to the public transport network lie about 500 m away in the form of Boissier metro station, meaning that this hotel provides a good location for those wishing to explore the French capital. The Arc de Triomphe, the Eiffel Tower and many more tourist highlights are only a short stroll from the hotel. With its multitude of galleries, museums, churches and theatres, Paris offers enough to satisfy even the most demanding of visitors. Furthermore, numerous restaurants, clubs and bars offering plenty of entertainment are within easy reach. Gare du Nord train station is some 5 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="973.70" OriginalAmount="910" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868995" Longitude="2.336807" StarRating="4" HotelCode="110428|56973" HotelName="Lyric Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue de Gramont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=4635904</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="974.92" OriginalAmount="911.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860213" Longitude="2.318372" StarRating="4" HotelCode="82835|1547768" HotelName="Bourgogne &amp; Montana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/151287/151287a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 7th arrondissement in the heart of Paris, the hotel is across from Place du Palais Bourbon and within blocks of the Invalides, Musee d'Orsay, and Rodin Museum. The Eiffel Tower and Louvre are within 2 km. The nearest bus and metro stations are around 5 minutes' walk away. The River Seine is around a 5-minute walk from the hotel. The Champs-Élysées is some 15 minutes' walk away. Orly Airport is around 15 km from the hotel and Paris-Charles de Gaulle Airport around 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="975.84" OriginalAmount="912" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854379" Longitude="2.33274" StarRating="3" HotelCode="78619|54315" HotelName="Crystal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Saint-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213262/213262a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="979.05" OriginalAmount="915" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846896" Longitude="2.331643" StarRating="3" HotelCode="78976|226693" HotelName="De l'Avenir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332802/332802a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="979.05" OriginalAmount="915" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845053" Longitude="2.252664" StarRating="5" HotelCode="298449|39478" HotelName="Hôtel Molitor Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Nungesser et Coli, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406665/a_406665_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="985.15" OriginalAmount="920.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865236" Longitude="2.336291" StarRating="3" HotelCode="58701|89398" HotelName="Pavillon Louvre Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Molière, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138706/138706a_hb_a_007.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an exceptional location, right in the heart of Paris. It is just a few minutes from the Louvre, the Palais Royal and the Comédie Française. Forum des halles, the Palais Royal, Rue Saint-Honoré and the Musée du Louvre are all about 500 m away. The Opéra Garnier is around 800 m away. Paris-Orly Airport is some 20 km away and Paris-Charles de Gaulle Airport is around 28 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="990.82" OriginalAmount="926" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864510376527" Longitude="2.2886098396923" StarRating="5" HotelCode="15678|29292" HotelName="La Clef Tour Eiffel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/1000000/30000/21000/20955/f455c126_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a prime location in the 16th arrondissement, about 290 m distance from the Trocadero and 1.1 km from the Arc de Triomphe and the famous Champs Elysées. Local attractions include numerous museums, theatres and well-known restaurants as well as the Centre d'affaires Paris Trocadero. Orly Airport is roughly 25 km from the hotel and it is around 30 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="991.12" OriginalAmount="926.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869323628098" Longitude="2.3048043622041" StarRating="4" HotelCode="333102|3822035" HotelName="Hotel Oscar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Marbeuf, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/504631/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="992.96" OriginalAmount="928" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844803181974" Longitude="2.3524644576721" StarRating="3" HotelCode="110437|200403" HotelName="Hotel Monge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153300/w_153300_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="996.17" OriginalAmount="931" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860435757978" Longitude="2.3007237911224" StarRating="4" HotelCode="36882|55123" HotelName="Le Derby Alma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue Rapp, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60550/a_60550_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Paris, this hotel is only 200 m away from the Eiffel Tower and the famous Champs-Élysées is only 1.5 km away. Countless shopping and entertainment venues as well as a bus stop and metro station are only steps away from the hotel. A boat jetty on the Seine lies around 250 m away and Montparnasse train station lies around 3.5 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="997.24" OriginalAmount="932" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884" Longitude="2.33277" StarRating="3" HotelCode="189589|57313" HotelName="Résidence Blanche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/426338/201692104927432.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="997.40" OriginalAmount="932.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870243" Longitude="2.299945" StarRating="4" HotelCode="12654|111942" HotelName="Francois 1er" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Magellan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12966/a_12966_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is tucked away in a charming side street off the Champs-Elysées, less than 3 minutes’ walking distance from Arc de Triomphe and just steps away from the Avenue Montaigne, home of the world's most famous fashion houses (Chanel, Christian Dior, Ferragamo...) as well as restaurants, theatres and cinemas. It is only 10 minutes on foot from the Eiffel Tower. St Lazare station is around 3 km from the hotel and the nearest metro station is Georges V, a mere 100 m away. Orly Airport is around 20 km away and it is some 30 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="999.10" OriginalAmount="933.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864510713233" Longitude="2.3404931691009" StarRating="3" HotelCode="303903|1873405" HotelName="Crayon Rouge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue Croix des Petits Champs, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/417678/a_417678_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1003.01" OriginalAmount="937.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86712" Longitude="2.303877" StarRating="4" HotelCode="34410|305135" HotelName="West End" 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>7 Rue Clement Marot, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54812/a_54812_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1005.59" OriginalAmount="939.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866059533188" Longitude="2.368361900629" StarRating="4" HotelCode="142308|300865" HotelName="Gabriel Hotel Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue du Grand Prieuré, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/203300/a_203300_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1006.87" OriginalAmount="941" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860736" Longitude="2.342579" StarRating="4" HotelCode="88730|23957" HotelName="L'Empire Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue de l'Arbre Sec, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/124400/w_124400_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This magnificent 18th century hotel is nestled between the Louvre Museum and the infamous Saint-Honoré Street, and provides what is quite simply a perfect location for business or leisure. Guests will find restaurants, bars and shops on the hotel's doorstep and the Champs-Élysées is around a 15-minute walk away. The nearest bus station is a 5-minute walk from the design hotel and the nearest train station is around a 7-minute walk. Charles de Gaulle airport is roughly 30 km from the hotel and Orly airport is approximately 40 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1007.94" OriginalAmount="942" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871454760136" Longitude="2.3349677374345" StarRating="3" HotelCode="148753|479543" HotelName="Monsieur Helder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/210388/w_210388_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of the most visited monuments of Paris such as the Louvre, the Eiffel Tower and Montmartre. Guests can enjoy a day of shopping near the department stores Galeries Lafayette and Printemps Haussmann, and at night the Opéra Garnier, the Olympia and also the great Parisian theatres. The bus station is around 150 m from the hotel and the Gare de Lyon station can be reached in some 15 minutes by public transport. Paris-Orly Airport and Paris-Charles de Gaulle Airport are both situated at a distance of approximately 30 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1010.08" OriginalAmount="944" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872151842419" Longitude="2.3281357404363" StarRating="3" HotelCode="34418|23950" HotelName="Hôtel Saint Pétersbourg Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54826/a_54826_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the centre of Paris, in a quiet district with plenty of restaurants and theatres. It lies a short walk from the luxury departments store Galeries Lafayette and Printemps Haussmann (200 m) and a stroll around the vicinity of the hotel will bring guests easily to the Old Opera House (Opéra Garnier, 400 m), La Madeleine Church, the Louvre Museum (1.5 km) and Place de la Concorde. The hotel is conveniently positioned close to many metro stations and bus stops. It is 4 km to the Eiffel Tower and a 25-minute drive to Versailles. Orly Airport is 20 km and it is 25 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1011.15" OriginalAmount="945" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855595190221" Longitude="2.2927951812744" StarRating="4" HotelCode="33468|30747" HotelName="Hôtel Pullman Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue de Suffren, Entrée au 22 rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/53255/a_53255_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the fashionable Avenue de Suffren, this city and business hotel is just a stone’s throw from the Eiffel Tower and Trocadero Gardens; a short walk from the River Seine; and close to the Palais de Chaillot and the Porte de Versailles Exhibition Centre. Located in a refined and peaceful area, this elegant property is an ideal setting for both business and holiday travellers. Champs Elysées, the Notre Dame Cathedral and the Louvre can be reached within a 15-minute drive. Orly International Airport is approximately 18 km away and Charles De Gaulle International Airport lies roughly 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1015.52" OriginalAmount="949.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868492" Longitude="2.303679" StarRating="4" HotelCode="78123|85080" HotelName="Hôtel Claridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue François Premier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/105908/a_105908_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located near the Avenue des Champs-Élysées, in the centre of a large entertainment area and near the fashion district. The hotel provides luxury services and peaceful accommodation in the heart of a lively part of the city. Within a 30-minute walk guests will find the Louvre and the Eiffel Tower. Orly International Airport lies roughly 20 km from the hotel, and Charles De Gaulle International Airport is about 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1016.50" OriginalAmount="950" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84543429922" Longitude="2.3240724205971" StarRating="4" HotelCode="25007|13563" HotelName="Littre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Littré, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/35458/l_35458_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies on a quiet street between Saint Germain des Prés and Montparnasse, directly in the city and tourist centre. Within around 2 minutes' walk guests will find countless shopping venues and it is about a 5-minute walk to a selection of restaurants, bars, nightclubs, a bus stop and the underground station Montparnasse Bienvenue. It is approximately 10 minutes to the train station and the beautiful park of Jardin du Luxembourg may be reached in around 15 minutes. The Porte de Versailles exhibition and conference centre lies approximately a 10-minute journey away by public transport whilst it is approximately 30 km to Charles de Gaulle Airport and some 16 km to Paris Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1017.59" OriginalAmount="951.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866593878795" Longitude="2.3090171813965" StarRating="5" HotelCode="31385|130484" HotelName="La Maison Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/132521/132521a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated between the Champs-Élysées and the Avenue Montaigne in the heart of the Golden Triangle, close to the Place de la Concorde, the hotel offers the utmost comfort in a district dedicated to luxury and business.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1021.85" OriginalAmount="955" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876514093876" Longitude="2.3474653065205" StarRating="4" HotelCode="32825|55974" HotelName="Hotel du Temps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Montholon, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52114/a_52114_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, on a quiet street facing the Montholon gardens, between the Opéra House (1 km away) and the major railway stations (Gare de l'Est and Gare du Nord, both of which are around 800 m away). Cité des Sciences et de l'Industrie is just 5 km from the hotel, Sacré-Cœur is roughly 3 km away, and Grands Magasins Galeries Lafayette is just 800 metres away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1023.99" OriginalAmount="957" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85686452" Longitude="2.35641992" StarRating="0" HotelCode="772666|348164" HotelName="9 Confidentiel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Fax,Internet,Laundry,Pets allowed,Printer,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>58 Rue Du Roi De Sicile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638942/638942a_hb_a_001.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore your inner-bohemian at 9Confidentiel in the trendy, artsy Marais district in iconic Paris. Surrounded by art galleries and boutiques in a village-like area, the hotel offers 29 custom-tailored rooms in bronze and pastel pink colors with leather and copper French furniture designed by Phillipe Starck. Steps away from the historic Notre Dame cathedral, the hotel provides everything you might want from your trip to Paris: iconic, historic, fashionable, and romantic. Don't miss your chance to experience this unique Parisian gem.

29 uniquely creative rooms and suites designed as a “candy box for courtesans”
Enjoy double queen or king beds with cotton silk sheets and oak flooring
Start your day on the right foot with breakfast, served by the hotel
Sip a cocktail in the trendy hotel lounge or discover vibrant Parisian nightlife nearby
Impeccable service such as front desk, concierges, bellhop, and in-room dining are all available 24/7
The historic Marais district is essentially what Paris looked like before the revolution – get lost in the romance of the architecture and medieval origins
Travel Paris like a VIP by requesting private limousine service</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1023.99" OriginalAmount="957" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853773" Longitude="2.330096" StarRating="4" HotelCode="78988|61859" HotelName="Hôtel Pas de Calais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Rue des Saints Pères, Saint Germain des Pres, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330264/330264a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1023.99" OriginalAmount="957" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885177342145" Longitude="2.3374914858341" StarRating="4" HotelCode="404484|238982" HotelName="Montmartre Residence Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Durantin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/648684/648684a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 7 rooms. Most storeys can be reached by lift. Services and facilities at the hotel include a baggage storage service, a safe and room service. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1027.20" OriginalAmount="960" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866300988206" Longitude="2.2866287827492" StarRating="4" HotelCode="18736|31324" HotelName="Le Dokhan's, a Tribute Portfolio Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23363/a_23363_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located in the 16th arrondissement of Paris. The property lies 1 km from the Eiffel Tower and there are several metro stations nearby, including Boissiere, which is 300 metres away. Paris-Orly airport and Paris-Charles de Gaulle airport are both about 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1030.22" OriginalAmount="962.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860608836236" Longitude="2.3441998048934" StarRating="5" HotelCode="471781|1945755" HotelName="Maison Albar Hotel Paris Céline" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>23/25 Rue Du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/585701/585701a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The upper floors of the hotel can be accessed by lift. A restaurant, a bar and room service are available to guests of the establishment. Wireless internet access is available to travellers in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1030.46" OriginalAmount="963.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854991791141" Longitude="2.3045969884737" StarRating="4" HotelCode="25335|1015615" HotelName="La Bourdonnais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-113 Avenue de la Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006096/006096a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies between the Pont de l'Alma and the Pont d'Iéna on the River Seine at the heart of the city of Paris. The capital's famous Eiffel Tower lies just 1 km from the hotel and links to the public transport network may easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1031.48" OriginalAmount="964" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859863" Longitude="2.34712" StarRating="4" HotelCode="110419|55959" HotelName="des Ducs d Anjou" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Sainte Opportune, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212663/212663a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1033.06" OriginalAmount="965.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85529" Longitude="2.325502" StarRating="4" HotelCode="259018|302085" HotelName="K+K Hotel Cayré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Raspail, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15146/a_15146_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated right next to the Latin Quarter and is the perfect base from which to explore the many attractions, shopping streets and business centres awaiting visitors to Paris. There are links to the public transport network (bus) right on the doorstep and the nearest shops are 50 m away (Boulevard St Germain). Orly Airport is 16 km and it is 27 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1035.76" OriginalAmount="968" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87086527" Longitude="2.33825637" StarRating="4" HotelCode="494014|201154" HotelName="Hôtel Saint-Marc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Saint Marc, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/653229/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1040.04" OriginalAmount="972" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847478" Longitude="2.32246" StarRating="4" HotelCode="110452|224809" HotelName="La Belle Juliette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92, rue du Cherche Midi, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213643/213643a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1047.53" OriginalAmount="979" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86505222" Longitude="2.30770611" StarRating="4" HotelCode="848638|424761" HotelName="Le Damantin Hotel Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bayard, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952616/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1048.60" OriginalAmount="980" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885382" Longitude="2.333508" StarRating="3" HotelCode="110544|55488" HotelName="Le Relais Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Constance, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328170/328170a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1050.74" OriginalAmount="982" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864386570752" Longitude="2.3317435383797" StarRating="4" HotelCode="34403|24631" HotelName="Emeraude Louvre Montana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Saint Roch, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54805/a_54805_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated only a stone's throw from the Louvre, the Champs-Élysées and the Opera Garnier. The nearest public transport stop can be reached in some 100 m.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1061.47" OriginalAmount="992.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854733968347" Longitude="2.306597828865" StarRating="4" HotelCode="65085|941005" HotelName="Hotel Le Walt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue de la Motte Piquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/246253/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers guests an ideal location in Paris. The Eiffel Tower is only 1 km from the hotel and the Champs-Élysées is just 4 km away. The nearest train station is only 2 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1063.58" OriginalAmount="994" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870612" Longitude="2.336988" StarRating="3" HotelCode="149522|203325" HotelName="Gramont Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Gramont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213563/213563a_hb_a_014.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1065.72" OriginalAmount="996" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877098" Longitude="2.297132" StarRating="5" HotelCode="130262|32000" HotelName="Renaissance Paris Arc de Triomphe Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150572/150572a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of Paris, close to the chic bars and restaurants of the Faubourg St Honoré Street, 300 metres from the Arc de Triomphe, 10 minutes on public transport from the la Défense business district and 10 minutes' walk from the famous Champs-Elysées Avenue. Disneyland is some 45 km away and the Eiffel Tower is about 2.4 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1068.93" OriginalAmount="999" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8704708" Longitude="2.29918773" StarRating="0" HotelCode="792061|360616" HotelName="La Clef Champs-Élysées Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Garden,Internet,Laundry,Parking,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de Bassano, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/646068/646068a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The building that houses La Clef Champs-Élysées Paris was built in 1907 by the Hennessy family in a classic Haussmannian style, at the corner of Rue de Bassano and Rue de Magellan. It's no secret that you have to come here, to the centre of the 8th arrondissement, to truly see why Paris is known as the “City of Light”. The Champs-E´lyse´es, which stretches from the Arc de Triomphe to Jardin des Tuileries, is just a few steps away. Many consider the avenue, renowned for its grandeur and elegant architecture, to be the most beautiful in the world. Decide for yourself by taking a stroll down the historic thoroughfare from the Arc de Triomphe to Place de la Concorde. During your stay at La Clef Champs-Élysées Paris, you'll always be a few minutes' walk from the top destinations in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1068.93" OriginalAmount="999" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865662" Longitude="2.282967" StarRating="4" HotelCode="94387|31311" HotelName="Le Metropolitan, a Tribute Portfolio Hotel, Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de Mexico, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131131/r_131131_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the right bank of the River Seine in Paris. The area is home to the iconic Eiffel Tower - just 1 km from the hotel - as well as other top Paris attractions such as Radio France studios, the Parc des Princes and the Roland Garros tennis stadium. Both Paris-Charles de Gaulle airport and Paris-Orly airport are about 35 km away, and Beauvais-Tillé airport is some 100 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1076.42" OriginalAmount="1006" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866257" Longitude="2.288104" StarRating="4" HotelCode="12741|54260" HotelName="Garden Elysee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13106/a_13106_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to the Trocadéro, between the Eiffel Tower and the Champs Elysées. The beautiful hotel sits off the main road and offers direct access to Palais des Congrès Porte Maillot, and restaurants and shopping spots are within walking distance. The bus station is 400 metres from the hotel and Boissiere train station is 5 km away. The Louvre Museum and Notre Dame de Paris are both around 25 minutes away using public transport. Paris-Orly Airport is approximately 23 km from the hotel and Paris-Charles de Gaulle Airport is roughly 32 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1079.63" OriginalAmount="1009" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870662627182" Longitude="2.329334920081" StarRating="4" HotelCode="75478|203442" HotelName="Indigo Paris - Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Edouard VII, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102761/a_102761_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in a quiet pedestrian street in the very lively area of L'Opera, close to Place Vendôme and its luxury shops. Department stores such as Galeries Lafayettes or Printemps are within walking distance, as are restaurants. It is close to links to the public transport network (metro, bus, RER). The Louvre and the Musée d'Orsay can both be reached by metro within 15 minutes. Orly Airport is 30 km away and it is 40 km to Paris Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1095.67" OriginalAmount="1023.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853891174614" Longitude="2.307212192625" StarRating="3" HotelCode="395327|1907075" HotelName="Hotel La Comtesse Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93923/w_93923_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1097.82" OriginalAmount="1026" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872765355309" Longitude="2.3193624615669" StarRating="4" HotelCode="10393|4275" HotelName="Maison Astor Paris, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Astorg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8111/a_8111_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located near to the opera house and the metro station Madeleine. The area surrounding the hotel is refined and cultivated, ideal for this exquisite hotel, which radiates style and impeccable taste. The hotel is approximately 30 km away, some 30 minutes on public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1098.89" OriginalAmount="1027" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855158293606" Longitude="2.3601899766865" StarRating="2" HotelCode="81185|225133" HotelName="Le Temple De Jeanne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125 Rue Saint Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/109678/a_109678_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1112.80" OriginalAmount="1040" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86484356738" Longitude="2.3290023207664" StarRating="4" HotelCode="31820|28919" HotelName="Brighton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/009262/009262a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Paris, close to the Tuileries and just a few minutes walk from the opera, the Champs-Élysées, the Place Vendôme, the Tuileries Garden and the Louvre. The city centre is only metres from the hotel. The nearest public transport links are 200 metres away and the shopping centre, Galeries Lafayette, may be reached in around 1 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1120.29" OriginalAmount="1047" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873685" Longitude="2.300415" StarRating="5" HotelCode="29711|37569" HotelName="De Vigny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/11 Rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47709/a_47709_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the prestigious 8th district, in the heart of Paris. As convenient for business as it is for leisure, this establishment lies just 50 metres away from the Champs Elysées, with its shops, and the Arc de Triomphe. Guests will find restaurants, bars, nightspots and links to the public transport network just a 2-minute walk away and it is 5 minutes on foot from the nearest metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1124.57" OriginalAmount="1051" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872573" Longitude="2.336918" StarRating="4" HotelCode="200900|28251" HotelName="Paris Marriott Opera Ambassador" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Boulevard Haussmann, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7627/a_7627_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is just minutes from the Louvre and the Sacré-Coeur, and enjoys a truly enviable location amongst Parisian hotels. Inside the Opera Garnier district of Paris, this property places guests only steps from major attractions such as the Moulin Rouge and Folies Bergères, and is just a short stroll from the business district and the stock exchange. The Opera House is only a 5-minute walk from the hotel as is the Galeries Lafayette, and some of the best shopping in France is just around the corner. With an unbeatable location in the heart of Paris, this hotel is easily accessible by train, metro and private transport. The hotel sits 10 minutes from the Gare du Nord (Thalis &amp; Eurostar), 40 minutes from Orly Airport and a 45-minute taxi ride from Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1127.78" OriginalAmount="1054" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875597" Longitude="2.325543" StarRating="4" HotelCode="47693|947" HotelName="Hilton Paris Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Saint Lazare, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10691/a_10691_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated is a wonderful, central location, close to the opera and the large department stores. St. Lazare metro station is only 50 metres away and further public transport is located 100 metres away by foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1135.13" OriginalAmount="1060.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856715" Longitude="2.327856" StarRating="5" HotelCode="93095|86697" HotelName="Montalembert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/129466/w_129466_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of Saint-Germain-des-Prés, just 220 metres from Rue du Bac metro station. The Louvre can be reached within a 10-minute walk and Luxembourg Gardens a 15-minute walk away. Paris Orly Airport is 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1136.75" OriginalAmount="1062.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869397" Longitude="2.331158" StarRating="4" HotelCode="19376|7854" HotelName="Westminster" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/24419/a_24419_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the Rue de la Paix at heart of Paris, between the Rue Vendôme and the opera house. Les Tuileries, the Louvre and Faubourg Saint Honoré are only a short walk away. Opera underground station is a 2-minute walk and the Gare du Nord Eurostar Station is around 2.5 km away. The transfer time to Orly airport takes around 40 minutes and Charles de Gaulle airport is 45 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1138.48" OriginalAmount="1064" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866204555912" Longitude="2.345026625929" StarRating="4" HotelCode="320349|89553" HotelName="Bachaumont Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Bachaumont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/547121/547121a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1138.48" OriginalAmount="1064" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86580350729" Longitude="2.3531498395865" StarRating="4.5" HotelCode="548326|208323" HotelName="Hôtel National des Arts &amp; Métiers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>243 Rue Saint Martin, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/578721/578721a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1140.29" OriginalAmount="1065.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849341" Longitude="2.274379" StarRating="4" HotelCode="186685|954195" HotelName="Félicien" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Massage Centre,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21, rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/260791/a_260791_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1145.97" OriginalAmount="1071" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870807520063" Longitude="2.3373232036829" StarRating="4" HotelCode="187834|54309" HotelName="La Maison Favart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Marivaux, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/262077/a_262077_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 39 rooms. Most storeys can be reached by lift. Services and facilities at the hotel include a baggage storage service, a bar, a babysitting service, a conference room and a fireplace. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1148.01" OriginalAmount="1072.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881412" Longitude="2.323516" StarRating="4" HotelCode="376422|1593488" HotelName="Best Western Premier Kapital Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/488461/a_488461_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1150.25" OriginalAmount="1075" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873293367143" Longitude="2.3003911653817" StarRating="5" HotelCode="29710|39466" HotelName="Hotel Balzac" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006080/006080a_hb_a_032.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Paris within a few paces of the splendid boulevard of the Champs-Élysées. The nearest métro station (Georges V) lies just 100 m away and many of the French capital's top sights may easily be reached on foot or by making use of the public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1153.46" OriginalAmount="1078" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869307343383" Longitude="2.3319939640096" StarRating="4" HotelCode="441258|200782" HotelName="Rayz Private Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/551549/a_551549_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1169.51" OriginalAmount="1093" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864843" Longitude="2.329576" StarRating="3.5" HotelCode="180096|430200" HotelName="De la Tamise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Alger, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332909/332909a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1173.79" OriginalAmount="1097" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871083" Longitude="2.304649" StarRating="5" HotelCode="87703|29645" HotelName="Fraser Suites Le Claridge Champs-Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74, avenue des Champs-Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/122597/a_122597_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic apartment hotel enjoys a wonderful location on the Champs-Élysées and is the perfect hideaway in which to experience true French hospitality. The immediate vicinity features shops, restaurants, bars, pubs and nightlife spots, and tourist attractions such as the Arc de Triomphe, the Eiffel Tower and the Louvre are within 4 km of the accommodation. Saint-Lazare train station is 2.5 km away, Franklin Roosevelt metro station is just 300 metres away, and the airports of Charles de Gaulle and Orly are 34 and 36 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1179.20" OriginalAmount="1102.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871757999322" Longitude="2.298492193222" StarRating="4" HotelCode="31388|235766" HotelName="Amarante Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Vernet, 75008, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50120/a_50120_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located in Paris' popular 8th Arrondissement. It is only a short walk to the largest underground station in the city (Place de L'Etoile), which offers good connections to all parts of this exciting and romantic "City of Lights". Worth seeing above all is the famous Arc de Triomphe, the outstanding shopping area on the Champs Élysées, the Eiffel Tower, the world-renowned Louvre museum, and the beautiful opera house. On the Champs Élysées, guests will also find restaurants, bars, and nightclubs, while the city centre and a congress centre are situated approximately 1 km from the hotel. Disneyland Paris is around 30 km away. It is about 5 km to the Gare du Nord, some 15 km to Orly airport, and roughly 40 km to Charles de Gaulle airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1180.21" OriginalAmount="1103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84827254" Longitude="2.36577693" StarRating="4" HotelCode="398464|89551" HotelName="Goralska Residence Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Boulevard Bourdon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/48/481357/481357a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1181.28" OriginalAmount="1104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849194" Longitude="2.334629" StarRating="4" HotelCode="111155|60925" HotelName="Luxembourg Parc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/154125/a_154125_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1182.35" OriginalAmount="1105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856715124632" Longitude="2.3303676061516" StarRating="3" HotelCode="81973|200371" HotelName="Le Saint" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Du Pre aux Clercs, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/256621/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1187.70" OriginalAmount="1110.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869351553712" Longitude="2.3321512341499" StarRating="3" HotelCode="58702|hotel_daunou_opera" HotelName="Daunou Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/76044/w_76044_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of a very lively district where guests will find perfect connections to the public transport network as well as the pick-up and drop-off point for the Roissybus to Charles de Gaulle Airport, this city hotel is in the immediate vicinity of all the world famous boutiques (Hermès, Colette, Chanel), the Lafayette galleries, Parisian restaurants, cinemas and theatres as well as historical and cultural attractions such as the Musée de Louvre, Tuileries, and Opera Garnier. Guests will also find it very easy to visit attractions outside Paris such as Euro Disneyland Paris or the Château de Versailles, to name but a few. Charles de Gaulle and Orly airports are both approximately 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1199.47" OriginalAmount="1121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863986075279" Longitude="2.3362372595245" StarRating="5" HotelCode="36929|7358" HotelName="La Clef Louvre Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60614/a_60614_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is situated just a few steps from Paris' opera. The hotel is located directly opposite the Palais Royal and the Louvre Museum, at the bottom of the Opera Avenue. Paris-Orly Airport can be found some 17 km away and Paris-Charles de Gaulle Airport around 27 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1209.10" OriginalAmount="1130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868323" Longitude="2.326862" StarRating="5" HotelCode="47253|36982" HotelName="Castille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33-37 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10168/a_10168_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel whose interiors combine tasteful French and Venetian styles, is situated at the heart of Paris between the opera house and the Louvre in the quarter featuring the most famous fashion houses in Paris. Public transport departs from stops located just 200 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1210.17" OriginalAmount="1131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867345" Longitude="2.28573" StarRating="5" HotelCode="29712|31999" HotelName="Renaissance Paris Le Parc Trocadero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150571/150571a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 500 m from the Trocadero, while it is 1.3 km from the Eiffel Tower and Paris Congress Centre. It is also near the business district, La Défense, and plenty of attractions and fashion districts. There are also restaurants, bars and public transport links nearby. The train station is about 30 minutes away on public transport. The Louvre Museum is some 5.3 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1212.86" OriginalAmount="1133.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868305313622" Longitude="2.3331195116043" StarRating="4" HotelCode="12013|7174" HotelName="Hôtel Edouard 7" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue De l'Opera, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11901/a_11901_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is centrally located just a few minutes walk from the important sightseeing attractions in the city such as the Palais Royal and the Louvre (around. 500 m away). Lovers of the ballet, theatre and painter will be well catered for in this historical neighbourhood. Luxurious shops are located close to the Place Vendôme and the famous Champs Elysées. Links to the public transport network are around 500 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1214.45" OriginalAmount="1135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876791048358" Longitude="2.3075875639916" StarRating="5" HotelCode="34207|25021" HotelName="L'Hotel du Collectionneur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51-57 Rue de Courcelles, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54482/a_54482_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the 8th district and faces the wonderful Parc Monceau. The Champs-Élysées and the Arc de Triomphe are located within a 7-minute walk of the hotel and the Faubourg Saint-Honoré shopping area is 10 minutes away on foot. Guests will find bars, clubs and nightclubs, as well as links to the public transport network, in the immediate vicinity of the hotel. The Eiffel Tower, the Louvre Museum and Notre Dame Cathedral are all situated within a 30-minute journey by public transport. Gare du Nord is close by, Orly Airport is around 20 km away from the hotel and it is approximately 25 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1225.13" OriginalAmount="1144.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854859269991" Longitude="2.3331168293953" StarRating="4.5" HotelCode="26017|2157945" HotelName="Bel Ami" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7/11 rue St-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38060/a_38060_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, in Saint Germain des Prés, in the historic left bank area and 5 minutes' walk from the Seine, the Louvre museum and Notre Dame de Paris. Guests will find restaurants, bars, nightspots, shops and links to the public transport network all within a couple of minutes' walk of the hotel. It is 15 km to Orly Airport and Paris Charles de Gaulle Airport is just 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1225.15" OriginalAmount="1145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861785547597" Longitude="2.3039976134918" StarRating="5" HotelCode="310521|60648" HotelName="Hôtel Juliana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Rue Cognacq Jay, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/424692/a_424692_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1225.94" OriginalAmount="1145.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87023392" Longitude="2.31934433" StarRating="0" HotelCode="848692|2474565" HotelName="Les Jardins Du Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue D'aguesseau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/971135/a_971135_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1231.57" OriginalAmount="1151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865473474809" Longitude="2.3271596431732" StarRating="4" HotelCode="55608|30734" HotelName="The Westin Paris - Vendôme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue De Castiglione, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/72026/a_72026_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated by the beautiful Jardin des Tuileries and close to Place Vendôme. Concorde underground station is approximately 400 m away. Paris' main airports are between 18 and 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1234.78" OriginalAmount="1154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883547826604" Longitude="2.3314402607558" StarRating="5" HotelCode="305699|62650" HotelName="Maison Souquet Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Bruxelles, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/543181/543181a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1239.06" OriginalAmount="1158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856823982109" Longitude="2.3561459108778" StarRating="3" HotelCode="393944|200643" HotelName="Le Roi De Sicile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue Du Roi De Sicile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/550698/1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1247.62" OriginalAmount="1166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871539236322" Longitude="2.3121419548988" StarRating="4" HotelCode="32475|56058" HotelName="Elysees Mermoz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Jean Mermoz, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213362/213362a_hb_a_016.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming city hotel lies just a few minutes walk from the Champs-Élysées and is thus the ideal starting point for those wishing to explore the French capital's top sights, which include the Arc de Triomphe, Place de la Concorde and the numerous museums. Links to the public transport network can easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1249.39" OriginalAmount="1167.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867798946735" Longitude="2.3032115399837" StarRating="4" HotelCode="31207|7184" HotelName="Franklin D Roosevelt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Clement Marot, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49862/a_49862_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs-Élysées and Avenue Montaigne. There are plenty of shopping opportunities to choose from as well as restaurants and bars around 100 m from the hotel. Links to the public transport network also lie just a couple of minutes away (about 300 m). In addition, there are nightclubs just 300 m from the hotel. Charles de Gaulle Airport is 35 km away and Orly Airport is around 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1251.90" OriginalAmount="1170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87279389" Longitude="2.30522712" StarRating="5" HotelCode="633096|261208" HotelName="Hôtel De Berri A Luxury Collection Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18-22 Rue de Berri Paris, 75008 France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/628568/628568a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1251.90" OriginalAmount="1170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865204397676" Longitude="2.3045486211777" StarRating="4" HotelCode="34435|13555" HotelName="Meliá Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54851/a_54851_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of the French capital, close to the right-hand bank of the River Seine. The famous Champs Elysées lies about 300 m away and the Eiffel Tower is approximately 1 km from the hotel. Also just a short distance away (2 km and 3 km respectively) are the Arc de Triomphe and the Orsay museum. There are excellent public transport links, with a metro and train station just 100 m away and St. Lazare train station around 1.5 km away. Orly and Charles de Gaulle international airports lie between 20 km and 35 km from the hotel respectively. Additional sights of interest in the surrounding area include Versailles that is some 35 km away and Disneyland Paris (45 km from the hotel).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1252.97" OriginalAmount="1171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865443479397" Longitude="2.3296165466309" StarRating="5" HotelCode="39395|37641" HotelName="Renaissance Paris Vendome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Mont Thabor, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/016018/016018a_hb_a_041.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located at the heart of Paris, between Rue St. Honoré and the Tuileries gardens Links to the public transport network lie just 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1252.97" OriginalAmount="1171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865763" Longitude="2.329898" StarRating="4" HotelCode="17002|1593" HotelName="Hotel Royal Saint Honore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>221 Rue Saint Honore, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20719/a_20719_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Paris, within walking distance of the well-known shopping and entertainment area of Rue St Honore. The Museum d'Orsay lies only around 400 m away and Tuileries métro station is also located just a few paces from the hotel (around 5 minutes away). In addition, many of the French capital's top tourist sights are within easy reach. St Lazare train station is around 3 km from the hotel, the transfer time to Orly airport is 35 minutes away and Charles de Gaulle is 45 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1263.51" OriginalAmount="1180.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88253447" Longitude="2.31928362" StarRating="0" HotelCode="966420|2555315" HotelName="Paris j'adore Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Beudant, 17th Arr, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/d8/8b/d88b7d5783d13e3fbf824961892c7032eae7751d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1265.81" OriginalAmount="1183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850289969205" Longitude="2.3392671346664" StarRating="4" HotelCode="32474|203368" HotelName="Hotel Baume" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213195/213195a_hb_a_015.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated at the heart of one of the most lively districts in Paris. The Louvre, Notre Dame, the Sorbonne university, and the Cluny museum are all located in the immediate vicinity of the hotel. The hotel is also located just a few minutes' walk from countless appealing shops and entertainment options. The nearest underground station is "Odéon".</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1267.23" OriginalAmount="1184.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87052" Longitude="2.298029" StarRating="5" HotelCode="110480|92246" HotelName="InterContinental Paris Avenue Marceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Avenue Marceau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/40/20/40200a99b6cef772ad7288cff1548ed47d627dba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1277.57" OriginalAmount="1193.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865169" Longitude="2.332981" StarRating="4" HotelCode="409334|74264" HotelName="Lumen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue des Pyramides, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/113155/113155a_hb_a_094.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is situated in the heart of Paris between the Louvre and the opera and just a 5-minute walk from Jardin des Tuileries and Place Vendome. Orly Airport is approximately 18 km from the hotel and Charles de Gaulle Airport is around 28 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1277.58" OriginalAmount="1194" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872818" Longitude="2.307329" StarRating="4" HotelCode="78639|201023" HotelName="Daniel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Frédéric Bastiat, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332434/332434a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1285.07" OriginalAmount="1201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86393419" Longitude="2.35203837" StarRating="5" HotelCode="336673|201217" HotelName="Hotel Les Bains Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue du Bourg-l'Abbé, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/592544/592544a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1295.77" OriginalAmount="1211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853395" Longitude="2.329852" StarRating="4" HotelCode="110451|430203" HotelName="Des Saintes Peres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65, rue des Saints-Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/327759/327759a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1295.77" OriginalAmount="1211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85652417" Longitude="2.37198818" StarRating="5" HotelCode="612834|249641" HotelName="Maison Bréguet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Bréguet, 11e Arrondissement, Rive Droite, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/782148/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1303.26" OriginalAmount="1218" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872268736634" Longitude="2.3034851253033" StarRating="5" HotelCode="13845|44463" HotelName="Hôtel Lancaster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15899/l_15899_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a stone’s throw from the most famous avenue in the world, the Champs Elysées, and just around the corner from the Triangle d’Or, the hotel’s sandstone façade stands proud on Rue de Berri, in Paris’ 8th arrondissement. The surroundings of the hotel are easily explored on foot, including the prestigious Rue du Faubourg Saint-Honoré, the Place de l’Etoile, and the Place de la Concorde. The Eiffel Tower and the Jardin des Tuileries are only 15 minutes away by public transport and is a 20 minute ride to the Louvre Museum. Orly Airport is 20 km away and it is some 30 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1305.40" OriginalAmount="1220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865466417067" Longitude="2.3038592934608" StarRating="5" HotelCode="74025|54297" HotelName="Hotel Montaigne Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/207710/207710a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1318.95" OriginalAmount="1232.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87215" Longitude="2.326266" StarRating="4" HotelCode="25342|1025838" HotelName="Hotel Chavanel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36923/w_36923_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located at the heart of the fashion and theatre district, just a few minutes walk from Faubourg Saint-Honoré, the legendary department stores and the Opéra Garnier. Scores of shops, restaurants, and excellent public transport links are directly in front of the hotel and it is 35 minutes drive to Orly or Charles de Gaulle airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1319.31" OriginalAmount="1233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86622622" Longitude="2.33289923" StarRating="5" HotelCode="496037|201211" HotelName="Le Roch Hotel And Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/592391/592391a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1325.18" OriginalAmount="1238.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875053" Longitude="2.301345" StarRating="5" HotelCode="17715|111242" HotelName="Sofitel Paris Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Beaujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21789/a_21789_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel lies in a lovely central location close to the Arc de Triomphe and the Champs Élysées, both around 100 m away. It is located in the centre of Paris' shopping and entertainment quarter. The stunning building, from the era of Baron Haussman, lies close to Parc Monceau, the Paris' golden triangle emporia and the Faubourg St. Honoré, museums, the Salle Pleyel concert hall and the Lido. Charles de Gaulle-Étoile underground station is about 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1337.50" OriginalAmount="1250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887875872812" Longitude="2.2522205558892" StarRating="5" HotelCode="87704|25613" HotelName="Fraser Suites Harmonie, Paris La Defense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard de Neuilly, La Defense, 92400 Paris</AddressLine>
          </AddressLines>
          <CityName>Courbevoie</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/122598/a_122598_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel enjoys a convenient location at the entrance of La Défense, opposite the Esplanade de La Défense underground station. The centre of Paris can be reached in just 10 minutes via public transport, where, amongst other things, guests will find the Champs-Élysées – a great place to go shopping. Orly and Charles de Gaulle airports are 34 and 36 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1340.71" OriginalAmount="1253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86927974" Longitude="2.35662097" StarRating="4" HotelCode="430452|203022" HotelName="Hôtel Providence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Babysitting,Bar,Coffee Shop,Dry Cleaning,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>90, Rue René Boulanger, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/594949/26.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel Providence, you'll be centrally located in Paris, steps from Porte Saint-Martin and minutes from Porte Saint-Denis.  This 4-star hotel is close to Notre Dame Cathedral and Arc de Triomphe.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 18 individually decorated guestrooms, featuring minibars and flat-screen televisions. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Bathrooms have complimentary toiletries and hair dryers. Conveniences include safes and complimentary newspapers, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt; &lt;br /&gt;Take in the views from a terrace and make use of amenities such as complimentary wireless Internet access and babysitting/childcare (surcharge).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Satisfy your appetite at the hotel's restaurant, which serves lunch and dinner. Dining is also available at a coffee shop/café, and room service (during limited hours) is provided. Quench your thirst with your favorite drink at a bar/lounge.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include complimentary high-speed (wired) Internet access, complimentary newspapers in the lobby, and dry cleaning/laundry services.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1365.32" OriginalAmount="1276" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873395372023" Longitude="2.3023176840393" StarRating="4" HotelCode="34427|54274" HotelName="Hôtel Atala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54840/a_54840_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1366.39" OriginalAmount="1277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871423" Longitude="2.293634" StarRating="5" HotelCode="16489|53794" HotelName="Raphael" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006084/006084a_hb_a_033.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel has a central location at the heart of Paris just 100 m to links to the public transport network A diverse selection of shops, restaurants, bars, cafés and further entertainment venues are to be found in the vicinity (within 500 m of the hotel) as are many of the city's top cultural and historical sights including the Eiffel Tower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1376.02" OriginalAmount="1286" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871343" Longitude="2.323902" StarRating="4" HotelCode="15137|9466" HotelName="New Hotel Roblin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Chauveau-Lagarde, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17936/a_17936_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located, around 500 m from the Louvre, around 700 m from the opera and less than 1 km from the Champs-Élysées- Galeries Lafayette is located around 100 m away. A metro station lies just 50 m away and St. Lazare train station is around 400 m away. Orly airport lies around 18 km away and Charles de Gaulle airport is around 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1378.22" OriginalAmount="1288.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852786" Longitude="2.342283" StarRating="4" HotelCode="148919|443435" HotelName="Holiday Inn Paris Notre Dame" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Rue Danton, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330475/330475a_hb_a_017.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1388.14" OriginalAmount="1297.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86310444" Longitude="2.35807595" StarRating="0" HotelCode="943679|2474585" HotelName="Sinner Paris" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116 Rue du temple, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952618/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1392.07" OriginalAmount="1301" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851524551031" Longitude="2.3486924171448" StarRating="4" HotelCode="34424|54263" HotelName="Meliá Paris Notre-Dame" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Hotel Colbert, 75005 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54836/a_54836_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming boutique hotel lies in the exciting city of Paris, on the fashionable left bank of the Seine, and in a quiet street facing the Notre Dame cathedral. It is only a few paces to the Latin Quarter and the Boulevard Saint Germain, and is the perfect starting point for those wishing to explore historic Paris and have all the most significant attractions in the nearby surroundings, including museums or the romantic island of Saint-Louis with its countless cosy bistros. Of course, guests can also enjoy the impressive views of one of the most imposing cathedrals in the world. The central railway stations of the city are within easy reach, with Gare du Nord 5 km away, Gare de l'Est 4 km away, and Gare de Lyon some 2 km from the hotel. The nearest metro stations are Maubert Mutualité (L10), St Michelle (L4 or RER C and B (urban rail)), and Hotel de Ville (L1). It is some 20 km to Orly airport and approximately 35 km to Charles de Gaulle airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1400.63" OriginalAmount="1309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87011964" Longitude="2.34657009" StarRating="4" HotelCode="497702|298493" HotelName="The Hoxton Paris" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-32 Rue De Sentier, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/611614/a_611614_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1404.91" OriginalAmount="1313" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868538205383" Longitude="2.2980764508247" StarRating="4" HotelCode="74056|56191" HotelName="Alma Marceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Jean Giraudoux, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330672/330672a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1409.19" OriginalAmount="1317" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868521495375" Longitude="2.3065079250772" StarRating="5" HotelCode="29150|53801" HotelName="Hotel Marignan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Marignan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46811/l_46811_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the business, fashion and shopping district, between the mythic Champs Elysées and Avenue Montaigne. The nearest metro station can be reached in about 2 minutes on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1426.81" OriginalAmount="1333.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86054338" Longitude="2.31033534" StarRating="5" HotelCode="439869|2394125" HotelName="Hotel Le Narcisse Blanc &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard De La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/550055/a_550055_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1447.45" OriginalAmount="1352.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866415674484" Longitude="2.3252445459366" StarRating="4" HotelCode="110418|1036878" HotelName="Cambon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/153280/a_153280_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1448.65" OriginalAmount="1353.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873684483793" Longitude="2.3063041269779" StarRating="5" HotelCode="34411|7024" HotelName="Champs Elysees Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54813/a_54813_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Paris, close to the famous Champs-Élysées boulevard, making it the ideal starting point whence to explore the fascinating French capital. Links to the public transport network are some 200 m from the hotel. Just around the corner from the Triangle d'Or, the hotel's Haussmann façade stands proud on Rue de Berri, in Paris's 8th arrondissement. The surroundings of the hotel are easily explored on foot, including the prestigious Rue du Faubourg Saint-Honoré, the Place de l'Étoile, and the Place de la Concorde. The Eiffel Tower and the Jardin des Tuileries are only 15 minutes away by public transport and it is a 20 minute ride to the Louvre Museum. Orly Airport is 20 km away and it is some 25 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1454.43" OriginalAmount="1359.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863832522912" Longitude="2.3324784636498" StarRating="5" HotelCode="16548|302285" HotelName="Hotel Regina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place des Pyramides, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006066/006066a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of the French capital, directly beside the Louvre and close to the Tuileries métro station. The Gare Du Nord train station lies some 5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1471.25" OriginalAmount="1375" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858549004745" Longitude="2.3298995086436" StarRating="2" HotelCode="904813|55565" HotelName="De Lille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Garden,Internet,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/173581/173581a_hb_a_014.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within walking distance of numerous attractions, such as the Louvre and the Musée d'Orsay, overlooking the Tuileries Garden. Place de la Concorde is just 1.5 km from the hotel and the Champs-Élysées 2 km. The closest metro station is just 800 metres away. The hotel is situated approximately 35 km from Charles de Gaulle Airport and 20 km from Paris-Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1487.30" OriginalAmount="1390" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870395125533" Longitude="2.3297211527824" StarRating="5" HotelCode="17368|25024" HotelName="Sofitel Le Scribe Paris Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21294/a_21294_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city, the family-friendly hotel is located just a few metres from Opera Garnier and Vendôme square, a short walk from the Louvre Museum or the Champs Elysées. From the hotel guests will also enjoy the perfect location for shopping, just one block from department stores and 3 blocks from the Rue du Faubourg St Honoré. Access to public transport is around 50 m from the hotel and the nearest train station, Gare du Nord, is roughly 4 km away. Airports in the area include Paris-Charles de Gaulle (approximately 25 km), Paris-Orly (approximately 25 km), Paris Beauvais Tillé (approximately 78 km) and Brussels Airport (approximately 300 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1501.21" OriginalAmount="1403" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855046" Longitude="2.333748" StarRating="3" HotelCode="81969|225303" HotelName="Hôtel Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Bonaparte, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/110669/w_110669_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1530.10" OriginalAmount="1430" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8748713" Longitude="2.31800588" StarRating="5" HotelCode="726624|279971" HotelName="Hôtel Bowmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/630278/630278a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Bowmann offers the décor for 48 beautifully designed rooms and 5 spacious suites. In a luxurious Haussmann-style building the hotel embraces both Paris' heritage and bespoke 5 stars comfort.
On the elegant façade, perfectly fitting the prestigious atmosphere of Boulevard Haussmann, the stylish red portico opens the door to a brand-new luxury experience in Paris.
A perfect mix of tradition and heritage with innovation and avant-gardism, highlighting the beautiful tradition of Parisian luxury hotels while bringing a touch of essential freshness.
The rooms, with surfaces ranging from 25m2 to 100m2, are echoing the characteristic Haussmannian apartments with hardwood floors, ceiling-high moldings and plush beds with leather headboards.
Dressed in “haute couture” Carrara marble, the bathrooms redefine the concept of essential comfort and contemporary luxury.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1538.66" OriginalAmount="1438" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861291654137" Longitude="2.2750159659678" StarRating="5" HotelCode="636170|348248" HotelName="Brach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Designated Smoking Area,Heated Pool,Laundry,Massage Centre,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Rue Jean Richepin, 16ème Arrondissement, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/754809/a_754809_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;At the heart of the 16th arrondissement, neighbouring the Trocadéro, Eiffel Tower and Passy market, a stone's throw from La Grande Epicerie rive droite and the Bois de Boulogne, Brach unveils a space full of freedom and light designed by Philippe Starck. The world-famous designer has created a place of modern romanticism, rigorous yet elegant, that reveals its glass structure behind lush vegetation.

Combining avant-garde style and timeless appeal, the hotel boasts 59 rooms and suites with terraces, as well as welcoming lounges overlooking an outdoor environment treated with the utmost respect.

Restaurant with Mediterranean influences, balanced cuisine, a pastry shop, cocktail bar, a kitchen garden suspended over the rooftops and a sports club all await you in the immense glasshouse that is Brach, where humanity mixes with nature and innovation, culture and poetry.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1565.09" OriginalAmount="1462.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87087778" Longitude="2.34487519" StarRating="0" HotelCode="615270|2253005" HotelName="Hotel Des Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Poissonniere, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/32230/6797a8ca-8aa5-4ec6-b1fc-758a5ffa78af.jpg?d=636682656280000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1578.73" OriginalAmount="1475.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870982" Longitude="2.330421" StarRating="4" HotelCode="258520|7264" HotelName="Intercontinental Le Grand" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14859/a_14859_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1583.60" OriginalAmount="1480" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869814" Longitude="2.320877" StarRating="4.5" HotelCode="263389|57812" HotelName="Marquis Faubourg Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue d’Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/255194/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1594.30" OriginalAmount="1490" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87044504" Longitude="2.32342533" StarRating="0" HotelCode="765229|348398" HotelName="Fauchon L'Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://www.miki.co.uk/live/hotel/mikiNet/image/v1.0/FR/4166/7753/lr/thumb_1175_gallery_big.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 5 star hotel is located in the city centre of Paris. It is close to the Madeleine and the nearest station is Madeleine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1608.21" OriginalAmount="1503" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869090436818" Longitude="2.3220285773277" StarRating="5" HotelCode="17721|35839" HotelName="Sofitel Paris Le Faubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Boissy d'Anglas, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21800/a_21800_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies at the heart of Paris, between the Place de la Concorde, the wonderful shopping area of Faubourg Saint Honore and the famous Champs-Elysee. Located only a few minutes away from the metro station Place de la Concorde, this hotel is within easy access to the public transport network (50m). In addition, the hotel lies close to the Louvre as well as the Orsay Museums, the theatre houses and the concert halls. The beautiful Tuileries garden and the wonderful banks of the river Seine, are also just a few steps from the hotel. Furthermore, numerous restaurants, clubs and bars offering plenty of entertainment are within easy reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1677.40" OriginalAmount="1567.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872006752861" Longitude="2.334860265255" StarRating="3" HotelCode="16731|319685" HotelName="Richmond Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20331/r_20331_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the very heart of Paris just a stone’s throw from the Opera House, the hotel enjoys an outstanding location close to the major department stores, Place Vendôme, the Louvre Museum and Sacré-Coeur. Further nearby attractions include the Madeleine Church and the Champs Élysées, each around 1 km from the hotel. Bars, restaurants, shops and public transport are also in the immediate vicinity. Gare du Nord is around 3 km away, and the nearest airports includes Paris-Orly (around 18 km) and Paris-Charles de Gaulle (around 26 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1685.25" OriginalAmount="1575" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8695889" Longitude="2.3206238" StarRating="5" HotelCode="263477|60727" HotelName="Buddha Bar Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/255394/255394a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1705.58" OriginalAmount="1594" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86547921" Longitude="2.33482792" StarRating="5" HotelCode="451115|225291" HotelName="Nolinski Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de l'Opera, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/561204/p_561204_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1726.34" OriginalAmount="1613.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871017" Longitude="2.30493" StarRating="5" HotelCode="14582|7444" HotelName="Paris Marriott Champs-Elysees Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue des Champs-Elysees, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17041/a_17041_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 70 Avenue des Champs-Élysées and is the very image of French luxury. It is a stone's throw away from the Arc de Triomphe and the Place de la Concorde. It is within walking distance of the Eiffel Tower and the Louvre Museum. Restaurants, bars, nightclubs and shops are all just a few minutes' walk from the hotel. A metro stop can be found approximately 100 m away and a bus stop around 60 m away. The train station Gare de Lyon can be reached in about 20 minutes by public transport. From the hotel, it is about 15 minutes’ walk to the Seine and 25 minutes’ walk to the Tuileries Garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1732.33" OriginalAmount="1619" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862973" Longitude="2.335692" StarRating="5" HotelCode="11933|30730" HotelName="Hôtel du Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place André Malraux, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11771/a_11771_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies just a few paces from the Louvre at the heart of Paris' business district. Palais Royal - Musée du Louvre métro station is located 200 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1760.15" OriginalAmount="1645" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856271097831" Longitude="2.3659658432007" StarRating="4" HotelCode="15760|54281" HotelName="Le Pavillon de la Reine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Place des Vosges, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328726/328726a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1774.06" OriginalAmount="1658" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869834" Longitude="2.297285" StarRating="4" HotelCode="259339|30743" HotelName="Keppler" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Kepler, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15338/a_15338_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in a charming side street of the Champs-Élysées and the 'chic' 16th district. It is a perfect base for exploring the delights of the city with shops, museums, restaurants, theatres and cabaret venues all within easy reach. Guests will find links to the public transport network in the immediate vicinity. The Arc de Triomphe is a 4-minute walk from the hotel, and it is some 800 m to the Eiffel Tower, the River Seine is an 8-minute walk and the Louvre museum is around 900 m away. Orly Airport is some 20 km away and it is around 30 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1797.04" OriginalAmount="1679.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870676" Longitude="2.279877" StarRating="4" HotelCode="98769|1037895" HotelName="Saint James - Relais &amp; Chateaux" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Place du Chancelier Adenauer, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/138502/a_138502_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Part château, part family townhouse, a blend of grandeur and intimacy, of classicism and extravagance, this prestige hotel is situated in a park in the heart of Paris. The Saint James Paris combines all of the services of a château-hotel, the privileges of a private club and the charm of a preeminent family home.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1903.25" OriginalAmount="1778.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="976586|2619995" HotelName="Cour des Vosges" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Place des Vosges, 4 arrondissement, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/40000000/39190000/39186300/39186206/533f153a_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2123.95" OriginalAmount="1985" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856356" Longitude="2.335257" StarRating="4.5" HotelCode="101029|203380" HotelName="L'Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue des Beaux-Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/1000000/530000/525600/525529/623a7f98_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2201.96" OriginalAmount="2057.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866450080316" Longitude="2.3085249960422" StarRating="5" HotelCode="31788|304555" HotelName="San Regis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, rue Jean-Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50726/a_50726_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel lies in the immediate vicinity of the famous shopping street Champs Elysées and is 1 km from the Arc de Triomphe. Countless shops on the Avenue Montaigne and links to the public transport network can easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2446.84" OriginalAmount="2286.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871989" Longitude="2.297915" StarRating="5" HotelCode="14016|82380" HotelName="Le Vernet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue Vernet, Champs Elysees, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16176/s_16176_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1.5 km from the Champs Elysees and the Arc de Triomphe. It is the ideal place for shopping, visiting tourist attractions or a business stay. It is 2 stops from the congress centre or the business district of La Defense. Guests will find the nearest restaurants, bars and clubs around 50 m away on the Champs Elysees. The metro station Etoile is some 200 m away and there is a bus stop around 50 m away. Gare du Nord railway station is approximately 6 km away and can be reached in 20 minutes with public transport. The Parc Monceau is around 1.2 km away and the Bois de Boulogne is some 2.7 km away. The Eiffel Tower is roughly 2 km from the hotel, the Louvre is around 3.3 km away and Le Grand Palais is some 1.7 km away. Paris Charles de Gaulle Airport is around 30 km away and Paris Orly Airport is some 25 km from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2451.37" OriginalAmount="2291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869078968815" Longitude="2.3032115399837" StarRating="5" HotelCode="366035|32003" HotelName="Powers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Francais 1er, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/69429/a_69429_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is integrated into a building from the 19th century and lies in the heart of Paris, in the middle of the famous golden triangle, composed of the Champs Elyssés, Avenue Montaigne and Avenue George V. From the hotel building, guests are only a few steps away from public transport, with which guests can effortlessly reach all the sightseeing attractions of the city. Countless bars, shopping opportunities and restaurants are to be found within steps of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2466.35" OriginalAmount="2305" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864098078454" Longitude="2.3632058501244" StarRating="2" HotelCode="166769|225131" HotelName="Picard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue De Picardie, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/252256/1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Le Marais. Ideally located in the centre of Paris within the triangle formed by the Marais quarters, the Louvre and the Opéra (with the famous department stores), the hotel offers a great place to stay, from which guests can easily visit Paris' most famous places for tourists, entertainment and business. Gare du Nord railway station is about 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2492.38" OriginalAmount="2329.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873172878851" Longitude="2.346671372652" StarRating="5" HotelCode="145754|1013535" HotelName="Hôtel de Nell" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/234700/234700a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2948.63" OriginalAmount="2755.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871690251705" Longitude="2.3010310760574" StarRating="5" HotelCode="400754|61434" HotelName="Hôtel Barrière Le Fouquet's Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/331881/331881a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3037.73" OriginalAmount="2839" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875817290786" Longitude="2.300466299057" StarRating="5" HotelCode="16989|26249" HotelName="Le Royal Monceau - Raffles Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Hoche, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20697/a_20697_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3286.07" OriginalAmount="3071.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872885" Longitude="2.3215" StarRating="5" HotelCode="26016|1905495" HotelName="Hyatt Paris Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/32155/aa93a1d0-4c27-42fa-b818-2b846bd2cc95.jpg?d=636682625660000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Paris on Boulevard Malesherbes, close to the opera and the Champs-Élysées. The nearest metro stop is called Madeleine and can be reached in just a few minutes walk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3669.93" OriginalAmount="3429.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="967874|4731685" HotelName="J.K. Place Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue De Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/38000000/37140000/37139000/37138932/78e07e91_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4018.31" OriginalAmount="3755.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868765803102" Longitude="2.3305231332779" StarRating="5" HotelCode="26015|7574" HotelName="Park Hyatt Paris-Vendome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38058/a_38058_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the prestigious street Rue de la Paix in Paris, this comfortable hotel is located just a few steps away from Place Vendôme, the Champs Elysees and the exclusive shopping area of the Rue de Faubourg. The Louvre, the Musée d'Órsay and many other sightseeing opportunities in the city are within easy reach of the hotel. The nearest metro station is Opéra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4060.65" OriginalAmount="3795" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865132" Longitude="2.328132" StarRating="5" HotelCode="14833|49263" HotelName="Le Meurice" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic 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,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>228 Rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17418/a_17418_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Paris is one of the most romantic, stylish and exciting cities in the world, and guests at this hotel are perfectly placed to discover its myriad treasures. The Tuileries Garden, Place de la Concorde and the Louvre are on the hotel's doorstep, and guests venturing a little further afield will find the world's finest museums and galleries, theatres, a shopping heaven and exceptional restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4334.57" OriginalAmount="4051" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851426597473" Longitude="2.3271998763084" StarRating="4" HotelCode="14266|23477" HotelName="Hotel Lutetia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Boulevard Raspail, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16588/a_16588_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the heart of the fashionable Saint-Germain district, surrounded by galleries and antique shops. The nearest metro station Sèvres - Babylone is close at hand.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4390.21" OriginalAmount="4103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866179" Longitude="2.30426" StarRating="5" HotelCode="16062|61190" HotelName="Plaza Athenee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19188/a_19188_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent hotel is situated in the exclusive Avenue Montaigne in the heart of Paris. It is an ideal starting point for visiting the famous sightseeing attractions, such as the Haute Couture shops, the Champs Élysées, the Eiffel Tower or the Arc de Triumph. Links to the public transport system are only 200 m from the hotel. Charles de Gaulle airport is located within 26 km of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4507.88" OriginalAmount="4212.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863701" Longitude="2.29339" StarRating="5" HotelCode="165809|343665" HotelName="Shangri-La Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 avenue d'Iéna, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/232468/a_232468_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4638.56" OriginalAmount="4335.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870731554746" Longitude="2.2933955220901" StarRating="5" HotelCode="300304|1020558" HotelName="The Peninsula Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/42/427459/427459a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4736.89" OriginalAmount="4427" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86701" Longitude="2.327132" StarRating="5" HotelCode="904485|57086" HotelName="Mandarin Oriental Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>251 rue Saint-Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/238206/a_238206_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5116.74" OriginalAmount="4782" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867347" Longitude="2.321054" StarRating="5" HotelCode="11623|238846" HotelName="Hôtel de Crillon, A Rosewood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Concorde, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11211/a_11211_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The enchanting hotel is hidden behind an inconspicuous façade close to the grandiose maritime museum on the Place de la Concorde at the heart of Paris. Interesting sights of interest such as the sophisticated Rue Faubourg St. Honoré, the Champs Elysées and the large museums are situated in the immediate vicinity, within walking distance. Links to the public transport network lie in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5433.46" OriginalAmount="5078" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871708183095" Longitude="2.3148122761269" StarRating="5" HotelCode="13928|47192" HotelName="Le Bristol Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16041/l_16041_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly on the Rue Faubourg St. Honoré, extremely close to the Elysées Palace. There are elegant shopping streets and galleries to be found very close to the hotel. All of Paris' sights of interest are easily accessible from here. Champs-Elysées Clemenceau Metro station is the closest to the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6001.63" OriginalAmount="5609" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869684" Longitude="2.31334" StarRating="5" HotelCode="306996|136787" HotelName="La Réserve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue Gabriel, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/71497/1971497/1.jpg?f=15348286</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6675.73" OriginalAmount="6239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868788739249" Longitude="2.3007050156593" StarRating="5" HotelCode="12637|136786" HotelName="Four Seasons Hotel George V" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12937/gt_12937_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel offers a quiet location in Triangle d´Or, one of the most elegant districts in Paris close to the lively Champs Elysées and the famous Arc de Triomphe. Links to the public transport network also lie within walking distance. Transfer to the airport takes about 40 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.50" OriginalAmount="70.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="0" HotelCode="385602|3809515" HotelName="St Christopher's Paris Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8146" Longitude="2.33995" StarRating="0" HotelCode="840690|441580" HotelName="Jo&amp;Joe Paris Gentilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89-93 Avenue Paul Vaillant Couturier, 94250 Gentilly</AddressLine>
          </AddressLines>
          <CityName>Gentilly</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83260102" Longitude="2.70362706" StarRating="2" HotelCode="328076|81915" HotelName="B&amp;B Hôtel Marne la Vallée" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Marie Curie, ZAC Du Centre Ville, 77600 Bussy-Saint-Georges</AddressLine>
          </AddressLines>
          <CityName>Bussy St. Georges</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located in Bussy St. Georges.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.800955433518" Longitude="2.4506087365372" StarRating="2" HotelCode="902443|195320" HotelName="Séjours &amp; Affaires Le Magistère" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98-100 Avenue du Mal De Lattre de Tassigny, 94000 Créteil</AddressLine>
          </AddressLines>
          <CityName>Créteil</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Créteil. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.91" OriginalAmount="313" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853918831641" Longitude="2.8159868328073" StarRating="4" HotelCode="954071|397831" HotelName="Paris Marne la Vallée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Allée de L’Orme Rond, 77700 Bailly-Romainvilliers</AddressLine>
          </AddressLines>
          <CityName>Bailly-Romainvilliers</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="335.98" OriginalAmount="314" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.7168" Longitude="2.25251" StarRating="0" HotelCode="871973|424987" HotelName="All Suites Appart Hotel Palaiseau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Avenue Des Allies</AddressLine>
          </AddressLines>
          <CityName>Palaiseau</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="399.11" OriginalAmount="373" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.90092433" Longitude="2.3053465" StarRating="0" HotelCode="949836|408411" HotelName="Les Appartements Paris-Clichy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Boulevard Jean Jaurès, 92110 Clichy</AddressLine>
          </AddressLines>
          <CityName>Clichy</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="409.02" OriginalAmount="382.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875861520118" Longitude="2.294422995255" StarRating="4" HotelCode="|MSSF" HotelName="Miss Fuller" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Mac Mahon</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="497.55" OriginalAmount="465" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84787041" Longitude="2.29757881" StarRating="3" HotelCode="325255|224955" HotelName="Hôtel L'Avre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de l'Avre, 75015 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="533.93" OriginalAmount="499" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85872233" Longitude="2.35358311" StarRating="2" HotelCode="502443|238807" HotelName="D'win" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a café, a bar, a babysitting service and a childcare service, for a comfortable and relaxing stay. Wireless internet access is available to travellers in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="545.70" OriginalAmount="510" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88368579" Longitude="2.33378601" StarRating="5" HotelCode="738481|488338" HotelName="Be You Apart’ Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard De Clichy, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="573.52" OriginalAmount="536" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838005" Longitude="2.349523" StarRating="3" HotelCode="225001|238854" HotelName="Hotel de l'Esperance" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="575.81" OriginalAmount="538.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877995" Longitude="2.35839183" StarRating="0" HotelCode="956702|2647295" HotelName="Okko Hotels Paris Gare De L’est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 A Rue D’Alsace, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="576.38" OriginalAmount="538.67" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="0|2215065" HotelName="HOTEL VILLA LAFAYETTE PARIS IX" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46, Rue De Trévise, 9e arr., 75009 Paris, France</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>Hotel Villa Lafayette Paris IX is located in the heart of Paris, between Montmartre Boulevard and Lafayette Street, near Cadet Metro Station. It offers modern accommodation.

Rooms have a private bathroom, desk, satellite TV and free Wi-Fi.

A full breakfast is served every morning.

The hotel is a short walk from the famous Opéra Garnier and department stores such as Printemps and Galeries Lafayette. Hotel Villa Lafayette Paris IX is 1 km from Gare du Nord Train Station and Gare de l&amp;#039;Est Train Station. 

9th district is a great choice for travelers interested in shopping , art and city ??walks .&lt;br/&gt;The HOTEL VILLA LAFAYETTE PARIS IX is a  hotel. Located in Paris area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="598.13" OriginalAmount="559" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834665775965" Longitude="2.3254886269569" StarRating="4" HotelCode="189577|57371" HotelName="Suite &amp; Hôtel Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Liancourt, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="649.40" OriginalAmount="606.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84826059" Longitude="2.39340299" StarRating="4" HotelCode="|HPDQ" HotelName="Hotel Paradiso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135 Boulevard Diderot</AddressLine>
          </AddressLines>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. The hotel provides a baggage storage service, a safe, room service, a laundry service, a conference room, a business centre and a smoke alarm. Wireless internet access allows guests to stay connected while on holiday. The hotel has wheelchair-accessible facilities and a lift. Film lovers are sure to find just what they're looking for in the cinema's listings. A garden provides extra space for rest and relaxation in the open air. Guests arriving by car can park their vehicles in the car park.This hotel is located in Paris.A sun terrace is a great place to while away the hours. Activity coordinators organise an entertainment programme for adults and children. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms are equipped with central heating. Rooms have a queen-size bed or a king-size bed. Extra beds can be requested. A safe provides secure storage for guests' personal property. A telephone, satellite television and WiFi are provided as well. Bathrooms are equipped with a shower and include a telephone. Wheelchair-accessible rooms can also be booked. The hotel has family rooms and non-smoking rooms.Various dining options are available, including a restaurant, a café and a bar. A delicious breakfast provides energy for the rest of the day.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="794.44" OriginalAmount="742.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883723809612" Longitude="2.342641530213" StarRating="4" HotelCode="632558|2356915" HotelName="Môm’Art Hôtel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a café, a bar and room service. Wireless internet access in public areas allows guests to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="897.73" OriginalAmount="839" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877152" Longitude="2.345268" StarRating="3" HotelCode="11613|498313" HotelName="De L'Ocean" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris between Gare du Nord train station and Opéra Garnier. The Moulin Rouge is just 1.5 km away and the hotel is a short walk from Cadet metro station, which provides access to the Louvre Museum and Notre Dame within 10 minutes. Paris-Orly Airport is approximately 23 km from the hotel and Paris-Charles de Gaulle Airport is around 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="941.60" OriginalAmount="880" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86360164" Longitude="2.35738586" StarRating="0" HotelCode="325964|201069" HotelName="Hôtel Jules &amp; Jim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Gravilliers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a bar and room service, for a comfortable and relaxing stay. Wireless internet access is available to travellers in the public areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access,Central Heating,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Room Service,Nightclub,Airport Transfer (on Demand),Pets allowed,Printer,Spa,Shopping Arcade,Kitchen,Sauna,Swimming Pool,Garden,Golf,Jacuzzi,Heated Pool,24 Hour Front Desk,Elevator,Luggage Storage,Meeting Room,Wake-up Call Service,Parking,24 Hour Security,Babysitting,Business Centre,Valet Parking,Diet Meals,Coffee Shop,Dry Cleaning,LCD/Projector,Library,Limousine Service,Pick &amp;amp; Drop,Porter,Concierge,Housekeeping,24 Hour Power Supply,Off-Site Parking</BasicAmenities>
    <HotelRating>3,4,2,1.5,5,4.5,3.5,1,2.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,APARTMENT HOTEL,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,BUNGALOW COMPLEX,VILLAGE,ECO HOTEL,GOLF HOTEL,AIRPORT HOTEL,CLUB RESORT,HOSTEL,SPA HOTEL,GUESTHOUSE,HOSTELS</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9a6c11f1-d107-42a5-ba84-9567f1d34beb|RateHawkSearch|successfull supplier interation||RateHawk|True