<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5c9366a4-84b1-4de9-9bc1-51138dfb8455|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="5c9366a4-84b1-4de9-9bc1-51138dfb8455">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84785" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-03T00:00:00" End="2026-06-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="VN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5c9366a4-84b1-4de9-9bc1-51138dfb8455|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-01T11:00:34.5102223+01:00" Version="0" EchoToken="Search" TransactionIdentifier="5c9366a4-84b1-4de9-9bc1-51138dfb8455" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="28.56" OriginalAmount="28.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="22.8522" Longitude="104.995" StarRating="1" HotelCode="765562|dong_que_homestay" HotelName="Dong Que Homestay" Meals="BREAKFAST-FOR-1" BedType="BREAKFAST-FOR-1" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ha Thanh hamlet, Phuong Do Village Hamlet, Phuong Do commune, Ha Giang</AddressLine>
          </AddressLines>
          <CityName>Ha Giang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/6b/8b6bd319761d800b2fb147d2efc5a1aa43a985e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.88" OriginalAmount="44.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="22.80480889" Longitude="104.97890422" StarRating="1" HotelCode="866282|ha_giang_riverside_hostel" HotelName="Ha Giang Riverside Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Nguyen Trai, Ha Giang 300000</AddressLine>
          </AddressLines>
          <CityName>Ha Giang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/7f/b07f339ea313624f47e7adcbf8f4ab6ca9e8f042.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.18" OriginalAmount="109.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="22.8228" Longitude="104.986" StarRating="0" HotelCode="766309|hotel_thien_an" HotelName="Nha Nghi Thien An" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>245A Duong Tran Hung D?o</AddressLine>
          </AddressLines>
          <CityName>Ha Giang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/2d/a82dfa1c419b0a217cbd0f405d2e0056259cccc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.78" OriginalAmount="139.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="22.84878206" Longitude="105.00975873" StarRating="2" HotelCode="740248|green_hill_hostel_homestay" HotelName="Green Hill Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>529A  Nguyen Van Linh Street, Quang Trung Ward, Ha Giang 310000</AddressLine>
          </AddressLines>
          <CityName>Ha Giang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/b5/e4b598c2247f5c9f89a99d1bff14b75ce4cbba0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="22.83363934" Longitude="104.9916539" StarRating="2" HotelCode="600864|huong_thao_2_hotel" HotelName="Huong Thao 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>350 Ly Tu Trong Street, Tran Phu Ward, Ha Giang</AddressLine>
          </AddressLines>
          <CityName>Ha Giang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a1/33a1576a30a3229c73cc6fe2777aaaa672c61133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ha Giang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="22.82580887" Longitude="104.98590636" StarRating="3" HotelCode="621291|tiamo_hotel_ha_giang" HotelName="Tiamo Hotel Ha Giang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>56 Nguyen Thai Hoc Street, Ha Giang</AddressLine>
          </AddressLines>
          <CityName>Ha Giang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/2c/122cde4a841cdc3db7346fabf035bc90e771cfc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ha Giang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.70" OriginalAmount="235.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="22.8228" Longitude="104.986" StarRating="1" HotelCode="626641|nam_dam_homestay" HotelName="Dao Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nam Dam Village, Quan Ba Commune, Ha Giang 310000</AddressLine>
          </AddressLines>
          <CityName>Ha Giang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/83/4b83b11f23a779141df259fce42d6f4019aeaf7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Ha Giang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="433.50" OriginalAmount="425.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="22.8228" Longitude="104.986" StarRating="0" HotelCode="859779|phoenix_hotel_38" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92T Nguyen Trai Street</AddressLine>
          </AddressLines>
          <CityName>Ha Giang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/08/c20856b33946213077fdd24f1904a6245404ca0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.18" OriginalAmount="509.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="22.8522" Longitude="104.995" StarRating="0" HotelCode="877618|ha_giang_historic_hotel" HotelName="Ha Giang Historic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>209 Minh Khai, Hà Giang</AddressLine>
          </AddressLines>
          <CityName>Ha Giang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/8e/3b8ee7ebec488e5f1db64ad22cd61bc3a70da5e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1400.46" OriginalAmount="1373.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="22.83486612" Longitude="104.9895455" StarRating="2" HotelCode="629935|ha_giang_amazing_hostel" HotelName="Ha Giang Amazing Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 Ly Thuong Kiet Street, Phuong Ngoc Ha, Ha Giang 29000</AddressLine>
          </AddressLines>
          <CityName>Ha Giang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/19/e919cf96c8ec8d1fbf522ec3511c964ce9fedf47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Internet,Bar,Bicycle Rental,Central Heating</BasicAmenities>
    <HotelRating>1,2,3</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a1fa23aa-7d52-431b-a01d-d464ac24db3a|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="a1fa23aa-7d52-431b-a01d-d464ac24db3a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-27T00:00:00" End="2026-06-28T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a1fa23aa-7d52-431b-a01d-d464ac24db3a|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a1fa23aa-7d52-431b-a01d-d464ac24db3a|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a1fa23aa-7d52-431b-a01d-d464ac24db3a|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a1fa23aa-7d52-431b-a01d-d464ac24db3a|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a1fa23aa-7d52-431b-a01d-d464ac24db3a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-01T11:03:42.566454+01:00" Version="0" EchoToken="Search" TransactionIdentifier="a1fa23aa-7d52-431b-a01d-d464ac24db3a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.905682" Longitude="2.117601" StarRating="3" HotelCode="110244|hotel_campanile_montesson__le_vesinet" HotelName="Campanile - Le Vesinet - Montesson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue du chant des oiseaux, 78360 Montesson</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/96/15966742e45b7652b69c9a738b82a31e1a4492c2.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="63" TotalAmount="66.30" OriginalAmount="65.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.901090545418" Longitude="2.332599489584" StarRating="1" HotelCode="101868|hotelf1_paris_porte_de_montmartre" HotelName="Hôtel hotelF1 Paris Saint Ouen Marché aux Puces" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Du Docteur Babinski, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/8d/338d454a08d432a9749e1b96d6ff751430e0ae78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.7819762" Longitude="2.3532302" StarRating="3" HotelCode="263475|hotel_balladins_villejuif" HotelName="Hotel urban Villejuif by balladins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Avenue de l'Épi d'Or, 94800 Villejuif</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/db/95db121a2adf374f4f68c5c6a61154062ef9cc4b.JPEG</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="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.836354" Longitude="2.29473" StarRating="2" HotelCode="76707|avenir_hotel" HotelName="Avenir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373 Rue De Vaugirard, 75015 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/75/bf756d8aa310c0d2f983d507eed5992ad45f4f4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Arr14/15:Montparnasse-T. Eiffel. The property features a total of 42 bedro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.834111" Longitude="2.295214" StarRating="3" HotelCode="64956|hotel_auriane_porte_de_versailles" HotelName="Hotel Auriane Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Olivier De Serres, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cd/b7/cdb75dbd52469efd08840ded02ddf4858882ca3e.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="63" TotalAmount="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.797203" Longitude="2.347729" StarRating="2" HotelCode="111094|campanile_villejuif" HotelName="Campanile Villejuif" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/9b/2e/9b2e80f34a218e842eabd62df6e923c76f407dec.JPEG</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="71.40" OriginalAmount="70.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88723314" Longitude="2.35411364" StarRating="2" HotelCode="326798|fm_hotel" HotelName="FM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Internet,LCD/Projector,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Myrha, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/ab/38abf330873e5a40f04e225876b8301c319970db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at FM Hotel places you in the heart of Paris, convenient to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.42" OriginalAmount="71.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.821036720426" Longitude="2.3763333290376" StarRating="3" HotelCode="355143|lodge_in" HotelName="Lodge In MIS" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/99/44/99442d257995ec0d86af19adbce910bd77353ada.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.12" OriginalAmount="71.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.940853298132" Longitude="2.3241877555847" StarRating="3" HotelCode="63979|74214" HotelName="Kyriad Villeneuve la Garenne" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/bb/44/bb44731a3c51cff7d63b02a895b02fd52813f915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 5 minutes from the Stade de France and 20 minutes from the business distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.44" OriginalAmount="72.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85333041082" Longitude="2.4102050846558" StarRating="2" HotelCode="92757|hipotel_paris_printania" 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://cdn.worldota.net/t/x500/content/9b/19/9b19d6740af325811df8bd10dd461b0b12ec4970.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="63" TotalAmount="75.48" OriginalAmount="74.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.903066522603" Longitude="2.0933353900909" StarRating="3" HotelCode="56453|ermitage_des_loges" HotelName="Hôtel Mercure Paris Ouest Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Des Loges, 78100 Saint-Germain en Laye, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/cf/cacf8113d285ba33fa2bcdf1179af8a04718afe5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Expo Park, Princes Garden and the Roland Garros Stadium, within 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.48" OriginalAmount="74.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.834800379382" Longitude="2.2845555055573" StarRating="1" HotelCode="324072|hotel_le_carrosse" HotelName="Hotel Le Carrosse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>88 Rue Desnouettes, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/94/8694479d4ea1dcfe00fbd71eba5246e7ef654f23.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.50" OriginalAmount="75.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.901181183323" Longitude="2.3340728944991" StarRating="2" HotelCode="147432|etap_porte_de_montmartre" HotelName="ibis budget Paris Porte de Montmartre" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/3e/97/3e9766ed0e61e835e1749b7956de7667cea4149d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.18" OriginalAmount="76.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.912441860091" Longitude="2.2311365604401" StarRating="4" HotelCode="75243|151154" HotelName="Courtyard By Marriott Défense West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" 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://cdn.worldota.net/t/x500/content/20/c7/20c777b1354d3023c515b090c986cb1f359c580a.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="63" TotalAmount="84.66" OriginalAmount="83.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869697461395" Longitude="2.3508161650018" StarRating="0" HotelCode="335286|hotel_dorleans_paris_gare_de_lest_" HotelName="Hotel d'Orléans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue De La Lune, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/8f/0b8f8b36f0e4777b9e143ffd868ca0b85d6d0e0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.32" OriginalAmount="83.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.817297097111" Longitude="2.3504278063774" StarRating="3" HotelCode="29464|1037495" 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://cdn.worldota.net/t/x500/content/67/9a/679a4053a3b2082fc597613dc27cf50e78f15339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located opposite the Charléty stadium, close to the exhibition centre. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.68" OriginalAmount="84.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.89103" Longitude="2.321293" StarRating="1" HotelCode="180118|hotel_de_leurope_5" HotelName="HOTEL de l' Europe" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/be/df/bedf6f00e1d30519ae1cc99dbeba86b73486ef3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.74" OriginalAmount="87.00" MarkupRule="2.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="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/91/68/916845d7133346788e563dc1640ecfa6742410be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historical hotel is situated just a 3-minute walk from the Gare de Lyon train station, and from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.78" OriginalAmount="89.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="978147|moxy_paris_charles_de_gaulle_airport" HotelName="Moxy Paris Charles de Gaulle Airport" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/81/47/81474b7270af0edfe3697da39c6566304936a161.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.72" OriginalAmount="90.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.888381550227" Longitude="2.2126011355251" StarRating="3" HotelCode="110308|227739" HotelName="Hôtel ibis Nanterre la Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36/38 avenue Champs Pierreux, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/a1/6da17288041ac28a5dba698a3033dd4d7636c68a.JPEG</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="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.779553" Longitude="2.260854" StarRating="4" HotelCode="267514|le_plessis_grand_hotel" HotelName="Grand Hôtel Plessis Robinson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Avenue Aristide Briand, 92350 Le Plessis-Robinson</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/2a/0f2acb61566df0ed99ef74ba637476e804654cfc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.40" OriginalAmount="93.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865546" Longitude="2.417213" StarRating="3" HotelCode="63961|459875" HotelName="Campanile Porte de Bagnolet" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Avenue du General de Gaulle, Bagnolet 93170</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/63/e5639206d9f415acfef929fb7e7dbc09d811c26d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel-restaurant is situated in the east of Paris, near Porte de Bagnolet. The centre of Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.88" OriginalAmount="94.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.896631387894" Longitude="2.3457560201535" StarRating="3" HotelCode="25634|ibis_paris_ornano_montmartre_nord_18eme" HotelName="Hôtel ibis Paris Ornano Montmartre Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Bis Boulevard Ornano, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/1a/1b1a4f14facdea5edfda145253e2a4cd45980f64.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="63" TotalAmount="95.88" OriginalAmount="94.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83649658" Longitude="2.39394185" StarRating="1" HotelCode="328392|hotel_paris_bercy" HotelName="Hotel Paris Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Housekeeping,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Wattignies, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/52/19523f2da11638db1df20205fc892a52493a65c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Paris Bercy in Paris (Gare de Lyon - Bercy), ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.88" OriginalAmount="94.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.81816779335" Longitude="2.4005556106567" StarRating="4" HotelCode="888805|mercure_paris_ivry_quai_de_seine" HotelName="Mercure Paris Ivry Quai de Seine" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/3b/1d/3b1da154c42c401a67df606b70f31cf23918b942.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Seine, near the Paris Bercy Palais Omnisport sports and ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="96.10" OriginalAmount="94.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.827442507044" Longitude="2.3210307955742" StarRating="3" HotelCode="29356|CBB717000" HotelName="Hôtel ibis Paris Alésia Montparnasse 14ème" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" 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://cdn.worldota.net/t/x500/content/dc/85/dc8581785612c6871a2d8cd9fc21dc0a4f70c50c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in a convenient location in the south of Paris between the districts of Alesia ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.39" OriginalAmount="95.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.890236490461" Longitude="2.3993727564812" StarRating="4" HotelCode="29469|390015" HotelName="Mercure Porte de Pantin" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/7a/4b7adf66cf2407e22fef9404f4e017575a0165af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is a 25-minute walk from the Parc de La Villette and offers direct access to the centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.92" OriginalAmount="96.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.819422797222" Longitude="2.3563010496423" StarRating="2" HotelCode="502519|residence_cisp_kellermann" HotelName="Hôtel CIS Paris Kellermann" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Kellermann, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/d5/1cd55966d9ac4edd69458bccd62243412cffcdc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in Arr12/13:Bastille-Bercy. Travellers will find the airport within 10. 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.96" OriginalAmount="98.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.891955" Longitude="2.213889" StarRating="2" HotelCode="110307|campanile_paris_ouest__nanterre__la_defense" HotelName="Campanile Paris Ouest - Nanterre - La Défense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/37/1b371f2b80fce5a622c127686130ae5683f45643.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="63" TotalAmount="99.96" OriginalAmount="98.00" MarkupRule="2.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" 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://cdn.worldota.net/t/x500/content/ec/a4/eca4621ad5fa103dea1862a2c60450159a661868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated, close to Montmartre, the Champs Elysées and many more of the Frenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.83" OriginalAmount="99.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.854546897702" Longitude="2.415554523468" StarRating="3" HotelCode="32824|389435" HotelName="Hôtel ibis Paris Porte de Montreuil" 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,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue du Professeur Andre Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/4b/b44bde6b530be60a756a11e527c948ccac415c0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel provides direct access to the center of Paris (Metro L9 in 15 minutes). It is located to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="101.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.82630901" Longitude="2.36034563" StarRating="1" HotelCode="440495|hotel_tolbiac_" 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://cdn.worldota.net/t/x500/content/63/3b/633b4ec1f605980b6480190cefdeeaf03062620d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.77" OriginalAmount="103.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.901298539383" Longitude="2.3890121165676" StarRating="2" HotelCode="933601|447541" HotelName="B&amp;B Hotel Paris Porte de la Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Emile Reynaud, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/92/b89278829735d4350804f153492692cd939e57bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846472549873" Longitude="2.4062604312106" StarRating="3" HotelCode="104071|hotel_le_twelve" HotelName="Hotel le Twelve" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/c5/7e/c57ec806c79c03153b8883c86028eb95e0f1c556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in one of the areas of Paris with the most vegetation, this charming city hotel is next to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.89991482" Longitude="2.32159811" StarRating="0" HotelCode="766912|odalys_apparthotel_paris_xvii" HotelName="Appart'hôtel Paris XVII" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Hélène et François Missoffe, 17ème Arrondissement (Batignolles-Monceaux), 75017 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/af/8cafcdd8b24be234c3c7bd0c09ba29f4108b311e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.05" OriginalAmount="104.95" MarkupRule="2.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://cdn.worldota.net/t/x500/content/37/39/37397110363a02737b77528dfc4a6ee7c6e53949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute tram ride (T3) from the Porte de Versailles Exhibition Park. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.10" OriginalAmount="105.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877492" Longitude="2.353713" StarRating="2" HotelCode="147042|hotel_du_brabant" HotelName="Du Brabant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/51/1e5106159189b3bc0c29638d4872190117cacb19.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="63" TotalAmount="107.10" OriginalAmount="105.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.823591" Longitude="2.324751" StarRating="2" HotelCode="907209|terminus_orleans" HotelName="Hotel Terminus Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197 boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/56/7c56c1f3195d6c5fd7a82adf59f9182279b4a3fa.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="63" TotalAmount="108.12" OriginalAmount="106.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.823614988876" Longitude="2.3249139499198" StarRating="3" HotelCode="165996|acropole_paris_hotel" HotelName="Hotel The Originals Paris Porte d'Orléans Acropole" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>199 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ed/49ed470ab74960b0d0674aa2493be06bb48e99ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.14" OriginalAmount="107.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885326" Longitude="2.360537" StarRating="2" HotelCode="14807|hotel_merryl" 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://cdn.worldota.net/t/x500/content/52/bd/52bd4ff7dad93256dbe7b67e11506ce61be1aecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the 18th arrondissement, this hotel lies at the heart of Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.14" OriginalAmount="107.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.827848661454" Longitude="2.3796097534439" StarRating="4" HotelCode="899668|park__suites_prestige_paris_grande_bibliotheque" 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://cdn.worldota.net/t/x500/content/b9/47/b9476d1807159f4c65c9fcaa0927297b59a52295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern-style hotel is ideally located near the Seine River, on the left bank. Very well served ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.24" OriginalAmount="108.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877935894884" Longitude="2.3378160595894" StarRating="2" HotelCode="32579|299735" 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://cdn.worldota.net/t/x500/content/d3/0c/d30cbdd644519219bc1e530cd8089d2af34aeaaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between the Sacré-Coeur Basilica and the Opéra, in the heart of Paris' busine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.18" OriginalAmount="109.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88769" Longitude="2.252296" StarRating="4" HotelCode="70763|novotel_paris_la_defense_2" HotelName="Novotel Paris La Défense" 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,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Boulevard De Neuilly, Paris-La Défense 92081</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/61/63618ba1cb3ccc1d31bba54d74f626fda6efaa0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in front of the Pont de Neuilly Bridge, the hotel faces the Seine River and is located only 10 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.18" OriginalAmount="109.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86085251" Longitude="2.378262" StarRating="1" HotelCode="548303|acacia_hotel_6" HotelName="Acacia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 bis Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/29/4429573b84894b34020d083200fcfd53a5c44e33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.18" OriginalAmount="109.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85250429" Longitude="2.40606715" StarRating="3" HotelCode="502231|hotel_de_lunion_3" HotelName="Hotel de L'Union" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/70/cf701240bf455c9df0b12892a31c2295488d02fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.18" OriginalAmount="109.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.905884867094" Longitude="2.4575378687172" StarRating="3" HotelCode="888124|campanile_paris_est__bobigny" HotelName="Hotel Campanile Paris Est - Bobigny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Avenue Paul-Vaillant Couturier, 93000 Bobigny</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/a4/8da486faa1c421b4b92a8a9aae82c7350bb2621e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location, near to Paris by metro (line 5), 100 metres from the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.21" OriginalAmount="110.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882089933038" Longitude="2.3708809912205" StarRating="2" HotelCode="35954|936515" HotelName="Des Buttes Chaumont Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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://cdn.worldota.net/t/x500/content/a5/c1/a5c18d055faf811ca7d989aab84f6f6c85ef82bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Les Buttes-Chaumont district of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.92" OriginalAmount="110.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.896940675192" Longitude="2.3852439754198" StarRating="3" HotelCode="185980|6077" HotelName="Forest Hill Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/a4/e2/a4e2229d64fe663e3ab936991626eba919bbbecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located opposite the Cité des Sciences et de l'Industrie and the Parc de la Villett...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.24" OriginalAmount="112.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879428213265" Longitude="2.3568141460419" StarRating="2" HotelCode="69393|picardy_hotelgare_du_nord" HotelName="Picardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e6/39e6af6bc90f1145cdbd0e5f010288184ee47a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.24" OriginalAmount="112.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874297960646" Longitude="2.4051853369888" StarRating="2" HotelCode="79723|lilas_gambetta" HotelName="Hipotel Paris Lilas Gambetta" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/b9/27/b9272524ffec5fce6a901d3f9e0cd3d288a00b04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.24" OriginalAmount="112.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.891152" Longitude="2.37635" StarRating="3" HotelCode="149398|hotel_crimee" HotelName="De Crimée" Meals="ROOM ONLY" BedType="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/a3/fd/a3fdf80b3d9ce1b0ced3c7f7fc52ab99d2084f6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.54" OriginalAmount="112.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="49.01079528335" Longitude="2.5619088048935" StarRating="3" HotelCode="408476|451123" HotelName="Hôtel ibis Styles Paris Charles de Gaulle Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/94/ce/94ceb849d171622f5885a1776f3e98326a90b3bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The new ibis Styles Paris CDG Airport hotel welcomes you in the heart of Charles de Gaulle airport. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.28" OriginalAmount="114.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.893488590775" Longitude="2.4136881573104" StarRating="3" HotelCode="110416|ibis_paris_pantin_eglise" HotelName="Hôtel ibis Paris Pantin Église" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/29/3b297dfee6b6bffa61c232ea5e66c981b5b4344d.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="63" TotalAmount="117.30" OriginalAmount="115.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.891959461053" Longitude="2.384762763977" StarRating="3" HotelCode="71253|ibis_paris_la_villette_cite_des_sciences_19eme" HotelName="Hôtel ibis Paris la Villette Cité des Sciences 19ème" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/36/82/368291f8e863bbf401301bef52afa8ce43db9737.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="117.74" OriginalAmount="115.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876848379509" Longitude="2.3457473516464" StarRating="3" HotelCode="36462|1081878" HotelName="Hotel Williams Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/69/c8/69c8ccc71b52a2622270bcf68c32374cf5b19e3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris, close to the Paris Stock Exchange, The Louvre and Notre Dame Cathedr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="117.78" OriginalAmount="115.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879213011707" Longitude="2.3622268438339" StarRating="3" HotelCode="36931|CAF407900" HotelName="ibis Styles Paris Gare de l'Est Château Landon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/7d/1e/7d1e87a2a84cd46ea0de82aa65dba68aa0cdf584.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.32" OriginalAmount="116.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.818956275893" Longitude="2.3258765084643" StarRating="2" HotelCode="187860|ibis_budget_porte_dorleans" HotelName="ibis budget Paris Porte d'Orléans" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/af/34/af34e58f0e6eece6f9fb10d6b27c026b84325b79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.32" OriginalAmount="116.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865371" Longitude="2.398261" StarRating="3" HotelCode="165998|super_hotel" HotelName="Panam Hôtel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/89/b9/89b98c35e5c8c36b6d7767b5427d8f2e1cf26c41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.32" OriginalAmount="116.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.891334755721" Longitude="2.3246041938291" StarRating="3" HotelCode="377824|le_mireille" HotelName="Hôtel Le Mireille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Davy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/23/542392d168839856b7d4229fa88f1ffe6c6d208f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.32" OriginalAmount="116.00" MarkupRule="2.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" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Ernestine, 18th Arr., 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/6c/2f6c9ec64ede804d091abfe46a8305ab9fc989f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.34" OriginalAmount="117.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.890642108124" Longitude="2.3248368501663" StarRating="3" HotelCode="57106|54884" 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://cdn.worldota.net/t/x500/content/4c/01/4c0151a3f019a01e4ee9d3c0a7a74bb031173348.JPEG</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 Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.34" OriginalAmount="117.00" MarkupRule="2.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://cdn.worldota.net/t/x500/content/0b/24/0b24c16cc5ed5ea957e808434ef799f888aa0c12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.34" OriginalAmount="117.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873414" Longitude="2.343949" StarRating="3" HotelCode="89357|hotel_royal_bergere" HotelName="Royal Bergere" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/18/b2/18b23f3e9d3aa2a5d117e00634e70a67bb16c7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set between the Montmartre district and the Opera Garnier, the hotel is just 1.5 km from the Louvre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.79" OriginalAmount="118.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874237" Longitude="2.347804" StarRating="2" HotelCode="36464|301775" 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://cdn.worldota.net/t/x500/content/21/f5/21f5f74041bbf578a596ecf689213a725a4ecb89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is a few steps away from Montmartre and the Folies Bergere and close to the opera...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.38" OriginalAmount="119.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.832605306295" Longitude="2.2781237753787" StarRating="4" HotelCode="945391|okko_hotels_paris_porte_de_versailles" 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>https://cdn.worldota.net/t/x500/content/16/d0/16d0bfb8dad9be633e35eacd97cc53e6fae30999.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.40" OriginalAmount="120.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8969944" Longitude="2.3454932" StarRating="3" HotelCode="300871|kyriad_paris_18__porte_de_clignancourt__montmartre" HotelName="Hotel Kyriad Paris 18 - Porte de Clignancourt - Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Boulevard Ornano, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b9/d2b9a5639d562cb511691cd665283009bf962046.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="63" TotalAmount="122.40" OriginalAmount="120.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.824123" Longitude="2.3300514" StarRating="1" HotelCode="199733|montsouris_orleans_hotel" HotelName="Montsouris Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/fd/cffd96b4ed9bc64612301c7949e8ff0d5e2e81b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.89" OriginalAmount="120.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.827159982089" Longitude="2.3482954502106" StarRating="3" HotelCode="64088|1661668" HotelName="St. Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, Rue de l'Espérance, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/a8/83a84658850b7111800b34f5aea707cc5f77d9bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.97" OriginalAmount="120.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.828990185803" Longitude="2.3005346953869" StarRating="2" HotelCode="57104|302415" 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://cdn.worldota.net/t/x500/content/e3/3d/e33d0fe50810c6b422c7f68419c98b3210b74eac.jpeg</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 Ver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.11" OriginalAmount="120.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.833828911808" Longitude="2.3549741506576" StarRating="3" HotelCode="60486|389445" HotelName="Kyriad Italie Gobelins" 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>5, Rue Véronèse, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/67/06670be7ca8d2147dceb7a51fea26cb2414b9564.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.81899" Longitude="2.325834" StarRating="3" HotelCode="110272|ibis_styles_paris_porte_dorleans_hotel" HotelName="Ibis Styles Paris Porte d'Orleans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41, avenue Aristide Briand, 92120 Montrouge</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/90/5690113f592e604373f699e4b77985477b744143.jpeg</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="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.896363611899" Longitude="2.3283867537975" StarRating="3" HotelCode="173800|source_hotel" HotelName="Hotel Source" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/extranet/media/2291f7014b7f4255b33e54c5087f63f7.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 access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.44" OriginalAmount="122.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885867" Longitude="2.366272" StarRating="2" HotelCode="180084|hotel_reims" HotelName="Hôtel Reims" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue d'Aubervilliers, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/dd/7fdde8a25ad72450fc734ff689e8605d4824eb7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 35 rooms. Services and facilities at the hotel include a bar and room ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.44" OriginalAmount="122.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.89118175087" Longitude="2.3390538990498" StarRating="2" HotelCode="200878|comfort_hotel_lamarck" HotelName="The Originals Paris Montmartre Apolonia" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/3e/19/3e199790e106d20b1d24c9df6cde24ea2ca8c9bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This privately-run hotel is centrally located at the heart of the famous Montmartre district of Pari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.65" OriginalAmount="122.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849422478562" Longitude="2.380967438221" StarRating="3" HotelCode="33001|7684" HotelName="Color Design Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/06/2026" 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://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a few paces of the Place de la Bastille and the Gare de Lyon. Although locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.34" OriginalAmount="122.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87913892571" Longitude="2.3434647917748" StarRating="2" HotelCode="60657|299165" HotelName="Pavillon Opera Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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://cdn.worldota.net/t/x500/content/eb/4f/eb4ff6919de2bf811d440a0acaf69b59912ffbe4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a small, quiet street in the 9th arrondissement close to the Galeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.46" OriginalAmount="123.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875374" Longitude="2.357995" StarRating="3" HotelCode="101002|grand_hotel_de_paris" HotelName="Grand Hotel De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard De Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/42/62420562352dd03249c6da6644e0015c6f9ebb7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly hotel is located in Paris, in the vicinity of the city’s East Station (100 meters away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.46" OriginalAmount="123.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879469263534" Longitude="2.358457322348" StarRating="2" HotelCode="323929|hotel_montana_5" HotelName="Hotel Montana La Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/46/cc464796bb78e568430468c687276d0d3e9d333a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.68" OriginalAmount="123.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.823555000406" Longitude="2.3715488612652" StarRating="3" HotelCode="56962|61544" HotelName="ibis Styles Paris Massena Olympiades" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 rue Regnault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/64/d3643d8bf0d7240385445ef1223d6526b79a1c03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the southeast of Paris, near the Bercy business area and the exhibition par...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.92" OriginalAmount="123.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.901721" Longitude="2.3595" StarRating="4" HotelCode="82267|99188" HotelName="Novotel Suites Paris Nord 18ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Impasse Marteau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/84/0d84a1fe1700fe31acb75124c177c8704234d174.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 200 m from the metro, 2 km from Montmartre and the centre of Paris, and 15 km f...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.886090183796" Longitude="2.3269209265709" StarRating="0" HotelCode="74078|style_3" HotelName="Style" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Ganneron, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/58/e2580a110652f4424e69c033da5163655a3b9b78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868778" Longitude="2.360023" StarRating="2" HotelCode="78969|hotel_excelsior_13" HotelName="Excelsior Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lancry, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/96/8796968dba88ce628e8e794c5dc7e1b08bfde1a7.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="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.860067" Longitude="2.411938" StarRating="2" HotelCode="172564|residence_internationale" 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://cdn.worldota.net/t/x500/content/53/52/535245fd52f17ea2f8cde3e4d008fb6287b83337.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.55" OriginalAmount="124.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84648192943" Longitude="2.410290093254" StarRating="4" HotelCode="34876|863145" HotelName="Best Western Plus 61 Paris Nation Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue de la Voute, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3c/723caaace4db49e6506b29743b7af72dae9ca797.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet area in the east of Paris, near to the Place de la Nation and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.58" OriginalAmount="124.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.835158" Longitude="2.387685" StarRating="3" HotelCode="47501|80053" HotelName="Kyriad Hotel Bercy Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/a5/6a/a56a1ea585e1127ceebeb44b9115a8bd455a77c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878734978703" Longitude="2.3460155725479" StarRating="2" HotelCode="64661|hotel_de_paris_opera_2" HotelName="Hôtel de Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/ed/60/ed60fe9c9e80c000356c07a523ac55c83f6ca4ae.JPEG</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.830585489745" Longitude="2.3549285531044" StarRating="3" HotelCode="57861|citadines_place_ditalie_paris" 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://cdn.worldota.net/t/x500/content/15/bd/15bd1b6dcb036a281e322acc12a9974dbff8cded.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated right next to the Place d'Italie with countless restaurants and sup...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.891087" Longitude="2.403294" StarRating="3" HotelCode="88728|campanile_paris_est__pantin" HotelName="Campanile Paris Est Pantin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Avenue Jean Lolive, Pantin 93500</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/5e/d35eea85917be423455c56bcf3fa2a17b7bdea16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the edge of Paris, guests of the hotel may visit such attractions as Parc de la Villette...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.887574" Longitude="2.311071" StarRating="3" HotelCode="97242|hotel_de_la_felicite" HotelName="de la Felicite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue de la Felicite, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/a9/a1a9b13f1069af603a0b9a4390479e322069b660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880044427" Longitude="2.4077876415253" StarRating="2" HotelCode="300870|bb_hotel_paris_porte_des_lilas" HotelName="B&amp;B Hôtel PARIS Porte des Lilas" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/db/62/db625a2b8a4cc785c02235b5c3cdedc5d84de8b0.JPEG</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="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848581389366" Longitude="2.4079745251438" StarRating="3" HotelCode="401815|hotel_tamaris" HotelName="Tamaris Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue des Maraichers, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/70/e67015dea186415511cddc05a7d398460ef6a4dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fully renovated hotel offers guests a perfect location for leisure stays in Paris. From the nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83508996" Longitude="2.32652914" StarRating="1" HotelCode="348245|hotel_telemaque_" HotelName="Telemaque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>64 rue daguerre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d8/8fd84fa34e099ca7c7ae39b99709bca74eaf46f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864145187697" Longitude="2.398050763835" StarRating="3" HotelCode="348051|hotel_paris_gambetta" 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>https://cdn.worldota.net/t/x500/content/4b/84/4b84a0e8dbd76e750fc78393d301706d810a1b81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, room service and a conference ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.88" OriginalAmount="125.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882227513113" Longitude="2.3448903858662" StarRating="2" HotelCode="52556|145920" HotelName="Hotel du Square d Anvers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Anvers, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/da/58da6b35daa2b03cb0d509b76b9e6c6f52fe8528.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Between Montmartre and the Avenue Trudaine, in one of the most visited historic districts in Paris, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.40" OriginalAmount="125.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.838325645712" Longitude="2.2904708208808" StarRating="4" HotelCode="14789|186266" 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://cdn.worldota.net/t/x500/content/b8/f2/b8f20a2e6f77d7814d870a347e4404cfa3a289c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87928" Longitude="2.29596" StarRating="4" HotelCode="18989|villa_alessandra" HotelName="Villa Alessandra" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/b4/f0/b4f0819fd06fd1d6070d1363bddf45b6f26569aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel enjoys a peaceful location in an elegant district of the city, only around 500 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.895287077521" Longitude="2.2236800193787" StarRating="4" HotelCode="401817|hotel__residence_mercure_paris_la_defense_grande_arche" HotelName="Mercure Paris La Défense Grande Arche Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/20 Esplanade Charles de Gaulle, Rue des Trois Fontanot, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/c6/2fc693b9bebeb91a137d6a531c0ca8504b13d844.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.54" OriginalAmount="127.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.889869668175" Longitude="2.3210817575455" StarRating="3" HotelCode="14338|121_paris_hotel" HotelName="121 Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/7e/40/7e4027ea90b703f263c8d0da569a2d747028bbb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a lively quarter of Paris where the worlds of art and business mingle, this is the perfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.54" OriginalAmount="127.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880211" Longitude="2.345498" StarRating="3" HotelCode="35184|hotel_riviera_7" HotelName="Riviera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Turgot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/e2/03e2196a7af2d5ca1de024a65cecbd0a1bae7742.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the entertainment quarter, with the superb Opéra Garnier and the Moulin Roug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.54" OriginalAmount="127.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.81702582" Longitude="2.35957274" StarRating="3" HotelCode="780043|ibis_styles_paris_meteor_avenue_ditalie_opening_may_2019" HotelName="ibis Styles Paris Meteor Avenue d'Italie" Meals="BED &amp; BREAKFAST" 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://cdn.worldota.net/t/x500/content/f1/44/f144a91cff328af00843e08d974db8d1ebd6a09d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.54" OriginalAmount="127.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86739658219" Longitude="2.3965286839247" StarRating="2" HotelCode="935631|hipotel_paris_gambetta_republique" 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://cdn.worldota.net/t/x500/content/45/41/4541bc5a808f0b3e7028ed49eda3b231495c0af3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.27" OriginalAmount="127.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.867338448356" Longitude="2.3625218868256" StarRating="2" HotelCode="15676|138546" HotelName="Paris Bruxelles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 rue de Meslay, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/98/ec98322b6177315c565a7cadff7a42323df51075.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 10 minutes from Chatelet, this hotel is located at the foot of the Marais. By metro, guests are...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.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://cdn.worldota.net/t/x500/content/42/3e/423e2d84062ab914d1117ad964c3ab6882ff006f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning, peaceful location in the Les Abbesses district of the city, around 250...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842984" Longitude="2.324101" StarRating="3" HotelCode="100906|berkeley" 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://cdn.worldota.net/t/x500/content/7e/ec/7eec40bbd7265b50b9b3dac78fe823e678b202a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively Montparnasse district, this hotel is just 200 metres from the Montparnasse Tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880311941104" Longitude="2.3743396997452" StarRating="2" HotelCode="187837|relais_bergson" HotelName="Relais Bergson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Avenue Simon Bolivar, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/93/b993926bc0354b413afd51939d8ddb52a0308f11.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="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.867220202591" Longitude="2.3837391879599" StarRating="3" HotelCode="333848|hotel_de_menilmontant" HotelName="Hôtel de Ménilmontant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Menilmontant, 75020 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/20/2b20a082f9bf7dbad6b57bd6d28ae5dc27fbe755.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839787547356" Longitude="2.3388719787408" StarRating="2" HotelCode="935885|hotel_pierre_nicole" HotelName="Pierre Nicole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Pierre Nicole, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3a/0a3a39182128bb5050b70055b3cb8b78117e2441.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.54" OriginalAmount="128.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.823731" Longitude="2.324101" StarRating="4" HotelCode="15448|119596" HotelName="Mercure Paris Alésia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c2/fdc2b9a763f4967b09fd36b2f22c0366f5e7e557.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated on the Rive Gauche of the Seine River.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.58" OriginalAmount="129.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.887187198421" Longitude="2.3143172264099" StarRating="4" HotelCode="316804|villa_eugenie" HotelName="Villa Eugénie" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/bf/f6/bff6022a8ef5fb703c24c4f7bdebfd6336b6c5ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is known amongst guests from the fashion and business world and lies to the nor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.58" OriginalAmount="129.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8801918" Longitude="2.302567" StarRating="2" HotelCode="267512|hotel_mederic" HotelName="Mederic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/d7/aa/d7aa5cf0db6db8554d9babb42a968c5fbf1ff183.JPEG</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="131.67" OriginalAmount="129.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.894327787388" Longitude="2.3124933242798" StarRating="3" HotelCode="43937|303025" 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://cdn.worldota.net/t/x500/ostrovok/60/cb/60cbef49b604b831daccf2129f6b6310c6f42990.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arrondissement of Paris, the hotel is very convenient for both business and tou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.70" OriginalAmount="129.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885210085533" Longitude="2.29397803545" StarRating="3" HotelCode="70645|212793" HotelName="Champerret Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/f2/5df28e599e3de688cf59fdd088a90422976f8441.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.95" OriginalAmount="129.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.891593" Longitude="2.344948" StarRating="3" HotelCode="74081|328603" HotelName="Montclair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Ramey, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/44/b84480e51c2b31eb5d5d40db3dd7d8ccbc31a7b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.05" OriginalAmount="129.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873885596027" Longitude="2.3504170775413" StarRating="3" HotelCode="34883|18042" HotelName="Hauteville Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/73/8c734a95f206bc6885f68536b5fa6a16541005f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is within walking distance of the city centre. The stations Gare du Nord ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.05" OriginalAmount="129.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87675257" Longitude="2.3269601" StarRating="3" HotelCode="128353|134479" HotelName="Grand Hôtel du Calvados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/37/6d/376decf5572a004fbb407265c8e459f4a3540012.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.60" OriginalAmount="130.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88667" Longitude="2.360923" StarRating="2" HotelCode="74068|hotel_de_bellevue" HotelName="Hotel de Bellevue Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/ce/67/ce678e76b3ad5f3951ae49dacfde12af9df0d956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Montmartre and Sacré Coeur, the hotel enjoys privileged direct access by metro to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.60" OriginalAmount="130.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856095119172" Longitude="2.4151786441803" StarRating="4" HotelCode="82268|suite_novotel_paris_porte_de_montreuil" HotelName="Novotel Suites Paris Montreuil Vincennes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Professeur Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5d/555d71810efa34c8c051a21b4c13dc466e340dcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This suite hotel is located 200 m from the metro and 2 km from the centre of Paris. It lies 18 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.60" OriginalAmount="130.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.822788" Longitude="2.36136" StarRating="1" HotelCode="901408|novex_paris_free_wifi_hotel" HotelName="Novex" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/extranet/8f/89/8f89276eab035b760ab1bbe3ba9d3f7be765a6e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Paris China Town within walking distance to Metro "Maison Blanche" on Line 7, with an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.44" OriginalAmount="130.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.890434922994" Longitude="2.324284661333" StarRating="2" HotelCode="25343|1435668" HotelName="Paris Legendre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>149 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/dc/16dc2ac3f88a882f2a5e8ec85ce36784936ec1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the Porte de Saint-Ouen and the Porte de Clichy, next to the famous Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.62" OriginalAmount="131.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855368" Longitude="2.378674" StarRating="3" HotelCode="75249|grand_hotel_nouvel_opera" HotelName="Grand Nouvel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>152 Avenue Ledru-Rollin, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/55/a55591c4ba82771376ab96e5a9fdec3a301a77a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.62" OriginalAmount="131.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.831012030522" Longitude="2.3299178134919" StarRating="4" HotelCode="77340|best_western_nouvel_orleans" HotelName="Best Western Nouvel Orléans Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue du Général Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/83/bf83971f1a083c7c018f8b1ee4aeea6ca3fc32e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.62" OriginalAmount="131.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.833071" Longitude="2.288026" StarRating="4" HotelCode="80567|mercure_paris_vaugirard_porte_de_versailles" HotelName="Mercure Paris Vaugirard Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e1/83e19120c00ed650d5146cae8c420f5950137511.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the city centre, opposite the entrance to the exhibition centre and close to the Por...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.07" OriginalAmount="131.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83036301543" Longitude="2.284246981144" StarRating="4" HotelCode="25357|229866" HotelName="Hôtel Oceania Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue d'Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/da/f8da70c415d48063eda801731a1e26f143ff95c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access and is ideally located a few steps from the Parc des Expositions (exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.21" OriginalAmount="131.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.836166446719" Longitude="2.278847694397" StarRating="3" HotelCode="33000|303315" HotelName="Median Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5d/205d0f6ed1b4947064cdb6c0f946b574e0c30105.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 15th arrondissement on the left bank of the river Seine. The Eiffel Tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876071316328" Longitude="2.3420915007591" StarRating="3" HotelCode="74034|touring_3" HotelName="Hotel Touring Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ff/52/ff5297fcc70e00a12b0d0aa50d2280e3afa8851b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.827919264295" Longitude="2.368905544281" StarRating="3" HotelCode="337159|residence_richemont" HotelName="Residence Richemont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/f6/95/f69599bbca1fed63dc5927ce033e1b4e665cda22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly beside the River Seine and by making use of the metro service (Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.57" OriginalAmount="132.91" MarkupRule="2.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://cdn.worldota.net/t/x500/content/28/f1/28f1ed2b5b9559fa6840afeb112a189a09dfc90d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in very quiet and safe surroundings on the Left Bank, in the heart of the Mont...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.66" OriginalAmount="133.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.833766388485" Longitude="2.3229264290319" StarRating="3" HotelCode="14331|ibis_maine_montparnasse" HotelName="ibis Paris Maine Montparnasse 14ème" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue du Château, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a0/f0a0855b5791ff173a5df344c3ac3e180814a555.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.66" OriginalAmount="133.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.823307771979" Longitude="2.3261725902557" StarRating="3" HotelCode="56336|ideal_hotel_design" HotelName="Ideal design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Boulevard Jourdan, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/db/d9db0548a47749e952703b757cdfc61b314230a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris' 14th district, 10 m away from the Porte d'Orleans subway station. Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.66" OriginalAmount="133.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865339772273" Longitude="2.3950236855227" StarRating="2" HotelCode="501971|nadaud_hotel" HotelName="Nadaud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Bidassoa, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/13/861363beb192939b8aa8b89467afd5f2316bb056.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.32" OriginalAmount="133.65" MarkupRule="2.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://cdn.worldota.net/t/x500/ostrovok/d8/a1/d8a1213b0abf6fe921838ef8545b37d34e857773.JPEG</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="136.45" OriginalAmount="133.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842678864195" Longitude="2.3243472701865" StarRating="4" HotelCode="59109|303105" HotelName="Timhotel Odessa Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue d'Odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/0f/440f532ccbecd44556f537bcca5bc7f228f624c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located in the heart of the business and cultural district of Montparnass...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.68" OriginalAmount="134.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.824663981487" Longitude="2.3268176615238" StarRating="2" HotelCode="187855|parc_hotel_paris" HotelName="Parc Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04f1a7b2f3c5f5c2ec436804cd48943667c6071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.09" OriginalAmount="134.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83849504563" Longitude="2.3808360099792" StarRating="3" HotelCode="14740|231686" HotelName="Ibis Styles Paris Bercy" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/be/cb/becb43d5116db3e1e2330545c73ce331ff33dc13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an ideal location in a shopping district, in the eastern part of Paris. Withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.887179" Longitude="2.386331" StarRating="2" HotelCode="97699|appartcity_paris_la_villette" HotelName="Appart'City Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 Avenue Jean Jaures, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c4/b3c4d418eba1a17fbd1f48eaf0e66777626d92bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located nearby the Cité des Sciences, and both Gare de l'Est and Gare du Nord train st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.833109444633" Longitude="2.2892117500305" StarRating="3" HotelCode="187861|terminus_vaugirard" HotelName="Hotel Paris Vaugirad" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/b4/5c/b45ce8af27577f82885aabaceed0f747852e4ad1.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="8" TotalAmount="138.46" OriginalAmount="135.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.830385969175" Longitude="2.3234474658966" StarRating="3" HotelCode="59522|227786" HotelName="Ibis Styles Paris Alésia Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/57/b257afa10c365e7570d2f54da8a6a38973e8ce81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.59" OriginalAmount="135.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88238978656" Longitude="2.3497921228409" StarRating="2" HotelCode="29156|55234" HotelName="Altona" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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://cdn.worldota.net/t/x500/content/9d/48/9d48eee748480c1b05a46013214155503c9aed52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a convenient and peaceful location near the Gare du Nord and Gare de l'Est stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.72" OriginalAmount="136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871856795202" Longitude="2.3434996604919" StarRating="2" HotelCode="58334|victoria_4" HotelName="Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis Cité Bergere, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/20/d820b49129d0fd4684740db528bac0a5dbdad252.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.72" OriginalAmount="136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880190451012" Longitude="2.3515727618077" StarRating="3" HotelCode="74047|metropol" 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://cdn.worldota.net/t/x500/content/50/3c/503c7e9fe8a9b6e6fb9b5c6eed87b73aab1f2fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.72" OriginalAmount="136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874232" Longitude="2.38782" StarRating="3" HotelCode="148870|hipotel_paris_buttes_chaumont" HotelName="Hipotel Paris Buttes Chaumont Pyrénées" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/55/d6/55d65cba4d6c267433d4468dfd30567e09e2a396.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.72" OriginalAmount="136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847118397785" Longitude="2.3706857397613" StarRating="3" HotelCode="334567|moderns_hotel" HotelName="Moderns Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Austerlitz, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/54/ee54e7743ad9ee9146f8398946879dcbed9633ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.72" OriginalAmount="136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.887487617568" Longitude="2.307923253373" StarRating="3" HotelCode="316806|pavillon_pereire_arc_de_triomphe" HotelName="Hotel Gaston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Péreire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/41/3b4143ec4ef3e7641897216a4449650af83b91b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is quietly located on the Boulevard Péreire to the north of Parc Montreau and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.72" OriginalAmount="136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87010919" Longitude="2.36988697" StarRating="2" HotelCode="591683|hotel_aix_europe" 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>https://cdn.worldota.net/t/x500/content/3f/1a/3f1af9f2acc802f9cac2b21858de6157d41a127a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.74" OriginalAmount="137.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88726005" Longitude="2.37323928" StarRating="2" HotelCode="324092|hotel_du_quai_de_seine" HotelName="Hôtel du Quai de Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 passage de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/49/f5496d0758b3aeaada9b88848b326d673acd97f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.74" OriginalAmount="137.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847347930299" Longitude="2.2832633135415" StarRating="4" HotelCode="905730|platine_hotel" HotelName="Platine Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Ingénieur Robert Keller, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/89/328917470d6ec6f794842d58fb9d955e378ee50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located in Paris' 15th district, just 300 m from Charles Michels metro station....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.04" OriginalAmount="137.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843031883449" Longitude="2.405099272728" StarRating="4" HotelCode="57105|34654" HotelName="Best Western Allegro Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/67/ee678f91e88527435d0e927e0da97cb952599f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 12th arrondissement of Paris, only a short distance (800 m) from the Pla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.13" OriginalAmount="137.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84450406079" Longitude="2.3729449510574" StarRating="4" HotelCode="35943|185356" 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://cdn.worldota.net/t/x500/content/3f/b3/3fb3f5b58e51cb1a48c621f33a57b875db7e8627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located behind the clock tower of the Gare du Lyon station. Its location guarantees gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.65" OriginalAmount="137.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.893375532653" Longitude="2.3798704147339" StarRating="3" HotelCode="25636|905345" HotelName="Hotel Campanile Paris 19 - La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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://cdn.worldota.net/t/x500/content/fc/7c/fc7c3a999abe2ff738f692973f77aaf2dc57047e.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="63" TotalAmount="140.76" OriginalAmount="138.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.836327104101" Longitude="2.3601615428925" StarRating="4" HotelCode="31197|villa_lutece_port_royal" HotelName="Villa Lutèce Port Royal" 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,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://cdn.worldota.net/t/x500/content/ff/4d/ff4daafba412c057a05f16a39de54fb1a4d988fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located close to the Place d`Italie and the French National Library. L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.78" OriginalAmount="139.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875615" Longitude="2.295667" StarRating="3" HotelCode="16216|princesse_caroline" HotelName="Princesse Caroline" 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,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/3a/c13ab002ea86744302fea50317d4cfddd470e78a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the Champs-Élysées (1500 m), the Arc de Triomphe (450 m), and the major luxury...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.78" OriginalAmount="139.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865645" Longitude="2.366577" StarRating="2" HotelCode="149714|hotel_voltaire_republique" HotelName="Hôtel Voltaire République" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/a4/ab/a4aba576135090f8137298ab95c09f92e164fd66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.78" OriginalAmount="139.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8878305" Longitude="2.3109306" StarRating="2" HotelCode="267511|royal_wagram" 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>https://cdn.worldota.net/t/x500/content/73/e9/73e9b94e73c74422020a3d9338de8de6ffc6c6d7.jpeg</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="141.78" OriginalAmount="139.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879545711311" Longitude="2.3562153433253" StarRating="2" HotelCode="267509|hotel_richmond_2" 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://cdn.worldota.net/t/x500/content/33/36/333653eb831d5079817e1e520a6d32dcd5f9947e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.97" OriginalAmount="139.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.838677453927" Longitude="2.2887240288361" StarRating="3" HotelCode="39454|862695" HotelName="Hôtel de la Paix" 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>43 Rue Duranton, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/2b/222beeeaa8c6f131de76b66fdfa97e923f748475.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="142.51" OriginalAmount="139.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.886492307706" Longitude="2.3122867941856" StarRating="2" HotelCode="34587|299925" 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://cdn.worldota.net/t/x500/content/30/c6/30c64e5a2171a4fd4263de72d5c6c56f894c20ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a peaceful district of Paris, 2 minutes from its sister hotel. The Arc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.78" OriginalAmount="139.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88207934994" Longitude="2.3334628343582" StarRating="2" HotelCode="35269|304105" HotelName="Royal Mansart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Mansart, 75009 PARIS</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d3/4dd313df218534c64e8ab5888c4c1c7e83f0a9ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Sacré Coeur and the opera, around 2 km away from the Seine. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.80" OriginalAmount="140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.888836202457" Longitude="2.3942363262177" StarRating="4" HotelCode="13791|mercure_paris_la_villette_2" HotelName="Mercure Paris 19 Philharmonie La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>216 Avenue Jean Jaures, 75019 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/79/7479832b198cd0d04849e862a49558f7f9a86894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies in the north of Paris and offers an ideal starting point for those ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.80" OriginalAmount="140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.831862039179" Longitude="2.3044785803565" StarRating="2" HotelCode="110526|arty_paris_2" HotelName="Arty Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue des Morillons, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d7/3bd7d75a866428a4cf6911aa6a1297e663004085.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.80" OriginalAmount="140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879548" Longitude="2.356005" StarRating="2" HotelCode="901308|new_hotel_gare_du_nord" 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://cdn.worldota.net/t/x500/content/fd/46/fd46147da81bf02c68cede58a0f4fddcfd5ab2ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.80" OriginalAmount="140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869137" Longitude="2.39533003" StarRating="3" HotelCode="975801|hotel_bridget" HotelName="Hotel Bridget" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/4a/cc/4acca71ea9912942d5287357618ed439fdd0675d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.60" OriginalAmount="140.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.836346524189" Longitude="2.2896865010262" StarRating="3" HotelCode="168457|143201" HotelName="Viceversa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>213 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/4c/754c22037d102885a498c91a270dbcac17709edd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located 200 m from the Porte de Versailles exhibition centre and Palais des Sp...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.82" OriginalAmount="141.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8813775989" Longitude="2.3620278603047" StarRating="3" HotelCode="29503|timhotel_paris_gare_du_nord" HotelName="Hotel At Gare du Nord" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/83/27/83271c971171262d45f6be3d3483e174e3f84bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located near to the Gare du Nord, about one kilometre from the Parisian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.82" OriginalAmount="141.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.884433236233" Longitude="2.3471763938485" StarRating="3" HotelCode="47661|comfort_inn_saint_pierre" HotelName="Best Western Hotel Le Montmartre Saint-Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/92/8192ea9efd137133595e4a06915c1a81f0dd4f9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the picturesque quarter of Montmartre in the north of Paris, only a few me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.82" OriginalAmount="141.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849402" Longitude="2.398764" StarRating="3" HotelCode="70641|pavillon_nation" HotelName="Pavillon Nation" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/9b/85/9b85f52eab6fb30d93523214a16f94a8f30945bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a short walk from the Place de la Nation, the hotel enjoys a stunning location. The 5 metro ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.82" OriginalAmount="141.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.886188295408" Longitude="2.3361967772911" StarRating="1" HotelCode="74077|hotel_bonsejour_montmartre" 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://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.82" OriginalAmount="141.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.827409702194" Longitude="2.3720224276354" StarRating="3" HotelCode="94388|cantagrel" HotelName="Green Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue de Patay, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/df/47df88fde15ec60bc71eda2144e5b4e6aaf2b836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Notre Dame (5 km) and about 10 minutes by subway from central Paris. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.82" OriginalAmount="141.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8618652" Longitude="2.3832536" StarRating="2" HotelCode="178207|modern" HotelName="Modern" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Rue du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/5b/ef5bb79136be34f943e24f864a23a7645dd0309f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and amenities are available to guests at the hotel. The accommodation comprises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.84" OriginalAmount="142.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879474075773" Longitude="2.3580425977707" StarRating="3" HotelCode="172227|albert_1er_paris" HotelName="Hotel Albert 1er" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a5/4ca5a6ac372623dd53d7fd9a43ddb7a5c189f738.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.86" OriginalAmount="143.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.830238" Longitude="2.302024" StarRating="3" HotelCode="110522|ibis_paris_brancion_parc_des_expositions_15eme" HotelName="Hôtel ibis Paris Brancion Parc des Expositions 15ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Rue Brancion, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/dd/d4ddbae1f4693f351481098ba741b50826e52f3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="146.04" OriginalAmount="143.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.895245" Longitude="2.340911" StarRating="2" HotelCode="901643|CBC968100" HotelName="Ibis Styles Paris Montmartre Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77, rue du Ruisseau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e9/7be955f8a94798d8377403a7cfd949ba08d2d637.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="8" TotalAmount="146.50" OriginalAmount="143.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.90042002" Longitude="2.33616917" StarRating="4" HotelCode="639705|623729" HotelName="Hotel The Originals Paris Maison Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/d2/2e/d22ee477c0f608977315c717d9e8f936add6c254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.82" OriginalAmount="143.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.884513395409" Longitude="2.3758600183119" StarRating="2" HotelCode="298448|227775" HotelName="ibis budget Paris La Villette 19ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>57-63 Avenue Jean Jaurès, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/67/67d56ce611766da8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.88" OriginalAmount="144.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855415181956" Longitude="2.4097260832787" StarRating="2" HotelCode="34567|comfort_hotel_davout_nation" HotelName="Comfort Davout Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue des Orteaux, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/6b/116b1398233a6a275a297d5c980111422a10297c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently situated just a few métro stations from the opera as well as from the Cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.88" OriginalAmount="144.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.835124432283" Longitude="2.4054594433885" StarRating="3" HotelCode="110504|ibis_daumesnil_porte_doree" HotelName="Hôtel ibis Daumesnil Porte Dorée" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/2d/a1/2da1de99b162c6b6461402bcddc95b6e8eee05ac.jpeg</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="146.88" OriginalAmount="144.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.840262" Longitude="2.324146" StarRating="4" HotelCode="110514|timhotel_tour_montparnasse_2" HotelName="Timhotel Tour Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis Rue de la Gaité, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a1/caa10cb64ec3f4144365916e44c0f5b7037f686e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Montparnasse train station is less than a 5-minute walk from the hotel and the Gaîté-Montparnasse Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.88" OriginalAmount="144.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85106112" Longitude="2.37876618" StarRating="0" HotelCode="589330|auberge_internationale_des_jeunes" 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>https://cdn.worldota.net/t/x500/content/41/48/41487e8a81f107e2e1f01c92ee43c0ce38a54e4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.83" OriginalAmount="144.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885314" Longitude="2.335956" StarRating="2" HotelCode="130476|121750" HotelName="Audran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Audran, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/76/3d761a9cc59ef5c90327600ca5832b5b2fb9b8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.90" OriginalAmount="145.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.887238786594" Longitude="2.3729272595072" StarRating="3" HotelCode="165997|le_canal" HotelName="Hôtel Tilde" Meals="ROOM ONLY" 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.worldota.net/t/x500/content/7e/5f/7e5f967e59c37a8ade1bea5c009650df401864a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Paris's Buttes Chaumont-La Villette neighbourhood, the hotel is 5 km from the Louvre Mus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.90" OriginalAmount="145.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.838756322149" Longitude="2.4008560180664" StarRating="3" HotelCode="177794|hotel_gossec" HotelName="Sweet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Gossec, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/31/5831a143948a6dce3e93a846a5ebdfda71b784a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a 20-minute walk from Bercy Village and the Palais Omnisports Paris-Bercy aren...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.90" OriginalAmount="145.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.837676" Longitude="2.306316" StarRating="3" HotelCode="906469|holiday_inn_paris__montparnasse_pasteur" HotelName="Holiday Inn Paris - Montparnasse Pasteur" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/ea/15/ea15d2d227d0f853b129b1068879c400221aba4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 15 minutes walking distance from Montparnasse train station and tower, Les Inva...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.87" OriginalAmount="145.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.886406" Longitude="2.312637" StarRating="3" HotelCode="69951|85775" HotelName="Hotel Romance Malesherbes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Rue Cardinet, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ca/dbca44034844869342bc4805dc9a5d42a1d33a45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a smart, calm and safe residential area of Paris’s 17th arrondissement. The...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.92" OriginalAmount="146.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.838826937191" Longitude="2.2894021868706" StarRating="3" HotelCode="29128|ibis_styles_paris_15_lecourbe" HotelName="Ibis Styles Paris 15 Lecourbe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 rue de La Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/31/1b31decf78714c400888ff1b1c8863655e06477f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located at the heart of Paris, close to the Eiffel Tower and the Porte de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.92" OriginalAmount="146.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879408809884" Longitude="2.3683744668961" StarRating="3" HotelCode="27108|ibis_jemmapes" HotelName="Hôtel ibis Paris Canal Saint-Martin" 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>12 rue Louis Blanc, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/62/8f620ca4cbf9fbf79ca4ccd5bf73dc4a72f36435.jpeg</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="148.92" OriginalAmount="146.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.835338232304" Longitude="2.3260839970116" StarRating="2" HotelCode="71604|denfertmontparnasse" HotelName="Denfert Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 rue Daguerre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/91/49911143123d715445bdc9d4275bdaf955d99370.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Denfert-Montparnasse is a 2-star Paris hotel located half a kilometer from the Montparnasse Tower an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.92" OriginalAmount="146.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8364" Longitude="2.4037" StarRating="3" HotelCode="110505|sport_hotel_paris" HotelName="Hotel L' Interlude" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>258 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3e/083e51cf7ea1b9ebe7bd7ec418d3a7750c50af75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.94" OriginalAmount="147.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88389960992" Longitude="2.3449654877186" StarRating="3" HotelCode="56513|hotel_bellevue_paris_montmartre" HotelName="Bellevue Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/26/7c/267cc2e2e4f332d950cb3dc487d2a24077c5024f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the foot of the famous Montmartre, just a short distance from a cable car, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.94" OriginalAmount="147.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.857312705549" Longitude="2.3805228834324" StarRating="3" HotelCode="148871|hipotel_paris_voltaire" HotelName="Hipotel Paris Voltaire Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/df/79dfcbe58c58313cead19abcf2cc48c0a12b0f29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.42" OriginalAmount="147.47" MarkupRule="2.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://cdn.worldota.net/t/x500/content/31/06/3106d26c5674abbbcf5774703ab0f0eded631202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming tradition-rich hotel is peacefully located close to the Place de la Nation, Bercy spor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.96" OriginalAmount="148.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.862037825325" Longitude="2.3854585509262" StarRating="3" HotelCode="110499|ibis_paris_pere_lachaise" HotelName="Hotel ibis Paris Père Lachaise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue de la Folie Régnault, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a2/baa2d3d6b13ca2c5a3810e39047ff0375cc1f49d.jpeg</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="150.96" OriginalAmount="148.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.840749" Longitude="2.262383" StarRating="3" HotelCode="145018|hotel_boileau" HotelName="Boileau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81, rue Boileau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/54/62543d6ba847164e0475d5b98227beabf8e399ac.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="63" TotalAmount="150.96" OriginalAmount="148.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83486594" Longitude="2.32423759" StarRating="0" HotelCode="555342|petit_palace_hotel" HotelName="Petit Palace Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/99/79990b29f33576f64d247c3655f5e6e9c076366f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Walk down the beautiful tree-lined avenue du Maine, past the Montparnasse Tower and its lively distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.98" OriginalAmount="149.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882335107523" Longitude="2.3710432648659" StarRating="2" HotelCode="50293|libertel_canal_saint_martin_2" HotelName="Libertel Canal St Martin" Meals="ROOM ONLY" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/18/a218b5b2d0a67638cb3f0a56f6b59cd6dcbe6bec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Technical Museum of La Villette (Parc de la Cité des Sciences), Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.98" OriginalAmount="149.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8394" Longitude="2.26322" StarRating="3" HotelCode="78151|best_western_eiffel_auteuil_2" HotelName="Hôtel Ohm by HappyCulture" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/74/b4/74b412517c1056c710f169ef41f71decf2392308.JPEG</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="151.98" OriginalAmount="149.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848334784673" Longitude="2.2970987856388" StarRating="3" HotelCode="110530|hotel_saphir_grenelle" 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://cdn.worldota.net/t/x500/content/7a/6e/7a6e8ed4d4838725c7f9ceb60a84097de0a8b550.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.98" OriginalAmount="149.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.829274" Longitude="2.356618" StarRating="3" HotelCode="110508|ibis_paris_avenue_ditalie_13eme" HotelName="ibis Paris Avenue d'Italie 13ème" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/4c/8f/4c8fd2688e39e59d22c6867f27023983c0e5a012.jpeg</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="151.98" OriginalAmount="149.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839991" Longitude="2.391856" StarRating="2" HotelCode="178205|pink_hotel" 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://cdn.worldota.net/t/x500/content/73/72/737239955f51361998b296017fc5453e38162395.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 50 metres from the Dugommier metro (line 6) and 500 metres from the Daumesnil metro sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.98" OriginalAmount="149.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.884388" Longitude="2.349112" StarRating="2" HotelCode="180095|hotel_nation_montmartre" HotelName="Nation Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Boissieu, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/fb/91fbbb89108ce2ba54016e14bf3b81ee5c9fae19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a one-way street, just a few steps from a large number of tourist sites and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.98" OriginalAmount="149.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.835885" Longitude="2.294965" StarRating="3" HotelCode="128332|ibis_paris_convention_15eme" HotelName="Hôtel ibis Paris Vaugirard Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Eugène Gibez, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1a/2f1a5b91f28ac34b331d8d8ff3a47225360a12b5.JPEG</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="151.98" OriginalAmount="149.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.844662139324" Longitude="2.4024859920307" StarRating="0" HotelCode="324666|hotel_cosy_3" HotelName="Le petit Cosy Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Boulevard De Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/05/c605b0f62a219b723da8a7faa29470ba3ab56aaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Cosy in Paris (Pere Lachaise - Menilmontant),...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="150.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87541672331" Longitude="2.3585029233403" StarRating="3" HotelCode="187851|ibis_paris_gare_de_lest_10eme" HotelName="Hôtel ibis Paris Gare de L'Est 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Saint Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769e1944abae875702fbb8f4a4a2d13e8e55540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="150.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.892861" Longitude="2.34125" StarRating="3" HotelCode="258815|hotel_les_jardins_de_montmartre" HotelName="Les Jardins de Montmartre" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/77/56/77565102aaf1c8e28affaafdf627f672e81925b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Paris' 18th arrondissement just a few paces from well-known Montmart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="150.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.837805542124" Longitude="2.3463812502613" StarRating="3" HotelCode="934272|the_five_hotel_by_elegancia" HotelName="The Five Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/af/4e/af4e381d579309bf9f5fe5472052a9d7f526c00b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming aparthotel is situated in the 5th arrondissement or Latin Quarter. Bordering the Seine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="150.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845562" Longitude="2.402112" StarRating="2" HotelCode="904085|lux_picpus" HotelName="Lux Picpus" Meals="ROOM ONLY" 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.worldota.net/t/x500/content/03/c4/03c4d6f217426eb7420a6d4c46fe2f2dbe827f01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.02" OriginalAmount="151.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842701784987" Longitude="2.3262101411819" StarRating="3" HotelCode="34406|renoir" HotelName="Hôtel Renoir St. German" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/73/c2/73c2d0682736dbe4b0ffb391d4dbb8ee5afa7b24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Montparnasse, the district of the city popular with Paris’ painters. Set co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.02" OriginalAmount="151.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873019396348" Longitude="2.3586675524712" StarRating="3" HotelCode="67904|est_hotel_3" HotelName="Est" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/62/42/62420562352dd03249c6da6644e0015c6f9ebb7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.02" OriginalAmount="151.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839103" Longitude="2.3975025423279" StarRating="3" HotelCode="97061|grand_hotel_dore" HotelName="Grand Hotel Doré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/4e/4a4ebdce84df0b99f3de4dd6e0c1885abdcfeecf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Daumesnil area, a stone’s throw from the Viaduc des Arts, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.14" OriginalAmount="151.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839902038905" Longitude="2.3814958333969" StarRating="3" HotelCode="35367|17849" HotelName="Claret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/cf/f8cf4487dd7dc8dc2b2e0bfc970d9931e5284a03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies close to Bercy Park as well as the gare de Lyon. Plenty of shopping and en...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.04" OriginalAmount="152.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881212410196" Longitude="2.3374177515507" StarRating="3" HotelCode="60436|ibis_styles_pigalle_montmartre" HotelName="Ibis Styles Paris Pigalle Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/5c/f8/5cf86863ebea05eaf958b995150567f4d7c992ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is well-situated in the famous district of Pigalle, which is home to many historical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.04" OriginalAmount="152.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.834897058741" Longitude="2.3603640496731" StarRating="3" HotelCode="75477|citadines_austerlitz_paris" HotelName="Citadines Austerlitz Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue Esquirol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/16/2a1603bd55cb5c18c93fa51da901e8fd5b137189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located halfway between the Seine and Place d'Italie, close to Gare d'Austerlitz and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.04" OriginalAmount="152.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87563912" Longitude="2.35812872" StarRating="2" HotelCode="325036|grand_hotel_de_leurope_3" HotelName="Grand Hôtel de l’Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard de Strasbourg, 75010 Paris, Ile De France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/3c/bf3c3dfc9790b52c554850fc5ea077a01a747287.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.94" OriginalAmount="152.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.834772873271" Longitude="2.3171059395331" StarRating="3" HotelCode="187836|328745" HotelName="Apollon Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>91 Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/9b/f09b8862667af24f7619f67989aa62996ab96660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.06" OriginalAmount="153.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.837889955754" Longitude="2.296187505126" StarRating="3" HotelCode="180072|studio_hotel_2" HotelName="Hôtel Auguste" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Alain Chartier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/eb/52ebe0d7a770c63c32bfa25d5209fe6e7743885a.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="156.52" OriginalAmount="153.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879699589668" Longitude="2.3209988273492" StarRating="4" HotelCode="16886|197136" HotelName="ibis Styles Paris Gare Saint-Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/40/4c40db80fe0e287a942215af255fcfe95565e789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Europe District. An abundance of shops and other cultural ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.95" OriginalAmount="153.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.834073875664" Longitude="2.3461208515205" StarRating="2" HotelCode="14314|427985" HotelName="Belambra City Hotel Magendie" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/4 Rue Magendie, Angle 6 rue Corvisart, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cd/9d/cd9d84525f66ecfca433e8531ddb675580954f8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.97" OriginalAmount="153.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84904668155" Longitude="2.3856808730186" StarRating="3" HotelCode="263474|463726" HotelName="Aparthotel Adagio access Paris Reuilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/a7/09a72fffcce6875384d5eafda6333b0f64a07501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.08" OriginalAmount="154.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.867123" Longitude="2.374232" StarRating="2" HotelCode="25346|hotel_leonard_de_vinci" HotelName="Léonard de Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue des Trois Bornes, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/41/e341e7f152fb83dc910f2c7566887e99bcc4704d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.08" OriginalAmount="154.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.89286954484" Longitude="2.3428653180599" StarRating="3" HotelCode="74083|hotel_eden_montmartre" HotelName="Hotel Eden Montmatre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/65/9a6551bf2c152fbfd84a29398168ddbfcec00c4b.JPEG</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="157.08" OriginalAmount="154.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883583009382" Longitude="2.3235923051834" StarRating="3" HotelCode="110541|baldaquin_excelsior" HotelName="Hôtel Excelsior-Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Caroline, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/5d/db5d40455e28588bc9e2122d5b45fd5b94863c9a.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="63" TotalAmount="157.08" OriginalAmount="154.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.82234236" Longitude="2.33456919" StarRating="3" HotelCode="308152|hotel_du_parc_montsouris" HotelName="Hôtel du Parc Montsouris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Pets allowed,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Parc Montsouris, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/ae/93aec540430a8a358d1ebb2b79bdd9cbe0701b33.jpeg</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 Parc Montsouris in Paris (Montparnasse Tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.34" OriginalAmount="154.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874358715335" Longitude="2.3420964072276" StarRating="3" HotelCode="24547|1037355" 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://cdn.worldota.net/t/x500/content/ef/0b/ef0b74f2133f9bd026e7772ab92fc674cd2e6c3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.41" OriginalAmount="154.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.836199990611" Longitude="2.2527739405632" StarRating="4" HotelCode="365002|69899" HotelName="Radisson Blu Paris-Boulogne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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>https://cdn.worldota.net/t/x500/content/0c/5b/0c5b36146d065f52f7d447c5154938810ccb6ebf.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="157.78" OriginalAmount="154.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879775708909" Longitude="2.3206874728203" StarRating="4" HotelCode="29499|229916" HotelName="Best Western Premier Le Swann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/97/8597e38a12f1beb298af297d7e2a30e50f1b3262.jpeg</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 G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.828957519946" Longitude="2.3740942776203" StarRating="3" HotelCode="34549|ibis_styles_paris_tolbiac_bibliotheque_2" HotelName="Ibis Styles Paris Tolbiac Bibliotheque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c8/5bc8764e61a90d6ce897dfd283ff95f3c92b8eec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located directly in the heart of the city's Rive Gauche area. An array of res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878299" Longitude="2.384219" StarRating="3" HotelCode="180098|nouveau_paris_park_hotel" HotelName="Nouveau Paris Park Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/ca/a5/caa50b30f32dc3c1ff46b77b753136bf0e35202a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a bar are available to guests of the hotel. Wireless internet access i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.10" OriginalAmount="155.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842927734971" Longitude="2.3212453722954" StarRating="3" HotelCode="326483|timhotel_paris_gare_montparnasse" HotelName="Timhotel Paris Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/06/2026" 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://cdn.worldota.net/t/x500/content/a4/4c/a44c1e385c5ffc33288d7ce7159c0df2f9087e9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel is located close to Les Rennes shopping street, between the Gare du Nord and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.86" OriginalAmount="155.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88232094" Longitude="2.37045471" StarRating="3" HotelCode="549023|756241" HotelName="Hotel De La Comete" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Boulevard De La Villette, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/97/3f973893c385bec192a263d9a70e8fbcd5f8a7b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.12" OriginalAmount="156.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881259" Longitude="2.294725" StarRating="4" HotelCode="68257|hotel_westside_arc_de_triomphe" HotelName="Westside Arc de Triomphe" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/b9/02/b9023e67fd3489bcbb37ab30bf4143fa79150af2.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="63" TotalAmount="159.12" OriginalAmount="156.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.835491863508" Longitude="2.3211735969658" StarRating="4" HotelCode="77028|best_western_bretagne_montparnasse_2" 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://cdn.worldota.net/t/x500/content/87/9b/879b7adf93fee1a1b84ba12d0b9839217c8010b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in Montparnasse. The district has a free-living atmosphere and was the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.12" OriginalAmount="156.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850657" Longitude="2.39242" StarRating="3" HotelCode="149501|hotel_du_prince_eugene" HotelName="Hôtel Du Prince Eugène" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>247, boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/96/2f9649ccf1fdc19d87a768437652bf5b3758d3bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This delightful hotel is situated close to the Place de la Nation and benefits from an excellent loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.12" OriginalAmount="156.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.884892853814" Longitude="2.3974278532803" StarRating="4" HotelCode="406136|hipark_paris_la_villette" HotelName="Hipark by Adagio Paris La Villette" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/80/55/8055e97795c016b66cdb7b29e835d634ed92030f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.79" OriginalAmount="156.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855123990744" Longitude="2.4095369875431" StarRating="2" HotelCode="29451|2128715" HotelName="ibis Styles Paris Nation Porte De Montreuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de la Croix Saint Simon, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/42/c742cc5a526efd4eafc29f6369dc46c8cf8c79d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a street corner directly beside Porte de Montreuil metro station. From here...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.834465477194" Longitude="2.3640192722451" StarRating="3" HotelCode="323981|hotel_jenner" HotelName="Hôtel Jenner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/28/a72853b11e961e2ceca7d5857fa114faa7edc410.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="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.836521859232" Longitude="2.2536573791332" StarRating="3" HotelCode="572187|ibis_styles_paris_16_boulogne" HotelName="ibis Styles Paris 16 Sud Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Ferdinand Buisson, 75016 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9c/a09ce85373ec10b6ef70a84f4e3da0567a37089b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.29" OriginalAmount="157.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876558195011" Longitude="2.347109913826" StarRating="3" HotelCode="31210|300315" HotelName="Montholon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/95/869569d97eadf14106fa28da1a6301c0c323f809.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located close to the tourist centre just a short distance from restaurants,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.40" OriginalAmount="157.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879172" Longitude="2.287642" StarRating="3" HotelCode="101138|117640" HotelName="Villa Brunel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>46, rue Brunel, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/56/db566570fbb88c7e5b947237331eacd1ab5f3f5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel welcomes guests in its warm atmosphere in the prestigious 17th District of Paris, at the c...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.84" OriginalAmount="157.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.837428740837" Longitude="2.2587606310844" StarRating="3" HotelCode="37861|17853" HotelName="Murat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/12/a8/12a8632018ba3d0f49cc2fe5b52110ed51e079d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the 16th arrondissement, by the Porte St Cloud, close to the Troc...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.16" OriginalAmount="158.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880990679221" Longitude="2.3514814212117" StarRating="3" HotelCode="11620|avalon_hotel_16" HotelName="Avalon Hotel Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/24/a8/24a8a5778f6b88eb62ba5c55d73d8b8328ced3e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The modern hotel is located at the heart of Paris, just 100 m from the nearest links to the transpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.16" OriginalAmount="158.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.887353" Longitude="2.248194" StarRating="3" HotelCode="94377|adagio_la_defense_esplanade" HotelName="Aparthotel Adagio La Defense Esplanade" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/5e/34/5e34ca74e00a8175477ecacca31ff95d338aecd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located at the heart of the La Défense business district, close to the CNIT ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.16" OriginalAmount="158.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874752876977" Longitude="2.3290901398811" StarRating="4" HotelCode="408750|residhome_appart_hotel_parisopera" HotelName="Residhome Paris-Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/06/d8/06d8fb4740b6d1a328defe9e3129534b94c77644.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the vicinity of this apartment hotel are the finest department stores, the Opéra Garnier and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.95" OriginalAmount="158.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869125722964" Longitude="2.2890025377274" StarRating="2" HotelCode="74087|212101" HotelName="Angleterre Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Copernic, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ee/1dee2394d2516ddb7a9bd48eeda26833380f7897.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="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.837809567897" Longitude="2.3184693851854" StarRating="4" HotelCode="28544|hotel_concorde_montparnasse" HotelName="Hôtel Concorde Montparnasse" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/ff/49/ff496dfe736b4e9b93da518694eeedb28bc96971.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876551138832" Longitude="2.3270148038864" StarRating="3" HotelCode="36461|grand_hotel_du_havre" HotelName="Grand Hotel du Havre" 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>18 Rue D'amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/1d/871da5c50b4b3e891b66c386d8c2ebf759e67411.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just steps away from Saint Lazare train station. Numerous restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8761948005" Longitude="2.3570635914803" StarRating="3" HotelCode="34890|hotel_libertel_gare_de_lest_francais" HotelName="Libertel Gare de l’Est Français" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/bd/3c/bd3c7bb2dde082ab2211c94879aa84c3196066b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel lies at the heart of the beautiful French capital a mere 100 m from the nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846745" Longitude="2.287768" StarRating="3" HotelCode="76455|alize_grenelle_tour_eiffel" HotelName="Alize Grenelle Tour Eiffel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/4e/7a/4e7ae40b8c916dd3f32c322b73ea6452050300a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846154024554" Longitude="2.401779" StarRating="2" HotelCode="189573|hotel_printemps" HotelName="Du Printemps" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard de Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/03/8003d54c6ff1166e921cd8a1736dd4008431c4d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8886555" Longitude="2.348049" StarRating="3" HotelCode="267513|hotel_boronali" HotelName="Boronali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fc/ddfc149ef2073d853bbeb98af1dde0276bf010e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.18" OriginalAmount="159.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882570417006" Longitude="2.3279975742397" StarRating="3" HotelCode="408911|aurore_montmartre" HotelName="Hotel Pilime" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/30/8c301a0d5d77ab7052731ca1b1c3a27b67f61584.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="163.07" OriginalAmount="159.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.833595" Longitude="2.317705" StarRating="3" HotelCode="79992|2256594" HotelName="Le 55 Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue de Plaisance, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b0675f799877de2bdf4c23151fb43f63016153f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.17" OriginalAmount="159.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883557092046" Longitude="2.2941227178577" StarRating="3" HotelCode="54634|760715" 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://cdn.worldota.net/t/x500/ostrovok/0a/a6/0aa683d1c6830b65e2ea5af489457effca4f8236.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel is situated in a quiet residential area on the Boulevard Péreire. In th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876613410107" Longitude="2.3439276588955" StarRating="3" HotelCode="64605|lebron" 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://cdn.worldota.net/t/x500/content/6d/5f/6d5fd8e7df193a9218ac68a8c1274e00da063019.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in the 9th district of Paris, near Montmartre, an artistic district that has countless...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.20" OriginalAmount="160.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875758" Longitude="2.357415" StarRating="3" HotelCode="146525|hotel_dalsace" HotelName="Hôtel d'Alsace" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/f4/e1/f4e1ca98b8fbb5da9a1443c422c097faff5fe589.JPEG</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="63" TotalAmount="164.22" OriginalAmount="161.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883426913115" Longitude="2.2924840450287" StarRating="3" HotelCode="35058|magellan" HotelName="Magellan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Rue Jean Baptiste Dumas, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/be/02bee75c7e32f196e2d99ece4491c6a0353657ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated, around 250 m from Péraire metro station and 500 m from the Arc de Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.22" OriginalAmount="161.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.892392" Longitude="2.213316" StarRating="3" HotelCode="110309|hotel_lamandier" HotelName="L'Amandier - Nanterre La Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/3b/3a3b4004ae2781666cde06541cb825cb7493bcc2.jpeg</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="164.22" OriginalAmount="161.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84404891233" Longitude="2.2796457778394" StarRating="3" HotelCode="303895|hotel_mirabeau_eiffel" HotelName="Hotel Mirabeau Eiffel" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/ce/52/ce52aff61e7c63966005abbeb390990682eb1bed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.92" OriginalAmount="161.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.833813" Longitude="2.317557" StarRating="3" HotelCode="14228|299015" 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://cdn.worldota.net/t/x500/content/98/8f/988fd0b2e8b802591368f1e4c9aba67cfb2ebdbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a stone's throw from the Porte de Versailles Exhibition Centre and the Palais des Sport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.21" OriginalAmount="161.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.831634283921" Longitude="2.3870399594307" StarRating="4" HotelCode="29500|181996" 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://cdn.worldota.net/t/x500/content/3a/79/3a7961e9fcac11dc126cd380dc1b29da7d3f8e5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Bercy Village. Guests can reach the Place de la M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.24" OriginalAmount="162.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8469305" Longitude="2.397383" StarRating="2" HotelCode="224990|nouvel_hotel_paris" HotelName="Nouvel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Avenue du Bel air, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/2c/f02cff9510eab5dbbfad53abcf2d0be27b74df18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a range of services and facilities, making it ideal for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.24" OriginalAmount="162.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87321681" Longitude="2.3827721" StarRating="3" HotelCode="439979|hotel_scarlett" HotelName="Hôtel Scarlett" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/69/37/693755224d0345f5b32928c283d4cdfa2302a667.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.26" OriginalAmount="163.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.832126" Longitude="2.321826" StarRating="3" HotelCode="73982|hotel_ariane_montparnasse" HotelName="Ariane Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de la Sablière, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cd/94cdb9e9f946d0fb642de3db4aba947aeab8cb16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the Montparnasse area, the hotel offers a top location. In a very quiet street and n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.26" OriginalAmount="163.00" MarkupRule="2.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" 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://cdn.worldota.net/t/x500/ostrovok/ca/e6/cae6140f1d39feab0c5ae81d9ae5d00dc9e16a80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located by Porte de Clignancourt metro station, close to the tourist centre. A large c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.35" OriginalAmount="163.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.830015" Longitude="2.356696" StarRating="3" HotelCode="60795|68942" HotelName="Best Western Paris Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/68/56/68560802c96efd600e4e38d8abd4bf01ed1d1d10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the southern bank of the River Seine (Rive Gauche), near the Latin Quarter,...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.90" OriginalAmount="163.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878412171545" Longitude="2.3570702970028" StarRating="3" HotelCode="10249|299975" 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 a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.28" OriginalAmount="164.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.27519" StarRating="4" HotelCode="32600|hotel_auteuil_tour_eiffel" HotelName="Auteuil Tour Eiffel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/53/c1/53c1be93d743282b54bedee72f214d15068de9b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 16th arrondissement of Paris close to the Eiffel Tower. It is located b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.28" OriginalAmount="164.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848570858174" Longitude="2.2612148523331" StarRating="3" HotelCode="57794|hotel_poussin" HotelName="Poussin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/48/49/4849c3bda608375a65b300074b4ba641cebe2274.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located directly in the legendary district of Auteuil, the 16th arrondissemen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.28" OriginalAmount="164.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875389" Longitude="2.357073" StarRating="3" HotelCode="65041|hotel_alane" HotelName="Alane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard Magenta, Paris 75010</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/98/4c9843a0ac5915a9e9f7cc0f253af1f0cc2f1e11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is close to Gare du Nord and a 2-minute walk from the train, bus and metro stations ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.28" OriginalAmount="164.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.837982" Longitude="2.258468" StarRating="3" HotelCode="82924|holiday_inn_paris__auteuil" HotelName="Holiday Inn Paris Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Gudin, Paris 75016</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0a/d10a9e517c58140d080be3af8d2f44135d21f60e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.28" OriginalAmount="164.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.833716" Longitude="2.287081" StarRating="3" HotelCode="96665|pavillon_porte_de_versailles" HotelName="Pavillon Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,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://cdn.worldota.net/t/x500/content/68/78/68785c67dce9209c2d69d58111553c5f429705aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Behind the hotel lies the lively Vaugirard neighbourhood with its countless boutiques, restaurants, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.28" OriginalAmount="164.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843765" Longitude="2.29684062" StarRating="4" HotelCode="946972|villa_mademoiselle" HotelName="Villa Mademoiselle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/dc/2ddc7a3ad3682d184bc0bfb5964b6c331cac3d5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.28" OriginalAmount="164.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8423593276" Longitude="2.3234340548515" StarRating="3" HotelCode="915010|hotel_montparnasse_saint_germain" HotelName="Montparnasse St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/e5/28/e5283aa41fbd356e488c03650aaafc072cdc65f9.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="167.98" OriginalAmount="164.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.836837320281" Longitude="2.295513600111" StarRating="3" HotelCode="34440|300045" HotelName="Quality Hotel Abaca Messidor" 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>330 rue de Vaugirard, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/49/d14927522801fb79d411945efc11017eaefdc004.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="168.02" OriginalAmount="164.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849335991702" Longitude="2.390439260965" StarRating="3" HotelCode="13549|266635" 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://cdn.worldota.net/t/x500/content/23/00/23007ebcf8c6ce06bffab25e343cfc38a82933ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the historical heart of Paris, only a few minutes away from the Marais, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.22" OriginalAmount="164.92" MarkupRule="2.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://cdn.worldota.net/t/x500/content/db/3c/db3cb19341cd81787daa56b24f671e5b260cb69f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Paris, directly on a main road and surrounded by bars, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.26" OriginalAmount="164.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.857399649075" Longitude="2.3728685081005" StarRating="3" HotelCode="13687|1426908" 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://cdn.worldota.net/t/x500/content/df/81/df817b03f30ed6539d081a32d854ffb813cdc63c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 20 minutes drive from the centre of the French capital in a suburb, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.840872" Longitude="2.287051" StarRating="3" HotelCode="77417|best_western_montcalm" 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://cdn.worldota.net/t/x500/content/42/c3/42c3497f41c971c405d9e8c05b95290dffc399b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858688" Longitude="2.282726" StarRating="3" HotelCode="89356|gavarni" HotelName="Gavarni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Gavarni, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ac/eeac0e25a4969901af78f8d37a8df74e1beeda6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842311939392" Longitude="2.320207057978" StarRating="3" HotelCode="267510|miramar_hotel_paris" HotelName="Hotel Miramar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Bienvenue, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/c7/fec70ac8b2b6704252d742b11dcc295865bdc68c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.82934058" Longitude="2.29232592" StarRating="3" HotelCode="840807|mama_shelter_paris_west_opening_august_2019" HotelName="Mama Shelter Paris West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue De La Porte De La Plaine, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d2/aed20676aa49276cd2bba1ff884f6beba78fedeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.01" OriginalAmount="165.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.830186447811" Longitude="2.352879345417" StarRating="3" HotelCode="36586|763465" 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://cdn.worldota.net/t/x500/content/df/97/df97378f9782ce467cc7620ac415bb7dc275896f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming and comfortable hotel is located in Paris near Austerlitz, Gare de Lyon and Montparnas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.17" OriginalAmount="165.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842062" Longitude="2.325444" StarRating="3" HotelCode="67676|494282" HotelName="Hôtel Unic Renoir St. Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/38/53384061360d0fd2c43f6125b4a0352f95ebd810.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the lively district of Montparnasse in the south of Paris. The m...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.32" OriginalAmount="166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.884034" Longitude="2.314986" StarRating="3" HotelCode="68260|hotel_jardin_de_villiers" HotelName="Jardin de Villiers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Claude Pouillet, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/32/de32db31881d1dba23c3d3bc2f2008868d87a2d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a quiet street in a typical Parisian neighbourhood, this is an ideal address for both bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.32" OriginalAmount="166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873996" Longitude="2.362457" StarRating="3" HotelCode="100905|belta" HotelName="Belta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/09/2209728b9767923f37c2728fb61361637b55e4a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3 km from the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.32" OriginalAmount="166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875365" Longitude="2.388984" StarRating="2" HotelCode="97220|hotel_de_la_perdrix_rouge" HotelName="De la Perdrix Rouge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lassus, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e3/72e3e4bb215772c95ad7451cfdcad85574ae00c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.32" OriginalAmount="166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87800805" Longitude="2.28645704" StarRating="4" HotelCode="451750|hotel_le_10_bis" HotelName="Le 10 Bis" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/55/5c/555c9fd50667dd532fbc4eb919aae68320f093a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.32" OriginalAmount="166.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="803789|hotel_port_royal" HotelName="Port Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Boulevard De Port-Royal</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a7/b5a787b903b8e5db6cd33e2654cab47c9a4afda6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.61" OriginalAmount="166.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83221" Longitude="2.316384" StarRating="3" HotelCode="180044|328400" HotelName="Fred Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Villemain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b3/07b3e645c4415ba72dfdb5adecb028393066c7f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 36 rooms. Most storeys can be reached by lift. Se...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.84" OriginalAmount="166.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880910785724" Longitude="2.3626747727394" StarRating="3" HotelCode="69779|227757" HotelName="Hôtel ibis Paris Gare du Nord Château-Landon 10ème" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/10/e0/10e0f7ac0729ed985bbe1eb5b634871db37b28f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.02" OriginalAmount="166.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.830953" Longitude="2.330619" StarRating="3" HotelCode="34432|244376" HotelName="Sophie Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Sophie Germain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/6b/8e6bee568d68c928b3fd1ea9d0f4a5eb3760d0a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the 14th district of Paris, near the Place Denfert-Rochereau ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.34" OriginalAmount="167.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.837356" Longitude="2.372985" StarRating="4" HotelCode="64600|mercure_paris_bercy_bibliotheque" HotelName="Mercure Paris Bercy Bibliothèque Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/97/94/979439bb7b55fde270cb191e28f0256607308f26.JPEG</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 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.34" OriginalAmount="167.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.892487626944" Longitude="2.3745730519295" StarRating="2" HotelCode="59523|balladins_paris_19" HotelName="Ibis Styles Paris Crimee La Villette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Rue de Crimee, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/53/1353a8d8823e8136739289f647f81726baddf929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the northeast of Paris, some 5 km from the city centre. The Crimée metro st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.34" OriginalAmount="167.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876431" Longitude="2.290604" StarRating="2" HotelCode="110538|hotel_des_pavillons" 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://cdn.worldota.net/t/x500/content/ee/59/ee59d31314ee470616a87f9b30dc56d990bf0c43.JPEG</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="63" TotalAmount="170.34" OriginalAmount="167.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.840836" Longitude="2.323891" StarRating="3" HotelCode="110513|hotel_du_parc_4" HotelName="du Parc" 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 Jolivet, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a2/12a27e155c3f4172487e3ce8ba9ed0df7e7c6a38.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="8" TotalAmount="170.48" OriginalAmount="167.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.840552814402" Longitude="2.2991110865082" StarRating="3" HotelCode="263481|430018" HotelName="Hotel Eden Porte De Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/09/b809beeb965783f9482680bb218ac59ed36c8d34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.36" OriginalAmount="168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866614" Longitude="2.285361" StarRating="3" HotelCode="76470|le_singulier" HotelName="Le Singulier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Saint Didier, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/e5/29e5232e7cd732bf6036db5f7e4093e186f45118.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="63" TotalAmount="171.36" OriginalAmount="168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.837592042298" Longitude="2.346755862236" StarRating="2" HotelCode="189563|hotel_sunny" HotelName="Sunny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>48 bd Port Royal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/6c/836c84939eefea913cf0ae439b71f65faff838eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.36" OriginalAmount="168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.884129" Longitude="2.325272" StarRating="3" HotelCode="180060|hotel_rendezvous_batignolles" HotelName="Hôtel Rendez-Vous Batignolles" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/8c/fc/8cfca1ec847cef39af4aaa3f94f750e4e4d1164e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the Batignolles district of Paris, this hotel lies within a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.36" OriginalAmount="168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8475928" Longitude="2.3310888999999" StarRating="2" HotelCode="522389|jean_bart" HotelName="Hotel Jean Bart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Jean Bart, Quartier Notre-Dame-des-Champs, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d7/3bd755e60fa873ed1efd888221d2a0dee4f64319.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.36" OriginalAmount="168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.825796" Longitude="2.3531535" StarRating="3" HotelCode="915009|hotel_ambre" HotelName="Hotel Ambre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 ter Rue de Tolbiac, Buttes aux Cailles, 75013 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f5/75f5972d6b1b6f55e235732e3db32f16916fa0c3.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="171.40" OriginalAmount="168.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849458661076" Longitude="2.3853152990341" StarRating="3" HotelCode="59056|1037425" 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://cdn.worldota.net/t/x500/content/0b/23/0b2330422f5381b69382c5b873b2435fecd45ee1.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="1" TotalAmount="171.48" OriginalAmount="168.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88822913" Longitude="2.34266881" StarRating="4" HotelCode="738463|CBJ590600" HotelName="Odalys City Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Saint-Vincent, 18th Arr, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/20/0920140b33c0036894cab27d32d4259a60df3cbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious Hotel is set in Arr17:Triumph arch-Pte Maillot. The 72 welcoming units offer a pe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.75" OriginalAmount="168.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.888384" Longitude="2.378465" StarRating="3" HotelCode="72580|329757" HotelName="Holiday Inn Express Paris - Canal de la Vilette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" 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://cdn.worldota.net/t/x500/content/60/e3/60e34571ae6e3bc022c5e5575fb72b63f22e9707.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="171.77" OriginalAmount="168.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847236711104" Longitude="2.2859112245369" StarRating="3" HotelCode="37122|861525" HotelName="Hôtel Beaugrenelle Staint-Charles Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b2/66b28c7245b6a7c40cfcd8021b08ba87043d1fc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Beaugrenelle, at the Charles Michels metro station, between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.94" OriginalAmount="168.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.833361038624" Longitude="2.3169377446175" StarRating="3" HotelCode="173012|362564" HotelName="Atelier Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/18/611889a365509219fcf1946a7603ae79598c0387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.18" OriginalAmount="168.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83878453" Longitude="2.38076238" StarRating="4" HotelCode="60654|751795" 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://cdn.worldota.net/t/x500/content/4a/2d/4a2d1af76a7ae65cf007adc799c29a085221d8c5.jpeg</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882126973865" Longitude="2.3257300257683" StarRating="3" HotelCode="34747|hotel_regence" HotelName="Hotel Regence" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/extranet/e2/fe/e2febea321f84db261f81d8037f0110731ce9cca.jpeg</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 es...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839208256696" Longitude="2.3225113749504" StarRating="3" HotelCode="57862|citadines_montparnasse_paris" HotelName="Citadines Maine Montparnasse Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/e2/3ee211021d5602414778de963e59588f226d0fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Montparnasse. The Rue de la Gaîté as well as many th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.824495849371" Longitude="2.3272846736106" StarRating="2" HotelCode="60434|cecil_hotel" HotelName="Le Glam's Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/03/60034616c22995ef2dddf1955d2c257b0e42d340.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="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.827907" Longitude="2.329803" StarRating="3" HotelCode="80199|les_jardins_dalesia" HotelName="Max" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue d’Alesia, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/99/0699700cc44dbdcd074816907be6d0e68d4d0e78.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="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83811" Longitude="2.35673" StarRating="3" HotelCode="199728|hotel_saintmarcel" HotelName="Hôtel Saint-Marcel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/b5/ecb5335f33fef3261069b1dec4a6271f35ed5137.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="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8785443" Longitude="2.2938685" StarRating="3" HotelCode="263482|hotel_riviera_elysees" HotelName="Riviera Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2f/702f78dff92c027c9f7108c06acaa3ccd1c83bee.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="8" TotalAmount="172.56" OriginalAmount="169.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847052" Longitude="2.301381" StarRating="3" HotelCode="110524|186728" HotelName="Hôtel ibis Paris Tour Eiffel Cambronne 15ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/79/12/79125e281d33549bdb428b23e12ae03a12b2ebd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.78" OriginalAmount="169.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.884115673203" Longitude="2.3328767716885" StarRating="4" HotelCode="189596|177415" HotelName="Hôtel du Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f7/d9f7259418a536bd3c1be86fd3d1f6864d83fe2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.90" OriginalAmount="169.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885271" Longitude="2.330073" StarRating="4" HotelCode="14782|7484" 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://cdn.worldota.net/t/x500/content/46/b0/46b0c4e485df9bd363859544bd7b239c69ad2213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The appealing city hotel lies at the foot of the hill of Montmartre close to the former artist's dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.835791" Longitude="2.318961" StarRating="3" HotelCode="20229|hotel_de_lorchidee" HotelName="Hotel Orchidee" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/03/c9/03c9629a1d6ec25650d906dd45f137823342fa57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, city hotel is located in exotic surrounds in Montparnasse, Paris' 14th arrondissement....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875450121401" Longitude="2.325541641996" StarRating="0" HotelCode="834410|apartments_ws_saintlazare_opera" HotelName="Apartments WS Saint-Lazare - Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>117 Rue Saint-Lazare, 8th Arrondissement, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/86/bb86bd6cbd1a5fbda9216015d78707424bc5eb17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.60" OriginalAmount="170.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.829358" Longitude="2.374886" StarRating="3" HotelCode="28200|300125" HotelName="Quality Suites Bercy Bibliothèque by HappyCulture" 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,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/99/9199d9d67f8089e7085f90770e24642df47ddf32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Grande Bibliothèque François Mitterrand and the Bercy business di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.834349517018" Longitude="2.3239605742397" StarRating="3" HotelCode="11354|campanile_maine_montparnasse" HotelName="Campanile Paris XIV - Maine Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/19/4519d1ae7beb574b690fa8b69c89f11dabcd195e.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="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.884910047539" Longitude="2.3033376038074" StarRating="4" HotelCode="64781|best_western_mercedes_arc_de_triomphe" HotelName="Best Western Hotel Mercedes Arc de Triomphe" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/43/04/4304003c23d319fd90278fb215d51afb2a5d7d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Avenue Wagram in Paris' 17th arrondissement, a few minutes from Place des T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846097" Longitude="2.278881" StarRating="4" HotelCode="81179|mercure_paris_plaza_pont_mirabeau" HotelName="Mercure Paris Tour Eiffel Pont Mirabeau Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/1b/70/1b70e0eb962e462cbf0fcce87f8089f6dd8d26f9.jpeg</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="174.42" OriginalAmount="171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.833285" Longitude="2.356039" StarRating="3" HotelCode="905584|hotel_des_ecrivains" HotelName="Hôtel des Ecrivains" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/34/2834e4f51c1eafea3e593c82e9a32b35592b97b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Gobelins-Mouffetard district, close to the Great New Library, the Palais Omnisports d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.44" OriginalAmount="172.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876776936065" Longitude="2.292003929615" StarRating="3" HotelCode="65250|astrid" HotelName="Astrid" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/22/70/2270d9e3326fa56b0e41c480245c56ff977a72d6.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="63" TotalAmount="175.44" OriginalAmount="172.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876397548519" Longitude="2.3489555907402" StarRating="3" HotelCode="73729|comfort_hotel_paris_la_fayette" HotelName="Hotel Paris Lafayette" 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>23 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/28/3828c524b6dd12e54c6fd6ec9c1e02f04ee70c89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet street in a business and leisure area in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.44" OriginalAmount="172.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842179" Longitude="2.312783" StarRating="2" HotelCode="258438|innova" HotelName="Madrigal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard Pasteur, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/4c/c34ce5b321ba8fc0c7e00ed730676a65addc4ed3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the lively Montparnasse area, the hotel is a few minutes' walk from Montparnasse train s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.67" OriginalAmount="172.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865716084099" Longitude="2.2861714661121" StarRating="3" HotelCode="74088|331643" HotelName="Hôtel Palais de Chaillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Avenue Raymond Poincaré, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b0/0ab05d4f4ebcdb7c265adad838fddc47253810eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.99" OriginalAmount="172.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849576" Longitude="2.379727" StarRating="3" HotelCode="23494|300965" HotelName="Mercure Paris Bastille Saint Antoine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/a2/69/a269bb7dbdce4ebf51782cd6e03913c2e8aebfd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Since 1970 this hotel has been part of the landscape of Place du Faubourg Saint Antoine and Place d'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.39" OriginalAmount="172.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849341" Longitude="2.274379" StarRating="4" HotelCode="186685|198880" HotelName="Félicien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" 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://cdn.worldota.net/t/x500/content/7b/77/7b77b39d25f39551ace2601fe9e4d1894ea426e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.46" OriginalAmount="173.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880354" Longitude="2.317289" StarRating="4" HotelCode="25345|relais_monceau" HotelName="Hotel Relais Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/34/3c/343cb67a49fabd503a4ec14137e1baf22d586f3d.jpeg</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="176.46" OriginalAmount="173.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874212" Longitude="2.28106" StarRating="3" HotelCode="81519|hotel_residence_foch" HotelName="Residence Foch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Marbeau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ff/b4fff7771e4bb7dcdbcd3c7c1092b4ee2fc13128.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="63" TotalAmount="176.46" OriginalAmount="173.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885269" Longitude="2.293366" StarRating="2" HotelCode="151201|hotel_le_villiers" HotelName="Le Villiers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133, avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d8/12d84aa02b9183a43d90e666051cba6bb5e0334d.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="63" TotalAmount="176.46" OriginalAmount="173.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.82591968" Longitude="2.34210099" StarRating="4" HotelCode="772726|hotel_b55" HotelName="Hotel B55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Boussingault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c7/d2c7756a3e75e15fc509966fbdd7b75df8d7fbfe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.12" OriginalAmount="173.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.831689018368" Longitude="2.3217844963074" StarRating="2" HotelCode="34877|1899455" HotelName="Ibis Styles Paris Maine Montparnasse" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Hippolyte Maindron, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/bc/d6bce6f6d2dfe75df0846b536b85111ba9068bae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel enjoys a peaceful location in the Pernety district, only minutes away from Tour ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.29" OriginalAmount="173.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.828397248484" Longitude="2.3473508247987" StarRating="2" HotelCode="35312|933925" HotelName="ibis Styles Paris Place d'Italie Butte aux Cailles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Barrault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/f2/ecf2cc9a968945ed34826218a3ee77cbb4c3a630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This endearing city hotel is situated not far from the vibrant city centre. Shops, bars, pubs and pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.831659" Longitude="2.340073" StarRating="4" HotelCode="16819|paris_marriott_rive_gauche_hotel__conference_center" HotelName="Paris Marriott Rive Gauche Hotel &amp; Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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://cdn.worldota.net/t/x500/content/f8/93/f8937882247633aff71bcfb0dc83e572cc960264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located close to the Latin Quarter and Saint-Germain-des-Prés. Restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874655" Longitude="2.34167" StarRating="2" HotelCode="44280|monte_carlo" HotelName="Monte Carlo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/2d/5f2d230737032ad461e00af260dadf1550e0c36d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, between the Opéra Garnier and Gare du Nord. Les Grands M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882112126215" Longitude="2.3345641188998" StarRating="3" HotelCode="50205|libertel_montmartre_duperre" HotelName="Libertel Montmartre Opéra" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/f0/a5/f0a592b6ed2c151688356b95b9c1aaf7bfdaa190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel with maritime flair lies around 100 m away from the Place Pigalle and at the foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877761258972" Longitude="2.2872966527939" StarRating="3" HotelCode="64626|hotel_harvey" 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://cdn.worldota.net/t/x500/content/9d/c0/9dc002755925fb2d71e9178eb2455d6c3787b779.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="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868809" Longitude="2.368125" StarRating="2" HotelCode="94369|absolute" HotelName="Absolute" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de la Fontaine au Roi, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/de/eddece8d60ef62f4872ba9a4902532d0d0b949f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839755714795" Longitude="2.3235302797623" StarRating="4" HotelCode="386806|hotel_le_m_paris" 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://cdn.worldota.net/t/x500/content/b6/85/b685ddc43d4e042a687aa733605a52e99541e5b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the cultural heart of Paris, in the Montparnasse district near to the 'Latin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878204126918" Longitude="2.3698616837682" StarRating="1" HotelCode="311282|generator_paris_hostel" 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://cdn.worldota.net/t/x500/content/25/9c/259c15b9e78069c14ed9aef5690e2c65e24059db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878023" Longitude="2.285322" StarRating="3" HotelCode="888164|ladresse" 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://cdn.worldota.net/t/x500/content/47/d8/47d83a48ce25afda0f6c724aa74f5aa37a4c1437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the north west of Paris at Porte Maillot. It is close to the business distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.18" OriginalAmount="174.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876114" Longitude="2.346522" StarRating="3" HotelCode="74040|189943" HotelName="Best Western Anjou Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/f4/09/f4095b82fc2d76b6e0e2ad6cfec055ffff31e6bb.jpeg</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="178.36" OriginalAmount="174.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881876506789" Longitude="2.3221251368523" StarRating="3" HotelCode="27834|277585" 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://cdn.worldota.net/t/x500/content/fb/74/fb74bb5c7b4c8ce6074281e626e1545aa65da80c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel lies close to the Place de Clichy. Famous sights of interest such as the Opé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.50" OriginalAmount="175.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875883" Longitude="2.345638" StarRating="3" HotelCode="15764|hotel_pax_opera" HotelName="Pax Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/3c/zz/3cadc10ab5d8b54c4a4e8c4aeb738103ffca39c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located on a quiet side street in Paris' 9th arrondissement, close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.50" OriginalAmount="175.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.832071" Longitude="2.387479" StarRating="4" HotelCode="73716|aparthotel_adagio_paris_bercy_village" HotelName="Adagio Paris Bercy Village" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/e2/97/e29783297b6972061e27c55b46784ab855d2fdc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in the heart of the Village de Bercy and in the cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.50" OriginalAmount="175.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882813106119" Longitude="2.3450660705566" StarRating="2" HotelCode="74033|le_regent_hostel_montmartre_2" HotelName="Le Régent Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard Rochechouart, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/13/1d133403b81812091384d4cb9281dbf19689c91d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.50" OriginalAmount="175.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848805" Longitude="2.288145" StarRating="3" HotelCode="72445|hotel_de_lexposition__tour_eiffel" 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://cdn.worldota.net/t/x500/content/41/fc/41fc5688bf7c83e817455d9b1f2dd7126cf78fef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the Left Bank near the Eiffel Tower (15-minute walk), between the exhibitio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.50" OriginalAmount="175.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876001" Longitude="2.357538" StarRating="2" HotelCode="102598|hotel_modernest" HotelName="Modern Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fe/11fe44a4b848be9c547849198c99abd5e9ef75da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.50" OriginalAmount="175.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84214332" Longitude="2.32465643" StarRating="2" HotelCode="325823|hotel_celtic" HotelName="Hotel Celtic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue d'Odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/2b/9f2b309d2677a4bde5410c8c92c93a37138a1a06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.50" OriginalAmount="175.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84722" Longitude="2.377724" StarRating="2" HotelCode="408909|prince_albert_lyon_bercy" HotelName="Prince Albert Lyon Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Charenton, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/c1/d7c1690398bdd5b489cbdc436fed1f7a7ab87812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet and calm part of the 12th district of the city, within walking dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.50" OriginalAmount="175.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.840182" Longitude="2.32207117" StarRating="0" HotelCode="638002|apartments_bridgestreet_montparnasse_2" HotelName="Hotel De Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>51 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96965ae0da5faa040c8d2a4b42e0c9b00fa77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.52" OriginalAmount="176.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87603603508" Longitude="2.3556447029114" StarRating="3" HotelCode="12561|mercure_paris_gare_de_lest_magenta" HotelName="Mercure Paris Gare de l'Est Magenta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Cour de la Ferme St Lazare, Angle 79/81 boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/78/7878efda5cbd46c0455a7c271bf66fc389503e92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated in a quiet side street of Boulevard Magenta, around 5 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.52" OriginalAmount="176.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881894145356" Longitude="2.2792460024357" StarRating="2" HotelCode="37278|hotel_du_roule" HotelName="Roule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Du Roule, 92200 Neuilly Sur Seine, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d4/9bd42047e201c7f3a44f6478cbc33e20e0848438.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Peacefully located, this hotel is situated in the suburb district of Neuilly sur Seine. The Parisian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.52" OriginalAmount="176.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855604" Longitude="2.269735" StarRating="3" HotelCode="144692|beausejour_ranelagh" HotelName="Beausejour Ranelagh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99, rue du Ranelagh, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/b6/ffb6517ec863dca44f1e15082f2f180c3e677c30.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="63" TotalAmount="179.52" OriginalAmount="176.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883776144768" Longitude="2.3226052522659" StarRating="3" HotelCode="904815|hotel_b_square_anciennement_batignolles_villiers" HotelName="Hôtel B Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Batignolles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/6d/b46d267eaf959d2734a62547eb94537e8286ccb9.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="8" TotalAmount="180.20" OriginalAmount="176.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.887112063475" Longitude="2.3143852944775" StarRating="4" HotelCode="80569|170088" HotelName="Best Western Plus Opera Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f0/80f09e4a8bfeca44e93b447fa215b6368b263351.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is well located on the riverbank, just 2 km from the Arc de Triomphe and the presti...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866165" Longitude="2.287133" StarRating="3" HotelCode="74054|etoile_trocadero" HotelName="Etoile Trocadéro" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/zz/50/ad502102b411452a8fe4f03d0761545f96f85f96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in central Paris, the hotel provides the perfect base for sightseeing, shopping, res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.819552398817" Longitude="2.3261779546738" StarRating="4" HotelCode="80935|novotel_paris_porte_dorleans" HotelName="Novotel Paris 14 Porte d'Orléans" 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>15, 17, 21 Boulevard Romain Rolland, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1c/921cd2654a3486a66b89f1e3347b0d130fa65d0d.jpeg</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="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848862" Longitude="2.368472" StarRating="3" HotelCode="110502|hotel_des_trois_gares" HotelName="des Trois Gares" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jules Cesar, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/00/030061c67ad2d76d5324bb1c13bef75c666c8f21.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="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845827" Longitude="2.298381" StarRating="3" HotelCode="144879|best_western_hotel_eiffel_cambronne" HotelName="Best Western Hotel Eiffel Cambronne" 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>46 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/72/84721167bda312543c76178426fae7c4e4cdf46c.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="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87972553" Longitude="2.3573708" StarRating="2" HotelCode="151824|marciano_hotel_gare_du_nord" 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://cdn.worldota.net/t/x500/content/34/d7/34d73768b88dd8217c6648b7f3b1406048f7d52b.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="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879576384292" Longitude="2.3549151420593" StarRating="4" HotelCode="302692|mercure_paris_terminus_nord" HotelName="25hours Hotel Terminus Nord" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/01/59/01591df9a6bb69b79e3a90b48ebe2b977127b4a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies opposite Gare du Nord railway station, from where the most attractive sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84069433" Longitude="2.3978775" StarRating="4" HotelCode="973433|aparthotel_adagio_paris_nation" HotelName="Aparthotel Adagio Paris Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Ter Rue Lamblardie, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/e8/a7e87df02e78ead1539b0d1289938a6db0041cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.75" OriginalAmount="177.21" MarkupRule="2.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://cdn.worldota.net/t/x500/content/24/dc/24dcb32a6c05ed7c2acd42591ff6ed5931350d6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located in the heart of the French capital. Scores of shops and other entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.26" OriginalAmount="177.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873048505135" Longitude="2.3252056539059" StarRating="3" HotelCode="16329|389335" 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://cdn.worldota.net/t/x500/content/9a/6f/9a6f1a2cd6869fc1cebf1b957c8164248e1bb858.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is located between the Opera and close to Madeleine. The hotel is an oasis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.56" OriginalAmount="178.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850415281972" Longitude="2.2887396812439" StarRating="2" HotelCode="36466|campanile_paris_15__tour_eiffel" HotelName="Campanile Paris 15 Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/06/2026" 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://cdn.worldota.net/t/x500/content/a9/2b/a92b216a419d026181c53b8451c21fa6652b80d2.JPEG</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.56" OriginalAmount="178.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.890019571838" Longitude="2.323342859745" StarRating="3" HotelCode="59525|le_katorze_hotel" HotelName="Meridional" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/c9/b0/c9b08330c4761c202175540a881e329f262c8724.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.56" OriginalAmount="178.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843305492823" Longitude="2.3071825504303" StarRating="3" HotelCode="76353|aberotel_montparnasse" HotelName="Aberotel Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/60/a060f9350424e9d14c870805237f860283791a0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just 220 metres from the metro station Volontaires. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.56" OriginalAmount="178.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.840532" Longitude="2.323791" StarRating="3" HotelCode="110512|central_hotel_paris" HotelName="Central Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 bis Rue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/55/0e55cdd3f096b32905460f392e9a6e11868534e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.56" OriginalAmount="178.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872821655274" Longitude="2.3613390466271" StarRating="2" HotelCode="258817|kyriad_paris_10__canal_saint_martin__republique" HotelName="Hotel Kyriad Paris X Canal Saint Martin République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/bf/b4bfe3dcac7c8dd6b28a47274d068a190921b51f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is found in a quiet side street only 5 minutes from the Republic Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.56" OriginalAmount="178.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85434719" Longitude="2.39798889" StarRating="3" HotelCode="592812|hotel_terre_neuve" HotelName="Hotel Terre Neuve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue de Terre Neuve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/40/644049d72003996b77eb4eb10562e19beaaab9f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.73" OriginalAmount="178.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879207541196" Longitude="2.3556600911134" StarRating="3" HotelCode="32507|1888415" 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://cdn.worldota.net/t/x500/content/6e/14/6e14ead801e9147d93c33310311408fbd1e374ce.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="181.87" OriginalAmount="178.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846931117195" Longitude="2.4079920351505" StarRating="3" HotelCode="31196|389395" HotelName="Hôtel ibis Styles Paris Nation Cours de Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/1f/d11f5db4f4e25441024ef2e239377c6b7721da28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Paris directly opposite Porte de Vincennes metro station. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.45" OriginalAmount="178.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878148" Longitude="2.327031" StarRating="3" HotelCode="61172|300855" HotelName="Opera Deauville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/93/96937c4e8f7e0ba27756c2e459a8dc39bb73fec6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 9th arrondissement, close to Liège metro station, in the heart of the ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878418345472" Longitude="2.3268109560013" StarRating="3" HotelCode="34578|hotel_de_la_fleche_dor" HotelName="Exe Paris Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/86/b9/86b9afbcf2b3fd7719aa69aaa80706648ac0c16c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is ideally located close to the Gare Saint-Lazare, the luxurious shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879899183937" Longitude="2.2987014055252" StarRating="2" HotelCode="32503|hotel_des_deux_avenues" HotelName="Des Deux Avenues" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/3c/05/3c0507d8f21438c38a6f6dc2fd86144ea33635ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located near to the markets and the famous Place des Ternes. In only a num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877781585089" Longitude="2.3550422001711" StarRating="3" HotelCode="94391|de_l_europe" HotelName="Hotel de l’Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/7f/967fc4874b22fbb0344380cdfeb04957caf99261.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.825292" Longitude="2.357274" StarRating="4" HotelCode="110507|best_western_premier_amiral_hotel" HotelName="Best Western Amiral Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/eb/ff/ebff95c7de14c78c6c98ef61d5ed0f09d2015f96.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="182.89" OriginalAmount="179.30" MarkupRule="2.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://cdn.worldota.net/t/x500/content/3d/c9/3dc99a218df655abac1e689da5e00b4907d2532b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.57" OriginalAmount="179.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864299229223" Longitude="2.3361758887768" StarRating="2" HotelCode="36470|1549008" HotelName="Montpensier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, rue Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/75/60759decc23088df60598c783cd36851cf634d6d.jpeg</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="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85371627975" Longitude="2.3806107399178" StarRating="3" HotelCode="50415|hotel_hi_matic" HotelName="Hotel Exquis" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/37/6c/376cf57d0cc2b640008b3320e68cd8f07b246c93.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="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846706174515" Longitude="2.3050174196434" StarRating="3" HotelCode="97447|hotel_eiffel_segur" HotelName="Hotel Eiffel Segur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d0/6cd0638fedc12a4281dd12c526e6c52b6f52600f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes from the Eiffel Tower (2 km) and next to Napoleon's Tomb. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.60" OriginalAmount="180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87512400618" Longitude="2.3354315757752" StarRating="3" HotelCode="337158|hotel_mogador_opera__paris" HotelName="Mogador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/6f/206f0a8d8919a793ad033bf49f1b7fa581878dcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated close to La Madeleine and Place Vendôme. Some of the most famous sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.00" OriginalAmount="180.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847396" Longitude="2.371569" StarRating="3" HotelCode="23688|1661658" HotelName="Corail" 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>23 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/63/aa639b79df7f255ca2af44b0924e0720225d2927.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="184.18" OriginalAmount="180.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.890499260539" Longitude="2.3175626993179" StarRating="3" HotelCode="32473|6082" HotelName="Abrial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/95/97/9597cf832d06b5ee10d4f4d76a21a9f853d81cdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 17th arrondissement in the west of Paris near the enchanting Parc Moncea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.40" OriginalAmount="180.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878957238159" Longitude="2.2919355332851" StarRating="3" HotelCode="25333|1437728" 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://cdn.worldota.net/t/x500/content/e6/4e/e64ee943afcfe5f5517e8ad3c8c0b53867374c61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a lively neighbourhood in the heart of Paris. There are a number of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.62" OriginalAmount="181.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849105" Longitude="2.389206" StarRating="2" HotelCode="110500|hotel_amadeus_4" HotelName="Amadeus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Claude Tillier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/c4/8ac44bafada9d4a30bb63af29a8d2020a9ddd1b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.62" OriginalAmount="181.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883739987058" Longitude="2.3287180066109" StarRating="3" HotelCode="336445|best_western_alize_paris_montmartre" HotelName="CONTACT HOTEL Alizé Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 rue de Douai, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/fc/36fcc4e78ca2ebe4d0919bffc5fcc44c6ad80fbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel enjoys a location near Montmartre and L'Opera. Large department stores such as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.62" OriginalAmount="181.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846078777034" Longitude="2.3770521370628" StarRating="2" HotelCode="324960|hotel_prince_albert_concordia" HotelName="Hotel Prince Albert Concordia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>38 boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/69/7f6925cddc9a229e9eb4c66bc15098cc124061a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated just beside Gare de Lyon,  the 2 stars Prince Albert Concordia Hotel  welcomes you into a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="184.98" OriginalAmount="181.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872866274505" Longitude="2.3449504957008" StarRating="3" HotelCode="80562|99057" HotelName="Hôtel Mercure Paris Opéra Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/6d/34/6d34bb9ffabd039a03586c0d64bd888a0356ec03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.64" OriginalAmount="182.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877987" Longitude="2.354781" StarRating="2" HotelCode="25351|libertel_gare_du_nord_suede_2" HotelName="Libertel Gare du Nord Suède" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/8e/ef/8eefa8e534ba809439b1ed9ced41778848b11a28.jpeg</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.64" OriginalAmount="182.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.832129564061" Longitude="2.3536216736106" StarRating="4" HotelCode="94394|mercure_paris_gobelins_place_ditalie" HotelName="Hôtel Mercure Paris Gobelins Place d'Italie" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/c9/f7/c9f703eeda4b477c27fa00106ca5e155dc21d684.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.64" OriginalAmount="182.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846438" Longitude="2.305868" StarRating="2" HotelCode="110521|eiffel_villa_garibaldi" 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://cdn.worldota.net/t/x500/content/99/08/99084b17af42a1d6f14c1fafb7ff0a7a189c43ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of the triangle of the Eiffel Tower, Invalide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.64" OriginalAmount="182.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864251" Longitude="2.375095" StarRating="2" HotelCode="144690|beausejour" 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>https://cdn.worldota.net/t/x500/content/d8/81/d8810f6e7a2fc93381842cd08ed9b2eddb5b48d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.64" OriginalAmount="182.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880218" Longitude="2.285978" StarRating="4" HotelCode="180107|les_jardins_de_la_villa" HotelName="Les Jardins De La Villa" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/0c/f8/0cf8793878a7dbe8979734fd00fa674b745be91b.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="63" TotalAmount="185.64" OriginalAmount="182.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843700313858" Longitude="2.371516761676" StarRating="3" HotelCode="552367|citizenm_paris_gare_de_lyon" HotelName="CitizenM Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Van Gogh, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b4/26b4bbba51fbb2005f2a0cacf5530680b491e5d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities. Wireless internet access is available to travel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.40" OriginalAmount="182.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.884078" Longitude="2.313303" StarRating="3" HotelCode="32472|300275" HotelName="Hotel Duette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Rue de Lévis, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/bf/f7bff79ae663916982f580e58fc1cc57eaa9fc45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A popular city hotel located in the famous pedestrianised area of the Rue de Lévis. Villiers métro s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885640436118" Longitude="2.3344740271568" StarRating="3" HotelCode="23062|hotel_29_lepic" HotelName="29 Lepic Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/f2/1c/f21cc982f20eaa514cdc1816c0765f750fcc303f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Montmartre district in the northeast of Paris. Picturesque Montmartre c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.867270497863" Longitude="2.3655085174771" StarRating="4" HotelCode="13509|crowne_plaza_paris_republique" HotelName="Crowne Plaza Paris-Republique" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/73/3a/733a3bfc667cefd8cef49aa6dad410f8329f3582.JPEG</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 Gau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876199210643" Longitude="2.3500040173531" StarRating="3" HotelCode="37011|hotel_eurostars_panorama" HotelName="Exe Panorama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c3/c8c391e805d24a05a16ccf4243dddda5e5b83b23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fashionable luxury hotel enjoys a splendid location in a secluded street in the Lafayette-Montm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848664404748" Longitude="2.2918523848057" StarRating="2" HotelCode="74053|au_pacific" HotelName="Au Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/d7/6ed775a271d73726d5bb73a79561c807fdd968a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="94373|best_western_sevres_montparnasse" HotelName="Best Western Sèvres Montparnasse" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/05/ac/05ace6797e8756bea70906aeb1866dbaa0843c84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located between the Porte de Versailles exposition ground and Gare Montparnas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876613" Longitude="2.296389" StarRating="2" HotelCode="110540|hotel_elysee_etoile" HotelName="Elysee Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de l'Etoile, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770bf2c5d8cd1803898ef1a0823b0716527da97a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.66" OriginalAmount="183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.835744497958" Longitude="2.3020152747631" StarRating="3" HotelCode="172084|ajiel" HotelName="Chouette Hôtel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/ec/e8/ece807f3e4ab4b41750b5c57921b2b9fc1fbf429.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a charming district. Parc Georges Brassens, the Porte de Versailles Exhibition Centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.68" OriginalAmount="184.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865223365455" Longitude="2.2857141494751" StarRating="3" HotelCode="55578|303045" HotelName="Elysees Longchamps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue de Longchamp, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ef/18ef2029eb60e52ca9813ef09c65de1fd1acef63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is ideally located between the Champs Elysées and the Eiffel Tower. Restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.29" OriginalAmount="184.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.840602" Longitude="2.334445" StarRating="3" HotelCode="25337|300765" HotelName="Novanox" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef7372c0ebcd38910e01c2d192e24e28bab33d7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 6th arrondissement just behind the Jardin du Luxembourg, between the Vav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87948134614" Longitude="2.2849885027356" StarRating="4" HotelCode="50601|le_meridien_etoile" HotelName="Le Meridien Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,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://cdn.worldota.net/t/x500/content/d9/9d/d99ded67eb676a5b4eea32d7d37e2d848b75b5dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Paris opposite the Palais des Congres, this international hotel lies just a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876501" Longitude="2.29644" StarRating="3" HotelCode="76602|arc_de_triomphe_etoile" 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://cdn.worldota.net/t/x500/content/8a/13/8a13b1b5d2b8d1f8277d6bc029d29887673d2f8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;After a delightful walk along the Paris Champs Elysées guests will enter this charming hotel, locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879366501546" Longitude="2.355977466559" StarRating="2" HotelCode="97424|hotel_whistler" HotelName="Hotel Whistler" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/13/8913ff1f9df69edf0fdfde8b491be3fa7fe7116e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881503" Longitude="2.298229" StarRating="3" HotelCode="110552|hotel_elysees_flaubert" HotelName="Elysees Flaubert" Meals="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,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://cdn.worldota.net/t/x500/content/1e/84/1e845d732955ae223f170e0fcb1960d2f508817f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel enjoys a central location, only minutes from the Arc de Triomphe and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846594" Longitude="2.288545" StarRating="2" HotelCode="128337|ideal_hotel" HotelName="Korner Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96, Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/a7/35a798a43c8df17553976e3a203a0b55ffce3e6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878866" Longitude="2.339673" StarRating="2" HotelCode="180086|hotel_clauzel" HotelName="Clauzel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue des Martyrs, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/83/60834e9498e5f925639f1b235eb962c2ef2330ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 37 rooms. Most storeys can be reached by lift. A safe is among...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.16" OriginalAmount="185.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875526938538" Longitude="2.3585283237692" StarRating="3" HotelCode="13702|2260705" HotelName="Hôtel ibis Paris Gare de l'Est TGV" 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>6 Rue Saint-Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/cb/78cb0a17c7df4475dfa06c494fb28d66525157e9.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="189.46" OriginalAmount="185.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882585055654" Longitude="2.3415677901783" StarRating="3" HotelCode="25176|2178895" 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://cdn.worldota.net/t/x500/content/d0/80/d080cb43981f52ae3c2c591a9f7087cebe5c2b93.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="8" TotalAmount="189.50" OriginalAmount="185.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842987752764" Longitude="2.3422631621361" StarRating="4" HotelCode="34416|185711" HotelName="Relais Saint-Jacques" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/1c/2a/1c2ab35aac4d482715bbb9952c70e0a361044a1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842371684351" Longitude="2.3631870746612" StarRating="3" HotelCode="59790|libertel_austerlitz_jardin_des_plantes_2" HotelName="Libertel Austerlitz" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/52/3e/523e0a5af5d24c8ff1eb15c61db47082b74d740d.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="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879496" Longitude="2.356512" StarRating="3" HotelCode="79717|ibis_styles_paris_gare_du_nord_tgv" HotelName="Ibis Styles Paris Gare du Nord TGV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c5/aec5cc6819754e620b9f070e02e4c825edd88747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.835974" Longitude="2.405967" StarRating="3" HotelCode="110501|hotel_de_la_porte_doree" HotelName="de la Porte Doree" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/b4/eb/b4ebfa7e0d3c2e465bfa963a16af29ad8986c1dd.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="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879574590155" Longitude="2.3557519766865" StarRating="3" HotelCode="110493|kyriad_paris_10_gare_du_nord" HotelName="Timhotel Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5f/b55fc640aca23534fc0451b22f19a5163e27232e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.91" OriginalAmount="186.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879201546024" Longitude="2.3430289328098" StarRating="3" HotelCode="14446|302605" HotelName="Marena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/a8/c3/a8c39365700df44c238c5ba700068a06b2e9741a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in an attractive street between the Opera house and Montmartre, in the cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.74" OriginalAmount="187.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876541" Longitude="2.354941" StarRating="2" HotelCode="50292|hotel_nord_et_champagne" HotelName="Nord et Champagne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/79/857940bacd41abfd6b4840fe8ae34263537ef201.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is near to the business centre of Paris, between Montmartre and Opera, and just 15 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.74" OriginalAmount="187.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847642" Longitude="2.399875" StarRating="3" HotelCode="69859|agate_hotel" HotelName="Agate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/1e/c41eacf611cdbf3535229a1e5e96d7d64f3c1e75.JPEG</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="190.74" OriginalAmount="187.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877404" Longitude="2.356094" StarRating="3" HotelCode="97038|midnight_hotel_paris" HotelName="Midnight Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/f6/bb/f6bb46be5e702f8de3ecb3f80b863fcc0906760b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.85" OriginalAmount="187.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845372519215" Longitude="2.3752677440643" StarRating="4" HotelCode="15231|230246" HotelName="Novotel Paris Gare de Lyon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,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://cdn.worldota.net/t/x500/content/44/a6/44a69685bcd0ec8cff96dea48a7c7d124b44fe72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right by the Gare de Lyon railway station, a 10-minute walk from the Bastille a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879472311831" Longitude="2.3203267157078" StarRating="3" HotelCode="38360|brescia" HotelName="Idol Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/6b/8c/6b8cac83a35d9af40b0673ed0cb1f6a221921c23.JPEG</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841223712498" Longitude="2.3134286422942" StarRating="2" HotelCode="74052|hotel_korner" HotelName="Hotel Korner Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Falguière, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/c8/1ec898201a39ed30a071dc7bcbd51b03ede3314c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885246" Longitude="2.329182" StarRating="2" HotelCode="74082|hotel_hippodrome" HotelName="Hippodrome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Forest, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a7/caa7bebf55f88726b89ccde5ffa6edf09821b7f3.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="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839462846925" Longitude="2.3228462166228" StarRating="3" HotelCode="189579|new_parnasse" 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://cdn.worldota.net/t/x500/content/08/f9/08f93f1e74c3ff289c84b0e3f1029dc25ab37fd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876279475185" Longitude="2.3421800136566" StarRating="3" HotelCode="337352|new_hotel_lafayette" HotelName="Newhotel Lafayette" 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,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/09/4d09d11f00f38327720430582e76610c67fd700a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is splendidly located near the opera and Les Grandes Boulevards. Montmartre and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83348756" Longitude="2.31899221" StarRating="4" HotelCode="411411|bob_hotel_by_elegancia" HotelName="Bob Hotel by Elegancia" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/00/ef/00ef59bf4ad90636044e3b88faa633fa4aee3d14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.827588153853" Longitude="2.3046627607479" StarRating="4" HotelCode="434942|novotel_suites_paris_expo_porte_de_versailles" HotelName="Novotel Suites Paris Expo Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/38/a838e2a5c9791355e30c4cbe08438947b702e91c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.12" OriginalAmount="188.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883802" Longitude="2.331585" StarRating="3" HotelCode="180117|212616" HotelName="Goldhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/a3/7c/a37c117d339b02119e2c34587bc41782f5f09cd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.15" OriginalAmount="188.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879082479163" Longitude="2.3382452130318" StarRating="3" HotelCode="37229|7134" HotelName="Hotel des 3 Poussins" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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://cdn.worldota.net/t/x500/content/e8/79/e879476966689daef3f1e8e47523180adb84c302.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated close to the city centre. An abundance of shops, restaurants and cosy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.17" OriginalAmount="188.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846315979846" Longitude="2.3764626681805" StarRating="3" HotelCode="13703|1426668" 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://cdn.worldota.net/t/x500/content/4f/0f/4f0f88351336dce69180c71679354192173e3def.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="63" TotalAmount="192.78" OriginalAmount="189.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877283453971" Longitude="2.3543594975532" StarRating="4" HotelCode="16885|hotel_mademoiselle" HotelName="Mademoiselle Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/06/2026" 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://cdn.worldota.net/t/x500/content/b3/38/b33869f81a1ce132fc3129553d2bbd88358f19e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located between the large boulevards, the stock exchange and Paris' ope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.78" OriginalAmount="189.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.896491189474" Longitude="2.3847541576856" StarRating="3" HotelCode="101779|adagio_access_paris_la_villette_2" HotelName="Adagio Access Paris La Villette" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/17/79/1779303034a04072387720d154f9ac7590fd5bf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located opposite the Cité des Sciences et de l'Industrie and the Parc de la Villett...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.02" OriginalAmount="189.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841422853562" Longitude="2.2626766562462" StarRating="2" HotelCode="337151|17565" HotelName="Exelmans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Boileau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/bf/88bf85a1f0e4b47c7b008d019dc8351ea20ff0fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Paris' 16th arrondissement, the most prestigious district in the French ca...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.72" OriginalAmount="189.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.851641918555" Longitude="2.3907896876335" StarRating="3" HotelCode="35562|74044" HotelName="Grand Francais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/57/4d576ec848f69d50f91a42b0f029695579d170e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on the Place de la Nation, this city hotel is close to many of Paris’ top shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.80" OriginalAmount="190.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846370698252" Longitude="2.3795592784882" StarRating="3" HotelCode="39441|trianon_gare_de_lyon" HotelName="Hôtel Trianon Gare de Lyon" Meals="ROOM ONLY" 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>52 Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/2d/672d9f1018dbc38a2b949f6e53a2fbc8b7fb8333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the new business district close to the Palais Omnisports de Paris-Bercy (POPB) and the Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.80" OriginalAmount="190.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.828051" Longitude="2.315455" StarRating="3" HotelCode="72133|citadines_porte_de_versailles_paris" 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://cdn.worldota.net/t/x500/ostrovok/42/8d/428d55df2b958a7c223ed1f3e0860e76417a13b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a picturesque Parisian district, this apartment hotel is within walking distance of many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.80" OriginalAmount="190.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839379938579" Longitude="2.3509249300594" StarRating="2" HotelCode="110441|hotel_de_france_quartier_latin" HotelName="Hotel de France Quartier Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/2c/882c0ae22863ac6f3018355be38c5296d1b5f912.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="63" TotalAmount="193.80" OriginalAmount="190.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847291" Longitude="2.371015" StarRating="3" HotelCode="401339|alexandrie" HotelName="Alexandrie" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/ef/12/ef124da488f789b801b325237fe71fa691fcfa33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Gare de Lyon train station just 5 minutes walk from the opera hou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.97" OriginalAmount="190.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869038" Longitude="2.289115" StarRating="4" HotelCode="45448|192746" HotelName="Hotel Victor Hugo Paris Kleber" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, Rue Copernic, 75116 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/9b/909bf60e937d6afe3670b4028860188003a1bd6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="194.25" OriginalAmount="190.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877995" Longitude="2.35839183" StarRating="4" HotelCode="956702|842640" HotelName="Okko Hotels Paris Gare De L’est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>30 A Rue D’Alsace, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/f2/c8f2697351db0cdac39486aa1b5bcc06f0cacf55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="194.49" OriginalAmount="190.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.851781751752" Longitude="2.378707924311" StarRating="3" HotelCode="16675|227750" HotelName="ibis Paris Bastille Faubourg-Saint-Antoine 11ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/f8/aaf8110be5268bc5e1ad637bce6bae9f01b7661b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.82" OriginalAmount="191.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849812098764" Longitude="2.2854853730164" StarRating="4" HotelCode="75641|adagio_paris_tour_eiffel" HotelName="Aparthotel Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/da/b2/dab29aac9522bff8ea7cbf001b61c3ebca46fef3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the 15th arrondissement, in the centre of Paris, this apartment hotel is ideally situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.82" OriginalAmount="191.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841562" Longitude="2.324685" StarRating="2" HotelCode="110516|odessa_montparnasse" HotelName="Odessa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue D'odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/d2/a0d2187e098bfe16e5f04eb789d6f5fddfebc16b.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="63" TotalAmount="194.82" OriginalAmount="191.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839067815609" Longitude="2.3316220932541" StarRating="3" HotelCode="97082|istria_montparnasse" HotelName="Hôtel Istria Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/06/35/063521c2d179f98a3974656ec5b67a95859f9ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.94" OriginalAmount="191.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881076591215" Longitude="2.3653542995453" StarRating="3" HotelCode="11353|299335" HotelName="Paris Louis Blanc" 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,Fax,Garden,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Rue du Faubourg St Martin, 75010 Paris-10, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/15/8e154ae25a0b96f102d4fe46682588cde59357f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rue du Faubourg Saint Martin and very close to both Gare du Nord and Gare d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.41" OriginalAmount="191.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875731899925" Longitude="2.2863404971331" StarRating="4" HotelCode="15802|190006" HotelName="L'Hotel Pergolese Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" 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://cdn.worldota.net/t/x500/content/18/96/18967598f499a8d72da1f3584e431426d73a026a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located on a quiet side street really close to the Champs Elysées. Countl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.70" OriginalAmount="191.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858335824349" Longitude="2.3816755414009" StarRating="3" HotelCode="337355|17136" HotelName="New Hotel le Voltaire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Petion, 75011 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/df/8cdf6f6b87eb74fe17edd95cf508398f5a771b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated at the heart of the French capital, close to the centre that can eas...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848782" Longitude="2.341076" StarRating="3" HotelCode="18683|best_western_trianon_rive_gauc" HotelName="Trianon Rive Gauche" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/d1/dd/d1dd1a7156fcca6af0886c8cda37fae6103a1ab4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly opposite the Sorbonne University in the Marais district of Paris. Res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875978702998" Longitude="2.2952239215374" StarRating="3" HotelCode="59058|royal_magda_etoile" HotelName="Magda Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7, rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/82/1a824e56f8d849cceccaae5ca4b8a80136726322.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="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.835979306702" Longitude="2.3253598809242" StarRating="3" HotelCode="189576|hotel_clairefontaine" HotelName="Hotel Clairefontaine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Fermat, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/51/0851a5081825ea2415a5079abc67791c223f5f49.jpeg</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="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846572" Longitude="2.305486" StarRating="3" HotelCode="144521|baldi" HotelName="Baldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/1f/8c1f29becc2f82c1f7950fc0bc7e32d816fb14fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868416466643" Longitude="2.2891782224178" StarRating="3" HotelCode="200888|hotel_pastel_paris" HotelName="Hotel Pastel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e6/2ee6d61b08cd7fb1d0be53c3af457fe318a5d39f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet neighbourhood in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846837567382" Longitude="2.3725882172584" StarRating="3" HotelCode="365277|hotel_viator_2" 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://cdn.worldota.net/t/x500/content/62/7f/627f16d58794c86fe2a63bcc9d62fa0df2034186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near the Gare de Lyon and only a few minutes from the Bastille and the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.64" OriginalAmount="192.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.860544588477" Longitude="2.368002728836" StarRating="4" HotelCode="13548|258376" 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://cdn.worldota.net/t/x500/content/0d/3a/0d3a8303425ab96bc15c69bb5cc635ff4c608596.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly boutique hotel is nestled in the heart of historical Paris, in the fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.72" OriginalAmount="192.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841308110016" Longitude="2.3028266429901" StarRating="3" HotelCode="52664|302555" HotelName="Hôtel Délos Vaugirard" 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>7 Rue du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c4/09c482ebedefd028b51b53e82d2518b131faaf1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This magnificent hotel is located at the heart of the 15th Arrondissement near to the legendary Eiff...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.86" OriginalAmount="193.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875013" Longitude="2.341613" StarRating="4" HotelCode="13806|eugene_en_ville_hotel" HotelName="Eugène en Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/2d/452dc52d92648679615c5433e445bf4a1fea6538.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.86" OriginalAmount="193.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.835376" Longitude="2.323119" StarRating="2" HotelCode="34409|du_maine" HotelName="Du Maine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Maison Dieu, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/64/b3647d631f0a05604fd485c0c634d76db5b074bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.86" OriginalAmount="193.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88357" Longitude="2.334037" StarRating="4" HotelCode="73811|chat_noir_design_hotel" HotelName="Le Chat Noir Design" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/25/e8/25e8aa44d467ed2f0792a8ee55bd652622d81998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the foot of La Butte Montmartre, a few metres from the famous Moulin Rouge ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.86" OriginalAmount="193.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87615442534" Longitude="2.2899796139809" StarRating="3" HotelCode="82881|centre_ville_etoile" 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://cdn.worldota.net/t/x500/content/7f/63/7f63b1bb74e960a82cd6218841926b2b0e15afc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated only 10 minutes' walk from the Champs-Élysées and Palais des Congrès,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.86" OriginalAmount="193.00" MarkupRule="2.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" 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://cdn.worldota.net/t/x500/content/93/50/93502c174cb0c577f948a5d2bb4ba73508c351da.jpeg</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....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.86" OriginalAmount="193.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84628" Longitude="2.373324" StarRating="2" HotelCode="901731|palym" HotelName="Palym" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/36/d0/36d0ea57857166d4de5a2b0fe7517abed1cb781e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883395164662" Longitude="2.342794239521" StarRating="3" HotelCode="25692|aparthotel_adagio_paris_montmartre" 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://cdn.worldota.net/t/x500/content/97/fe/97fe071c08c095c97d3a39b4f457179d3de78802.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the peaceful heart of Montmartre, only a few minutes' walk away from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879605489263" Longitude="2.2960701584816" StarRating="3" HotelCode="26755|hotel_niel" HotelName="Hôtel Niel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/b5/a4/b5a4d08837cd464e4feec24a066376def562ecea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The small, charming hotel is located on a quiet street between Avenue Niel and the picturesque Ponce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876364" Longitude="2.347271" StarRating="3" HotelCode="14086|9_hotel" HotelName="LE 9Hotel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,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://cdn.worldota.net/t/x500/content/73/11/7311f5058960f384f0a07628a5afb3422fae9541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tasteful hotel enjoys a convenient location at the heart of Paris, within a short distance of A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.837795947699" Longitude="2.3557788133621" StarRating="3" HotelCode="29321|hotel_la_demeure" HotelName="Best Western Plus Hôtel La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/06/2026" 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://cdn.worldota.net/t/x500/content/0c/52/0c52fab0b9635db35d83588b342fb731da9abd1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies in the Quartier Latin, within a short distance of the botanical gardens ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877973820784" Longitude="2.2955471277237" StarRating="3" HotelCode="31211|best_western_empire_elysees" HotelName="Best Western Empire Élysées" 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,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Montenotte, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/5d/a15d596178bcef7ea518231b3664ebf72f43d491.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies close to the Arc de Triomphe just a few minutes walk from the famous Champs-Ély...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.832704205735" Longitude="2.3591123556455" StarRating="3" HotelCode="110509|ibis_paris_place_d_italie_13eme" HotelName="Hôtel ibis Paris Place d'Italie 13ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Avenue Stephen Pichon, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/76/4b76cbdb6750e0510a86a26f343f1b0dcb2f80d2.jpeg</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="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84209" Longitude="2.303201" StarRating="3" HotelCode="110520|hotel_carladez_cambronne" HotelName="Carladez Cambronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/15/dc1551636a703d3c7a98a6b4c0e2c37300648cd6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.833269" Longitude="2.356424" StarRating="2" HotelCode="146402|coypel" HotelName="Hotel Coypel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/ea/c2/eac22e17027ba0e84691e33a912681a54d5ef5fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Place d'Italie and the Gobelins district of the 13th arrondissement o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87126682" Longitude="2.35425895" StarRating="1" HotelCode="323804|victory_hotel_galou" HotelName="Victory Galou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Passage de l'Industrie, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d3/ded3b66aa8bd5a8df5f60aa8969dcb273e49496e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.88" OriginalAmount="194.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83457355" Longitude="2.35429537" StarRating="0" HotelCode="502308|villa_romantic_3" HotelName="Villa Romantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue du Banquier, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/d0/ebd030b79214254676aa731e9b24ac704fa2452c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Villa Romantic in Paris (13th Arrondissement), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.36" OriginalAmount="194.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845068211283" Longitude="2.3209460863164" StarRating="4" HotelCode="161498|130245" HotelName="La Parizienne By Elegancia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/a7/6e/a76efa261755a6872f855071889cf1a7cc38b89a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Boulevard de Montparnasse and offers guests the opportunity to see the ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.41" OriginalAmount="194.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858873168694" Longitude="2.3911061882973" StarRating="3" HotelCode="55392|330341" HotelName="Adagio access Paris Philippe Auguste" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/60/47/60477c7a77862845816a074e56db33ddab616f4a.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="198.58" OriginalAmount="194.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879625774536" Longitude="2.3507349193096" StarRating="3" HotelCode="31202|389325" 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://cdn.worldota.net/t/x500/content/52/ba/52ba5091a112999f4f9dedc47b684d17c0955613.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near Montmartre and Galeries Lafayette. The Gare du Nord train station and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.90" OriginalAmount="195.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876195083515" Longitude="2.3369377644378" StarRating="3" HotelCode="64574|hotel_chateaudun_opera" HotelName="Châteaudun Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Châteaudun, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ee/02eeac67dcb210b8b1043dc910d00867e5697f90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated between the Sacre-Coeur Basilica and the Opera, in the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.90" OriginalAmount="195.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850534" Longitude="2.292346" StarRating="2" HotelCode="147228|eiffel_petit_louvre" HotelName="De Petit Louvre" 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>1, rue de Lourmel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/62488a102548a4c1e05eb62f25f46eb7ab66d184.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.90" OriginalAmount="195.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882577" Longitude="2.345837" StarRating="2" HotelCode="166726|hotel_gerando" HotelName="Gerando" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/e8/4a/e84a4f7a27ebddf8bc5e4f1746a01c1bfcc1a6e9.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="63" TotalAmount="198.90" OriginalAmount="195.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880037" Longitude="2.3024" StarRating="3" HotelCode="410453|monceau_elysees" HotelName="Monceau Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/27/0e27e6553a2b7ae6797c74c4c1b4553002d3d54a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Let this hotel in Plaine Monceau take you back in time, with a beautiful woodland park just a few st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.90" OriginalAmount="195.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839515034031" Longitude="2.322518823467" StarRating="3" HotelCode="935882|le_nouvel_hotel_du_theatre" 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://cdn.worldota.net/t/x500/content/4f/72/4f7201597a03a05773400dcf3d3e1c9bb94e6506.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="198.91" OriginalAmount="195.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848009978474" Longitude="2.3005810208653" StarRating="3" HotelCode="12265|7654" HotelName="ibis Styles Paris Eiffel Cambronne" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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://cdn.worldota.net/t/x500/content/f3/8e/f38e0623fe134346890c6db45d0540d7439cb1f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated directly at the heart of Paris, this hotel is located close to many of the sights of intere...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="199.06" OriginalAmount="195.16" MarkupRule="2.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://cdn.worldota.net/t/x500/content/af/ac/afac60695f52a0171b5a87705431d92b56edf933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of an exclusive art and fashion district close to the Palais Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.92" OriginalAmount="196.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872597758083" Longitude="2.3233160376549" StarRating="3" HotelCode="74022|hotel_concortel" HotelName="Concortel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/89/4a89c60101a7abc4d8d482b46e949e4748912026.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="63" TotalAmount="199.92" OriginalAmount="196.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848603" Longitude="2.26624" StarRating="3" HotelCode="180094|queens_hotel_12" HotelName="Queens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Bastien Lepage, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/00/fe00c851062e0ce50e0feb5577db51153bc01dbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 17 rooms. Services and facilities at the hotel include a bar and room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.92" OriginalAmount="196.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850792926759" Longitude="2.2843327165676" StarRating="3" HotelCode="553206|yooma_urban_lodge" HotelName="Yooma Urban Lodge" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/51/da/51da3d20a5c51ddaa81eebcf8a858d0a28ff807a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Arr14/15:Montparnasse-T. Eiffel. The 106 welcoming rooms offer a perfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.94" OriginalAmount="197.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876628" Longitude="2.343312" StarRating="4" HotelCode="68928|les_plumes_hotel_paris" HotelName="Les Plumes Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/c9/d1c946c9a5af9e427224c7e50dd7795c77140b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a tranquil suburban setting in the 9th district of Paris. It is located in close proxi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.94" OriginalAmount="197.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883943554904" Longitude="2.3443109713839" StarRating="3" HotelCode="386086|le_village_boutique_hostel" HotelName="Le Village Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/d0/aa/d0aa05a9035d11799ca97a26b7d906f5f157bf3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.25" OriginalAmount="197.30" MarkupRule="2.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://cdn.worldota.net/t/x500/content/75/d9/75d9873ba931ad8234ff889c042bbcd7665e7408.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In Paris' 9th district near Montmartre, this charming hotel is near the opera, Paris Nord, Thalys an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.96" OriginalAmount="198.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.837569974564" Longitude="2.355043888092" StarRating="3" HotelCode="27517|grand_hotel_des_gobelins" 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://cdn.worldota.net/t/x500/content/44/ea/44ea8a2071c98e4b2b77fa893537d5b1464e7f7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in a district which is very lively and offers many restaurants and shops. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.96" OriginalAmount="198.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841317" Longitude="2.300958" StarRating="2" HotelCode="180129|lamiral" HotelName="Amiral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 rue de l'Amiral Roussin, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/18/30186c6b1352b49bf1e9d5c2af77ebf266cbec66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 30 rooms. Room service is among the facilities. Wireless i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.96" OriginalAmount="198.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879458666667" Longitude="2.357619" StarRating="4" HotelCode="199736|hotel_hor" HotelName="Hor" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/d5/f3/d5f334a9d4e363ea61be9f28e16f77b406115ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.96" OriginalAmount="198.00" MarkupRule="2.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="Free CXL until 20/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Maison Dieu, 14th Arr., 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/06/51069f9e64be80a47c7fcee50eae43afaf9db621.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="202.19" OriginalAmount="198.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871191953661" Longitude="2.3550446158501" StarRating="3" HotelCode="47531|17561" HotelName="Hôtel Brady - Gare de l'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/38/90/38904b0bd0f883fd0116cb38b8f10a67c5562a5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively city centre, this intimate hotel enjoys a wonderful location. Le Halles, the S...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="202.60" OriginalAmount="198.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841499643327" Longitude="2.3300537467003" StarRating="3" HotelCode="31204|6072" HotelName="Raspail Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,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://cdn.worldota.net/t/x500/content/eb/88/eb889ade405ac2665b51c6313c6922a927cd35c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located close to the Jardin Luxembourg, just 100 m from links to the pub...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.98" OriginalAmount="199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883717" Longitude="2.322757" StarRating="2" HotelCode="110539|hotel_du_mont_dore" HotelName="Du Mont Dore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Du Mont Dore, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/7c/de7cd56cedd40396e41fbb5c6bebc69c5ee0c2bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.98" OriginalAmount="199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83972" Longitude="2.309348" StarRating="2" HotelCode="145363|hotel_cactus" HotelName="Cactus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47, rue des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/d6/78d6e2c01f7410ebbe132946dff4c990135224e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.98" OriginalAmount="199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850266" Longitude="2.373036" StarRating="2" HotelCode="151665|luxor_bastille_hotel" 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://cdn.worldota.net/t/x500/content/46/89/4689f6ce5a96825179da1845c0687e8475639c77.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="8" TotalAmount="203.60" OriginalAmount="199.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873022" Longitude="2.344645" StarRating="4" HotelCode="80563|98954" HotelName="Mercure Paris Opéra Faubourg Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/c1/bf/c1bf9624c682dea5b6827583c06bf5c5f1e1899a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet street in the centre of Paris, opposite the Folies Bergère and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.00" OriginalAmount="200.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880571235531" Longitude="2.3391008377075" StarRating="3" HotelCode="14850|hotel_migny_opera_montmartre" HotelName="Migny Opera Montmartre" 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,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://cdn.worldota.net/t/x500/content/9a/70/9a709f08b44fadc49bc24a6df228358703f11a8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a tranquil location at the foot of Montmartre. Plenty of shopping centres and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.00" OriginalAmount="200.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880155" Longitude="2.334224" StarRating="3" HotelCode="34595|hotel_villa_boheme_3" 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://cdn.worldota.net/t/x500/content/23/30/2330b3722d4512061a8955db4c0899f691263b5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally situated between the Opéra Garnier and Montmartre, one of the most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.00" OriginalAmount="200.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883409275088" Longitude="2.3250970244408" StarRating="2" HotelCode="74063|hotel_camelia_international" HotelName="Camelia International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Darcet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/90/72/90721e1ccb1d39dfe914dc7fb8acf6dae2ad064f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.02" OriginalAmount="201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872988523374" Longitude="2.3540300130844" StarRating="4" HotelCode="31200|best_western_aulivia_opera" HotelName="Best Western Aulivia Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/44/73444308fb48c8f3c0b2d4eb65a90cfe496aed08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the opera house and the Place de la République at the heart of the lively theatre di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.02" OriginalAmount="201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874336331476" Longitude="2.3321016132832" StarRating="3" HotelCode="34568|antin_trinite" HotelName="Antin Trinite" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/17/52/175243b702b3e7782173195cf6b6ccaf8ad101a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, only a few steps from Garnier opera house. An abundanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.02" OriginalAmount="201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3077243566513" StarRating="3" HotelCode="34405|yllen_eiffel" HotelName="Yllen Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,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://cdn.worldota.net/t/x500/content/f2/d8/f2d822d145de1351057b109ad1037b12c1762af5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies between the shopping quarter Montparnasse, the Eiffel Tower and the Parc ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.02" OriginalAmount="201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843398" Longitude="2.32989" StarRating="3" HotelCode="110447|hotel_danemark" HotelName="Danemark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21, Rue Vavin, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/44/52441ad63b6e8f6a4f10446ccdbf481bce6bbdc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.02" OriginalAmount="201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.840013" Longitude="2.361304" StarRating="3" HotelCode="180093|devillas" HotelName="Devillas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/71/f7/71f79e3270d26843b5927bd0d98935c99324d92d.JPEG</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.02" OriginalAmount="201.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83281976204" Longitude="2.30360588322" StarRating="2" HotelCode="199729|home_moderne" HotelName="Hotel Du Home Moderne" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/0e/07/0e074ce9697c034759a0693f391e94a7a954a854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area of the 15th district, close to the beautiful Parc Georges Brass...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.45" OriginalAmount="201.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.840799704678" Longitude="2.299287468195" StarRating="3" HotelCode="56714|55404" HotelName="Val Girard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,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://cdn.worldota.net/t/x500/content/ed/47/ed473a567f818b9227befffc69075128e514ee69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a privileged location in Paris between the exhibition park of Porte de Versailles,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881435" Longitude="2.324429" StarRating="3" HotelCode="34426|hotel_elysees_opera" HotelName="Elysées Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>17 rue de Turin, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/d7/1dd70d59d1d7bc39670ab7f900f6d08b228f5760.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855077" Longitude="2.386537" StarRating="3" HotelCode="82864|classics_hotel_paris_bastille" HotelName="Classics Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>131 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/db/6edb5ed8a25204b51f36ce3a54d28e51bb3efb7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located between Place de la Bastille, Place de la Nation and the Père Lachais...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876531" Longitude="2.357492" StarRating="1" HotelCode="180078|hotel_de_lorraine" HotelName="Lorraine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue D Alsace, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/cd/f1cd58d715b920fa14a757cf8c74cd4603770a18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel De Lorraine A warm welcome awaits you at the mid size, 1x000D star rated Hotel De Lorraine in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.825677" Longitude="2.323218" StarRating="3" HotelCode="145924|hotel_chatillon_paris_montparnasse" HotelName="Chatillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, Square Chatillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/9d/1e9de53f4ab0f1e3e08bcd1e77b5ace197b8fdfd.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="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874216" Longitude="2.331069" StarRating="2" HotelCode="180128|prince_albert_opera" HotelName="Hotel Prince Albert Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 Rue De Provence, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/8a/5f8a0a05eb66e714d5fa737a9b1fff612732f18e.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="206.08" OriginalAmount="202.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839956764319" Longitude="2.3236539959908" StarRating="4" HotelCode="29761|229606" HotelName="Mercure Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de la Gaite, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/01/c2/01c25c6faeaab3c76374386309eaef82d5fdab1a.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="206.52" OriginalAmount="202.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882667590425" Longitude="2.3326447606087" StarRating="3" HotelCode="52673|232336" 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://cdn.worldota.net/t/x500/content/2a/d3/2ad3a4605bcd00ce81f9692fb61a2a925449ded4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated between Montmartre and the Opera. The large department stores and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.94" OriginalAmount="202.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.860999548686" Longitude="2.3789101839065" StarRating="3" HotelCode="100996|213636" HotelName="Gardette Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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>https://cdn.worldota.net/t/x500/content/0e/80/0e80050b8f1e417ec7fa1c8740b211ab579fb219.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="207.04" OriginalAmount="202.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.863790175054" Longitude="2.2866515815258" StarRating="3" HotelCode="24418|1270953" HotelName="Best Western au Trocadéro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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://cdn.worldota.net/t/x500/content/8f/cc/8fccd339a6f915da6df4795def914fb108dc7771.jpeg</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="207.06" OriginalAmount="203.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879739548307" Longitude="2.3287408053875" StarRating="3" HotelCode="34885|new_hotel_opera" HotelName="New Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Liège, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/48/fe48e1f98b4cc295d6e486359e0ae30dcc52023b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of the French capital just a short distance from shopping v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.06" OriginalAmount="203.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.886612238773" Longitude="2.358820438385" StarRating="4" HotelCode="66362|kube_hotel_paris" HotelName="Kube" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-5 Passage Ruelle, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/bf/5abf5247d652e70aa48ddf47090e57110ba4242d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of the 18th district, a few steps from Montmartre, this futuristic hotel is tu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.06" OriginalAmount="203.00" MarkupRule="2.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://cdn.worldota.net/t/x500/content/d8/ca/d8ca49af176b927a4689cd61b4dfd03badf05a3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in Paris' 14th arrondissement, within the famous Montparnasse ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.06" OriginalAmount="203.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873700361104" Longitude="2.3440924286842" StarRating="3" HotelCode="337161|pavillon_opera_grands_boulevards_2" HotelName="Pavillon Opera Grands Boulevards" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/0d/8a/0d8aac61a367e3424f0d6ef19d6ece858bcf70ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of Paris' theatre district, within a short distance of the renowne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.10" OriginalAmount="203.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842858" Longitude="2.342613" StarRating="3" HotelCode="34438|305595" HotelName="Andre Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50-52 Rue Gay Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/97/66970d1fdb4c89346bccf9bddc0b39865046980d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is ideally situated for both leisure and business. Located halfway b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.11" OriginalAmount="203.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846868" Longitude="2.37282" StarRating="3" HotelCode="48366|303145" HotelName="Lyon Bastille" 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,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d6/58d6ce4d7dc8ce091285baa92fcf75b08c7e4717.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated 100 m from the public transport links, 150 m from the Gare de L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="207.75" OriginalAmount="203.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876635812914" Longitude="2.3541614413261" StarRating="3" HotelCode="110495|2330478" HotelName="The Originals Paris Gare de l'Est Parisiana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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://cdn.worldota.net/t/x500/ostrovok/3a/66/3a6646130dfc63340046e63952e9c54a9d58a637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel is strategically located in the lively 10th district, just 300 metres from the G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.95" OriginalAmount="203.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846258613711" Longitude="2.3838038742542" StarRating="3" HotelCode="36932|300375" HotelName="Citadines Bastille Gare de Lyon Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14-18 Rue de Chaligny, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/18/b31849ff9c4c5d0a83776f642dc5c4d12a2da788.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located close to a promenade area with a garden, and the Opera Bastille and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.98" OriginalAmount="203.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878912257158" Longitude="2.3448595404625" StarRating="3" HotelCode="58700|101805" HotelName="ZE Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,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://cdn.worldota.net/t/x500/content/02/4c/024ce8abd27225aa280bbd7de0b6c7efe3394a61.jpeg</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'...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.08" OriginalAmount="204.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.844970064745" Longitude="2.3212426900864" StarRating="3" HotelCode="32577|best_western_hotel_le_montparnasse" HotelName="Best Western Hôtel Le Montparnasse Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/06/2026" 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://cdn.worldota.net/t/x500/content/3f/f4/3ff4b39f0eddd9c9e00ed43e7c8ef3fbfe681fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Paris, this hotel is located close to plenty of the city's sightseeing attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.08" OriginalAmount="204.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847890482821" Longitude="2.3708920193293" StarRating="3" HotelCode="66564|ibis_paris_gare_de_lyon_ledru_rollin_12eme" HotelName="Hôtel ibis Paris Gare de Lyon Ledru Rollin 12ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41/43 avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/af/73af9ea2b37f630c13e35bece52fa2d7503de6a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.08" OriginalAmount="204.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875873" Longitude="2.357478" StarRating="2" HotelCode="101094|ibis_styles_paris_gare_de_lest_tgv_2" HotelName="Ibis Styles Paris Gare de l'Est TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c6/90c6f867bc5b5e354656875b87cdc7650f5edf41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a couple of minutes’ walk from Gare de l’Est and 7 minutes from Gare du Nord. All the b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.08" OriginalAmount="204.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882286" Longitude="2.313021" StarRating="4" HotelCode="180066|ledmond_hotel" HotelName="L'Edmond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/50/44500d933078cd37ba396c9de05bba9b9468b803.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its prime location, situated only a short walk from Villiers metro station. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.08" OriginalAmount="204.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.832847936641" Longitude="2.3572234012059" StarRating="4" HotelCode="298949|coq_hotel_paris" HotelName="C.O.Q Hotel Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/61/85/6185ef8fc167655e63e86ddc6c0fe5afb50b579a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Plymouth (PLY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.51" OriginalAmount="204.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842051109709" Longitude="2.3253638368078" StarRating="3" HotelCode="296501|19771" HotelName="Hôtel Suites Unic Renoir St. Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2529d005ab7e3fd0/f9/f966f9cb1e9a0a1e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.87" OriginalAmount="204.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875104601129" Longitude="2.3583644628525" StarRating="2" HotelCode="59524|328021" HotelName="Sibour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Sibour, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a1/12a1b1944b1304efa5b8bf58c1b5e3b42d2cac05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870785908027" Longitude="2.3517018556595" StarRating="3" HotelCode="39378|hotel_regina_opera" HotelName="Hôtel Regina Opéra Grands Boulevards" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/79/36/7936b56239e34d07256eb7ccaf72a97936618bd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous, bustling Grands Boulevards at the heart of Paris' lively theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876514093876" Longitude="2.3474653065205" StarRating="4" HotelCode="32825|hotel_du_temps" HotelName="Hotel du Temps" 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,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Montholon, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/f6/59f672e104065391856bf8ce3ac6bf591887992b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, on a quiet street facing the Montholon gardens, between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.886876" Longitude="2.300467" StarRating="4" HotelCode="65594|best_western_hotel_de_neuville" HotelName="Best Western Plus de Neuville Arc de Triomphe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/cc/10/cc105bf480d9e5e90869713553e5c492c6f8b5d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel is located in a quiet square about 2 km from the Arc de Triomphe and Boulevard Haus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878057894145" Longitude="2.3526607055226" StarRating="3" HotelCode="110492|ibis_paris_gare_du_nord_la_fayette_10eme" HotelName="Hôtel ibis Paris Gare du Nord la Fayette 10ème" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/7d/07/7d07a0b0f97190be14798b223f62f77d9fae3bdb.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="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.857146" Longitude="2.380669" StarRating="4" HotelCode="166540|mercure_voltaire_bastille" HotelName="Mercure Paris Bastille Marais Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/mec/f3/68/f36827d68e6b6e39b7df66a6a95338904d8e34a1.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="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87212" Longitude="2.308711" StarRating="3" HotelCode="180043|elysees_hotel_2" HotelName="Elysees" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/52/fa/52fa046c37dffce243c424a7361a3b8f0944bd03.jpeg</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="63" TotalAmount="209.10" OriginalAmount="205.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8348664" Longitude="2.31811332" StarRating="4" HotelCode="613930|niepce_paris_hotel_curio_collection_by_hilton" HotelName="Niepce Paris Hotel, Curio Collection by Hilton" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/af/8b/af8bd781e55e849b40e67ffd01e805de4aa391bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="206.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882847500676" Longitude="2.3346510529518" StarRating="3" HotelCode="25640|royal_fromentin" HotelName="Royal Fromentin" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/58/15/5815b474b04893c0a4f5e2b8c0fbed2faa371e30.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="63" TotalAmount="210.12" OriginalAmount="206.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.891901401551" Longitude="2.3021252453327" StarRating="4" HotelCode="36584|novotel_paris_17_porte_dasnieres" HotelName="Novotel Paris 17" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/54/41/5441d90d120b275a58c0eec896e9a467f13a36c8.jpeg</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="210.12" OriginalAmount="206.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847603611648" Longitude="2.3517742753029" StarRating="3" HotelCode="64083|quartier_latin" HotelName="Quartier Latin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/06/2026" 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://cdn.worldota.net/t/x500/content/d9/97/d997888a25820229628c0a00de7bbd691557607d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the renowned Quartier Latin within a few minutes walk of the lively Boulevard St. Germain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="206.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880052" Longitude="2.326273" StarRating="3" HotelCode="64604|hotel_alexandrine_opera" HotelName="Alexandrine Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/50/zz/50adcb40014edbd585becdbcbe7a81e91c25182b.jpeg</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 Sai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="206.00" MarkupRule="2.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="Free CXL until 20/06/2026" 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>https://cdn.worldota.net/t/x500/content/82/0e/820ee590592d5aed4f364d11709c336b05568c51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at de Port d'Orléans between the Montsouris Parc, Cité Universitaire and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="206.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.832542" Longitude="2.316893" StarRating="2" HotelCode="136322|la_maison_montparnasse" HotelName="Maison Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 rue de Gergovie, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c6/f7c6ab4a1e834e754a60cf72941959f24c3d6b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is a 10-minute walk from Montparnasse train station and just 200 m from a b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="206.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.884589414091" Longitude="2.3364239475543" StarRating="2" HotelCode="303899|le_grand_hotel_de_clermont" 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://cdn.worldota.net/t/x500/content/fc/b3/fcb3aec587efde7a00c2a454221bf0396f527d35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the North of Paris, 3 minutes walk from the metro station Abbesses, which co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="210.88" OriginalAmount="206.75" MarkupRule="2.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://cdn.worldota.net/t/x500/content/a4/84/a484934fb8290ef5840ac5002d3d6fc812c3f68b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a peaceful side street, only a few metres from Etoile and the Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885321641932" Longitude="2.3079724609852" StarRating="3" HotelCode="15761|pavillon_monceau_hotel" HotelName="Pavillon Monceau" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/24/7d/247d1f725147ff12613584476153c95593a83ee4.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="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.838946" Longitude="2.322602" StarRating="3" HotelCode="25178|arcadie_montparnasse" HotelName="Arcadié Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/56/e5564e300019f1b6c87c7f9cd44a214cca6a90f4.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="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849575150945" Longitude="2.2969847917557" StarRating="3" HotelCode="34746|europe_hotel_paris_eiffel" HotelName="Europe Hotel Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/f6/30/f630e66e1829e7696d7a00c3606b587b817be3fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to the Rue du Commerce, one of the French capital's main shopping str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845361045777" Longitude="2.3096542060375" StarRating="3" HotelCode="36883|vic_eiffel_hotel" HotelName="Vic Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>92 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/26/9c2625a2c39e49a3600d441c1e71ceb214ba5b91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This striking city hotel is located between the Eiffel Tower and Les Invalides. The UNESCO headquart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882088" Longitude="2.331708" StarRating="0" HotelCode="67788|r_kipling_hotel" HotelName="R. Kipling" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/23/c0/23c06b31761f61dcea23fbcf39c7e3fb9a8df5fa.jpeg</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 a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85928" Longitude="2.307507" StarRating="2" HotelCode="110462|amelie" HotelName="Hotel Amélie – Green Spirit Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Amélie, 75007 Paris, Île de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/70/5a70ac3fcee1ed95b00d01852f9f2b7c4c56cc9d.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="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877682" Longitude="2.349189" StarRating="4" HotelCode="284326|best_western_premier_faubourg_88_2" 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://cdn.worldota.net/t/x500/content/de/e3/dee3412d75996bda02a7ad208d9346481858a91c.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="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84802" Longitude="2.342185" StarRating="2" HotelCode="212018|hotel_cujas_pantheon" HotelName="Cujas Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/86/d3869cde34dfccf459b3e237c34728bc372fe60e.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="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848216" Longitude="2.450326" StarRating="3" HotelCode="902069|royal_regency" 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://cdn.worldota.net/t/x500/content/02/64/0264e5254f29769ae018f56d901b7ae53cbef9c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.29" OriginalAmount="207.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880988" Longitude="2.323053" StarRating="3" HotelCode="47341|299435" 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://cdn.worldota.net/t/x500/content/b7/3c/b73c50b7a657dc1244c8c17bcd262d0f325ab168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel is located close to the opera house and La Madeleine. It is 5 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.18" OriginalAmount="209.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3279750347138" StarRating="3" HotelCode="19073|villa_modigliani" HotelName="Hôtel La Villa Modigliani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/5a/175adf24da5c31fd5f50aa8f6acf10a893d81548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Montparnasse district of Paris, just 1.9 km from the Jardin du Luxembou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.18" OriginalAmount="209.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875871991133" Longitude="2.35897095314" StarRating="4" HotelCode="39394|holiday_inn_paris_gare_de_lest" HotelName="Holiday Inn Paris - Gare De L'est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/4e/b34e189b77b3ef059ffb08bfeaf5cf27cc6c03bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated opposite Gare de l'Est. Both Montmatre and Les Halles are to be found nearby....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.18" OriginalAmount="209.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856637" Longitude="2.307206" StarRating="3" HotelCode="110463|beaugency_hotel" HotelName="Beaugency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Duvivier, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b0/87b0960083d14efecc4a0b5eb5110d056775288d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned hotel is located between the Esplanade des Invalides and the Eiffel Tower at the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.18" OriginalAmount="209.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85158" Longitude="2.277695" StarRating="5" HotelCode="110534|hotel_square" HotelName="Square" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/d2/b8/d2b8734bdef66019227d2e36216ab15f85ba7617.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="63" TotalAmount="213.18" OriginalAmount="209.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873911" Longitude="2.347065" StarRating="3" HotelCode="337153|hotel_peyris_opera" HotelName="Peyris Opera" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/c2/1c/c21c842af9eb6e2cb33bca471996e8f144b8b336.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This romantic city hotel is located at the heart of the French capital's 9th arrondissement, around ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.18" OriginalAmount="209.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868478218215" Longitude="2.3715877532959" StarRating="3" HotelCode="258544|international_paris_hotel" HotelName="Hotel International Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Auguste Barbier, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3e/be3ed2c82eaa32d79a48cf8ce8883a9c0ce6e289.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="63" TotalAmount="213.18" OriginalAmount="209.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879816409824" Longitude="2.291910093254" StarRating="4" HotelCode="888399|best_western_premier_regents_garden_hotel" HotelName="Hôtel Regents Garden" 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,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://cdn.worldota.net/t/x500/content/72/7e/727e0c79da9bb2bb4f4fc7ab3f0aef126f06db91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This former private residence is situated near the Champs Elysées, between the Arc de Triomphe and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.18" OriginalAmount="209.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84741365" Longitude="2.39935543" StarRating="2" HotelCode="945389|grand_hotel_du_bel_air_" HotelName="Grand Hôtel du Bel Air" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard De Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/c2/8bc2aeb93096e0b58b957b5cfddd7bfab75c1f04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.50" OriginalAmount="209.31" MarkupRule="2.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://cdn.worldota.net/t/x500/content/a0/89/a089e4543ad23a98293209781c5997a3e47ca443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated on the left-hand bank of the River Seine, this hotel affords a wonderful location w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.20" OriginalAmount="210.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.890593" Longitude="2.240926" StarRating="4" HotelCode="29320|hilton_paris_la_defense" HotelName="Hilton Paris la Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place De La Defense Cnit, BP 210, 92053 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/f1/8cf19eff461671e03a3fdb3be573666117a6af4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies in the largest shopping and office centre of Europe, with over 1,50...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.20" OriginalAmount="210.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876633166851" Longitude="2.2908465564251" StarRating="3" HotelCode="59055|acacias_etoile" HotelName="Acacias Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a9/c2a91c03ce95f7933ef88d3a3034365aa87555fa.JPEG</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="214.20" OriginalAmount="210.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878338713935" Longitude="2.3573144576721" StarRating="2" HotelCode="146530|hotel_damiens" HotelName="Hôtel d'Amiens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Des Deux Gares, 10th Arrondissement, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/af/44af0bbffd2d4fa48c3589fe5b7e3e376db52fd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.20" OriginalAmount="210.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866576234832" Longitude="2.3728859424591" StarRating="3" HotelCode="386790|ibis_styles_paris_voltaire_republique_2" HotelName="Hotel Hor Les Lumières" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/97/e5/97e5d449d9009dee906855cc4ab8b5d9d5d49838.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 11th Arondissement, in the Rue Jean-Pierre Timbaud, not far from the Pl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.22" OriginalAmount="211.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845114807514" Longitude="2.2973415255547" StarRating="3" HotelCode="48365|alyss_saphir_cambronne_eiffel_2" HotelName="Hotel Alyss Saphir Cambronne Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b026881d5aa710e843d579f0fbf3d3278c42f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location just a few paces from the Dupleix metro station on line 6, this city ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.22" OriginalAmount="211.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843643" Longitude="2.294801" StarRating="2" HotelCode="110527|kyriad_paris_lecourbe" HotelName="Les Jardins de Mademoiselle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/aa/0daad63606c81bb94b7116f18e27d10db96e73e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.22" OriginalAmount="211.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.844275" Longitude="2.323281" StarRating="3" HotelCode="82341|terminus_montparnasse" HotelName="Terminus Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/c9/3e/c93e0b24b8bede9c5bd9f67a870daa4b6e11e5f9.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="63" TotalAmount="215.22" OriginalAmount="211.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866059533188" Longitude="2.368361900629" StarRating="4" HotelCode="142308|hotel_gabriel_paris_marais" HotelName="Gabriel Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/b0/72/b072730015070ac0ec01176663e94cca2a4dc6f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.833074" Longitude="2.332622" StarRating="3" HotelCode="78830|hotel_du_midi_paris_montparnasse" 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://cdn.worldota.net/t/x500/content/ef/25/ef25439df6994849eccefff4a4fcf6841441095c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873103" Longitude="2.325523" StarRating="3" HotelCode="180048|otel_le_malown" HotelName="Hotel Le Malown" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/b4/73/b47383a4ecbf94bc1517120af1988737b2a26751.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests attractive accommodation units, as well as a range of facilities for a comfo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849541914773" Longitude="2.298241699439" StarRating="3" HotelCode="333719|hotel_tourisme_avenue" HotelName="Hôtel Tourisme Avenue" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/40/e1/40e1a75ac19ff642e6df442156d209641401e88b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84376294" Longitude="2.28875665" StarRating="4" HotelCode="731748|hotel_rose_bourbon" HotelName="Hôtel Rose Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/4b/65/4b65de721326beda74fd50abff703430d594ef7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for the gay community, this comfortable hotel is located in Arr14/15:Montparnasse-T. Eiffel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.68" OriginalAmount="212.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873165822194" Longitude="2.3252552747726" StarRating="3" HotelCode="32566|305855" HotelName="Cordélia" 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,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Greffuhle, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/28/0228f136c6a831f5e15b5e89d2e8735c077e1290.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A few steps away from the well-known Galeries Lafayette and Le Printemps department stores, the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.83" OriginalAmount="212.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86614507" Longitude="2.36842937" StarRating="3" HotelCode="180068|213485" HotelName="Albert's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/d9/53/d953743643975ab590cd15e1de770411f76640da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.05" OriginalAmount="212.79" MarkupRule="2.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://cdn.worldota.net/t/x500/content/ca/48/ca48859fb513b08b86af20fbe2b2813a3a26f0bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Montparnasse, close to the TGV station Atlantique. In the imme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875252" Longitude="2.286587" StarRating="4" HotelCode="78980|hotel_duret" HotelName="Duret" 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>30 Rue Duret, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9acadf85013dda80eebfa6be5ce2b99a8923ecb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843372" Longitude="2.329613" StarRating="3" HotelCode="94381|atelier_saint_germain_hotel" HotelName="Hotel Atelier Vavin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue Vavin, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/aa/70aa1cdab38eee94a449ee7396da33591d17d7df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.832936" Longitude="2.355431" StarRating="3" HotelCode="259917|la_manufacture" HotelName="La Manufacture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/02/f0/02f07cc4ac465785f37f67e9cca1c02aa2692878.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="218.07" OriginalAmount="213.79" MarkupRule="2.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://cdn.worldota.net/t/x500/content/d5/fb/d5fbddc9bd439233d233bb1855a6df25dccbd050.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Many of Paris' top attractions including the opera house, museums, Sacré Coeur and the famous shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="218.18" OriginalAmount="213.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871699780229" Longitude="2.2909659147263" StarRating="3" HotelCode="11928|7144" HotelName="Hotel Du Bois Paris Champs-Elysees" 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,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://cdn.worldota.net/t/x500/content/27/12/2712852d783e51c7207c550e0b8e7798f7c92e65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is over 100 years old and is located directly near to the eminent Champs Elysé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.28" OriginalAmount="214.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839875558845" Longitude="2.3030760884285" StarRating="4" HotelCode="67806|novotel_paris_vaugirard_montparnasse" HotelName="Novotel Paris Vaugirard Montparnasse" 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,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://cdn.worldota.net/t/x500/content/e7/bc/e7bc427aafda650fde4b518d1f57f475423dec3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is well-connected to the city centre by metro and yet offers a tranquil haven in the capi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.28" OriginalAmount="214.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.832248" Longitude="2.350429" StarRating="3" HotelCode="110510|le_vert_galant_2" HotelName="Le Vert Galant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Croulebarbe, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/26/c326b88fd10e774a7059e8ddc622194927b066f6.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="63" TotalAmount="218.28" OriginalAmount="214.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875935" Longitude="2.357494" StarRating="2" HotelCode="151425|hotel_little_regina" HotelName="Little Regina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89, boulevard de Strasbourg, 75010 Paris, Fontainebleau</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/21/c821bee71b802c2677b6818166b4ac3cc25bb3a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.08" OriginalAmount="214.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877488719891" Longitude="2.3434406518936" StarRating="3" HotelCode="31199|7564" 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://cdn.worldota.net/t/x500/content/59/e3/59e33f84a8ee907f1e49921c20693bcd7800a245.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The traditional hotel is situated close to the opera and a shopping centre. The Centre of New Indust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.20" OriginalAmount="214.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881676302884" Longitude="2.3229385129532" StarRating="3" HotelCode="10414|6944" 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://cdn.worldota.net/t/x500/content/2b/54/2b54219a85cf21388719abff5c655e33cd260a34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on a quiet street between the opera house and Montmartre. Restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.27" OriginalAmount="214.97" MarkupRule="2.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://cdn.worldota.net/t/x500/content/41/65/416579945c7450e836dcd68b650241b6c955bed5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is situated between Montmartre and the opera house, only steps away from the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.30" OriginalAmount="215.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.886488780318" Longitude="2.3356421291828" StarRating="2" HotelCode="50290|comfort_hotel_montmartre_place_du_tertre" HotelName="Best Western Plus Hôtel Littéraire Marcel Aymé" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/c7/ee/c7ee21214487b2dd72ccb51541a942d7bd90e4df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, recognisable by its typical Montmartre corner frontage, is located between the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.30" OriginalAmount="215.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853493356606" Longitude="2.3092123091926" StarRating="3" HotelCode="110465|hotel_de_france_invalides" 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://cdn.worldota.net/t/x500/content/82/79/827917c0f89ee9131433feb024ac3c90d83df69d.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="63" TotalAmount="219.30" OriginalAmount="215.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882453595547" Longitude="2.3318150670843" StarRating="3" HotelCode="318630|hotel_joke__astotel" HotelName="Hôtel Joke" 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>69 Rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a9/c8a92e5cdeeba66a3885bad4b1b6d53507d0f4eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.35" OriginalAmount="215.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871202" Longitude="2.338588" StarRating="3" HotelCode="14111|607995" 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://cdn.worldota.net/t/x500/content/fe/85/fe85b51e422839b0978703f75e74c5e774fbfc60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a central location in the heart of Paris surrounded by shops, restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.35" OriginalAmount="215.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876778389291" Longitude="2.3383679990216" StarRating="3" HotelCode="34436|861695" 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://cdn.worldota.net/t/x500/content/b4/b6/b4b62691a77bb202ecd636bb8fa2c91138eb8d5b.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="219.72" OriginalAmount="215.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841226024086" Longitude="2.3301489651203" StarRating="3" HotelCode="60656|752125" 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://cdn.worldota.net/t/x500/content/57/4c/574c0731b7d5b9f474384f7e149e1f641e6972ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.32" OriginalAmount="216.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8482883" Longitude="2.2983427" StarRating="0" HotelCode="563716|hotel_lilas_blanc" HotelName="Hotel Lilas Blanc Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De l'Avre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/ba/f3ba19db48e0a903fa5a135a7a88f9d8b5f53a43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.08" OriginalAmount="216.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853618593409" Longitude="2.3074105381966" StarRating="3" HotelCode="10965|18005" HotelName="Derby Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/98/80/98801bc648806bc955e9ff2dd4599cbdeb7b7bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located in the centre of Paris. Scores of shopping and entertainment venue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.34" OriginalAmount="217.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873372228985" Longitude="2.3438403010368" StarRating="3" HotelCode="12255|lodge_du_centre_hotel" HotelName="Lodge du Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c809673ec020bd9e546371cbe59742ad927d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of Paris near famous landmarks. For culture lovers the Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.34" OriginalAmount="217.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879366" Longitude="2.334173" StarRating="3" HotelCode="160855|joyce_hotel" HotelName="Hôtel Joyce" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/5b/8b/5b8bbc4a37fbaa7a9b7f2db1436e87550271af0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a mainly residential quarter, bounded by Rues Saint Lazare, Blanche, La Bruy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.34" OriginalAmount="217.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880872862051" Longitude="2.2989508509636" StarRating="3" HotelCode="337170|hotel_monceau_wagram" HotelName="Monceau Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/a5/b5/a5b5a05e8fecbbe1a1cd727838ed523addb81d33.jpeg</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é...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.38" OriginalAmount="217.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873072321402" Longitude="2.3425045609474" StarRating="3" HotelCode="29348|229856" HotelName="Best Western Hotel Opéra Drouot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Grange Batelière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/25/9e25b13ab5af4a5f6719d77e16df491a646d6c97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel enjoys a central location near the Grevin Museum and the Palais Garnier opera house...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.79" OriginalAmount="217.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847088" Longitude="2.318546" StarRating="3" HotelCode="80405|328981" HotelName="Mayet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" 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://cdn.worldota.net/t/x500/content/0b/a5/0ba5f1c50d1a168f2c2b43d4e94c62f183c96221.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.94" OriginalAmount="217.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.834665775965" Longitude="2.3254886269569" StarRating="4" HotelCode="189577|619328" HotelName="Suite &amp; Hôtel Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Liancourt, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e4/79e4595cfcbde5e12f83645ad8f7ae4b1efcbcaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.21" OriginalAmount="217.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850895350516" Longitude="2.3699234426022" StarRating="3" HotelCode="32823|298785" HotelName="Pavillon Bastille" 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>65 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/85/fd85cf86ccfc467b4324baca13bda4a6fa09076c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to the Opera, Bastille and Le Marais. A park with inviting law...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.24" OriginalAmount="217.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877119" Longitude="2.322087" StarRating="3" HotelCode="149715|197406" HotelName="WO Wilson-Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10, rue de Stockholm, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/d8/e2d83d3583e2c3988cb0691a2e9c039139412d36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.28" OriginalAmount="217.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873714474265" Longitude="2.3445376753807" StarRating="3" HotelCode="16988|211780" HotelName="Maxim Folies" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/51/a8518924fb8e56186982784d49d0a23974df38e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.28" OriginalAmount="217.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883818475712" Longitude="2.3185229301453" StarRating="4" HotelCode="31760|92999" HotelName="Mercure Paris 17eme St Lazare Monceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/d9/8f/d98f27cb53771902310f74d186485bd2f966bc53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to all major business districts including the Palais des Congrès exhibition centre, this hotel...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.36" OriginalAmount="218.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.852688507016" Longitude="2.3090466856956" StarRating="3" HotelCode="11960|744985" 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://cdn.worldota.net/t/x500/content/57/1c/571c2e282762953e82d23797562707d9d0df27ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 200 m from Les Invalides, and a few steps from the Eiffel Tower, the UNESCO offices and gove...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.36" OriginalAmount="218.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.892578756225" Longitude="2.2329153898585" StarRating="4" HotelCode="24651|renaissance_paris_la_defense_hotel" HotelName="Renaissance Paris La Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Jardin de Valmy, 92918 Paris, La Defense Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/43/33438d96e7f86a6b5cd1ca4d2f28f0b4ed549783.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="63" TotalAmount="222.36" OriginalAmount="218.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875556648654" Longitude="2.2836454957724" StarRating="4" HotelCode="19059|la_villa_maillot" 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://cdn.worldota.net/t/x500/content/aa/20/aa2069fad5a49890722317ce9d6f6a2ac9d8d9b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.36" OriginalAmount="218.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85833847138" Longitude="2.2792594134808" StarRating="4" HotelCode="25690|hotel_best_western_premier_trocadero_la_tour" HotelName="Best Western Premier Hôtel Trocadero La Tour" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/a2/31/a231ca9bb61d4058067413fee827b5aab2d2015f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.36" OriginalAmount="218.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871659" Longitude="2.308058" StarRating="3" HotelCode="71255|dangleterre" HotelName="Hôtel d'Angleterre Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Rue La Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/c5/48c5421f95ad3f84f426772f5186b59bba761ba3.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="63" TotalAmount="222.36" OriginalAmount="218.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88044203222" Longitude="2.2855413031343" StarRating="3" HotelCode="333802|hotel_saint_cyr_etoile" HotelName="Hotel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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>https://cdn.worldota.net/t/x500/ostrovok/4a/40/4a4076bc238348ca9cb55de6eac737500a7c9a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.38" OriginalAmount="219.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876690498182" Longitude="2.3270040750504" StarRating="4" HotelCode="74038|the_phileas_hotel" HotelName="Phileas Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/ff/89/ff89a1a95a7535bec697d8f0965f517a6d7b2a18.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="63" TotalAmount="223.38" OriginalAmount="219.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875582" Longitude="2.293598" StarRating="3" HotelCode="110537|hotel_belfast" HotelName="Belfast" 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>10 Avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d1/3cd197f849d71f1dbff3a2b5b31dac089f8d2727.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="63" TotalAmount="223.38" OriginalAmount="219.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841527554756" Longitude="2.3023891207038" StarRating="2" HotelCode="335189|hotel_eiffel_blomet" HotelName="Hôtel Eiffel Blomet" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/cb/7b/cb7b48408d8c07e3b1323e36806d304c9d1ca424.jpeg</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="63" TotalAmount="223.38" OriginalAmount="219.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881412" Longitude="2.323516" StarRating="4" HotelCode="376422|best_western_premier_kapital_opera_2" HotelName="Best Western Premier Kapital Opera" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/8e/05/8e05c9cc72b6644783ef4a4df591ad537ed9d099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.45" OriginalAmount="220.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873675444957" Longitude="2.3449106923862" StarRating="3" HotelCode="14635|270405" HotelName="Le Wit Hôtel" 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>8 Rue de la Boule Rouge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d1/24d16d67ed8a26e780c4eeec05b85e66d9eb3559.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the Folies Bergère. It is 50 m from the Grands Boulevards metro stop, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.42" OriginalAmount="221.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.886543" Longitude="2.332909" StarRating="4" HotelCode="18219|terrass_hotel" HotelName="Terrass" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,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://cdn.worldota.net/t/x500/ostrovok/af/f7/aff7920d99a4d4958ec88c02e0c26b016a1f23c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Montmartre, within a short walk of must-see Parisian attractions such as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.42" OriginalAmount="221.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866011624736" Longitude="2.3685139417648" StarRating="3" HotelCode="13049|le_20_prieure_hotel" HotelName="Hôtel 20 Prieuré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue du Grand Prieuré, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/af/6cafa94f0d970c368c3966e0b1d32379eba9659e.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="63" TotalAmount="225.42" OriginalAmount="221.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875362" Longitude="2.341471" StarRating="4" HotelCode="61841|hotel_jules" HotelName="Best Western Premier Opera Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/2e/842e2d4d374c55cdf1590ffffedb122680251223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is adjacent to several major districts of Paris, the Garnier Opera House and the departmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.42" OriginalAmount="221.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8585747" Longitude="2.3684939" StarRating="3" HotelCode="63224|bastille_de_launay" HotelName="Bastille De Launay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>42, Rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a1/9ba1aa4da0dffa13607d35ab1eb11e280136a866.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="63" TotalAmount="225.42" OriginalAmount="221.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.840428" Longitude="2.315465" StarRating="3" HotelCode="110523|ibis_paris_gare_montparnasse" HotelName="Hôtel ibis Paris Gare Montparnasse 15ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Boulevard de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/66/73661a5f11cda62dd5aba1ea9dc24964c2a3f5c1.jpeg</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="225.42" OriginalAmount="221.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870500099009" Longitude="2.3076117038727" StarRating="2" HotelCode="189594|hotel_delarc" HotelName="Hotel Delarc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/07/690780f7a3907c19003453f1d44f664372659cc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Parisian life, between the Place de la Concorde and the Arc de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.44" OriginalAmount="222.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850667" Longitude="2.341973" StarRating="2" HotelCode="74020|hotel_saint_pierre_2" HotelName="Saint-Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de l'Ecole des Medecine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/76/5b76dfe1df12abd3155b7d66aa6f946070910fb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.44" OriginalAmount="222.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.844943587363" Longitude="2.325145304203" StarRating="3" HotelCode="337261|lhotel_royal_saint_germain" HotelName="Royal Saint Germain" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/f1/db/f1db9f7419bfb6260f28e0b96766fcae8d5aa6f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an ideal location. Many tourist attractions as well as restaurants, bars and nightclu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.51" OriginalAmount="222.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876149" Longitude="2.283504" StarRating="3" HotelCode="94392|328452" HotelName="Hôtel Résidence Impériale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>155 Avenue de Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/c6/e7c667f17a65d1ee56d07cd4412c5630f9a8993b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871945005644" Longitude="2.344229221344" StarRating="3" HotelCode="14967|hotel_mondial" HotelName="Mondial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/f5/f7f5795bf4cca2fc8b0433986d1fbf28c457227e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842541" Longitude="2.323563" StarRating="3" HotelCode="70874|waldorf_montparnasse" HotelName="Waldorf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Départ, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cc/1bccfc19d2fae85d7f80ee4732f9b79c6be878d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877181" Longitude="2.293503" StarRating="4" HotelCode="101777|hidden_hotel_by_elegancia" HotelName="Hidden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" 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://cdn.worldota.net/t/x500/content/02/85/028510925b8e2353f6ca933fa2e7c5f5c05d3935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located a minute's walk from the Arc de Triomphe, which stands in the middle ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877141319935" Longitude="2.2936745335214" StarRating="3" HotelCode="82231|best_western_star_champs_elysees" HotelName="Best Western Star Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de l’Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/68/0668f3b59d70d34be031eed8abbe824e96e7bb3a.JPEG</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.833722864551" Longitude="2.317861662242" StarRating="2" HotelCode="199734|hotel_oasis_montparnasse" HotelName="Oasis Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>81 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/99/8299a03ae3f87d995a38172e8d2418ab8c8000f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests attractive accommodation units, as well as a range of facilities for a comfo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849600353996" Longitude="2.3723683398812" StarRating="2" HotelCode="263473|adagio_access_paris_bastille" HotelName="Aparthotel Adagio access Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/03/930346009ad7bbe245d0202ad8b29e231453da5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.46" OriginalAmount="223.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84983242" Longitude="2.34510194" StarRating="0" HotelCode="945362|hotel_diana_37" HotelName="Hôtel Diana Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/4a/514a3610d38420440b720f3e6151852136696bfb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.48" OriginalAmount="223.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868257676538" Longitude="2.335230410099" StarRating="3" HotelCode="63223|861635" HotelName="Ascot Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2, Rue Monsigny, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/49/fe49804018824cf233fef07cbfa78bd0e7a4dbab.JPEG</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="228.27" OriginalAmount="223.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871843563622" Longitude="2.3419238626957" StarRating="3" HotelCode="44215|193066" HotelName="Best Western Hôtel Ronceray Opéra" 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">
        <Address>
          <AddressLines>
            <AddressLine>10 Boulevard Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/03/11/03110169f7ca2df229b3d4e11b5cff14643f5ad0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.48" OriginalAmount="224.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842744" Longitude="2.338567" StarRating="2" HotelCode="11727|hotel_des_mines" HotelName="des Mines" 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,Lounge,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Boulevard Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/21/7321cfb0eb34a10c6d3917e1b2da897d52126abf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Latin quarter, near the Jardin du Luxembourg, a few minutes' walk away from Panthéon,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.48" OriginalAmount="224.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880415610584" Longitude="2.3374109533729" StarRating="3" HotelCode="16038|villa_margaux_opera_montmartre" HotelName="Hotel Villa Margaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Bar,Central Heating,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Henry Monnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/ae/7eae72ad03a8b3f6ff4575d011ba0d0c50efab4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly eco hotel is situated halfway between Montmartre (Sacré-Coeur) and the opera ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.48" OriginalAmount="224.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869685" Longitude="2.297497" StarRating="3" HotelCode="78972|chambellan_morgane" HotelName="Chambellan Morgane" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/75/3b/753b4623da180e0008f172e17367c97c776e0fed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a boutique hotel with a great location in a quiet street near the prestigious Avenue Marceau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.48" OriginalAmount="224.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856726" Longitude="2.30303" StarRating="3" HotelCode="110466|hotel_de_la_paix_5" HotelName="Hôtel de la Paix - Quartier Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" 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>https://cdn.worldota.net/t/x500/content/9e/2c/9e2ce3b0d274a288cb32ea4621a7c6898d417146.JPEG</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="63" TotalAmount="228.48" OriginalAmount="224.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85713" Longitude="2.302746" StarRating="2" HotelCode="110471|eiffel_rive_gauche" 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://cdn.worldota.net/t/x500/content/04/c3/04c30b4316d59a13c3c0e8db2505daae9caa2e3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a lovely quiet street in the heart of the triangle Tour Eiffel, Invalides a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.48" OriginalAmount="224.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878686173204" Longitude="2.3276502045453" StarRating="4" HotelCode="562278|laz_hotel_spa_urbain" HotelName="LAZ ' Hotel &amp; Spa Urbain" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/53/f7/53f71a997e631fcd759b0e0b13c9af367fc765d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.48" OriginalAmount="224.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858273" Longitude="2.280616" StarRating="2" HotelCode="901322|nicolo" HotelName="Nicolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" 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://cdn.worldota.net/t/x500/content/bf/ca/bfca631158d0c2df0c5e35c820255f4033a82001.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.85" OriginalAmount="224.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.840289" Longitude="2.352039" StarRating="2" HotelCode="14089|37456" HotelName="Maxim Quartier Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/1c/70/1c70928a34c5c2acbacb338fcad0eef1e5bbe50e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in a quiet position in the Latin Quarter near the student area. The botan...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.85" OriginalAmount="224.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87888726" Longitude="2.33944062" StarRating="4" HotelCode="378845|481463" HotelName="Les Matins de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/ff/e1/ffe1c1660f296bbed3da73ad00f09dc571180b1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.50" OriginalAmount="225.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843450603916" Longitude="2.3202138521655" StarRating="3" HotelCode="110525|ibis_tour_montparnasse_15eme" HotelName="Hôtel ibis Paris Tour Montparnasse 15ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Maine, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/3b/4e3bb1aab960166c81b491cb00bdfc4937ceb87b.jpeg</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="229.50" OriginalAmount="225.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8466113" Longitude="2.3698675" StarRating="3" HotelCode="263479|hotel_elysee_gare_de_lyon" HotelName="Elysee Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/9d/299d02e03b9fa22b254b007bb9de2014fb4a0aa8.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="8" TotalAmount="229.82" OriginalAmount="225.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87225746" Longitude="2.35849518" StarRating="4" HotelCode="979917|666159" HotelName="Le Grand Quartier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue De Nancy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4b/874b6ba57fccb53abb8a81729cc8ebed0dfbdcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.52" OriginalAmount="226.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.852689" Longitude="2.366027" StarRating="3" HotelCode="110431|castex_hotel" HotelName="Hotel Castex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Castex, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/21/04216e5aa44613b120c1eb3ac6a4635c231d4158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.69" OriginalAmount="226.17" MarkupRule="2.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://cdn.worldota.net/t/x500/content/25/aa/25aa843f9891819f5bfd967325b5e86197b453b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated in the Montmartre area of Paris and is just 10 m from Pigalle u...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.95" OriginalAmount="226.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873390752629" Longitude="2.3240724205971" StarRating="3" HotelCode="34434|193076" HotelName="Best Western Plus Hôtel Sydney Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/40/3a40d18875d9ae30b9f81f39258f407a6f929767.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="231.18" OriginalAmount="226.65" MarkupRule="2.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="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/09/cc/09cc9f93d9b74401ef5522b68b58158edfa926cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hidden in a sleepy side street in Paris' 9th Arrondissement, this charming, traditional, family-frie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882260144229" Longitude="2.3317817598581" StarRating="0" HotelCode="63986|josephine_hotel" HotelName="Josephine Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/7a/1a/7a1aac261931373b6ad98ea39ca002519b16594d.jpeg</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,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85424306692" Longitude="2.3078078440761" StarRating="4" HotelCode="82854|hotel_le_tourville" HotelName="Hôtel Le Tourville" 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,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e2/f0e22bf2105217333db4347e7060bf026bd34c54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel has a very central location between Les Invalides and the Eiffel Tower, rig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88081" Longitude="2.351515" StarRating="1" HotelCode="110490|hostel_smart_place_paris" HotelName="Smart Place Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/bd/8f/bd8f8286b9a69a477acd79d90442f7599fb088fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850279474927" Longitude="2.2933507037814" StarRating="3" HotelCode="180121|hotel_le_relais_saint_charles" HotelName="Le Relais Saint Charles" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/73/f5/73f5eeff73d0ac74c5236d42e40edf864f7aa4b1.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="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88809974" Longitude="2.30681389" StarRating="4" HotelCode="639640|mercure_paris_17_batignolles_opening_may_2018" HotelName="Hotel Mercure Paris 17 Batignolles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118 Rue De Tocqueville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/61/b3617f93e2d0ced8315f0b5098db418b9b56280a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.56" OriginalAmount="228.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848608806334" Longitude="2.3203361034393" StarRating="3" HotelCode="30123|vaneau_saint_germain" HotelName="Vaneau Saint Germain" 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>86 Rue Vaneau, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/34/f834173616cf76ce0a6eaa4d15cfa06b49be927e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies on the left-hand bank of the River Seine, within paces of Boulevard Saint Germa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.56" OriginalAmount="228.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.852555" Longitude="2.319179" StarRating="3" HotelCode="78730|hotel_de_suede_saint_germain" HotelName="Hôtel de Suède" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/dd/06/dd06b21e292878b57a5a513ed5e19a107a3f2c5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful residential district within walking distance of Saint-Germain-d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.56" OriginalAmount="228.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8706094829" Longitude="2.3220607638359" StarRating="2" HotelCode="74027|hotel_la_sanguine" HotelName="La Sanguine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue de Surene, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a7/4aa75043085d73e67eca2f9bb62a04092637cc02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.07" OriginalAmount="228.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879434403659" Longitude="2.3392153753769" StarRating="3" HotelCode="35121|300565" 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://cdn.worldota.net/t/x500/content/ce/51/ce519fbd9c5ed4339fd027d7ab825f7d1972e025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to Place Pigalle, the famous Moulin Rouge and an array of theatres. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.08" OriginalAmount="228.51" MarkupRule="2.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://cdn.worldota.net/t/x500/content/1b/eb/1bebe7b03a52e75920ba028675d001168e1dcea5.jpeg</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 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.47" OriginalAmount="228.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872733" Longitude="2.338413" StarRating="4" HotelCode="81138|211798" HotelName="Dream Hotel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/dc/38/dc3881d321eab0f8e9da4752721857bc85ecc62b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.58" OriginalAmount="229.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88449312029" Longitude="2.2993384301662" StarRating="3" HotelCode="39329|hotel_de_prony" HotelName="Hotel de Prony" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/1a/fb/1afb606c0a07b3e44583513ba22eccff90dde4bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the 17th arrondissement just a few minutes from many of the French...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.58" OriginalAmount="229.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871912" Longitude="2.326054" StarRating="3" HotelCode="67794|hotel_massena" HotelName="Massena" 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>16 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/84/0984fb52239d230ebd25f240f9826e195471b1ed.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="63" TotalAmount="233.58" OriginalAmount="229.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865062" Longitude="2.331971" StarRating="2" HotelCode="180052|hotel_londres_sainthonore" HotelName="Londres Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/a4/8b/a48b5d95ce6999e0854d35a3aebb2042df5117f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 29 rooms. The individual storeys can easily b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.58" OriginalAmount="229.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88439738" Longitude="2.34720897" StarRating="0" HotelCode="417764|residence_clignancourt" HotelName="Résidence Clignancourt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/64/1c64566e1aa5f5a2f95fef52689cbacf5dd95968.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Paris (Montmartre - Sacre Coeur), Résidence Clignancour...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.60" OriginalAmount="230.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.884485183348" Longitude="2.2979316115379" StarRating="3" HotelCode="34719|hotel_courcelles_etoile" HotelName="Courcelles Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/12/64/126433b7973825d5ad2108e01fc825a34ae1e76f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is ideally located at the heart of the tourist centre in a particularly e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="235.15" OriginalAmount="230.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876542" Longitude="2.340136" StarRating="3" HotelCode="13838|113074" HotelName="Villa La Parisienne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/b7/14b775a51dc8e50c41ee698d896e488a605acd8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With the atmosphere of a chic and elegant Parisian home, this hotel is perfectly situated near the f...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.62" OriginalAmount="231.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843247811281" Longitude="2.3494445855848" StarRating="3" HotelCode="47655|comfort_hotel_mouffetard_quartier_latin" HotelName="The Originals Paris Mouffetard Apolonia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/4c/61/4c619f7bd7637169e4de2ab607bbb69323d6438b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location, in the middle of the city and close to plenty of famous sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.62" OriginalAmount="231.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873936756028" Longitude="2.350083142519" StarRating="3" HotelCode="337353|best_western_opera_grands_boulevards" HotelName="Mercure Paris Opera Grands Boulevards Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/ac/10/ac10d7e3aab4e2a4e0ff372177497c4cdc8c678c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to Les Grandes Boulevards and the Opera. It is not far from Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.62" OriginalAmount="231.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872104218384" Longitude="2.3600607915699" StarRating="3" HotelCode="326445|hotel_magenta_paris" HotelName="Hotel Magenta 38 by HappyCulture" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/25/81/2581c8285df6deedcdf71a5ef27c974050a2d50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Sacré Coeur and Bastille, only 5 minutes from Gare du Nord and Gar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.16" OriginalAmount="231.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873000872566" Longitude="2.3435197770596" StarRating="3" HotelCode="36468|18035" HotelName="Hôtel Axel Opéra by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/61/2b/612bbf2872660e71f9451408aacf038f7e60beb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within a few minutes walk of the Opéra Garnier and countless shopping as well a...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.27" OriginalAmount="231.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866293080173" Longitude="2.3679431539828" StarRating="3" HotelCode="317179|620064" HotelName="Hôtel ibis Paris Avenue de la République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/d2/65/d265161afae7800b1509a44d0a4a4b4307f898e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.50" OriginalAmount="231.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.888901456044" Longitude="2.3331677913666" StarRating="3" HotelCode="13502|99323" HotelName="Holiday Inn Paris - Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Damremont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/6c/a06cec3cea6beb6068e68280c507e32232c473f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.64" OriginalAmount="232.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873262851133" Longitude="2.3450446128845" StarRating="3" HotelCode="12898|best_western_diva_opera" 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://cdn.worldota.net/t/x500/content/40/93/40930688af2f5d378a466cb5619b449d14c4c066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an excellent location in a calm street, right in the heart of Paris. The hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.64" OriginalAmount="232.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869033096777" Longitude="2.3628517985344" StarRating="2" HotelCode="67255|hotel_de_l_expositionrepubliq" HotelName="De L'Exposition" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/4c/0f4cde76dc3aec414e15173cc70a386573f8e069.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the very heart of Paris, on the prestigious Place de la République. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.64" OriginalAmount="232.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86753549" Longitude="2.34703601" StarRating="3" HotelCode="487181|casa_o_2" HotelName="Casa Ô" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Réaumur, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/c8/70c8ce28ad76374ac9caa660aeac11b84b4c9c98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.71" OriginalAmount="232.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865308" Longitude="2.29049" StarRating="3" HotelCode="68668|56136" HotelName="Villa des Ambassadeurs" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Bouquet de Longchamp, Paris 75016</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/60/d060ba08e14b62c4645ccbf10fd034b85e39aa38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the 16th borough, a few steps from the Eiffel Tower and the Champs ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.21" OriginalAmount="232.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878140518005" Longitude="2.3263442516327" StarRating="3" HotelCode="64085|744625" HotelName="Atlantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" 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://cdn.worldota.net/t/x500/content/4b/79/4b7984a7113fb5d924aed1137a15d416f156ec5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.23" OriginalAmount="232.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846313332179" Longitude="2.3718908429146" StarRating="3" HotelCode="74067|643844" HotelName="Azur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/71/6a71434fb7245ec4a5c774bc90e3cc99863d5233.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.27" OriginalAmount="232.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845063176757" Longitude="2.3523596674204" StarRating="3" HotelCode="11714|303655" 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://cdn.worldota.net/t/x500/content/be/65/be654a578599571f6db4e54f44600e1fa5ff68ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Paris’ fifth arrondissement, at the centre of the Roman quarter and right ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.32" OriginalAmount="232.67" MarkupRule="2.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,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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gustave Goublier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/82/6f822cc7f9bb2fc4b38c970fb8e7a543a5d963b0.JPEG</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 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.66" OriginalAmount="233.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85477120311" Longitude="2.2922828793526" StarRating="4" HotelCode="25336|mercure_paris_centre_tour_eiffel" HotelName="Hôtel Mercure Paris Centre Tour Eiffel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/51/dd/51dd3c3106dfedcfdf3d25606ae8ba8ecfd185cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located close the River Seine just 200 m as the crow flies from the Eiffe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.66" OriginalAmount="233.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85369801175" Longitude="2.3881155252457" StarRating="3" HotelCode="47668|comfort_hotel_nationparis_11" HotelName="Comfort Hotel Nation Père Lachaise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Léon Frot, 11th Arrondissement, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/72/827222b152735b44ef9003af66cc767d12a4e3ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in the east of Paris and only steps from the Place de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.66" OriginalAmount="233.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847206415878" Longitude="2.3725588601188" StarRating="2" HotelCode="180083|hotel_du_midi_gare_de_lyon" HotelName="Hôtel du Midi - Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue Traversière, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b2/e8b2f219df0e7b01bb856681ae2b993facc974b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.66" OriginalAmount="233.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84005" Longitude="2.330589" StarRating="3" HotelCode="146646|hotel_de_la_paix_4" HotelName="Hôtel de la Paix Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/49/af4935f940e76e7ad8923706c4df5b17447280af.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="63" TotalAmount="237.66" OriginalAmount="233.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853169" Longitude="2.34511089" StarRating="2" HotelCode="326969|hotel_du_mont_blanc" HotelName="Hôtel du Mont Blanc Paris" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/42/c8/42c83cda3f3882106c8020f1143884c2fd7e13dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;CheckIn 14 00\n\nCheckIn 14 00. CheckOut 12 00\n\n</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.66" OriginalAmount="233.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.836908" Longitude="2.32383" StarRating="3" HotelCode="308150|hotel_mistral_3" HotelName="Hôtel Mistral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Cels, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ea/94ea4d7c7798cf0ac3e99d1d9b06271fef5b3796.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="12" TotalAmount="237.70" OriginalAmount="233.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8865222905" Longitude="2.3094262182713" StarRating="3" HotelCode="34956|2154151" HotelName="Glasgow Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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://cdn.worldota.net/t/x500/content/85/8e/858e0bb89049704ef72671cb8d0e248f730f5d26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is centrally located near to the Champs-Élysées and the enchanting Parc Monc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.40" OriginalAmount="233.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84812" Longitude="2.342523" StarRating="3" HotelCode="110439|213651" HotelName="De la Sorbonne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/b5/5f/b55fbfa00ca354fcb301b775036dba2c46cff98d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.68" OriginalAmount="234.00" MarkupRule="2.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://cdn.worldota.net/t/x500/content/b4/75/b47596f38ad07500641357a17aa70b8209f34e3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, only a few minutes walk from Galerie Lafayette and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.68" OriginalAmount="234.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876074844451" Longitude="2.2963705658913" StarRating="3" HotelCode="34429|hotel_plaza_etoile" HotelName="Emeraude Plaza Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/14/3a14075e1bc239341229eb7dfc12fdceff35fd06.jpeg</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 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.68" OriginalAmount="234.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846966418966" Longitude="2.308024764061" StarRating="3" HotelCode="63702|hotel_bailli_de_suffren__tour_eiffel" HotelName="Hotel Bailli de Suffren" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>149 Avenue de Suffren, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/a3/9fa343d4535db74690e423f870484bca72c7ab65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between the Eiffel Tower, Montparnasse and Les Invalides. It is built on the el...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.68" OriginalAmount="234.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864576" Longitude="2.277972" StarRating="3" HotelCode="110535|villa_glamour" HotelName="Villa Glamour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Rue de la Pompe, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/6a/8b6a503c9819954cc925f9b22e375e023af42efe.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="63" TotalAmount="238.68" OriginalAmount="234.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873763009575" Longitude="2.3453916441803" StarRating="3" HotelCode="110485|du_leman_opera" 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>https://cdn.worldota.net/t/x500/content/88/45/8845ea40b83f697cba8b548d2033132bf4474073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.68" OriginalAmount="234.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882343331612" Longitude="2.3050092828289" StarRating="3" HotelCode="332159|hotel_splendor" HotelName="Hotel Splendor Elysées" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/be/15/be1566a579ef1cc9d4555279c4d402b23c769847.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the prestigious 17th arrondissement, this hotel is just steps from the Arc de Triomphe, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="239.37" OriginalAmount="234.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858122296752" Longitude="2.3709172010422" StarRating="3" HotelCode="49887|300575" HotelName="Citadines Bastille Marais Paris" 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,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://cdn.worldota.net/t/x500/content/4c/7d/4c7d4042d88caca1e485bc51426cf796fd650b47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the Parisian district of Marais, on the right bank of the Seine ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.70" OriginalAmount="235.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873962" Longitude="2.346864" StarRating="3" HotelCode="76924|hotel_aida_opera" HotelName="Aida Opera Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/8a/e0/8ae09a079c5e494472631145f3d3a4300b3a3a4e.jpeg</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.70" OriginalAmount="235.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841350476894" Longitude="2.3260760307312" StarRating="3" HotelCode="187843|hotel_delambre_2" HotelName="Delambre Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/4a/6c/4a6cac4edfe7bdfee61e155589529ce43cdfc460.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.70" OriginalAmount="235.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865741227177" Longitude="2.3324093967676" StarRating="2" HotelCode="180074|hotel_saintroch" HotelName="Saint-Roch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue Saint-Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3a/563a372a880da5ad8a98116393296bf11f1855cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.70" OriginalAmount="235.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8707887" Longitude="2.30897389" StarRating="0" HotelCode="968262|apartment_ws_champs_elysees_ponthieu" HotelName="Apartment WS Champs Elysées - Ponthieu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2d/942d62d35e201466bd0f217d6da69b38f4a4f1a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.04" OriginalAmount="235.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868744" Longitude="2.292128" StarRating="3" HotelCode="79721|212621" HotelName="Kleber Champs Elysees Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Belloy, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5d/9d5d87e12785fe00625c0b1992a811e6acd106e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.14" OriginalAmount="235.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866257" Longitude="2.288104" StarRating="4" HotelCode="12741|146650" HotelName="Garden Elysee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/9d/3f/9d3fc96b9a5956241d5c3f5f70b1fcfcb15caa4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to the Trocadéro, between the Eiffel Tower and the Champs ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.72" OriginalAmount="236.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855635780231" Longitude="2.3071423172951" StarRating="3" HotelCode="52666|hotel_de_la_motte_picquet" HotelName="De la Motte Piquet" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/40/8f/408f20575ffeabc23ba3022094e82bbafb0c1008.jpeg</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 gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.72" OriginalAmount="236.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845923" Longitude="2.375529" StarRating="2" HotelCode="148766|helvetia" HotelName="Helvetia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/10/821068e88658a861e8cfd693d6a00f2e55156b97.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="241.47" OriginalAmount="236.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874218" Longitude="2.332006" StarRating="3" HotelCode="61653|193056" 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://cdn.worldota.net/t/x500/content/5c/e4/5ce4ea4a8c285dc386378d1cf85f10bd7001b71d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris' culture, leisure and commerce centre. It is around 200 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.69" OriginalAmount="236.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870441" Longitude="2.307681" StarRating="3" HotelCode="47601|191336" HotelName="Hotel Le Colisée" 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>6 Rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/94/e69476790de26cab580b1a3df3511262aae791fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.95" OriginalAmount="237.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84537" Longitude="2.3255369999999" StarRating="3" HotelCode="337143|17559" HotelName="Legend" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/af/05/af05fd8f0d6f7048fa25f0b125917dbaa4f7fc89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This delightful hotel lies on the left bank of the river Seine, within the famous triangle between t...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.76" OriginalAmount="238.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871894725711" Longitude="2.3447898030281" StarRating="3" HotelCode="25354|hotel_aston" HotelName="Aston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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://cdn.worldota.net/t/x500/content/47/8d/478dcaba55546627807e20e74e3b8048fd6e8054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a splendid location in a peaceful side street near to Grands Boulevards métro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.76" OriginalAmount="238.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880505" Longitude="2.284557" StarRating="4" HotelCode="47692|hyatt_regency_paris_etoile_2" HotelName="Hyatt Regency Paris Étoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Kœnig, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/f8/faf83a6669800905b7dcf278de8955b4b4f667eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel enjoys an ideal location in the city of Paris. It is only 5 minutes to the Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.76" OriginalAmount="238.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846215" Longitude="2.340929" StarRating="3" HotelCode="67792|elysa_luxembourg" 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://cdn.worldota.net/t/x500/content/ae/59/ae59d8238d8588590a5b5720b6b3668db81c8038.JPEG</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.76" OriginalAmount="238.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866411157476" Longitude="2.3269184110451" StarRating="3" HotelCode="110420|hotel_du_continent" HotelName="Hotel Du Continent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue du Mont-Thabor, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c8/39c8069152e1a085c0f16372658c30b313eec50e.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="63" TotalAmount="242.76" OriginalAmount="238.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869576" Longitude="2.351751" StarRating="3" HotelCode="142312|best_western_hotel_les_theatres" HotelName="Hotel Les Theatres" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/ac/46/ac4673533797ac67cc35a3e08f0533330987075c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the very heart of Paris in one of the oldest districts. The main the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.45" OriginalAmount="238.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882806932735" Longitude="2.2981663048267" StarRating="4" HotelCode="29342|235706" HotelName="XO Hotel" Meals="ROOM ONLY,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,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Rue Théodore de Banville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/9f/ff9ff961c1730559eb7f6941f07fa93939b82bb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the affluent Champs-Élysées area, between the Avenue de Wagram and Rue de C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850398514789" Longitude="2.2983272373676" StarRating="4" HotelCode="25334|hotel_ares_eiffel" HotelName="Ares" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Général de Larminat, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/64/9164c79b91effc92df65d35c2ee86ab18012b664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a favourable location, on a quiet street in the heart of the lively La Motte Picqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878288996943" Longitude="2.2949949417371" StarRating="4" HotelCode="74060|mercure_paris_arc_de_triomphe_etoile" HotelName="Mercure Paris Arc de Triomphe Etoile" 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>27 avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/b4/b5b403f988972e35d743e1681f4fb2d7cd44e9e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841787" Longitude="2.331716" StarRating="3" HotelCode="143852|apostrophe_hotel" HotelName="Apostrophe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, rue de Chevreuse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e4/b7e49e663f3eff9147e74be3e46366af407f9d1d.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="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8836566" Longitude="2.3119715" StarRating="0" HotelCode="777160|les_cles_du_27_paris" HotelName="Les Clés Du 27 Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue De Tocqueville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/96/2c96f51b814a5c6c53cd091fb66d4f759286b332.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.69" OriginalAmount="239.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883036" Longitude="2.332893" StarRating="3" HotelCode="58165|300495" 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://cdn.worldota.net/t/x500/content/0c/f4/0cf429b44bf4969e41e0e9c6d733e1356f7fc7c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the foot of Montmartre, in an ideal location between the opera (around 1.5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873296370178" Longitude="2.3436968028545" StarRating="3" HotelCode="31198|hotel_acadia_opera" 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://cdn.worldota.net/t/x500/content/b4/26/b4262b4364d10de7bcb2ea2d21fb624f7d3ec52a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located close to a main road, this hotel lies within a few minutes of a diverse selection ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876352" Longitude="2.293136" StarRating="3" HotelCode="65595|stella_etoile" HotelName="Stella Etoile" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/c1/33/c1338d706b920ddc84eaf62924c71d425379bcfd.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="63" TotalAmount="245.82" OriginalAmount="241.00" MarkupRule="2.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="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/59/b7/59b7a6331690caec495e637b7c583afb71d72dba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a pleasant location on a large avenue, just a few metres from the lively Rasp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.82" OriginalAmount="241.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883586" Longitude="2.32577" StarRating="4" HotelCode="74058|hotel_beausejour_montmartre" HotelName="B Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Lécluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/4e/f34e4ffbbf2378e62ea8bcf61f1a3256cd98925c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Place de Clichy metro station in the Montmartre district of Paris. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.82" OriginalAmount="241.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85650988" Longitude="2.30210662" StarRating="2" HotelCode="323846|hotel_kensington_2" HotelName="Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>79 Avenue De La Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/19/b5/19b512df72be05ed8463cd40abaffb3e496d1c2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the 7th district in Paris, Hotel Eiffel Kensington is just an 8-minute walk from the Eiffel T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.11" OriginalAmount="241.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.838969932346" Longitude="2.3456507921219" StarRating="4" HotelCode="63700|305065" HotelName="Hotel Seven Paris" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/e1/23e1e5a00ce67202f5a509ef52b9681b67c100bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city's 5th district, next to the Barrio Latino and Rue Mouffetard, in a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.45" OriginalAmount="241.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.859163" Longitude="2.30744" StarRating="3" HotelCode="14449|104205" HotelName="Les Jardins d'Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/fb/cd/fbcde69875c64d1750eaf346df3d4ae9766bba02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Left Bank area of Seine, in the residential quarter of Invalides, just ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.84" OriginalAmount="242.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875607365927" Longitude="2.2937741875648" StarRating="3" HotelCode="26708|hotel_la_regence_etoile" HotelName="Regence Etoile" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/8a/17/8a17c64be81d686125765ed9b3a32e1aab1fbda8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.84" OriginalAmount="242.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885090151104" Longitude="2.3292168974876" StarRating="2" HotelCode="51665|modern_montmartre" HotelName="The Modern Hotel Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Forest, 18ème Arrondissement, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/e1/4ee1819f3abf89c63a2a1c2a47747d2f3cf4d22b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the Montmartre mound, the Moulin Rouge and Place Clichy. The opera house and l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.84" OriginalAmount="242.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87004" Longitude="2.311159" StarRating="4" HotelCode="89354|best_western_premier_elysee_secret" HotelName="Best Western Plus Elysee Secret" 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">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/46/f54648b2ae7e527fd3f9f7e7c01c44a03131f7ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Rue de Ponthieu in Paris's 8th Arrondissement at the heart of the prestigiou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.84" OriginalAmount="242.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.859952" Longitude="2.309346" StarRating="3" HotelCode="151112|hotel_le_pavillon_2" HotelName="Hotel Le Pavillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/f3/c0f394915eb6871cec3279283b2db2372715c80c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.84" OriginalAmount="242.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880561" Longitude="2.339257" StarRating="2" HotelCode="902166|hotel_saint_georges_lafayette" HotelName="Hotel Saint Georges Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/35/4335a5d9947f214fefa0a4e51beda51fc4be0d1b.JPEG</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="246.89" OriginalAmount="242.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868635243297" Longitude="2.298489511013" StarRating="4" HotelCode="12111|860015" HotelName="Elysees Regencia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,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>https://cdn.worldota.net/t/x500/content/b5/4b/b54bef464abce87f25e97f84d8d65805f0c8fddc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Le Triangle d'Or (Golden Triangle) in Paris, this hotel is just 700 metres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="247.72" OriginalAmount="242.86" MarkupRule="2.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://cdn.worldota.net/t/x500/extranet/4a/e9/4ae91e35edd3e326d5401b9f6fba4bb11e193d66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located centrally in the Faubourg St-Honoré and is around 100 m from the Cham...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="247.82" OriginalAmount="242.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849142856841" Longitude="2.3471908316656" StarRating="4" HotelCode="11326|1589968" HotelName="Hôtel Les Bulles de Paris" 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,Garden,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/54/9754a3c4bb20f6c6d2b4378d8c11edc2d6184ab6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and warm establishment is situated in the heart of the Quartier Latin and Saint-Germain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.86" OriginalAmount="243.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88642" Longitude="2.294946" StarRating="4" HotelCode="78974|hotel_de_banville_2" HotelName="Hotel de Banville" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/01/d3/01d3179ef26164719a492fe5c9948a0ece3afb8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Boulevard Berthier stretches along public gardens and squares right in the heart of the Ternes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.86" OriginalAmount="243.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858168" Longitude="2.371813" StarRating="3" HotelCode="110496|auberge_flora" HotelName="Auberge Flora" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/33/66/3366264fd7ebf733f15c53f54492dbce5c259e2b.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="63" TotalAmount="247.86" OriginalAmount="243.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.851983" Longitude="2.333752" StarRating="2" HotelCode="110450|hotel_des_canettes_2" HotelName="Des Canettes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17, rue des Canettes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/07/5307f6266a4b5ae9e6bd721a2f07f0860282cc59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.86" OriginalAmount="243.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.854837899145" Longitude="2.3048830485696" StarRating="3" HotelCode="180045|hotel_eber_mars" HotelName="Hotel Eber Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Avenue De La Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/31/643177d63f2bd7394a8b29750165df45108d4d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.86" OriginalAmount="243.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848872677627" Longitude="2.3470522463322" StarRating="4" HotelCode="316723|villa_pantheon" HotelName="Villa Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/c7/b6/c7b6b8a87232b70a67a875e356587489b37e6f5a.jpeg</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 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.94" OriginalAmount="243.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.861533335287" Longitude="2.3710459470749" StarRating="2" HotelCode="187859|332507" HotelName="Saint Sebastien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue Saint Sébastien, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ed/36ed97fa03e9d897569db3bffb5a3167c9f81dd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="248.40" OriginalAmount="243.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848844437287" Longitude="2.2978055477142" StarRating="3" HotelCode="36930|300975" 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://cdn.worldota.net/t/x500/content/92/94/92940351d18bec7d4f77c9037c182c3fcabd04a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the former village of Grenelle, not far from the UNESCO headquart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.44" OriginalAmount="243.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.852548082083" Longitude="2.3307467055225" StarRating="2" HotelCode="78729|332522" HotelName="Hôtel de Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" 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://cdn.worldota.net/t/x500/content/64/58/64587f35edc6e7ff59df6738ffda2bd9b2a462ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.51" OriginalAmount="243.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873802849389" Longitude="2.3443497234317" StarRating="4" HotelCode="13919|218689" HotelName="Maxim Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,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://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Paris in the district of Grands Boulevards/Bourse/Halles, 100 ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.54" OriginalAmount="243.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.349571" StarRating="3" HotelCode="96839|156376" HotelName="Provinces Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,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://cdn.worldota.net/t/x500/content/20/34/2034d318990fc2d4551137620a1958e2eded845b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively neighbourhood of the Grands Boulevards (2 km away), next to theat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.88" OriginalAmount="244.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876016630382" Longitude="2.3456454277039" StarRating="3" HotelCode="50294|tulip_inn_orange_la_fayette" HotelName="Hotel Villa Lafayette Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/f8/a6/f8a6d3d995f542f7125831cc4788d5ec7e882283.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is splendidly located between the opera and the Grands Boulevards. Paris' unrivalled depa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.88" OriginalAmount="244.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853509172377" Longitude="2.3378643393517" StarRating="3" HotelCode="110445|best_western_grand_hotel_de_lunivers" HotelName="Grand Hôtel De l’Univers Paris - Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gregoire de Tours, 75006 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/2a/bf2ab7abb27a1ce41d59afbeba11ebc30585ac22.JPEG</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="63" TotalAmount="248.88" OriginalAmount="244.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866797" Longitude="2.335901" StarRating="2" HotelCode="110424|opera_maintenon" HotelName="Opera Maintenon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Sainte-Anne, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/6d/b66dbf92b7f1e4b50660b1d2a54bbf845b04588e.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="249.70" OriginalAmount="244.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875180457194" Longitude="2.3327949643135" StarRating="3" HotelCode="31789|104382" 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://cdn.worldota.net/t/x500/content/46/92/46924d952b82cef4cc4cfee0274610ef88525e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the Opera Garnier district, the hotel enjoys an exceptional location for leisure and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847685" Longitude="2.351476" StarRating="3" HotelCode="110444|hotel_minerve" HotelName="Minerve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Internet,LCD/Projector,Luggage Storage,Parking,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13, rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/23/a523f9db893fa96f224f274f78f1eb7f25afea44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Hotel Minerve offers comfort and convenience whether you're on business or holiday in Par...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87240059" Longitude="2.32730626" StarRating="0" HotelCode="621224|apartment_ws_opera_galeries_lafayette" HotelName="Apartment WS Opéra-Galeries Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Godot de Mauroy, 9e arr., 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/e5/d6e5f93ba9f369394764efb4731450809093699b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="251.00" OriginalAmount="246.08" MarkupRule="2.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://cdn.worldota.net/t/x500/content/42/f1/42f1c2685a2e09da3722b6ffbd2693802bfa2d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an exceptional location, right in the heart of Paris. It is just a few minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843038" Longitude="2.31319" StarRating="3" HotelCode="110519|avia_saphir_montparnasse" HotelName="Avia Saphir Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/58/b2/58b2d0dd27d0e57e5513a3e6b33b4a50c46be845.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.28" OriginalAmount="247.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875485" Longitude="2.318303" StarRating="3" HotelCode="23658|191786" 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://cdn.worldota.net/t/x500/content/78/dc/78dc6be57e6cda631758d4d204aceeba118cc6b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 500 m from the centre of Paris where guests will discover an abundance of shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.96" OriginalAmount="248.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849556585041" Longitude="2.2955643644181" StarRating="4" HotelCode="65000|ramada_paris_tour_eiffel_2" HotelName="Hotel Le Parisis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,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://cdn.worldota.net/t/x500/content/bd/9c/bd9cf72055a55e69d1389b4d2b90767fa7b6acf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the 15th arrondissement, a typical Parisian quarter, only a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.96" OriginalAmount="248.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878468618849" Longitude="2.3582893610001" StarRating="2" HotelCode="63662|kuntz" HotelName="Kuntz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue des Deux Gares, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/22/4a2238c446493c48f7e45df996639c9ee0fff7dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="253.38" OriginalAmount="248.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872659063449" Longitude="2.3435895144939" StarRating="3" HotelCode="10830|1170568" 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://cdn.worldota.net/t/x500/content/0d/8b/0d8b6456ffbc65b44c8435616f2a065910c86665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located close to the famous shopping areas (Galleries Lafayette), just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.98" OriginalAmount="249.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845758" Longitude="2.371773" StarRating="3" HotelCode="110506|hotel_terminus_lyon" HotelName="Terminus Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/6b/19/6b19e3f2a545af3c29b0e392f3c8c0b29b51ce7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="254.41" OriginalAmount="249.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875647939708" Longitude="2.3038284480572" StarRating="4" HotelCode="12870|115362" HotelName="Hôtel Royal Garden Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" 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://cdn.worldota.net/t/x500/content/1f/00/1f0020d2cf029a46ac9fba26ba96a763214cc175.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A short stroll from the Arc de Triomphe, the hotel enjoys an ideal location in Paris. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="254.89" OriginalAmount="249.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855268" Longitude="2.334438" StarRating="3" HotelCode="146827|330606" HotelName="Des Deux Continents" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/81/74/8174b4b728fde2fd585fa0295fae1eb83fa36557.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.00" OriginalAmount="250.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87620187101" Longitude="2.3422292650471" StarRating="0" HotelCode="45518|villa_fenelon_2" 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://cdn.worldota.net/t/x500/content/6c/b0/6cb00f988ea0184a21446a4f7c519403c60366ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.00" OriginalAmount="250.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875534" Longitude="2.318752" StarRating="3" HotelCode="34412|quality_hotel_malesherbes" HotelName="Maison Malesherbes" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/e4/d2/e4d27dc7ae8ef1aaf21ca74da9ffc5ec6cdb4fff.JPEG</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="255.00" OriginalAmount="250.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="77210|best_western_france_europe" HotelName="Best Western Premier Marais Grands Boulevards" 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>112 Boulevard Sébastopol, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/5e/5c5edff1f18b8f7dbe634d401f03a4c63d80c63a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in central Paris, 650 m from the Place de la Republique. It is a 20-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.00" OriginalAmount="250.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858226999529" Longitude="2.3104336416989" StarRating="3" HotelCode="110474|hotel_de_latour_maubourg" HotelName="Hotel de Latour Maubourg" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/81/59/8159c17a2c5bb61646c6391ad62c32b73e338e9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.00" OriginalAmount="250.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849891" Longitude="2.346076" StarRating="2" HotelCode="212344|hotel_du_college_de_france" HotelName="Hôtel du Collège de France" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/11/04/110407648d50b9d4854f8dc2bb3d87e952ebe06d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.00" OriginalAmount="250.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86423932" Longitude="2.35682113" StarRating="1" HotelCode="566960|les_patios_du_marais_2" HotelName="Les Patios Du Marais Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Free CXL until 14/06/2026" 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>https://cdn.worldota.net/t/x500/content/e0/53/e053a349d4ecd98ecff42d5b4721122046acfe8d.jpeg</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 i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="255.75" OriginalAmount="250.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.880331" Longitude="2.319552" StarRating="4" HotelCode="25344|213604" HotelName="Best Western Paris Gare Saint Lazare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/43/9b/439b0f326245ec740cccadd75c9bc3601eb15130.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.857004" Longitude="2.317232" StarRating="4" HotelCode="110469|hotel_de_varenne" HotelName="De Varenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4b/454b688e9744157f71df447bb5dc9862452b1aa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874214" Longitude="2.30453" StarRating="4" HotelCode="337168|george_washington" HotelName="George Washington" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/8b/48/8b48d376cb8cd55e36855e3404ac4af2bbd95d94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasing, up-market hotel is quietly situated on Rue Washington, very close to the Champs-Élysé...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875173755287" Longitude="2.3220930468511" StarRating="4" HotelCode="259891|le_belleval" HotelName="Hotel Le Belleval" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/f5/cd/f5cd3a0a950712479f2f8da83062d90c06ee86e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the most desirable district of Paris, a stone's throw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="256.50" OriginalAmount="251.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872774176199" Longitude="2.3158004879951" StarRating="2" HotelCode="35627|301125" HotelName="Paris Saint Honore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Penthievre, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/d8/18d8eec175a7cfbba98b3fef8b1bfd4c02927698.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in quiet side street, near the Champs Elysees, Madeleine and the Arc de Triomphe, this city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="256.91" OriginalAmount="251.87" MarkupRule="2.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="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Chateaubriand, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/13/04134c33713ac6e94e8e21c4ee85d89b0d63a000.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is centrally located at the heart of Paris' business district, just 200 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.43" OriginalAmount="252.38" MarkupRule="2.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://cdn.worldota.net/t/x500/content/e1/72/e172a620d792223f9ccdc5fe1aba43840131f206.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This endearing hotel is centrally located in Montmartre. An abundance of shops and other entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.64" OriginalAmount="252.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874353308383" Longitude="2.2897531294177" StarRating="4" HotelCode="888575|116464" HotelName="Room Mate Alain Champs Élysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue d’Argentine, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b893c9e44854f35998eea7244b88396f0a2f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel enjoy a privileged location near the Arc de Triomphe, just a short walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.78" OriginalAmount="252.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871069951175" Longitude="2.3395447432995" StarRating="4" HotelCode="47982|763455" 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://cdn.worldota.net/t/x500/content/6a/5a/6a5aea29bbe0082e7606914daf9f2cc132e5f07c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of Paris, near the Opéra Garnier and department stores, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.95" OriginalAmount="252.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.859897548092" Longitude="2.3087610304356" StarRating="4" HotelCode="34872|1082168" 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://cdn.worldota.net/t/x500/content/c4/e3/c4e34c3820aa58557f9a98a3e7047ab432fe6738.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple yet charming hotel is situated in the city centre. Countless shops, restaurants and bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.96" OriginalAmount="252.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87598" Longitude="2.342063" StarRating="3" HotelCode="14090|302365" HotelName="ibis Paris Opéra la Fayette" 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,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://cdn.worldota.net/t/x500/content/59/c1/59c1f27d48a407ce0f752126e0357a72e139d6ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Paris, with countless shopping venues, bars, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.844241049069" Longitude="2.3234716057777" StarRating="3" HotelCode="34407|hotel_edouard_vi" HotelName="Hôtel Edouard 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/d0/4f/d04f80373ff76410e62a8449516744300a739dbe.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="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881109" Longitude="2.329187" StarRating="3" HotelCode="64170|le_cardinal" HotelName="Hotel Le Cardinal" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/f0/ff/f0ff6e69affc4bb33fa1f725d4965c393f52f7f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869336" Longitude="2.349524" StarRating="3" HotelCode="180058|hotel_bonne_nouvelle" HotelName="Bonne Nouvelle" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/56/21/5621ca28a0b8ae4c433218f70f17aee80318d149.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 20 rooms. Individual storeys are accessible via the lift or stairs. A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873142888054" Longitude="2.327309846878" StarRating="3" HotelCode="904832|george_sand_3" HotelName="George Sand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 rue des Mathurins, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/68/f3688197cc28bb3664640eec668c5d44ee09d0c7.JPEG</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="258.87" OriginalAmount="253.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873246973684" Longitude="2.3239919543266" StarRating="4" HotelCode="39506|862655" HotelName="Le Mathurin Hotel &amp; Spa" 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,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/25/732581a9e67e3e0ab7b767a66bc905e837b00ee3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is ideally situated close to the city centre as well as Lafayette department st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="259.94" OriginalAmount="254.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846809" Longitude="2.371794" StarRating="3" HotelCode="13393|443395" 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://cdn.worldota.net/t/x500/content/3f/4a/3f4a79c1390bab528381d053adcf92a7fbd54a57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Paris. Its setting is especially ideal for busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.10" OriginalAmount="255.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856503602355" Longitude="2.3561881126275" StarRating="3" HotelCode="12651|hotel_france_louvre" HotelName="Hotel France Louvre" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/e2/68/e2685b5a1b8d2b97b4b9cf4f2f445de2518c97eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally situated in the historical district of Paris, between Concorde and the Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.10" OriginalAmount="255.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874831" Longitude="2.290716" StarRating="4" HotelCode="65591|montfleuri" HotelName="Montfleuri Hotel Arc de Triomphe" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/63/c4/63c4693129d66002ac415d1aa38cf4912f750dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an outstanding location in the very heart of Paris, only a few metres away from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.12" OriginalAmount="256.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.878546002151" Longitude="2.3383990943753" StarRating="3" HotelCode="25633|hotel_arvor" HotelName="Hotel Arvor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/cf/4a/cf4a2b843a72b37ab6ac1a702ade9f1d85247712.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="63" TotalAmount="261.12" OriginalAmount="256.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849764005156" Longitude="2.3506075143814" StarRating="3" HotelCode="34422|abbatial_saint_germain" HotelName="Abbatial Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 boulevard Saint Germain, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/c2/a9c22addfea4c477a67deee9f811da217c7b61ba.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="63" TotalAmount="261.12" OriginalAmount="256.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87272111791" Longitude="2.328173" StarRating="4" HotelCode="75479|adagio_paris_opera" HotelName="Aparthotel Adagio Paris Opera" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/af/7e/af7e5ad7f2e7886fdf0254f8269969d8e63fe008.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the area around l’Opéra - a prestigious district known for its da...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.12" OriginalAmount="256.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85048" Longitude="2.270519" StarRating="2" HotelCode="110533|ribera_eiffel" HotelName="Ribera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue De La Fontaine, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/ce/ddce48025aabcbdf617e2ed3555d4f69bea7807b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the 16th district of Paris in Auteuil quarter, this hotel is a 30-minute walk from the Ei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.14" OriginalAmount="257.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885491" Longitude="2.3356359883433" StarRating="2" 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://cdn.worldota.net/t/x500/content/67/1e/671eaf15eda4fdc8f23b85c4be1b5164c497906e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the foot of Montmartre in the northeast of Paris, the highest natural ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.14" OriginalAmount="257.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873043212629" Longitude="2.3180294036865" StarRating="3" HotelCode="32476|htel_elyses_8" HotelName="Elysees 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/a9/91/a991a545f1940096d045a8854aa35b08a2379da9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near to the Élysée Palace and magnificent Rue du Faubourg Saint-Honoré. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.14" OriginalAmount="257.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.862847" Longitude="2.338199" StarRating="3" HotelCode="110421|hotel_louvre_bons_enfants" HotelName="Louvre Bons Enfants" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/3e/cb/3ecbef6cb8e241f5041044666494efa02b92dffc.JPEG</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="262.97" OriginalAmount="257.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866285107221" Longitude="2.285841446379" StarRating="3" HotelCode="16674|301035" HotelName="Citadines Trocadéro 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,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 bis Rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/64/5b647ded844cad25dc3ead1cb0ede6059a98869d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located next to Place du Trocadero (a 5-minute walk), and shopaholics will b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.16" OriginalAmount="258.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848558502953" Longitude="2.2987604141235" StarRating="3" HotelCode="89350|grenelle_paris_tour_eiffel" HotelName="Hotel Grenelle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140-142 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/zz/43ad4197fd6f6a5eeb3a96e2f182d4f53325805b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.16" OriginalAmount="258.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.859745789504" Longitude="2.3085987567902" StarRating="4" HotelCode="164914|hotel_thoumieux" 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://cdn.worldota.net/t/x500/content/f6/25/f625714bc024f46a435a096c8ec37a50e0244834.jpeg</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="63" TotalAmount="263.16" OriginalAmount="258.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.882113958738" Longitude="2.2820589889897" StarRating="4" HotelCode="300279|ac_hotel_paris_porte_maillot" HotelName="AC Hotel by Marriott Paris Porte Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/6c/d9/6cd978d72c749d5985fe553f4050dace56007e2d.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="63" TotalAmount="264.18" OriginalAmount="259.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848756" Longitude="2.347611" StarRating="3" HotelCode="180087|hotel_saint_jacques" HotelName="Saint-Jacques" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/fb/fb/fbfb3141f83ee6fb4002a87c862ab45e90e9e924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 36 rooms. Individual storeys are accessible via the lift or stairs. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.18" OriginalAmount="259.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849824014757" Longitude="2.3430275917053" StarRating="3" HotelCode="336620|hotel_central_saint_germain" HotelName="Central Saint-Germain" 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,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Champollion, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/fd/75fd931beca14c8219eeeeaa42fde5079969cd5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated at the heart of the Latin Quarter, on the outskirts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.20" OriginalAmount="260.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869059" Longitude="2.297245" StarRating="4" HotelCode="78991|hotel_bassano" HotelName="Bassano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/b4/0cb49fbddbc31dfd5ce47dc8e71c70cd33652dbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel offers luxury accommodation in the elegant 16th arrondissement of Paris...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876372087958" Longitude="2.335230410099" StarRating="3" HotelCode="56457|hotel_touraine_opera" HotelName="Hotel Touraine Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Taitbout, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/15/6315cb60816c83d81f9df93cf5fef1c187a67686.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies at the heart of Paris, between the opera house and Sacré-Cœur in the tradi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847458" Longitude="2.35238" StarRating="2" HotelCode="128301|hotel_au_royal_cardinal" HotelName="Au Royal Cardinal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue des écoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/26/3526c88517992f45737be5a284a133fbb6e55039.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="266.58" OriginalAmount="261.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846725483886" Longitude="2.3263992369175" StarRating="3" HotelCode="34419|189696" HotelName="Best Western Hôtel Aramis Saint Germain" 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>124 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/55/20552e97d55f48095fb0b4d17e830e442039cb5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.24" OriginalAmount="262.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85495633443" Longitude="2.3633453249931" StarRating="3" HotelCode="50289|turenne_le_marais" HotelName="Turenne Le Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/e3/b1/e3b1b6396ca384d99aa8428d08f5c21331def015.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is centrally located, lying amidst noble palaces that date back to the 17th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.24" OriginalAmount="262.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848690880163" Longitude="2.3477482795715" StarRating="3" HotelCode="31205|hotel_moderne_st_germain" HotelName="Hotel Le M Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/8f/1f/8f1f4b6e8a9187612171ec3213b3d425be3c1141.JPEG</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 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.24" OriginalAmount="262.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868110354155" Longitude="2.2987362742424" StarRating="3" HotelCode="74055|hotel_marceau_champs_elysees" HotelName="Marceau Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Marceau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/4e/034e22e67c9b42d5dae5b28ff92d8d5f55cded4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.24" OriginalAmount="262.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868175" Longitude="2.334666" StarRating="3" HotelCode="80270|louvre_marsollier_opera" HotelName="Louvre Marsollier Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Marsollier, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/5c/a75c202b1d03b993889c78dacc41acf084b9f643.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="63" TotalAmount="268.26" OriginalAmount="263.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858437" Longitude="2.283466" StarRating="3" HotelCode="110532|hotel_passy_eiffel" HotelName="Passy Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/73/f1/73f11797fa30c471b5bdb51bcfca77215611f867.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.26" OriginalAmount="263.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.859693" Longitude="2.402814" StarRating="2" HotelCode="151774|mama_shelter_paris" HotelName="Mama Shelter Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/90/ac/90ac41e9038af08a60669658b78bc4e8f011d1fb.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="268.65" OriginalAmount="263.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874878" Longitude="2.36021" StarRating="3" HotelCode="12256|389515" HotelName="Timhotel Paris Gare de l'Est" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue des Récollets, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ef/33efd0f96d0e778d05cc1d9016295063eca3fc60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute walk from République and the famous Boulevard Montmartre in Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.28" OriginalAmount="264.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.867976" Longitude="2.336255" StarRating="3" HotelCode="68262|baudelaire_opera" HotelName="Baudelaire Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue Sainte-Anne, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/1b/a91b12ea50f5e1ee46b8eb51c8fe7874de9443b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.28" OriginalAmount="264.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883592710264" Longitude="2.3255476355553" StarRating="4" HotelCode="74612|hotel_moncey" HotelName="Moncey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lécluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/15/5b15f4e94ee2bb4c13c6cb7cddda9a169d028443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in 17. Arc de Triomphe / Palais des Congrès, Hotel Moncey is a perfect starting point from w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.28" OriginalAmount="264.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870034" Longitude="2.360198" StarRating="3" HotelCode="97446|hotel_aida_marais_printania" HotelName="Aida Marais" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/29/ea/29ea624f15ff7101564b85c0d348410d15a5348a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in Paris near the Marais district. It is situated in a diverse and live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.28" OriginalAmount="264.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850254" Longitude="2.342261" StarRating="2" HotelCode="180042|le_petit_belloy_saint_germain" HotelName="Le Petit Belloy Saint-Germain" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/1f/3f/1f3fb52e1b6c378dd2909ce1a8efd6396c98df5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="269.47" OriginalAmount="264.19" MarkupRule="2.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://cdn.worldota.net/t/x500/content/25/c1/25c1a97d996d11a8d4217cde90f302761d2f70f0.jpeg</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="63" TotalAmount="270.30" OriginalAmount="265.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879658909786" Longitude="2.3280616917726" StarRating="5" HotelCode="376493|best_western_premier_opera_liege" HotelName="Best Western Premier Opera Liège" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/15/6a/156a42cb7fdb4066b81405df233787bc13d2a155.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="271.10" OriginalAmount="265.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877963656687" Longitude="2.3875173926353" StarRating="3" HotelCode="24650|298655" 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://cdn.worldota.net/t/x500/content/dc/a4/dca45e91c5b74921fca60135ac475dc84e79d3e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Paris' 19th arrondissement in the Buttes-Chaumont distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.11" OriginalAmount="265.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849097594266" Longitude="2.3397137342483" StarRating="4" HotelCode="45033|6010" HotelName="Hôtel le Sénat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Vaugirard, 6ème Arrondissement/Saint-Germain-des-Près, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/fa/22fa384d0c06b0a1beb3bd2612cc9eccad5760cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel is located at the heart of the beautiful French capital, close to the Jardin de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.32" OriginalAmount="266.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871638032633" Longitude="2.3234635591507" StarRating="3" HotelCode="74028|hotel_de_larcade_2" HotelName="Hôtel de l'Arcade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de l’Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/5b/185b89877fb8ed5b607fcfd22ff8f3b415e9d649.JPEG</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="271.32" OriginalAmount="266.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85921914" Longitude="2.34731106" StarRating="0" HotelCode="488364|alberginn_suites_rivoli_les_halles" HotelName="Milestay - Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Des Halles, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/1c/4d1c413a9d8ca2c61b118b2f6c93ca2012757707.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.80" OriginalAmount="266.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87529688721" Longitude="2.3263576626778" StarRating="3" HotelCode="14179|17570" HotelName="Londres &amp; New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/d2/1e/d21e07ea0534772290635c5a6e9dc541e5d1c32e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, close to Galeries Lafayette and the opera house. The C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="271.93" OriginalAmount="266.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84543429922" Longitude="2.3240724205971" StarRating="4" HotelCode="25007|266355" HotelName="Littre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Littré, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/b9/beb9a6ad9bb7f0d6774db263160cf0154f7a54df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies on a quiet street between Saint Germain des Prés and Montparnasse, directly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.36" OriginalAmount="268.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871881053089" Longitude="2.3442077636719" StarRating="3" HotelCode="47812|hotel_corona_opera" HotelName="Corona Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,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://cdn.worldota.net/t/x500/content/fc/9e/fc9e3d54d87286c05abfc607e5d907ce71021157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in a quiet side street, around 100 m from the metro station Grands ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.36" OriginalAmount="268.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864506554827" Longitude="2.282275557518" StarRating="4" HotelCode="326416|hotel_plaza_tour_eiffel" HotelName="Plaza Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Greuze, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/57/0457d2e1b84ab62c9dda3bcf3a5069f1a1fabd91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the 16th arrondissement, one of the most elegant quar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.38" OriginalAmount="269.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847791" Longitude="2.342283" StarRating="4" HotelCode="64609|grand_hotel_saint_michel" HotelName="Grand Hôtel Saint Michel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/17/d7/17d7a495e8af57ccab0a67b460370c034d572066.JPEG</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="63" TotalAmount="274.38" OriginalAmount="269.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.859272303326" Longitude="2.3683926139363" StarRating="3" HotelCode="303905|grand_hotel_amelot" HotelName="Grand Hôtel Amelot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/56/1d560bea2494be8459ea881a47217e93de639fc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 44 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.39" OriginalAmount="269.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.83829" Longitude="2.322965" StarRating="4" HotelCode="63276|175738" HotelName="Holiday Inn Paris - Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" 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>https://cdn.worldota.net/t/x500/content/7f/1b/7f1bedf9a89509024e052dcb4afffd9b64bb8cac.JPEG</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 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="275.32" OriginalAmount="269.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845695539542" Longitude="2.344950735569" StarRating="3" HotelCode="52555|212785" HotelName="Des Grands Hommes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Place du Panthéon, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/15/8e1515789542be61c07cf74dd7e9bf46ea95686d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85929580494" Longitude="2.3103314638138" StarRating="4" HotelCode="37524|best_western_tour_eiffel_invalides_2" HotelName="Timhotel Invalides" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/ef/3c/ef3ca2a58eb9c4bde1d52f46ec57ddd202fc6422.JPEG</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 Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875295" Longitude="2.323407" StarRating="4" HotelCode="144894|best_western_premier_opera_diamond" HotelName="Maison Albar Hotel Opera Diamond, BW Premier Collection" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/2f/35/2f3577bfcfd0bb01dcd07fce43b57156481f1d4c.jpeg</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 th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850304412426" Longitude="2.3450624809857" StarRating="4" HotelCode="260007|best_western_la_tour_notre_dame_saint_germain_des_pres" HotelName="Mercure Paris Notre Dame Saint Germain des Prés" 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,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/11/6911c9786921a4da37fcc6b9b9ac719bf8ed0dc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive renovated hotel lies at the heart of the Rive Gauche, between Saint-Germain des Prés...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88240938" Longitude="2.33458149" StarRating="3" HotelCode="502661|hotel_saintlouis_pigalle" HotelName="Hôtel Saint-Louis Pigalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/78/f07830096f565ab9e7ba0a4174a790a7ac07bf77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.42" OriginalAmount="271.00" MarkupRule="2.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="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/26/5a/265a7d00a36632f0a548d0519384d9695da1474f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated is a wonderful, central location, in the Opéra quarter on Boulevard ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.68" OriginalAmount="272.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870612" Longitude="2.336988" StarRating="3" HotelCode="149522|213563" HotelName="Gramont Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" 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://cdn.worldota.net/t/x500/content/0f/3b/0f3bb87f60a1b1d7e6f4136e02e88a302692a799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.43" OriginalAmount="272.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.867237879181" Longitude="2.2879296541214" StarRating="4" HotelCode="31744|8804" HotelName="Waldorf Trocadero" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/74/ce74cd63b42d6e2a14a9abf986252d8ecf4bf66d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an exquisite and central location at the heart of Paris, only a few minutes' ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.25" OriginalAmount="273.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868492" Longitude="2.303679" StarRating="4" HotelCode="78123|101978" HotelName="Hôtel Claridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue François Premier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9aca9c1f070766623bab57e19e6c2ee473d8cf39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located near the Avenue des Champs-Élysées, in the centre of a large ent...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.48" OriginalAmount="274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869717364284" Longitude="2.3430475786697" StarRating="3" HotelCode="78620|hotel_cyrnos_opera" HotelName="Hôtel Korner Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>154 Rue Montmartre, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/38/4638a182155079284b58a20beeafbf08974b2a73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Paris, a 10-minute walk from the Louvre museum, the Galeries ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.48" OriginalAmount="274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839723" Longitude="2.330144" StarRating="4" HotelCode="79716|hotel_aiglon" HotelName="Aiglon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/7c/817cb230e51e339692cc437e192bcb209180a8b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.48" OriginalAmount="274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8535367" Longitude="2.3432116" StarRating="3" HotelCode="224984|le_clos_notre_dame" HotelName="Le Clos Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de l'Hirondelle, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c8/83c8b98af9a3e0d3954a09aeb2d4b2d73be0aa28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.81" OriginalAmount="274.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849723410386" Longitude="2.3096233606339" StarRating="4" HotelCode="34404|79054" 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://cdn.worldota.net/t/x500/content/4c/8a/4c8a6ca9d40f5e28f6ba545cff040e8374e3a1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel enjoys a central, yet peaceful location in the French capital. An abundance of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.93" OriginalAmount="274.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864491" Longitude="2.371107" StarRating="3" HotelCode="34660|945715" 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://cdn.worldota.net/t/x500/content/c0/a8/c0a89a1d584f60e0863ba1a494ec6615da3ff89d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located at the intersection of Boulevard Richard-Lenoir, under which the charmi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="280.14" OriginalAmount="274.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876616408449" Longitude="2.3416623473167" StarRating="3" HotelCode="32509|17487" HotelName="Plaza Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/34/d434908dbc8e39adfb1b6627c20de8ef71758363.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the French capital, close to the Gare du Nord and Gare Saint Lazare ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.50" OriginalAmount="275.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865410837311" Longitude="2.3656882345676" StarRating="3" HotelCode="10265|marais_home_ex_ho_marais" HotelName="Marais Hôme" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/19/f4/19f4944a37b7876685379e1a9a731736db2d6cda.jpeg</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 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.50" OriginalAmount="275.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868545" Longitude="2.355591" StarRating="3" HotelCode="110430|hotel_du_plat_detain" HotelName="Hôtel du Plat d’Etain" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/ostrovok/79/27/7927d65db96fd6e1042610e2a439ac7cbffe20a7.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="63" TotalAmount="281.52" OriginalAmount="276.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843848" Longitude="2.328119" StarRating="4" HotelCode="94372|hotel_le_six_2" HotelName="Le Six" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/f3/18/f318b90b0736ac0899380a3bded62d82b753c6aa.JPEG</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="63" TotalAmount="281.52" OriginalAmount="276.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871571447521" Longitude="2.3437051312924" StarRating="4" HotelCode="337324|holiday_inn_paris_opera_grands_boulevards" HotelName="Holiday Inn Paris Opera - Grands Blvds" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 Boulevard Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/8c/7a8ccf651c43a0430b52e0c286cfa8edab433c6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the corner of the Boulevard Poissonnière and Faubourg Montmartre. Some of Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848757068636" Longitude="2.3495762050152" StarRating="3" HotelCode="31386|agora_saint_germain" HotelName="Agora St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1d/1c1dcba3b55815b9485b76acee89da3c476d7a2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Paris, within 500 m of Notre Dame. Maubert Mutualité...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875995388175" Longitude="2.2959896922112" StarRating="4" HotelCode="74061|mercure_paris_arc_de_triomphe_" HotelName="Hôtel Mercure Paris Arc de Triomphe Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/11/341190a3772a79ccafbcd72864a6cf0db58b398a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the famous Champs Elysées. It lies only 2 minutes' walk from the Arc de T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.854379" Longitude="2.33274" StarRating="3" HotelCode="78619|crystal_hotel_3" HotelName="Crystal" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/fd/a2/fda29006f67094dd1cd4fff401cc5e3a6b693ac1.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="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872329945266" Longitude="2.3089898018648" StarRating="4" HotelCode="110482|hotel_des_champs_elysees" HotelName="Hôtel des Champs-Élysé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>2 Rue d'Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/fe/35fe103094f1f36cf811117d87b536b1529f7c6e.JPEG</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="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87430369519" Longitude="2.3426225781441" StarRating="4" HotelCode="336399|de_hollande" HotelName="Monsieur Cadet Hôtel &amp; Spa" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/2b/dd/2bddb80137a466bf6f176ab623beb4a4a75589d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a quarter close to the Les Grandes Boulevards. The Musée Grévin, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871622513316" Longitude="2.378161697726" StarRating="3" HotelCode="935630|hipotel_paris_bordeaux" HotelName="Hipotel Paris Bordeaux Ménilmontant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Lemon, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/11/561177595c2aaf09e397d53732faf291dab3459f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.58" OriginalAmount="279.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877500185966" Longitude="2.3541668057442" StarRating="2" HotelCode="70509|hotel_nord_est" HotelName="Nord Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/48/b0/48b0d3ed2d020123a90a3f1656142ea5ae6252d9.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="63" TotalAmount="284.58" OriginalAmount="279.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845355094495" Longitude="2.3213474392195" StarRating="3" HotelCode="76710|aviatic_saint_germain" HotelName="Louison Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/50/e7/50e7f23c017097dc6287b6c02476737ae0879e9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.58" OriginalAmount="279.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871538" Longitude="2.307752" StarRating="4" HotelCode="80742|hotel_monna_lisa_champs_elysees" HotelName="Monna Lisa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue de la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/00/4f00134016d54b875f20034792ff76426acb5237.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris's 8th district, just 200 m from the Champs-Élysées, where guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.58" OriginalAmount="279.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870315508742" Longitude="2.3514311846561" StarRating="2" HotelCode="303902|hotel_mazagran" HotelName="Mazagran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/af/68afafafc1ece83cb66ab2bcb19edcb729ed535f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 24 rooms. Services and facilities at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.89" OriginalAmount="279.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86984758" Longitude="2.29908713" StarRating="3" HotelCode="592682|619327" HotelName="Suites et Hotel Helzear Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Christophe Colomb, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/78/4378c13f84518da5be60ef8df24ab7e2a8e42cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.60" OriginalAmount="280.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873056443892" Longitude="2.3097789287567" StarRating="4" HotelCode="56084|le_123_elysees" HotelName="Hôtel Le 123 Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 rue du Faubourg St Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/24/5d244b3f9317d875ecf0d8ec1a7eddf285262ba5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Paris' 8th arrondissement, it is just a short walk to the splendid boulevard of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.60" OriginalAmount="280.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875412434912" Longitude="2.294530570507" StarRating="4" HotelCode="58476|maison_albar_hotel_paris_champs_elysees" HotelName="Maison Albar Hotel Paris Champs-Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,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://cdn.worldota.net/t/x500/content/bc/9b/bc9b8a242c90cfb0739616cc6c53555b194a3dd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a fantastic location on the right bank of the Seine in Paris’ 17th district. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.60" OriginalAmount="280.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876940991228" Longitude="2.2949731349945" StarRating="3" HotelCode="180069|tilsitt_etoile" HotelName="Tilsitt Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4c/e34c33f76935177c34046416dc707bde1432814e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the most trendy part of Paris, between the famous avenue des Champs-É...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="286.54" OriginalAmount="280.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883723809612" Longitude="2.342641530213" StarRating="4" HotelCode="632558|631160" HotelName="Môm’Art Hôtel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d1/9bd16c78ef9f81d36107c62d4c71921755e53f93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a café, a bar and room service. Wireless internet access in p...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="286.57" OriginalAmount="280.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877152" Longitude="2.345268" StarRating="3" HotelCode="11613|389295" 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>https://cdn.worldota.net/t/x500/content/26/e1/26e17a4e9f0d0b390561bc0a56332f3538cb5668.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris between Gare du Nord train station and Opéra Garnier. The Moulin Roug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.62" OriginalAmount="281.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.841322" Longitude="2.325793" StarRating="3" HotelCode="64588|hotel_apollinaire" HotelName="Apollinaire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Delambre, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/79/27791ca2d4a28cbb0ebf48449af368d3dfb33650.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is glad to greet guests in the heart of Montparnasse, in the 14th district of Paris. This ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.62" OriginalAmount="281.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.857561" Longitude="2.303093" StarRating="2" HotelCode="154259|de_la_tour_eiffel" HotelName="Hôtel de la Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c6/66c66ff977857a46cc0e45ec7fc37340f102c708.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.62" OriginalAmount="281.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869323628098" Longitude="2.3048043622041" StarRating="4" HotelCode="333102|hotel_oscar" 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>https://cdn.worldota.net/t/x500/content/03/96/0396af78500333c5b0b627e570450692284843d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.64" OriginalAmount="282.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872006752861" Longitude="2.334860265255" StarRating="3" HotelCode="16731|richmond_opera" 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://cdn.worldota.net/t/x500/content/72/48/7248b2b449dafe51d608e4ab62e255475d4e6623.jpeg</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 ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.64" OriginalAmount="282.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873195812977" Longitude="2.3431348800659" StarRating="3" HotelCode="49886|hotel_madrid_opera" HotelName="Hôtel Panache" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/70/8e7079abfbe39fdd61cc49c32f9a3d80352b3c77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.64" OriginalAmount="282.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.854456009354" Longitude="2.3390109837055" StarRating="3" HotelCode="48081|dauphine_saint_germain_hotel" HotelName="Dauphine St. Germain" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/8d/96/8d96a03fb42de194b8941496780b7acc3053a27d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.64" OriginalAmount="282.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847007" Longitude="2.370567" StarRating="3" HotelCode="60389|bel_oranger_gare_de_lyon" 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="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/09/62/0962f26ecec7d3604eb801ca3bee071ca8991136.JPEG</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 r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.66" OriginalAmount="283.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876505" Longitude="2.295806" StarRating="3" HotelCode="15303|neva_hotel" HotelName="Hotel Flanelles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,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://cdn.worldota.net/t/x500/content/b2/bb/b2bb338646e65e36e038a50d1f29d8eb97af58cf.jpeg</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'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.66" OriginalAmount="283.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872009399169" Longitude="2.3447281122208" StarRating="3" HotelCode="47999|d_espagne_hotel" HotelName="Hôtel d'Espagne" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/88/c8/88c8d38eef0726cb74fabd908ec627a26dffe2a3.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="63" TotalAmount="288.66" OriginalAmount="283.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847974" Longitude="2.342267" StarRating="3" HotelCode="110440|hotel_des_3_colleges" HotelName="Des 3 Colleges" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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://cdn.worldota.net/t/x500/content/d5/93/d59354b850e3f3847f8a96b67f69358f67bf0116.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.66" OriginalAmount="283.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842712" Longitude="2.330326" StarRating="3" HotelCode="110446|le_chaplain_paris_rive_gauche" HotelName="Le Chaplain Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis Rue Jules Chaplain, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1a/161a26ba9afe3ebc7195f6bbe66ea8860f290322.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="63" TotalAmount="288.66" OriginalAmount="283.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.863990758947" Longitude="2.3414552944774" StarRating="3" HotelCode="899745|hotel_crayon_by_elegancia" HotelName="Hotel Crayon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue du Bouloi, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/8b/db8bda97c08fcd02ff84104f5b462a4faee96643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just a few steps away from the famous Louvre Museum, the Forum des Halle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="289.30" OriginalAmount="283.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869156549822" Longitude="2.2983138994138" StarRating="4" HotelCode="303897|217468" HotelName="Suites Hôtel Helzear Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/84/fa/84fa568422aa907976ca50f9421d268f8482d637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.68" OriginalAmount="284.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84927686574" Longitude="2.3249065876007" StarRating="3" HotelCode="30124|sevres_saint_germain_2" HotelName="Sevres Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/0b/f5/0bf5ba31d4acfc8741738d8a161f6acfbf1c719c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.68" OriginalAmount="284.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853118" Longitude="2.336848" StarRating="2" HotelCode="180116|welcome_hotel_4" HotelName="Welcome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/fb/38fb54ffba1e3c5ee93116ba3ca0f0f878a6e1b9.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="290.50" OriginalAmount="284.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872467208277" Longitude="2.3375746607781" StarRating="4" HotelCode="14860|270855" HotelName="Millennium Hotel Paris Opéra" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.70" OriginalAmount="285.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.852262830245" Longitude="2.342158336957" StarRating="3" HotelCode="333585|hotel_du_lys" HotelName="Hotel du Lys" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Serpente, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a6/3ca633f0956afbb6c4a3b7722e155cf7c26bc64e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.72" OriginalAmount="286.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874995227065" Longitude="2.3133516311645" StarRating="4" HotelCode="73717|adagio_city_aparthotel_paris_haussmann_champs_elysees" HotelName="Aparthotel Adagio Paris Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 14/06/2026" 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://cdn.worldota.net/t/x500/content/fd/69/fd69c90836e1625bfa21100eca1b7c9cef4c3b11.jpeg</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 Bo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.72" OriginalAmount="286.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85434" Longitude="2.336782" StarRating="3" HotelCode="146717|hotel_de_seine" HotelName="De Seine" 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 de Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/3e/613e970cbc0d671feb3329aae91ce0e7ac7cd35f.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="63" TotalAmount="291.72" OriginalAmount="286.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869834" Longitude="2.297285" StarRating="4" HotelCode="259339|hotel_keppler" HotelName="Keppler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,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://cdn.worldota.net/t/x500/content/41/c1/41c1884166eeab2ffdda110c1c5de446ee3c9e55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in a charming side street of the Champs-Élysées and the 'chi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.74" OriginalAmount="287.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.859863" Longitude="2.34712" StarRating="4" HotelCode="110419|des_ducs_danjou" HotelName="des Ducs d Anjou" 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>1 rue Sainte Opportune, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/91/f191db46c39e4d55da323d14153d05a4112026bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.74" OriginalAmount="287.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875039329539" Longitude="2.3048329353333" StarRating="4" HotelCode="337164|hotel_champs_elysees_friedland" HotelName="Champs Elysees Friedland" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/24/bd/24bdd94ffa91ad684a97a955866adc5cc29b20a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Paris on a famous street, within paces of the Champs-Él...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.76" OriginalAmount="288.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871343" Longitude="2.323902" StarRating="4" HotelCode="15137|new_hotel_roblin_la_madeleine" HotelName="New Hotel Roblin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,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://cdn.worldota.net/t/x500/content/58/63/5863e9e34e2f536da4939bc029d513a96cb13ff2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located, around 500 m from the Louvre, around 700 m from the opera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.76" OriginalAmount="288.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.854991791141" Longitude="2.3045969884737" StarRating="4" HotelCode="25335|hotel_la_bourdonnais" HotelName="La Bourdonnais" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/69/0a/690a0ef983ae2281f235867c0cdac1ac9275835c.jpeg</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 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.76" OriginalAmount="288.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876281" Longitude="2.346428" StarRating="3" HotelCode="74041|hotel_riboutte_lafayette" HotelName="Golden Hôtel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, rue Riboutté, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/d2/a3d2d6f6244e377dad5fa1b63608ccea83054a10.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="63" TotalAmount="293.76" OriginalAmount="288.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873548" Longitude="2.334656" StarRating="3" HotelCode="78968|hotel_excelsior_opera" HotelName="Excelsior Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lafayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/00/ec00e7a409b66627df9a311d3136db9ec6d873b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.76" OriginalAmount="288.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877736013732" Longitude="2.293031657139" StarRating="4" HotelCode="460058|le_tsuba_hotel" HotelName="Le Tsuba Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/48/89/4889a9a6e81b0235e4230c5e294479c2a5265ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="294.67" OriginalAmount="288.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86923510986" Longitude="2.2978404164314" StarRating="3" 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://cdn.worldota.net/t/x500/content/85/d9/85d9fe46ec259e1a52fa40cd2b309f0939034490.jpeg</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 a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.78" OriginalAmount="289.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875835813525" Longitude="2.2943723201752" StarRating="3" HotelCode="64780|otel_cecilia" HotelName="Cecilia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/8c/f28c4855bf3acac626404b557712852dce5c29c2.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="63" TotalAmount="294.78" OriginalAmount="289.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877748910955" Longitude="2.2872832417488" StarRating="4" HotelCode="337166|etoile_saint_ferdinand" HotelName="Etoile Saint Ferdinand" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/20/55/2055ce6c9e1889ea305f831d6187de0e6baee773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This crowd-pleasing hotel lies in between the Arc de Triomphe and the Congress Centre. Scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872199932948" Longitude="2.3250648379326" StarRating="3" HotelCode="74029|best_western_folkest_opera" HotelName="Best Western Hôtel Folkestone Opera" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/4c/5b/4c5b87db159176a3130d086a856a75aec700b807.JPEG</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="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866594" Longitude="2.335016" StarRating="3" HotelCode="77462|best_western_paris_louvre_opera" HotelName="Hotel Paris Louvre Opera" 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>4 Rue des Moulins, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/8f/398fe09922d24eb7752b5baaffb7009ca57f5ac7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849853" Longitude="2.288561" StarRating="3" HotelCode="80568|hotel_eiffel_saint_charles_2" HotelName="Eiffel Saint Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,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://cdn.worldota.net/t/x500/content/cc/88/cc88d71d2f42643ebcafe5c531d59f70ae892ee0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Paris, close to the Eiffel Tower and the Parc des Exposit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865877528902" Longitude="2.36756041646" StarRating="3" HotelCode="180104|hotel_du_nord_et_de_lest_2" HotelName="Hotel du Nord et de L'Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/22/69/2269765ed8182ad748c47b3a0701615a1da174e7.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="296.12" OriginalAmount="290.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85161897455" Longitude="2.2978980839252" StarRating="4" HotelCode="30121|266405" HotelName="Hôtel Le Marquis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Dupleix, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/92/d192318dbb6a2fcc70d2c34aa2151cb559e83039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in a quiet district, close to the Eiffel Tower and the Dôme des Inval...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.03" OriginalAmount="291.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868739338305" Longitude="2.2828763723373" StarRating="4" HotelCode="173022|17372" HotelName="Meliá París Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/1f/c1/1fc1ca458acb8ebacf7edb2b410197c71525bcf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just off Place Victor Hugo, the fashion district of Paris. The Arc de Triomph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.84" OriginalAmount="292.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868995" Longitude="2.336807" StarRating="4" HotelCode="110428|residence_metropole_opera" HotelName="Lyric Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" 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://cdn.worldota.net/t/x500/content/f7/bb/f7bb41a74d97e1b71ec599681c7647798e37a780.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.84" OriginalAmount="292.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.851429" Longitude="2.332571" StarRating="3" HotelCode="180131|hotel_atlantis_7" 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://cdn.worldota.net/t/x500/content/57/06/57068d7058043068697bbb7b845ef1c418682a30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="298.04" OriginalAmount="292.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.886000234584" Longitude="2.3350936174393" StarRating="3" HotelCode="23659|305345" HotelName="Hotel Des Arts Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 22/06/2026" 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://cdn.worldota.net/t/x500/content/33/9a/339ae1f8fbc83df8f958729658bae796492d569b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located at the heart of Montmartre, some 100 m from the Moulin de la Gale...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.86" OriginalAmount="293.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87215" Longitude="2.326266" StarRating="4" HotelCode="25342|hotel_chavanel_paris" 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://cdn.worldota.net/t/x500/content/30/d5/30d568a98b8c940491ed4cec22fad5473a515e4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located at the heart of the fashion and theatre district, just a few minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.27" OriginalAmount="293.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853496" Longitude="2.361878" StarRating="4" HotelCode="224983|660313" HotelName="Charles V - Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <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="63" TotalAmount="299.88" OriginalAmount="294.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8722587" Longitude="2.3258620914016" StarRating="4" HotelCode="285136|best_western_premier_hotel_opera_opal" HotelName="Best Western Premier Opéra Opal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/70/e7/70e7d01b98b0d5706fd1c01df46a40dda619f372.jpeg</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)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.88" OriginalAmount="294.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87532324" Longitude="2.31661181" StarRating="4" HotelCode="495815|la_villa_haussmann" HotelName="La Villa Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/81/81813d49472b9e6f2d51d5f72efd49562d65069a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.88" OriginalAmount="294.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872611589541" Longitude="2.3075703411046" StarRating="4" HotelCode="936634|hotel_le_marianne" HotelName="Le Marianne" 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,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Paul Baudry, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b3/a6b38c9c7ec9fe3a71b7668816c4cb2db078ce53.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="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.851922441228" Longitude="2.3462699883432" StarRating="3" HotelCode="110442|hotel_henri_ivrive_gauche" HotelName="Henri IV Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/37/1f37b9511b48cb6212ea412b862ed419182b0011.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="63" TotalAmount="301.92" OriginalAmount="296.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843936" Longitude="2.329473" StarRating="3" HotelCode="78992|hotel_saintebeuve" HotelName="Exclusive Sainte Beuve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Sainte-Beuve, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/25/2a254a04677f9b89ca3bc863d307e980e16fd6b4.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="63" TotalAmount="301.92" OriginalAmount="296.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.857336" Longitude="2.331432" StarRating="4" HotelCode="154538|verneuil_saint_germain" HotelName="Hotel Verneuil" 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 de Verneuil, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f2/0af2443a097775afe0bb9702fef5ce5294b96150.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="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84564849" Longitude="2.37538817" StarRating="0" HotelCode="587602|hostel_blue_planet" HotelName="Hostel Blue Planet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d3/01d3e8f5b216daf7e2d9b0dc79ffd327734fd3c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Blue planet hostel in Paris (12th Arrondissement), you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855573674842" Longitude="2.3632333934064" StarRating="3" HotelCode="429927|hotel_jeanne_darc_le_marais" HotelName="Hôtel Jeanne D'Arc Le Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/c4/3a/c43a83043a7d9fa4a9073127d616970dc413b11d.jpeg</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 th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.06" OriginalAmount="297.12" MarkupRule="2.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="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/b4/e1/b4e17518c2be2667f50dc6d0472f0b2386de2c4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arronidissement of Paris, this hotel is located in the heart of the city's busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.78" OriginalAmount="297.82" MarkupRule="2.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://cdn.worldota.net/t/x500/content/6c/85/6c85f08da6138743dc98f0e018f54ff719f809ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located just 2 km from the trade fair grounds and the motorway, and is relatively ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.98" OriginalAmount="299.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843745029915" Longitude="2.3391263186932" StarRating="3" HotelCode="36933|hotel_observatoire_luxembourg" HotelName="Observatoire Luxembourg" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/ef/e5/efe55279b507091c7fd83b2a228271bf6bc0e25c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.98" OriginalAmount="299.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869319414202" Longitude="2.3339898134918" StarRating="3" HotelCode="68263|hotel_france_dantin_opera" HotelName="Hotel France d'Antin Opéra" 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>22 Rue d’Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/43/8f436275ce657fd17d87b87b7866c8860402b514.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.98" OriginalAmount="299.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866415674484" Longitude="2.3252445459366" StarRating="4" HotelCode="110418|cambon" 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://cdn.worldota.net/t/x500/content/cd/e9/cde977f5446b6b9d983f3d9a838e033d64c95cdd.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="63" TotalAmount="304.98" OriginalAmount="299.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868889305307" Longitude="2.3515757918358" StarRating="2" HotelCode="164908|baby" 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://cdn.worldota.net/t/x500/content/d5/6a/d56afc61291a7a441c79740f87791400074d6eca.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="63" TotalAmount="306.00" OriginalAmount="300.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84510998" Longitude="2.37136323" StarRating="3" HotelCode="769099|courtyard_by_marriott_paris_gare_de_lyon" 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://cdn.worldota.net/t/x500/content/c3/42/c34253f3353c8422fd137c2e24a6ced6dd6dacc9.jpeg</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="63" TotalAmount="307.02" OriginalAmount="301.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868785" Longitude="2.292401" StarRating="3" HotelCode="78977|hotel_de_sevigne" HotelName="Hôtel de Sévigné" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/a7/4c/a74cda7e4268751162e1a84941dbfa968fed5d1a.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="63" TotalAmount="308.04" OriginalAmount="302.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871416546724" Longitude="2.3280616588954" StarRating="4" HotelCode="180061|hotel_athenee" HotelName="Hotel Maison Athénée" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/0a/b0/0ab007ba5d439e7f875c206f025960142a9862f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.04" OriginalAmount="302.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.854233045781" Longitude="2.3075814051033" StarRating="3" HotelCode="293226|hotel_eiffel_turenne" HotelName="Hotel Eiffel Turenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/19/5f19d1e1adb561341c12d4a2d4a32a8aac3beb5f.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="310.04" OriginalAmount="303.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856544634871" Longitude="2.3059272766113" StarRating="3" HotelCode="30122|762735" 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://cdn.worldota.net/t/x500/content/cd/ab/cdabd3d093ebf0378d2302f751d327997575aaac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of one of Paris' more upscale, quiet districts. The Rue Clerc market, open...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.18" OriginalAmount="305.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.861794491616" Longitude="2.3408201336861" StarRating="4" HotelCode="14239|299565" HotelName="Louvre Saint-Honoré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Rue Saint Honore, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7c/267cc2e2e4f332d950cb3dc487d2a24077c5024f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location on Rue St Honore in the heart of Paris' 1st district. It is next ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.30" OriginalAmount="305.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.859656675235" Longitude="2.3240844905376" StarRating="4" HotelCode="10778|762295" HotelName="Le Bellechasse Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Bellechasse, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/10/6a10729c4fb0dd66da4243d458ac85918dff0865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies only meters from the centre of Paris and numerous shopping and entertainment ve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.12" OriginalAmount="306.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873167586358" Longitude="2.3434460163116" StarRating="4" HotelCode="11925|villa_opera_drouot" HotelName="Villa Opera Drouot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/75/01750e3e38e1c55863ff25ec781d2c8c736eb160.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a peaceful street, near the lively Grands Boulevards and just a short walk from the Opér...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.12" OriginalAmount="306.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84801663526" Longitude="2.2871732711792" StarRating="3" HotelCode="11467|carina_tour_eiffel" HotelName="Hotel Carina Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/3f/73/3f7356c4f137f2072255a1f155b2462f5f4a1fe2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.42" OriginalAmount="306.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849838134652" Longitude="2.2832331061363" StarRating="4" HotelCode="32599|30373" HotelName="Novotel Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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://cdn.worldota.net/t/x500/content/02/39/0239b4d5f2d87dcf675583d6b759aa51e64ee84a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegantly appointed hotel enjoys a wonderful location on the Seine, just about 700 m from the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.14" OriginalAmount="307.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856964" Longitude="2.303335" StarRating="3" HotelCode="143268|alma_3" HotelName="Hôtel de l'Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/21/de/21dead9ed55ba213881706e1a8d6cf5bc70dec11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.18" OriginalAmount="309.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858461" Longitude="2.307727" StarRating="4" HotelCode="77491|7_eiffel" HotelName="7Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/13/b0/13b061f92b1565846a4c1d7322d50bb8983ac5f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.94" OriginalAmount="309.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871653028485" Longitude="2.3349802941084" StarRating="4" HotelCode="34430|1890015" HotelName="The Chess" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Helder, Bezirk 9, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6c/106c901886be800bff575d9202c33611c6ec2a4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Paris, near the Opéra Garnier and the department stores (Galeries La...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.20" OriginalAmount="310.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849931" Longitude="2.346254" StarRating="3" HotelCode="148958|home_latin" HotelName="Home Latin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 &amp; 17, rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7b/207be72bbb1f62da1e3d7bd0d114fe55c101c2ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.22" OriginalAmount="311.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875994" Longitude="2.2939" StarRating="4" HotelCode="26745|balmoral" HotelName="Balmoral" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/bb/8f/bb8f1dc9008ee8abb89a0647e562dcc936008d37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.22" OriginalAmount="311.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856363" Longitude="2.309557" StarRating="3" HotelCode="110472|empereur" HotelName="Empereur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Chevert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/6f/3c6f803d791d3002ff118bc303ad929a816dd041.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="8" TotalAmount="317.79" OriginalAmount="311.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865169" Longitude="2.332981" StarRating="4" HotelCode="409334|113155" HotelName="Lumen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" 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://cdn.worldota.net/t/x500/content/6d/c6/6dc6f6e5fb715a915e9863f5aa3c3a6907a64ee6.JPEG</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-mi...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.24" OriginalAmount="312.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876006045999" Longitude="2.2954908013344" StarRating="2" HotelCode="26754|hotel_troyon" HotelName="Troyon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b8/a5b8d794e9bf2770cffea8be83d793101f906df0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located off the Champs-Élysées, near the Arc de Triomphe, not far from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="318.56" OriginalAmount="312.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8456985" Longitude="2.375298" StarRating="4" HotelCode="959051|661294" HotelName="Hotel Parisianer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c3/dcc3d941b2b28dcee7c6ef4814a8ed4d71b3fef2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.26" OriginalAmount="313.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.267404" StarRating="3" HotelCode="94378|hotelhome_paris_16" HotelName="Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue George Sand, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/0d/1e0d594415c1820dc18f49e223ba2e7d1f9a7def.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.28" OriginalAmount="314.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868488" Longitude="2.334093" StarRating="3" HotelCode="77214|best_western_gaillon_opera" HotelName="Best Western Hôtel Gaillon Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/b2/d9/b2d9d1c139ce0c1610d063ac8e283637c6ce259b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.30" OriginalAmount="315.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.843324910206" Longitude="2.3067480325699" StarRating="3" HotelCode="31195|nouvel_eiffel" HotelName="Nouvel Hotel Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/f1/2b/f12bba7b977853dac632ec1482476ca742611e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location and lies just a few metres from the Eiffel Tower. The metro st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.30" OriginalAmount="315.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86959" Longitude="2.334625" StarRating="4" HotelCode="79267|golden_tulip_opera_de_noailles" HotelName="Golden Tulip Opera de Noailles" Meals="ROOM ONLY" BedType="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/56/f1/56f1e5e9a3f26e9cbbb62cab59f4f1a922bc2aec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="321.84" OriginalAmount="315.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866941" Longitude="2.379524" StarRating="3" HotelCode="915018|803532" HotelName="La Nouvelle République Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Moret, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/9b/cd9b34173d49581d47c2cf13a5b2c5c086dea2f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.32" OriginalAmount="316.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85555610416" Longitude="2.3409353440297" StarRating="4" HotelCode="47465|citadines_prestige_saintgermaindespres_paris" 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://cdn.worldota.net/t/x500/content/b1/61/b1610c724be38789871695c7be9d393c11767d20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the legendary district of St. Germain, the area of cultural tre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="323.10" OriginalAmount="316.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873178171342" Longitude="2.3022821545601" StarRating="4" HotelCode="16660|302545" 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://cdn.worldota.net/t/x500/content/cd/c0/cdc050158f6c2994ac287da2c40b3d0c2c3ee78b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Parisian hotel is situated right by Park Monceau, close to many of the city's best bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="323.34" OriginalAmount="317.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856258" Longitude="2.305191" StarRating="3" HotelCode="110478|hotel_relais_bosquet" HotelName="Relais Bosquet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Champ de Mars, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/4e/5f4e5bdaf4735b10082d101500075e67b827f853.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="63" TotalAmount="323.34" OriginalAmount="317.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873249" Longitude="2.302481" StarRating="0" HotelCode="827370|hotel_du_romancier_2" HotelName="Hôtel du Romancier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Business Centre,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Limousine Service,Lounge,Parking,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 bis rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f3/25f3625b3d0330c500748bc47151f6ff55627216.JPEG</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 Romancier in Paris (Champs Elysees), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="323.52" OriginalAmount="317.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885318" Longitude="2.335092" StarRating="2" HotelCode="27742|305425" 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://cdn.worldota.net/t/x500/content/b0/1d/b01d8dc568780c64a23970fce135b983cb48b7a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Halfway between the Moulin Rouge and the Sacré Coeur, this charming hotel is located on a quiet stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.36" OriginalAmount="318.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87449598435" Longitude="2.3186409473419" StarRating="4" HotelCode="31742|hotel_park_lane_paris" HotelName="Park Lane Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/ae/c1/aec123fe266e551a63faaa74edd609330b200d40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the centre of Paris, in the 8th district. The establishm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.38" OriginalAmount="319.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.842093347406" Longitude="2.330437046627" StarRating="3" HotelCode="110449|hotel_des_academies_et_des_arts" HotelName="Hôtel Academies et des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de la Grande Chaumiere, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/da/6bda2fe0c1c99bf5530c3f1876e5215b711f1075.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.40" OriginalAmount="320.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848592" Longitude="2.348118" StarRating="3" HotelCode="18014|hotel_sully_saint_germain" HotelName="Hotel Atmosphères" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/6f/51/6f510300a899d0de9b02d528642f35a1cd1a4e0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The elegant hotel enjoys an exemplary location between Saint-Michel and Saint-Germain. Nearby guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.40" OriginalAmount="320.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85872233" Longitude="2.35358311" StarRating="2" HotelCode="502443|dwin_hotel" HotelName="D'win" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/5d/1f5d1202e8f3fef3e6038d57942c0af11ccfda5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a café, a bar, a babysitting s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.44" OriginalAmount="322.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871102" Longitude="2.32689" StarRating="3" HotelCode="94370|le_relais_madeleine" HotelName="Relais Madeleine" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/17/42/17423d9d5311c420c6f305de76b5cef673fd55ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed in a charming 19th-century building on the rue Godot de Mauroy, which links the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.35" OriginalAmount="323.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864854" Longitude="2.336443" StarRating="3" HotelCode="77368|189974" HotelName="Hôtel Louvre Piémont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/84/26/8426f539327266100fbd058fb37b4d210a17ace5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel faces onto the Palais Royal Gardens in the heart of historical Paris, just steps awa...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.859083163768" Longitude="2.3668174445629" StarRating="4" HotelCode="18996|villa_beaumarchais" HotelName="Villa Beaumarchais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,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://cdn.worldota.net/t/x500/content/05/bd/05bdc8b6b426cfe1034d38689e51383ebc6d37c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Marais, one of the oldest and now most vibrant neighbourhoods in Paris, this family-f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872967" Longitude="2.292654" StarRating="4" HotelCode="94383|royal_elysees" HotelName="Royal Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Victor Hugo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/91/fe913ab094a093ffb268594ea644713fcd76c05d.jpeg</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="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86233" Longitude="2.349522" StarRating="1" HotelCode="146664|snob_hotel_by_elegancia" HotelName="De La Vallee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84-86, rue Saint Denis, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/74/0374df1cecd37393a627031c240b493bb72d10e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.63" OriginalAmount="325.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87958468" Longitude="2.33348964" StarRating="4" HotelCode="267181|210475" HotelName="Timhotel Opéra Grands Magasins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/50/805073bbe82882bfb8eecd1db47dd01e749d579b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.52" OriginalAmount="326.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85754" Longitude="2.369855" StarRating="2" HotelCode="11352|moxy_paris_bastille_france" HotelName="Moxy Paris Bastille" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/04/03/0403ca30234c49caffda1afde598512ce00bd4cd.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="63" TotalAmount="332.52" OriginalAmount="326.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870380129305" Longitude="2.3106694221497" StarRating="0" HotelCode="173797|hotel_du_rondpoint_des_champselysees" HotelName="Rond Point Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" 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://cdn.worldota.net/t/x500/content/cb/e4/cbe46348bb7aa5231bc8a60b4b2256fbd30a82c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 36 rooms. Services and facilities at the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.52" OriginalAmount="326.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874053188938" Longitude="2.3425260186195" StarRating="4" HotelCode="189597|residence_nell" HotelName="Nell Hotel &amp; Suites, BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Richer, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/36/57360e368a0c74399ffab361009a65483f2185ff.jpeg</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="332.52" OriginalAmount="326.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8639788" Longitude="2.3688289" StarRating="3" HotelCode="224997|hotel_alhambra_8" HotelName="Hotel Alhambra" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/ostrovok/17/19/17197468944bebad5b205a4c349a9ee4948fcd2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.52" OriginalAmount="326.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871865616253" Longitude="2.3233482241631" StarRating="3" HotelCode="336459|hotel_madeleine_haussmann" HotelName="Madeleine Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/e6/64e63fbb938a2251ef6e40ba19e8460e998f7d9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the 8th arrondissement of Paris, just a few minutes from the Church La Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.52" OriginalAmount="326.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87029958" Longitude="2.29387793" StarRating="0" HotelCode="614403|majestic_apartments_champs_elysees" HotelName="Majestic Apartments Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>30 Bis Rue La Perouse, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/05/9f0580a2388b94d558fd9fd923ec56bc9dc50535.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="332.96" OriginalAmount="326.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845651411205" Longitude="2.3243191838265" StarRating="4" HotelCode="56520|53542" HotelName="Victoria Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/22/b9/22b957232a67cd64c8ec6c423acc2b74b06b8d94.jpeg</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 a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.56" OriginalAmount="328.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.838346752945" Longitude="2.3207652568817" StarRating="4" HotelCode="14225|pullman_paris_montparnasse" HotelName="Pullman Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,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://cdn.worldota.net/t/x500/ostrovok/79/f2/79f2888471a31848e165d3cb2d3b00038102fceb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the Montparnasse are in the south of Paris. It is situated right...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.56" OriginalAmount="328.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874777" Longitude="2.342763" StarRating="4" HotelCode="97700|cosys_residence_cadet" HotelName="Cadet Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/d9/92d99ad31d4ee8a7f0d0614e88e5a4262c90493a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city apartment hotel is situated in one of the most typical areas of Paris. Rue Cadet is bustli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.58" OriginalAmount="329.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870366069303" Longitude="2.2938658626003" StarRating="5" HotelCode="165503|villa__hotel_majestic" HotelName="Majestic Hotel-Spa Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/4a/41/4a41c11c37ace26f06ceb520df0ca307f84a7b15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only a few steps away from the Champs-Elysées. There are numerous shopping ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.62" OriginalAmount="331.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86382363" Longitude="2.37502862" StarRating="0" HotelCode="726908|hotel_les_deux_girafes" HotelName="Les Deux Girafes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Passage Beslay, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/07/1b07f6e04d06612a9309faa87b837200818ed63f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.64" OriginalAmount="332.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881188597804" Longitude="2.3277980089188" StarRating="4" HotelCode="34548|clarion_collection_opera_pavillon_2" HotelName="Maison Nabis by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6d/1e6df1af7cd82f1b9608d7766439baa03b2dd813.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Halfway between the Liege and Place de Clichy metro stations, this city hotel benefits from a privil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.64" OriginalAmount="332.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85526" Longitude="2.362471" StarRating="2" HotelCode="110434|pratic_hotel" HotelName="Pratic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue d'ormesson, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/cd/a1cdc233c8cb496e1b1b0ee62b3237122dab3396.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="63" TotalAmount="339.66" OriginalAmount="333.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849245095613" Longitude="2.342212870717" StarRating="4" HotelCode="14271|dacia_luxembourg" HotelName="Le Lapin Blanc" Meals="ROOM ONLY" 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>41 Boulevard Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/19/0419ab3055edef074bb6314dc1b3379a88efbd0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just a few minutes' walk from the Luxembourg Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.66" OriginalAmount="333.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8495874" Longitude="2.3401602" StarRating="4" HotelCode="68017|hotel_saintpaul_rivegauche" HotelName="Saint Paul Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Monsieur le Prince, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c2/20c2ef2385b44f7bc8bf9444fd578696437ebcad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.66" OriginalAmount="333.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872624" Longitude="2.302097" StarRating="4" HotelCode="149382|cristal_champs_elysees" HotelName="Cristal Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue Washington, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/43/7d434f96c28271256ea70a73d14dcab5048e11d0.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="63" TotalAmount="339.66" OriginalAmount="333.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853891174614" Longitude="2.307212192625" StarRating="3" HotelCode="395327|hotel_splendid_tour_eiffel" HotelName="Hotel La Comtesse Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" 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://cdn.worldota.net/t/x500/content/0b/96/0b9678751a8c6026171a36634b6a8bc7fcddda4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="339.96" OriginalAmount="333.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="3" HotelCode="983142|784202" HotelName="Rayz Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>77 Avenue Bosquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d6/01d6c2893c43df943b0dfff03d591448100dcfd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.68" OriginalAmount="334.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868716402135" Longitude="2.32522174716" StarRating="4" HotelCode="27221|otel_best_western_premier_hotel_opera_richepanse" HotelName="Hôtel Opéra Richepanse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue du Chevalier de Saint George, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/b6/99b697eb2526cc0783b8ce7bf9486589d276aa00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies right in the heart of historical Paris. It is located between the O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.70" OriginalAmount="335.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87105802" Longitude="2.34133676" StarRating="2" HotelCode="324415|hotel_vivienne" HotelName="Vivienne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Vivienne, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/cd/72cd6478ec2626925a0f3e9ae6b56cb367b05640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Vivienne is located in the 2nd arrondissement in Paris, in Le Bourse (stock market) distirct. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.70" OriginalAmount="335.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853623235669" Longitude="2.3390090150999" StarRating="1" HotelCode="388029|hotel_saint_andre_des_arts" HotelName="Hotel Saint Andre Des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue Saint-André Des Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/60/0860b66948c6640d5166d5544d580695dc828dd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.74" OriginalAmount="337.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.854733968347" Longitude="2.306597828865" StarRating="4" HotelCode="65085|hotel_le_walt" HotelName="Hotel Le Walt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,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>https://cdn.worldota.net/t/x500/content/fb/90/fb9080b34174a0a7efcb2f82a97f702689c79c65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers guests an ideal location in Paris. The Eiffel Tower is only 1 km from the hotel an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.74" OriginalAmount="337.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853256" Longitude="2.342036" StarRating="3" HotelCode="180082|hotel_eugenie" HotelName="Eugenie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 rue St André des Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/76/e9763a4bd366d26ef347cd172951d7c5bc413905.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="63" TotalAmount="344.76" OriginalAmount="338.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.867345" Longitude="2.28573" StarRating="5" HotelCode="29712|renaissance_paris_le_parc_trocadero_hotel" HotelName="Renaissance Paris Le Parc Trocadero" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/b9/da/b9daa3a185c84909c77046a4073f66e952471492.JPEG</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 Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.76" OriginalAmount="338.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.851431892265" Longitude="2.3388111591339" StarRating="3" HotelCode="187853|odeon_hotel_4" HotelName="Odeon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ee/d0ee0e8728f99438a12393b613c4015a4088fc72.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="63" TotalAmount="344.76" OriginalAmount="338.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86357314172" Longitude="2.3608066141605" StarRating="3" HotelCode="365375|hotel_jacques_de_molay" HotelName="Jacques de Molay" 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>94 rue des archives, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/9b/aa9b464fcb03d7d87197ad86272570eeac0bf322.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="63" TotalAmount="346.80" OriginalAmount="340.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848376704348" Longitude="2.342617213726" StarRating="4" HotelCode="37860|select_hotel__rive_gauche" HotelName="Select Hôtel Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 place Sorbonne, 75005 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/45/6d450755efbcc439be915b32cb6ba51c016884b8.jpeg</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="347.82" OriginalAmount="341.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872885948192" Longitude="2.32400785423" StarRating="4" HotelCode="15268|mercure_paris_royal_madeleine" HotelName="Hotel &amp; Spa Royal Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue de L'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4d/eb4df719adbc844c8c3f19ecad180132eedc9077.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between the Madeleine church and the large department stores in the centre of P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.84" OriginalAmount="342.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853782" Longitude="2.332319" StarRating="4" HotelCode="77382|best_western_premier_au_manoir_saint_germain_des_pres" HotelName="Hotel Au Manoir St-Germain des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Boulevard Saint Germain, Paris 75006</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/e0/0fe09237721a66cae477d26e0afe0f2442466cd7.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="63" TotalAmount="348.84" OriginalAmount="342.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883592853457" Longitude="2.3427334863119" StarRating="0" HotelCode="333206|hotel_bearnais" HotelName="Hotel Bearnais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/3a/9c3ac1a3889bf937f04052329c039ed786876b4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Hotel Béarnais is in the heart of Paris, walking distance from Mon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.84" OriginalAmount="342.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871309928689" Longitude="2.2981838443874" StarRating="3" HotelCode="318608|hotel_ekta" HotelName="Ekta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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>https://cdn.worldota.net/t/x500/content/04/41/04419f710f15d2e95e16f6505ff26f7d8f982a17.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="63" TotalAmount="349.86" OriginalAmount="343.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853957444119" Longitude="2.367462515831" StarRating="3" HotelCode="38598|hotel_bastille_speria" HotelName="Bastille Speria" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/32/4b/324bdf822a67a5816fcddf8b399cc8037aa7da78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.86" OriginalAmount="343.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874977605214" Longitude="2.3163391779099" StarRating="2" HotelCode="211918|hotel_dargenson" 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://cdn.worldota.net/t/x500/content/d3/fa/d3fa5ce2201ca2524c84782b93ecdf15f836764f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers various services and facilities. Wireless internet access in public areas allows tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.98" OriginalAmount="343.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850406" Longitude="2.342375" StarRating="3" HotelCode="10796|190196" 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://cdn.worldota.net/t/x500/content/18/e6/18e65ab4a95c4a745ff7028fe2ab04a47686a983.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located the historical Saint Germain district of Paris. Numerous sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.88" OriginalAmount="344.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866226" Longitude="2.366859" StarRating="4" HotelCode="26707|le_general_hotel" HotelName="Le General" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/95/77/9577144cd69aad41360c4157530ecb1a07ea6261.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street at the heart of the French capital just a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.88" OriginalAmount="344.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855595190221" Longitude="2.2927951812744" StarRating="4" HotelCode="33468|pullman_paris_tour_eiffel" HotelName="Hôtel Pullman Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,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://cdn.worldota.net/t/x500/content/8f/2f/8f2ff48f0ffbeed11aa5f51ca3bee140acfee336.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the fashionable Avenue de Suffren, this city and business hotel is just a stone’s throw ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.57" OriginalAmount="345.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866260406845" Longitude="2.3372340202331" StarRating="4" HotelCode="19326|7844" 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://cdn.worldota.net/t/x500/content/de/3f/de3fb3b5d5c642fed91f4d30d159746946dbd705.JPEG</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 fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.92" OriginalAmount="346.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855158293606" Longitude="2.3601899766865" StarRating="2" HotelCode="81185|pointe_rivoli" HotelName="Le Temple De Jeanne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125 Rue Saint Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/e7/85e7ed446c57b1986bb8a2d5e21f8f612c7a4f5c.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="353.18" OriginalAmount="346.25" MarkupRule="2.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://cdn.worldota.net/t/x500/content/b8/e6/b8e68b055ee79c2505c45653751631913fc275d1.JPEG</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.32" OriginalAmount="346.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855224235299" Longitude="2.3347442368054" StarRating="3" HotelCode="149460|327851" HotelName="Hôtel Des Marronniers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/71/e27123f24c27776d6117bf552918c7e28accd3ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel des Marronniers is conveniently located in the popular 06. Saint Germain - Luxembourg area. Fe...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.96" OriginalAmount="348.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847134102036" Longitude="2.3259365558624" StarRating="4" HotelCode="63227|le_saint_gregoire" HotelName="Saint Gregoire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/44/24/442430ad58a4dbf97e3bcea67d67313633ab1c44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the heart of the Rive Gauche, in a charming neighbourhood in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.96" OriginalAmount="348.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8676" Longitude="2.35308" StarRating="4" HotelCode="283754|hotel_le_123_sebastopol" HotelName="Hôtel Le 123 Sébastopol" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/9a/ed/9aed8499f5549a128a405791a0212df6066f5a29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.96" OriginalAmount="348.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84979557" Longitude="2.34000965" StarRating="0" HotelCode="487778|odeon_saint_germain_apartments" HotelName="Odeon Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Monsieur-le-Prince, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/da/4dda6f36436a018c389c65732f0b9dea1363d85d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex offers a range of services and facilities. Wireless internet access in public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.00" OriginalAmount="350.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.860435757978" Longitude="2.3007237911224" StarRating="4" HotelCode="36882|derby_alma" HotelName="Le Derby Alma" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/a3/de/a3de41641ac09b09f4638e634c0a757d05df8d4c.JPEG</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 Ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.02" OriginalAmount="351.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.851829882513" Longitude="2.3448085784912" StarRating="4" HotelCode="15655|hotel_parc_saint_severin" HotelName="Hôtel Parc Saint Séverin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de la Parcheminerie, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/8a/b08a97b966db0dc1a0a69b04067c30a6961894a5.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="63" TotalAmount="358.02" OriginalAmount="351.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87219" Longitude="2.345265" StarRating="4" HotelCode="73727|rex_comprador" HotelName="Hotel Adèle &amp; Jules" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 et 4 bis Cité Rougemont, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ca/55ca13203a5902f7217dd95a85fe16a624bf9d00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris on a small, quiet street around 10 minutes from must-see ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="359.04" OriginalAmount="352.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.326319" StarRating="4" HotelCode="68261|hotel_le_vignon" HotelName="Le Vignon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/a5/40/a540fb251ebd29be04fa61c2f19c5fc4059f2816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.06" OriginalAmount="353.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872991169629" Longitude="2.3160392045975" StarRating="4" HotelCode="34414|holiday_inn_paris_elysees" HotelName="Holiday Inn Paris - Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de Miromesnil, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/7b/f67b5d53fa75e1a398265711f0f2459e54b1219b.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="63" TotalAmount="360.06" OriginalAmount="353.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858411" Longitude="2.34647" StarRating="3" HotelCode="110422|hotel_louvre_rivoli" HotelName="Hotel Elixir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Jean Lantier, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/be/91be6d191779c3eec91360f04ec3cf68ff16b13a.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="63" TotalAmount="362.10" OriginalAmount="355.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85652" Longitude="2.317234" StarRating="3" HotelCode="149492|hotel_du_palais_bourbon" HotelName="Hôtel du Palais Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49, rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/87/39871d95b5617841080314b3706c67c9b507a26d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="363.48" OriginalAmount="356.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872876" Longitude="2.308198" StarRating="4" HotelCode="11182|7004" 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://cdn.worldota.net/t/x500/content/f0/88/f088682e1a58743643ead004f16686f5472f526d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs Elysées and Faubourg Saint Honoré. A selection of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.14" OriginalAmount="357.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858032" Longitude="2.353068" StarRating="3" HotelCode="147111|hotel_duo" HotelName="Duo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11, rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b65190b30a0e540c3e1273f7252189f08da03727.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="63" TotalAmount="364.14" OriginalAmount="357.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846126230071" Longitude="2.2984465956688" StarRating="3" HotelCode="316808|hotel_wallace" HotelName="Wallace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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://cdn.worldota.net/t/x500/ostrovok/ca/ec/caec7feaa15753f2ea9c26f900679a654137ed5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in the 15th arrondissement of Paris and within 10 minutes of the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.16" OriginalAmount="358.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.859258" Longitude="2.340975" StarRating="3" HotelCode="110426|relais_du_louvre" HotelName="Relais Du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue des Prêtres-Saint-Germain-l'Auxerrois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/4b/f94b8ebd103b6e1b97ef3e393a35f8046845cd62.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="63" TotalAmount="365.16" OriginalAmount="358.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870807520063" Longitude="2.3373232036829" StarRating="4" HotelCode="187834|la_maison_favart" HotelName="La Maison Favart" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/3f/ca/3fcad1ec900e426777153bf5fe5126c5ae4e3997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 39 rooms. Most storeys can be reached by lift. Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="366.09" OriginalAmount="358.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858758896071" Longitude="2.3452849838444" StarRating="3" HotelCode="36731|212712" HotelName="Grand Hotel Dechampagne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Jean-Lantier, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/76/e97646740bfe538cb05b21463547a1f4916e0d87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historic hotel wins everyone over through its extraordinarily central location, only around 10 m...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.18" OriginalAmount="359.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864013383152" Longitude="2.3341628909111" StarRating="4" HotelCode="33470|normandy_hotel" HotelName="Normandy" Meals="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://cdn.worldota.net/t/x500/content/36/a0/36a0065ad8b0a0c89d34eca06c5e96335b29b111.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is exceptionally situated, near the Louvre Museum and on the corner of the street St. Hono...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.18" OriginalAmount="359.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873177" Longitude="2.364384" StarRating="3" HotelCode="180130|le_citizen_hotel" HotelName="Hotel Le Citizen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Quai de Jemmapes, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ba/25ba76ae534300949eb2aa7a1d2e36fd6b1f35f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.20" OriginalAmount="360.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869351553712" Longitude="2.3321512341499" StarRating="3" HotelCode="58702|hotel_daunou_opera" HotelName="Daunou Opera" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/c3/ee/c3eefd391a95d893a42ba94f011f85b4d29140db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of a very lively district where guests will find perfect connections to the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.20" OriginalAmount="360.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.2982400655746" StarRating="3" HotelCode="74030|hotel_galileo_2" HotelName="Galileo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="368.15" OriginalAmount="360.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849396886036" Longitude="2.3431737720966" StarRating="4" HotelCode="60655|762745" HotelName="Mercure Paris La Sorbonne" 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 de la Sorbonne, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/1f/e81f0117a43f9c0dd5e030c5d44bef28c0ea1d83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Panthéon and the Jardins de Luxembourg. It lies opposite the Sorb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.22" OriginalAmount="361.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.867509" Longitude="2.354014" StarRating="4" HotelCode="18786|hotel_little_palace" HotelName="Little Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/b3/45/b34503a4c54ee48a795ea2a2b52262484e695d53.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="8" TotalAmount="370.10" OriginalAmount="362.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870919" Longitude="2.309054" StarRating="4" HotelCode="888715|7118" HotelName="Beauchamps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5f/5fc2674bd6ac2afc/01-b.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 Triomp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.42" OriginalAmount="363.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856608" Longitude="2.332012" StarRating="4" HotelCode="901890|373623" HotelName="Hotel Da Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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>https://cdn.worldota.net/t/x500/content/2d/a4/2da4d69d0a9b286ae58b55d65acde71a1ed8ebf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 24 rooms. The individual storeys can easi...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.28" OriginalAmount="364.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870490707693" Longitude="2.3279043067016" StarRating="4" HotelCode="613202|hotel_dress_code_spa" HotelName="Hôtel Dress Code Paris" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/6a/ce/6aced8a090eba1c2f99b29796e197c759e28b0c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.96" OriginalAmount="364.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.844609971161" Longitude="2.352155148983" StarRating="3" HotelCode="29129|305395" 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://cdn.worldota.net/t/x500/content/0a/18/0a18fcc690ea076208002c15ac06bb864c2cd740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the Latin Quarter, near to the Pantheon, the Lutece Arenas an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.30" OriginalAmount="365.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870544" Longitude="2.326868" StarRating="3" HotelCode="110484|hotel_du_triangle_dor" HotelName="Du Triangle d'Or" 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>6 Rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/30/3930d203c501922bc3d7813d7a9f40dfcd53002b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="373.19" OriginalAmount="365.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.883547826604" Longitude="2.3314402607558" StarRating="5" HotelCode="305699|543181" HotelName="Maison Souquet Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/99/66/99669b868c3bf256d3aeef5c9540d11a9153bd4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.34" OriginalAmount="367.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.861851839952" Longitude="2.3626251518726" StarRating="3" HotelCode="101180|hotel_saintlouis_saintonge" HotelName="Saintonge" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/f8/3c/f83ca15a95e4fda269eafcdc73b12b50964577b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.38" OriginalAmount="369.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873749" Longitude="2.320196" StarRating="4" HotelCode="34976|le_lavoisier" HotelName="Le Lavoisier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Lavoisier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/42/644253ed0de18a68158f71608151e71ec13cd568.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the French capital, between Saint Augustin church, La Madelei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.38" OriginalAmount="369.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.860291766117" Longitude="2.3442519705696" StarRating="4" HotelCode="77163|hotel_best_western_ducs_de_bourgogne" HotelName="Best Western Premier Ducs De Bourgogne" Meals="ROOM ONLY" 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>19 Rue du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fb/ddfb5fbe6fc4d853a7dcee3ae4335eb2ad559291.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a dream location in the very heart of Paris, next to the Pont Neuf, a few steps fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.40" OriginalAmount="370.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848929691528" Longitude="2.3468553909261" StarRating="3" HotelCode="34425|hotel_claude_bernard" HotelName="Claude Bernard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6d/da6d44321bca09acd5867862867d5d9e5eb7da08.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="63" TotalAmount="378.42" OriginalAmount="371.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86712" Longitude="2.303877" StarRating="4" HotelCode="34410|west_end_hotel_2" HotelName="West End" 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>7 Rue Clement Marot, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/9d/6d9d24becb0379d6be114926529faa1585626c1f.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="63" TotalAmount="379.44" OriginalAmount="372.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.863957353267" Longitude="2.3659693877315" StarRating="4" HotelCode="101121|murano_resort_paris" HotelName="1K Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,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://cdn.worldota.net/t/x500/content/b5/0c/b50cabf2f5fa30cdac4d2d686dd7fa1543bcaa74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Marais, one of city's oldest and most fashionable districts, this futuristic hotel is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.31" OriginalAmount="372.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.860736" Longitude="2.342579" StarRating="4" HotelCode="88730|80782" HotelName="L'Empire Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/c2/7c/c27cd8f2d0a31723e5973afed01f34932b18895d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This magnificent 18th century hotel is nestled between the Louvre Museum and the infamous Saint-Hono...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.46" OriginalAmount="373.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872069" Longitude="2.303288" StarRating="4" HotelCode="19321|warwick_champs_elysees" HotelName="Warwick Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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://cdn.worldota.net/t/x500/content/d7/5a/d75a6d7c83b086296e06c9be0fc099d27799e3fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the heart of Paris on a side street off the famous Champs Elysée...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="381.48" OriginalAmount="374.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85272821694" Longitude="2.3442707955837" StarRating="3" HotelCode="34420|otel_europe_saint_severin" HotelName="Europe Saint Severin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/bc/cc/bccc7b742fcdcfe50c61cbc37533e62e76b5a67b.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="382.48" OriginalAmount="374.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873395372023" Longitude="2.3023176840393" StarRating="4" HotelCode="34427|1546838" HotelName="Hôtel Atala" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/44/274482456677dab13a774bca1906e443b89d7b5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.50" OriginalAmount="375.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.861215682475" Longitude="2.3436235030758" StarRating="3" HotelCode="902168|hotel_saint_honore_paris" HotelName="Hôtel Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/dc/18/dc186def7d751e808ac0e8c7d82c00da7e2c4feb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.52" OriginalAmount="376.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871804750968" Longitude="2.3235909640789" StarRating="3" HotelCode="15147|newton_opera_hotel" HotelName="Vendome Opera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" 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://cdn.worldota.net/t/x500/content/67/19/67197cc179606a42e717d41af14c46a42966195e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the business and tourism district. Guests can take advantage o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.52" OriginalAmount="376.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.852117" Longitude="2.333649" StarRating="3" HotelCode="80037|la_perle" HotelName="La Perle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue des Canettes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a5/33a5879c2eeb8046ba0f585b69703a613f626607.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="63" TotalAmount="383.52" OriginalAmount="376.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855089" Longitude="2.335026" StarRating="3" HotelCode="88497|millesime_hotel" HotelName="Millesime" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/5b/0d5b6778b20262936f3ba6e5eb3f6151a85f6cea.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.56" OriginalAmount="378.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.867153189193" Longitude="2.3375210165978" StarRating="4" HotelCode="50846|hotel_malte_opera" HotelName="Hôtel Malte" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/33/63/3363672811085e9c169532710837b2311f490e45.jpeg</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 L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.58" OriginalAmount="379.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.859268" Longitude="2.340794" StarRating="3" HotelCode="97058|de_la_place_du_louvre" HotelName="De La Place Du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue des Prêtres-Saint-Germain l’Auxerrois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/52/b652aca1e652a4701c02dd084d03d5774d8fc356.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="63" TotalAmount="386.58" OriginalAmount="379.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.857424953792" Longitude="2.3061755157772" StarRating="3" HotelCode="303906|grand_hotel_leveque" HotelName="Grand Hotel Leveque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue Cler, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/f2/bef27bd17a1fe768d5770e8adef17c5ca23bf7e2.JPEG</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="386.77" OriginalAmount="379.19" MarkupRule="2.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://cdn.worldota.net/t/x500/content/ca/01/ca01b2346a13e6ef9f479e0795ae2e84151c162b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys a peaceful location at the foot of Montmartre, just a few minutes on foot f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.60" OriginalAmount="380.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8748754" Longitude="2.3260143" StarRating="4" HotelCode="14788|mercure_paris_opera_garnier" HotelName="Mercure Paris Opéra Garnier Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/mec/d9/69/d969c6596fbd3cfea812c70c5b7469cfdb00ede9.jpeg</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.60" OriginalAmount="380.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866005" Longitude="2.357074" StarRating="3" HotelCode="10541|austins_arts_et_metiers_hotel" HotelName="Austin's Art et Metiers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Montgolfier, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/d3/efd34180ee45278382a148e86e4d2af83d36ab0f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.60" OriginalAmount="380.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85878093" Longitude="2.34895621" StarRating="0" HotelCode="628290|apartments_ws_hotel_de_ville_musee_pompidou" HotelName="Apartment WS Hotel De Ville Pompidou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Pernelle, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/64/a464baef134d2ae18e6ec2e5b2b38d6a29c42657.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="388.62" OriginalAmount="381.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.844273704961" Longitude="2.3422309756279" StarRating="2" HotelCode="74019|hotel_gay_lussac_" HotelName="Gay Lussac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Gay Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/6a/fe6ae6b8868159465a466c5bfdde3534bb3e28f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Apartment  2 Bedrooms  1 Bathrooms  Sleeps 4\n2 Single 1 Double\nCharming, typically Parisian two be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.66" OriginalAmount="383.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868933413164" Longitude="2.2974300384522" StarRating="4" HotelCode="12109|elysees_bassano" HotelName="Elysees Bassano" 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,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3c/8d3c7362025d08a83694dc9c50b8b2e7c2eea45a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated between the Champs Elysées and the Eiffel Tower in the centre of Paris, close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.66" OriginalAmount="383.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858992283655" Longitude="2.3503661155701" StarRating="3" HotelCode="74012|hotel_saint_merry" HotelName="Hotel Le Presbytere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>78 Rue De La Verrerie, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/5a/ee5a3f4348620f9edf315f9ca3b59bc775949351.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.70" OriginalAmount="385.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848093" Longitude="2.342066" StarRating="2" HotelCode="24417|hotel_excelsior_latin" HotelName="Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/3f/463f7f558ee51363a2786a21ced5a0e9722a2031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.72" OriginalAmount="386.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846989" Longitude="2.325861" StarRating="4" HotelCode="13764|holiday_inn_paris__saint_germain_des_pres" HotelName="Holiday Inn Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1e/881e4d82017135cb9b9f9e43462539e5f4c6cdec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated, on the left bank of the river Seine. The Galeries Lafay...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.74" OriginalAmount="387.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87983107" Longitude="2.33735255" StarRating="0" HotelCode="324671|hotel_monnier" HotelName="Hôtel Monnier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Henry Monnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/37/8a37953ee1f9e86175a49e2b70fe4c60634ee416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in central Paris, this 2-star hotel is less than a 7-minute walk to the Moulin Rouge in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.78" OriginalAmount="389.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.885076923024" Longitude="2.3250943422318" StarRating="5" HotelCode="74066|hotel_eldorado_4" HotelName="Eldorado" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/94/82/94822c248b1925fb0a0d70788eec24cb8b08a85c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.80" OriginalAmount="390.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864411" Longitude="2.336123" StarRating="4" HotelCode="547098|drawing_hotel" HotelName="Drawing Hotel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/54/8d/548df9e4e6677a76af40e2cb1ab361b426f4483b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="399.84" OriginalAmount="392.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871454760136" Longitude="2.3349677374345" StarRating="3" HotelCode="148753|helder_opera" HotelName="Monsieur Helder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/25/ab/25abbd8769a89b4ce4e6abccb73358594bf6977b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of the most visited monuments of Paris such as the Louvre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.86" OriginalAmount="393.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864473029894" Longitude="2.3315101861954" StarRating="4" HotelCode="29134|le_pradey" HotelName="Le Pradey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,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://cdn.worldota.net/t/x500/content/60/ac/60ac7cc76a6cf177a3ba578f68d94df959c68003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the very centre of Paris, this hotel has a prime location just 400 m from the Louvre Muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.86" OriginalAmount="393.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.860389" Longitude="2.323103" StarRating="4" HotelCode="97062|dorsay" HotelName="Hotel d'Orsay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a2/aba2d3b2716370cb49979b3802397b94e2e2b3ce.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="63" TotalAmount="400.86" OriginalAmount="393.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.847478" Longitude="2.32246" StarRating="4" HotelCode="110452|la_belle_juliette" HotelName="La Belle Juliette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" 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://cdn.worldota.net/t/x500/content/9b/2f/9b2feb11fc2e94c843da5198f03450cecefccab2.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="63" TotalAmount="400.86" OriginalAmount="393.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.863213" Longitude="2.352686" StarRating="0" HotelCode="140957|hotel_georgette" HotelName="Georgette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hostel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36, rue Grenier Saint Lazare, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/56/ed56ee0a6d16e3b9d88dbc3174fbdb8ff70ba3d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly hotel is located in the heart of Paris, just steps from the Centre Geo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.86" OriginalAmount="393.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.839581629232" Longitude="2.3465158045292" StarRating="3" HotelCode="337273|residence_villa_daubenton" HotelName="Villa Daubenton by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 rue de l’Arbalète, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/39/323981e0e3f736a3caa8881f2479808a5769850d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a quiet side street, within 15-minutes of the Pantheon, 35 km from Charles ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.88" OriginalAmount="394.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881690419523" Longitude="2.3374043405056" StarRating="3" HotelCode="25350|atlanta_frochot" HotelName="Le Pigalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/4a/f74a5b091539e1a666a1c04e2e16dd23f33e01ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.88" OriginalAmount="394.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87087778" Longitude="2.34487519" StarRating="0" HotelCode="615270|hotel_des_grands_boulevards" HotelName="Hotel Des Grands Boulevards" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/f4/d7/f4d70dff7986ada462697acde4fe2140a8916e6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.90" OriginalAmount="395.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855059" Longitude="2.362536" StarRating="3" HotelCode="149361|caron" HotelName="Caron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Caron, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/19/b31995e013486640160194622fa3e54ea2dc973e.JPEG</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="404.94" OriginalAmount="397.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853249737685" Longitude="2.3457741737366" StarRating="4" HotelCode="74016|hotel_les_rives_de_notredame" HotelName="Rives de Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Quai Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d8/8fd8b3b3cde1b01bb7b7b858d6b85a2b902fda0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.94" OriginalAmount="397.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85052" Longitude="2.339465" StarRating="3" HotelCode="89352|delavigne" 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://cdn.worldota.net/t/x500/content/e4/2a/e42a5e61edcd85d3c01b71d234dc36f991609ad6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.98" OriginalAmount="399.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.857218764935" Longitude="2.3559142649174" StarRating="4" HotelCode="53467|hotel_bourg_tibourg_3" HotelName="Hotel Du Bourg Tibourg" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/4c/f3/4cf3b28cd27dd2451ecfb5c97a488cb433e04764.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in 4th - Centre Pompidou Hotel Bourg Tibourg is a perfect starting point from which to explo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.98" OriginalAmount="399.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848159" Longitude="2.349054" StarRating="3" HotelCode="81520|residence_henri_iv" HotelName="Residence Henri IV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/01/380100408f943bb43803cc59ace9c8352b327a4f.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="8" TotalAmount="409.56" OriginalAmount="401.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8711913" Longitude="2.28724527" StarRating="4" HotelCode="651810|626090" HotelName="Mode Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Leroux, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/da/dad2e028927e62d8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="411.06" OriginalAmount="403.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871539236322" Longitude="2.3121419548988" StarRating="4" HotelCode="32475|hotel_elysees_mermoz" HotelName="Elysees Mermoz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/9d/e4/9de439b2b47299fa6458880312c64b4189df4f23.JPEG</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="411.06" OriginalAmount="403.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87006911716" Longitude="2.3113137460123" StarRating="4" HotelCode="65592|exclusive_hotel_mathis_elysees" HotelName="Hotel Mathis Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c1748de066194ab73defd3b7a95ffbbf136369.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel is located in the Champs Élysées neighbourhood, only a stone's throw from the Pal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.10" OriginalAmount="405.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.851454" Longitude="2.337592" StarRating="4" HotelCode="110456|hotel_odeon_saint_germain" HotelName="Odeon Saint-Germain" 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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint Sulpice, Paris 75006</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/69/bc69773b96520538f329407db609061d13c44d27.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="63" TotalAmount="413.10" OriginalAmount="405.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850198363986" Longitude="2.2890452331352" StarRating="3" HotelCode="94376|arley_tour_eiffel" HotelName="Hôtel Gustave Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/11/97/11974f332443ed7f6e3a0f3897dd6d819f11425d.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="63" TotalAmount="415.14" OriginalAmount="407.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864843" Longitude="2.329576" StarRating="3" HotelCode="180096|de_la_tamise" HotelName="De la Tamise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Alger, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e8/f2e833a7199946a1c6bd87bc53abfaf3bfa39e49.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="63" TotalAmount="416.16" OriginalAmount="408.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853859" Longitude="2.336705" StarRating="4" HotelCode="78713|hotel_de_buci" HotelName="De Buci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/88/b4/88b423954c5916dbfba1fc30cccd6a05b4786914.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From this hotel guests can easily visit Paris’ most famous sights, such as the Louvre and the Luxemb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="416.23" OriginalAmount="408.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.874294874569" Longitude="2.2980844974518" StarRating="5" HotelCode="15066|6064" HotelName="Napoléon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,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://cdn.worldota.net/t/x500/content/85/bd/85bd9a97ee18ee95946a9554e5dc5ce4f69a67b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies just a few paces from some of Paris' top sights including the Arc de Triomp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="417.18" OriginalAmount="409.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.877098" Longitude="2.297132" StarRating="5" HotelCode="130262|hotel_renaissance_paris_arc_de_triomphe" HotelName="Renaissance Paris Arc de Triomphe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,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://cdn.worldota.net/t/x500/content/dc/97/dc9796f49521e823931248fecbd774f079dcaf67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of Paris, close to the chic bars and restaurants of the F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="418.59" OriginalAmount="410.38" MarkupRule="2.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://cdn.worldota.net/t/x500/content/17/50/1750f871641f79a1971fbf0d49b8221b572cdd3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is centrally located just a few minutes walk from the important sightseeing at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="419.22" OriginalAmount="411.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869902696063" Longitude="2.3504430206643" StarRating="3" HotelCode="199731|le_clery_hotel_paris" HotelName="Le Clery Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard Bonne Nouvelle, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/70/537037bbe5db978ea6aa9482700ed2372d376aaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="421.26" OriginalAmount="413.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853167671329" Longitude="2.3386837542057" StarRating="3" HotelCode="14372|hotel_left_bank_saint_germain" HotelName="Left Bank Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 rue de l'Ancienne Comédie, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ce/11ce1772935b6484d7c8d9610a81571b8a2b5dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="421.26" OriginalAmount="413.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.873172878851" Longitude="2.346671372652" StarRating="5" HotelCode="145754|hotel_de_nell" HotelName="Hôtel de Nell" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/86/71/8671f5e9b399be21bf1f2245f384819bcb23b3bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.28" OriginalAmount="414.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.862831" Longitude="2.367633" StarRating="3" HotelCode="110498|hotel_beaumarchais" HotelName="Beaumarchais" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/6b/c1/6bc1b3fbceeb6d9b414b5e699bad8aa20a062d7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="424.70" OriginalAmount="416.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876196564558" Longitude="2.2959253191948" StarRating="3" HotelCode="34417|303155" HotelName="SH Hotel Tivoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="425.34" OriginalAmount="417.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871754470894" Longitude="2.3123404383659" StarRating="4" HotelCode="63273|amastan_paris" 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://cdn.worldota.net/t/x500/content/29/7b/297bed66a98a9e3b2e980b5a8b6af58defa8b121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Parisian hotel enjoys an impeccable location only 150 metres from the world famous Cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="429.42" OriginalAmount="421.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865204397676" Longitude="2.3045486211777" StarRating="4" HotelCode="34435|melia_royal_alma_2" HotelName="Meliá Paris Tour Eiffel" 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,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://cdn.worldota.net/t/x500/content/47/45/474514cf07641e90bcc9a8eff2416ecb310830b2.jpeg</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 R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="431.42" OriginalAmount="422.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.854859269991" Longitude="2.3331168293953" StarRating="4" 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://cdn.worldota.net/t/x500/content/0a/3f/0a3f01d64c3358752028881f5b7b808ee02ed5f6.JPEG</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 ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431.46" OriginalAmount="423.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87205556" Longitude="2.32398235" StarRating="5" HotelCode="709308|hotel_alfred_sommier" HotelName="Hotel Alfred Sommier" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/e7/31/e7315c32a5cbd3cc90059858072bb6d66e683933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="432.54" OriginalAmount="424.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872012045476" Longitude="2.2969928383827" StarRating="4" HotelCode="42190|389365" 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://cdn.worldota.net/t/x500/content/01/68/0168ed7760ecaff379325dcc1239092cd18f53a1.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="63" TotalAmount="434.52" OriginalAmount="426.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855684" Longitude="2.338408" StarRating="3" HotelCode="89359|hotel_prince_de_conti" HotelName="Prince de Conti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Guénégaud, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/70/ce706b4e9f801a0f7948eba319fdf10a2a7af549.jpeg</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="435.54" OriginalAmount="427.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.850289969205" Longitude="2.3392671346664" StarRating="4" HotelCode="32474|hotel_baume" 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://cdn.worldota.net/t/x500/content/92/2d/922d0c435f2c43e710fd4ee53de96e7cb9a519ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated at the heart of one of the most lively districts in Paris. The Louvr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="435.54" OriginalAmount="427.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853218" Longitude="2.334475" StarRating="4" HotelCode="82828|madison_hotel_3" HotelName="Madison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/06/2026" 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://cdn.worldota.net/t/x500/content/0b/a8/0ba87716866e6fb66da53434415d8c0978526cb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated opposite Saint-Germain-des-Prés Church, the hotel is located in the heart of Paris' Latin Q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.56" OriginalAmount="428.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872573" Longitude="2.336918" StarRating="4" HotelCode="200900|marriott_opera_ambassador" HotelName="Paris Marriott Opera Ambassador" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/b4/9b/b49b10a3351696abb759df41445bd26f5e20d192.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is just minutes from the Louvre and the Sacré-Coeur, and enjoys a truly enviable location...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="437.58" OriginalAmount="429.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868534676728" Longitude="2.3297506570816" StarRating="4" HotelCode="31206|mansart" HotelName="Mansart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" 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://cdn.worldota.net/t/x500/content/af/e4/afe439d6e11f42379d473020f218d8bcee49aa69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just a few metres from the famous Louvre Museum, Vendome Square and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="437.58" OriginalAmount="429.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866534" Longitude="2.325325" StarRating="4" HotelCode="110427|hotel_residence_la_concorde" HotelName="Maison Armance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fe/9a/fe9a6e6216bb422b42540dff42bd3a24f6162e0a.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="437.58" OriginalAmount="429.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.845053" Longitude="2.252664" StarRating="5" HotelCode="298449|molitor_paris_mgallery" HotelName="Hôtel Molitor Paris - MGallery by Sofitel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/40/3c/403ce359928b03ac553ba1d41cefe79602730116.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="8" TotalAmount="439.77" OriginalAmount="431.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864510713233" Longitude="2.3404931691009" StarRating="3" HotelCode="303903|430659" HotelName="Crayon Rouge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" 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://cdn.worldota.net/t/x500/content/4a/76/4a763509b39f3a3366e99224d8632c5b847f6038.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="8" TotalAmount="441.84" OriginalAmount="433.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87086527" Longitude="2.33825637" StarRating="4" HotelCode="494014|682063" HotelName="Hôtel Saint-Marc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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="63" TotalAmount="442.68" OriginalAmount="434.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.860213" Longitude="2.318372" StarRating="4" HotelCode="82835|hotel_bourgogne__montana" HotelName="Bourgogne &amp; Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/e8/c6/e8c6b92a47eeff56a9e61eb0ac34e48145594fbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 7th arrondissement in the heart of Paris, the hotel is across from Place du Palais B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="442.68" OriginalAmount="434.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8704708" Longitude="2.29918773" StarRating="0" HotelCode="792061|la_clef_champselysees" HotelName="La Clef Champs-Élysées Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/77/29/77296c882567224ec8238d15c26065d6baa5514e.jpeg</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 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="443.70" OriginalAmount="435.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85567445" Longitude="2.36117782" StarRating="3" HotelCode="308149|grand_hotel_malher_2" HotelName="Grand Hôtel Malher" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/c9/d5/c9d54047b0720a41b0cabfa536958e0c163be3aa.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="63" TotalAmount="444.72" OriginalAmount="436.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86505222" Longitude="2.30770611" StarRating="4" HotelCode="848638|le_damantin_hotel" HotelName="Le Damantin Hotel Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bayard, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/85/75850a2de5cc7ab710d295ccc3f1cb16b5a3e4b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.76" OriginalAmount="438.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.861785547597" Longitude="2.3039976134918" StarRating="5" HotelCode="310521|hotel_juliana_paris" HotelName="Hôtel Juliana" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/c3/8b/c38bf584c01dccba81f90577da654d5fee6bc44f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.76" OriginalAmount="438.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85821039" Longitude="2.35033181" StarRating="3" HotelCode="430702|hotel_andrea_4" HotelName="Hotel Andrea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Saint Bon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/56/a7562781e9570b9ec78cffe634bf59a117e95900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="448.67" OriginalAmount="439.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866780904419" Longitude="2.3257970809937" StarRating="4" HotelCode="34421|17378" HotelName="Meliá Vendôme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/19/e319caaba22e35ab98aa006ace6bebacf118ca6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a much sought after position in Paris, close to many of the French capita...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.82" OriginalAmount="441.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858313" Longitude="2.355911" StarRating="3" HotelCode="146631|hotel_de_la_bretonnerie" HotelName="de la Bretonnerie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Sainte Croix de la Bretonnerie, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/48/c948f70a0531a1ddcba1f4e4135a266951291fe1.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="451.56" OriginalAmount="442.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868100650271" Longitude="2.3312768340111" StarRating="4" HotelCode="31841|185416" HotelName="Hotel Stendhal Place Vendôme Paris - MGallery by Sofitel" 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>22 Rue Danielle Casanova, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fe/a6fe66b502c7688321a7a2049550ebad6144a22e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, a short stroll from Place Vendôme, one of the most prest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.90" OriginalAmount="445.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.849194" Longitude="2.334629" StarRating="4" HotelCode="111155|hotel_luxembourg_parc" 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://cdn.worldota.net/t/x500/content/5c/77/5c77c0fc1e4cd820e8fd97965968fa8c07bb2dea.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="455.48" OriginalAmount="446.55" MarkupRule="2.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://cdn.worldota.net/t/x500/content/dd/e8/dde8c0a6dc9ed390438e62457d4e53f61b2b008b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs-Élysées and Avenue Montaigne. There are plenty of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.98" OriginalAmount="449.00" MarkupRule="2.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://cdn.worldota.net/t/x500/content/b8/02/b802d79bbfb504e0051ae46a6e2a0738c08cfb5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the Forum Les Halles and its pedestrian zone, near to the Chat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="461.04" OriginalAmount="452.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865662" Longitude="2.282967" StarRating="4" HotelCode="94387|radisson_blu_le_metropolitan_hotel_paris_eiffel" HotelName="Le Metropolitan, a Tribute Portfolio Hotel, Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/7c/e8/7ce8ef89361bba406a8cf48a017a5f22ca9023cb.jpeg</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.06" OriginalAmount="453.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872616" Longitude="2.354786" StarRating="3" HotelCode="82925|garden_opera" HotelName="Garden Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue du Chateau d Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/1e/5e1e4da5b163ee898692bd8e5987e972887fb791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="463.08" OriginalAmount="454.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866300988206" Longitude="2.2866287827492" StarRating="4" HotelCode="18736|radisson_blu_le_dokhans_hotel" HotelName="Le Dokhan's, a Tribute Portfolio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8c/3f8ce098b17199f6f315bfe0eb13680404fb1d84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located in the 16th arrondissement of Paris. The property lies 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="464.10" OriginalAmount="455.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872818" Longitude="2.307329" StarRating="4" HotelCode="78639|hotel_daniel_paris" HotelName="Daniel" 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>8 Rue Frédéric Bastiat, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/d5/5ed504ff9a24b357fcb40171482ce83cdf34c105.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.16" OriginalAmount="458.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864386570752" Longitude="2.3317435383797" StarRating="4" HotelCode="34403|hotel_louvre_montana" HotelName="Emeraude Louvre Montana" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/eb/3a/eb3a553320e68459863829dce9ec114df4020ff6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated only a stone's throw from the Louvre, the Champs-Élysées and the Opera Garnie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.22" OriginalAmount="461.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.881166936285" Longitude="2.3401271976717" StarRating="3" HotelCode="11578|hotel_caravelle" HotelName="Hotel Caravelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue des Martyrs, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/08/d508b50fba38116626628e88ccc378a4de4446cf.jpeg</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="475.32" OriginalAmount="466.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.851602" Longitude="2.338205" StarRating="4" HotelCode="110455|louis_ii" HotelName="Louis II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/f8/8d/f88d35c688b0436217bd5a99f658caad6097f965.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="63" TotalAmount="476.34" OriginalAmount="467.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853494" Longitude="2.336078" StarRating="4" HotelCode="76633|artus_hotel" HotelName="Artus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Buci, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/86/3786f1dcdaff9a9236d98addea86f654633951a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Paris’ historic centre, the hotel is 170 m from Saint-Germain-des-Prés withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="477.36" OriginalAmount="468.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853395" Longitude="2.329852" StarRating="4" HotelCode="110451|hotel_des_saints_peres" HotelName="Des Saintes Peres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" 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://cdn.worldota.net/t/x500/content/5e/b1/5eb1e755f3348c18d000c670c680a566b7cb6a1e.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="63" TotalAmount="478.38" OriginalAmount="469.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.864510376527" Longitude="2.2886098396923" StarRating="5" HotelCode="15678|citadines_suites_arc_de_triomphe_paris" HotelName="La Clef Tour Eiffel Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/75/c7/75c7d10ba6497e1a67d733a41876c916f04e99df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a prime location in the 16th arrondissement, about 290 m distance from the Trocade...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="480.42" OriginalAmount="471.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85529" Longitude="2.325502" StarRating="4" HotelCode="259018|kk_hotel_cayre" HotelName="K+K Hotel Cayré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Raspail, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/82/15821c16f93ae3c379436781a4365edaa79bd7c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated right next to the Latin Quarter and is the perfect base from which to explore...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="484.50" OriginalAmount="475.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853944" Longitude="2.342923" StarRating="4" HotelCode="110458|relais_hotel_du_vieux_paris" HotelName="Relais Hotel Vieux Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/44/6c/446c8c864478bb73263dd5744ec4976b95564f2a.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="8" TotalAmount="484.55" OriginalAmount="475.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871083" Longitude="2.304649" StarRating="5" HotelCode="87703|97104" HotelName="Fraser Suites Le Claridge Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel" CnxPolicy="Free CXL until 19/06/2026" 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://cdn.worldota.net/t/x500/content/ae/d3/aed30fa798345d23af985771f54dd68d184d8950.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic apartment hotel enjoys a wonderful location on the Champs-Élysées and is the perfect h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.54" OriginalAmount="477.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88253447" Longitude="2.31928362" StarRating="0" HotelCode="966420|paris_jadore_hotel_spa" HotelName="Paris j'adore Hotel &amp; Spa" Meals="ROOM ONLY" 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.worldota.net/t/x500/content/b1/85/b1854761f83f28455be97753521a1b27f8eee285.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="487.05" OriginalAmount="477.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868521495375" Longitude="2.3065079250772" StarRating="5" HotelCode="29150|7117" HotelName="Hotel Marignan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Marignan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/df/e8df80bd717e0f15c6965ecf47a75abf4d4f3f0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the business, fashion and shopping district, between the mythic Champ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.66" OriginalAmount="483.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856356" Longitude="2.335257" StarRating="4" HotelCode="101029|lhotel" HotelName="L'Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/db/b5/dbb58e7cb3abb65a39c608f1ad14f462cc8ea6ae.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="63" TotalAmount="493.68" OriginalAmount="484.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858255" Longitude="2.346375" StarRating="3" HotelCode="89349|hotel_britannique" HotelName="Britannique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/d8/42/d842789aa1f495251ceb21d27f0a108407404df5.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="63" TotalAmount="494.70" OriginalAmount="485.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856092" Longitude="2.32353" StarRating="4" HotelCode="110470|duc_de_saintsimon_saint_germai" HotelName="Duc De Saint-Simon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue de Saint-Simon, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f7e8f53816d6dfa712e4c1a24330ba314a12ea.jpeg</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="63" TotalAmount="495.72" OriginalAmount="486.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869397" Longitude="2.331158" StarRating="4" HotelCode="19376|hotel_westminster_opera" HotelName="Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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://cdn.worldota.net/t/x500/content/3e/f0/3ef00750f4ab3651e8d4581c9accbc6f5d646f49.JPEG</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ô...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="497.76" OriginalAmount="488.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875597" Longitude="2.325543" StarRating="4" HotelCode="47693|concorde_opera_paris" HotelName="Hilton Paris Opera" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/df/90/df9077748ca4c167760731c7f8ccb81e4b933d9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated is a wonderful, central location, close to the opera and the large department...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.25" OriginalAmount="492.40" MarkupRule="2.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://cdn.worldota.net/t/x500/content/88/c1/88c1673e1666a54a55d9b37b1c492b1e4e0540f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.86" OriginalAmount="493.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.879687" Longitude="2.342368" StarRating="3" HotelCode="88729|alba_opera_hotel" HotelName="Alba Opera" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/34/6f/346f73067dfe6b2b9c2925862c023b2d2930b4ac.JPEG</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="504.90" OriginalAmount="495.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86973892" Longitude="2.3610474" StarRating="0" HotelCode="350167|grand_hotel_du_prince_eugene_prince_paris_hotels" HotelName="Grand Hotel du Prince Eugene" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 rue du Chateau d'Eau, 10th Arr., 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/ac/58acd09e32ea0380dbfcad3caa77b890c42f5ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="506.94" OriginalAmount="497.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.846896" Longitude="2.331643" StarRating="3" HotelCode="78976|hotel_de_lavenir_2" HotelName="De l'Avenir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3d/8b3d1e7aa7cdca70a34f48fa05c33e10ae073e68.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="63" TotalAmount="507.96" OriginalAmount="498.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.863189" Longitude="2.348921" StarRating="3" HotelCode="224981|hotel_le_relais_des_halles" HotelName="Hotel Le Relais des Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Pierre Lescot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/67/296701b3770f09744960560f0ab702036f646903.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="63" TotalAmount="510.00" OriginalAmount="500.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.855370382826" Longitude="2.3340901333203" StarRating="4" HotelCode="65597|la_villa_saint_germain_des_pres" HotelName="Hôtel Villa Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/89/3189e4fcbb7bb8812fbb9dc69e87ae5de19a37c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="511.85" OriginalAmount="501.81" MarkupRule="2.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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="515.10" OriginalAmount="505.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871893843606" Longitude="2.3281440138817" StarRating="4" HotelCode="10418|astra_opera" HotelName="Hôtel Astra Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/7f/547fe2df7a50e6e22b0f18603ec927291a69fe38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel enjoys an exclusive location in one of Paris' hippest arrondissement, close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.18" OriginalAmount="509.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84827254" Longitude="2.36577693" StarRating="4" HotelCode="398464|goralska_residences_paris_bastille" HotelName="Goralska Residence Paris Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Boulevard Bourdon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/zz/1bad4bd9f9cb6a9085f3df6f7858d883f6075142.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.24" OriginalAmount="512.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85686452" Longitude="2.35641992" StarRating="0" HotelCode="772666|9confidentiel" HotelName="9 Confidentiel" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/4f/12/4f1234ec6166cd340b1949acd0b897dd3023a511.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore your inner-bohemian at 9Confidentiel in the trendy, artsy Marais district in iconic Paris. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="529.38" OriginalAmount="519.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86484356738" Longitude="2.3290023207664" StarRating="4" HotelCode="31820|hotel_brighton_2" HotelName="Brighton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" 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://cdn.worldota.net/t/x500/content/15/34/1534287f647b1fed1b7ec2ae77fdced0331e5eb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Paris, close to the Tuileries and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="537.54" OriginalAmount="527.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866593878795" Longitude="2.3090171813965" StarRating="5" HotelCode="31385|la_maison_champs_elysees" HotelName="La Maison Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,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://cdn.worldota.net/t/x500/content/f6/b3/f6b35d1d9e7650eeec7088499c1c30934406005b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated between the Champs-Élysées and the Avenue Montaigne in the heart of the Golden Triangle, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="539.58" OriginalAmount="529.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.853773" Longitude="2.330096" StarRating="4" HotelCode="78988|hotel_pas_de_calais" HotelName="Hôtel Pas de Calais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/9c/3f/9c3f7ac4d517c7448267a32b2d9b3c1fce6dbb32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="540.60" OriginalAmount="530.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872885" Longitude="2.3215" StarRating="5" HotelCode="26016|hyatt_paris_madeleine" 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://cdn.worldota.net/t/x500/content/80/a9/80a9e55942d0e011f5f2b362073d02036419b695.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Paris on Boulevard Malesherbes, close to the oper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.76" OriginalAmount="538.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869090436818" Longitude="2.3220285773277" StarRating="5" HotelCode="17721|sofitel_paris_le_faubourg" HotelName="Sofitel Paris Le Faubourg" 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,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://cdn.worldota.net/t/x500/content/60/4f/604f8e5a9affc1a479dfa788f1c2d8d2498ffab7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies at the heart of Paris, between the Place de la Concorde, the wonderfu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="549.78" OriginalAmount="539.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865466417067" Longitude="2.3038592934608" StarRating="5" HotelCode="74025|hotel_montaigne" 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://cdn.worldota.net/t/x500/content/02/4e/024eedfb638cec6f620cfb39dead0588bdadd606.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="550.80" OriginalAmount="540.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.851877" Longitude="2.338848" StarRating="4" HotelCode="89351|hotel_le_relais_saintgermain" HotelName="Le Relais Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Carrefour de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1b/161be92e314a33eaf92b2bc84d7c33c13f035f76.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="63" TotalAmount="561.00" OriginalAmount="550.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875053" Longitude="2.301345" StarRating="5" HotelCode="17715|sofitel_paris_arc_de_triomphe" HotelName="Sofitel Paris Arc de Triomphe" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/b8/c2/b8c2da429557479be3384d8f47aca44314fe47bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel lies in a lovely central location close to the Arc de Triomphe and the Champs É...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.43" OriginalAmount="553.36" MarkupRule="2.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://cdn.worldota.net/t/x500/content/45/49/454972c8c01f2a40bdc4582261f3e564da1aea34.JPEG</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 f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="565.23" OriginalAmount="554.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872151842419" Longitude="2.3281357404363" StarRating="3" HotelCode="34418|1106791" HotelName="Hôtel Saint Pétersbourg Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/36/b136c7eea5b7d5345ce1dc5023b71ff96de7e3c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the centre of Paris, in a quiet district with plenty of resta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="573.00" OriginalAmount="561.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856558752871" Longitude="2.3272588849068" StarRating="4" HotelCode="32039|9263" HotelName="Hotel Pont Royal Paris Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 -7 Rue De Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bcbfba924e653727c6c562bb126cee9eb09839.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable city hotel lies close to the River Seine and Pont Royal Bridge. The immediate vicini...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="573.24" OriginalAmount="562.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871386" Longitude="2.318163" StarRating="4" HotelCode="180047|le_pavillon_des_lettres" HotelName="Le Pavillon des Lettres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue des Saussaies, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/15/d915a2f8820a9c5b9004fbc926011c67af2980c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 26 rooms. Most storeys can be reached by lift. Amenities i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.26" OriginalAmount="563.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870395125533" Longitude="2.3297211527824" StarRating="5" HotelCode="17368|hotel_scribe_paris_managed_by_sofitel" HotelName="Sofitel Le Scribe Paris Opéra" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/30/ef/30ef395ee3363cd47d81629cfe63cc330545c1ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city, the family-friendly hotel is located just a few metres from Opera Garnier ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.26" OriginalAmount="563.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868195924694" Longitude="2.3003925383091" StarRating="5" HotelCode="64910|l_hotel_de_sers" HotelName="Hotel de Sers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Pierre 1er de Serbie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0e/d10efb7bfb4489e1788ee693a3b7df216966e0d0.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="63" TotalAmount="575.28" OriginalAmount="564.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.851524551031" Longitude="2.3486924171448" StarRating="4" HotelCode="34424|melia_colbert" HotelName="Meliá Paris Notre-Dame" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/7d/68/7d688956eae143a863fdfc0655906022ebe03ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming boutique hotel lies in the exciting city of Paris, on the fashionable left bank of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="595.53" OriginalAmount="583.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871338114655" Longitude="2.3280394077301" StarRating="4" HotelCode="13988|302675" HotelName="Le Pera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/b6/1ab6e882f2a1860dc6105e4d77c1e1fc4641bb11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively Opéra and La Madeleine district, very close to major department stores and Pla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.76" OriginalAmount="588.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.860608836236" Longitude="2.3441998048934" StarRating="5" HotelCode="471781|maison_albar_hotel_paris_celine" HotelName="Maison Albar Hotel Paris Céline" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/e3/52/e35262156a7c083a2d36105aa5ef153c5892d15a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The upper floors of the hotel can be accessed by lift. A restaurant, a bar and room service are avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="600.03" OriginalAmount="588.26" MarkupRule="2.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://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Paris, close to the famous Champs-Élysées boulevard, making i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="610.16" OriginalAmount="598.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86547921" Longitude="2.33482792" StarRating="5" HotelCode="451115|635022" HotelName="Nolinski Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de l'Opera, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/51/995134affd15c24c9a4f0d8353f1d836b045acce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="610.16" OriginalAmount="598.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.861291654137" Longitude="2.2750159659678" StarRating="5" HotelCode="636170|643544" HotelName="Brach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/7c/bb/7cbb0441325248a98f91380bea5e7cfb95a4adc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;At the heart of the 16th arrondissement, neighbouring the Trocadéro, Eiffel Tower and Passy market, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="610.98" OriginalAmount="599.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.852786" Longitude="2.342283" StarRating="4" HotelCode="148919|holiday_inn_paris_notre_dame" HotelName="Holiday Inn Paris Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/35/df/35df30e6c2d3a696099bbc371dcec50e1b05b347.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="617.10" OriginalAmount="605.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86054338" Longitude="2.31033534" StarRating="5" HotelCode="439869|hotel_le_narcisse_blanc_spa" HotelName="Hotel Le Narcisse Blanc &amp; Spa" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/b3/fc/b3fc758a231f3fb7ddc167c6fb05a31f9f3daeb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="622.84" OriginalAmount="610.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872268736634" Longitude="2.3034851253033" StarRating="5" HotelCode="13845|82839" HotelName="Hôtel Lancaster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/06/2026" 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://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</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 t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.24" OriginalAmount="612.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.858809" Longitude="2.331179" StarRating="3" HotelCode="78832|du_quai_voltaire_2" HotelName="Hôtel Du Quai Voltaire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Quai Voltaire, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a4/4ca4d0ffa5f70409cd1ac71f58e43c5d5ed2ea88.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="63" TotalAmount="625.26" OriginalAmount="613.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866383033032" Longitude="2.2893176972866" StarRating="5" HotelCode="10904|hotel_baltimore_paris__mgallery_collection" HotelName="Sofitel Paris Baltimore Tour Eiffel" 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,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Bis Avenue Kleber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/93/68930b6c60c8e75939b0f960c89d5503505347ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Paris’ most elegant district, near to the Champs-Élysées, the Arc de Triomph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="629.34" OriginalAmount="617.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.848829" Longitude="2.331581" StarRating="4" HotelCode="142667|villa_madame" HotelName="A La Villa Madame" 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,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://cdn.worldota.net/t/x500/content/01/29/01293a9d7e55b3ed763df2096fed1ea4a8837eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A few steps away from Saint-Sulpice church (500 m) and its charming square and famous fountain, this...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.63" OriginalAmount="623.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875621552569" Longitude="2.3041749101748" StarRating="4" HotelCode="12218|191886" 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://cdn.worldota.net/t/x500/content/f0/e5/f0e5c2e05c2e0d7eb699f192c9ab5c3f24f1d6b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spacious and inviting hotel is situated at the centre of Faubourg Saint Honoré, which is famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="640.56" OriginalAmount="628.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86622622" Longitude="2.33289923" StarRating="5" HotelCode="496037|le_roch_hotel_spa" HotelName="Le Roch Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/1d/4f1d55792ddb56370e35773a61814572d5dffe92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="649.33" OriginalAmount="636.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.863986075279" Longitude="2.3362372595245" StarRating="5" HotelCode="36929|300415" 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://cdn.worldota.net/t/x500/content/62/a4/62a464aa89e5cafe3f6cdf74fafc5b81f9a15e03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is situated just a few steps from Paris' opera. The hotel is located directly opposit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="660.96" OriginalAmount="648.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8748713" Longitude="2.31800588" StarRating="5" HotelCode="726624|hotel_bowmann" HotelName="Hôtel Bowmann" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/content/94/5b/945beb0ee773a62776241e40591922694cd47488.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Bowmann offers the décor for 48 beautifully designed rooms and 5 spacious suites. In a lux...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="666.35" OriginalAmount="653.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868323" Longitude="2.326862" StarRating="5" HotelCode="47253|389235" HotelName="Castille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,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://cdn.worldota.net/t/x500/content/92/4c/924c392f9377a15a81eca9686bf90442269d02f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel whose interiors combine tasteful French and Venetian styles, is situated at t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="671.16" OriginalAmount="658.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87052" Longitude="2.298029" StarRating="5" HotelCode="110480|intercontinental_paris_avenue_marceau" HotelName="InterContinental Paris Avenue Marceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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.worldota.net/t/x500/ostrovok/64/47/64475cbdab499cb4e343ad73e02f72aa6ab248b1.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="63" TotalAmount="675.24" OriginalAmount="662.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871327529282" Longitude="2.3192524909973" StarRating="4" HotelCode="74024|hotel_du_ministere_2" HotelName="Hotel du Ministere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de Surene, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/73/ae7357719361bb7315079bece535ab054e588ed4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="676.86" OriginalAmount="663.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.862973" Longitude="2.335692" StarRating="5" HotelCode="11933|181188" HotelName="Hôtel du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/11/fc/11fc893116be4464b9615f43b82287aea06f9cce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies just a few paces from the Louvre at the heart of Paris' business distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="677.76" OriginalAmount="664.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870982" Longitude="2.330421" StarRating="4" HotelCode="258520|99295" HotelName="Intercontinental Le Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" 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://cdn.worldota.net/t/x500/content/a3/93/a393681f2ad5233c7502c7e226acd444fa16170e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="685.44" OriginalAmount="672.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.856094470337" Longitude="2.2941262628058" StarRating="3" HotelCode="318612|residence_charles_floquet" HotelName="Residence Charles Floquet Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue Charles Floquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/56/5a5632d0399b97a41e329175af2b0e62c72b5108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="686.46" OriginalAmount="673.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.863832522912" Longitude="2.3324784636498" StarRating="5" HotelCode="16548|hotel_regina_4" HotelName="Hotel Regina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place des Pyramides, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/7e/697e4e638cb94c2862c5049664b1b0f6a85ae795.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of the French capital, directly beside the Louvre and close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="692.58" OriginalAmount="679.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871017" Longitude="2.30493" StarRating="5" HotelCode="14582|marriott_champs_elysees" HotelName="Paris Marriott Champs-Elysees Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,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://cdn.worldota.net/t/x500/content/5e/e6/5ee634f575692fa95a2e02c43019966a312c9c37.jpeg</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...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="694.62" OriginalAmount="681.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87279389" Longitude="2.30522712" StarRating="5" HotelCode="633096|hotel_de_berri_a_luxury_collection_hotel_paris" HotelName="Hôtel De Berri A Luxury Collection Hotel Paris" Meals="ROOM ONLY" 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://cdn.worldota.net/t/x500/ostrovok/61/49/61490adea6e07f6f57b447b73620f3e9a2d9a54c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="702.78" OriginalAmount="689.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87044504" Longitude="2.32342533" StarRating="0" HotelCode="765229|fauchon_lhotel" HotelName="Fauchon L'Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/98/7d982ef0f7e63f3eb051e674db591ff77e65468f.JPEG</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 neare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="706.38" OriginalAmount="692.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8650817686" Longitude="2.3565459251404" StarRating="3" HotelCode="38361|1547588" HotelName="3H / Paris Marais Hotel" 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 Bailly, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a3/d2a3f5cfb4c61c00c118d235a0b8d2cb3a32790b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris. Its setting is especially ideal for business traveller...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="725.69" OriginalAmount="711.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870662627182" Longitude="2.329334920081" StarRating="4" HotelCode="75478|589016" HotelName="Indigo Paris - Opera" Meals="BREAKFAST FOR TWO GUESTS" BedType="BREAKFAST FOR TWO GUESTS" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/76/7c/767c2ff74821f4671eab7d34118dc618baa023cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in a quiet pedestrian street in the very lively area of L'Opera, clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="735.42" OriginalAmount="721.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86840666" Longitude="2.33682578" StarRating="4" HotelCode="446376|square_louvois_hotel" HotelName="Hotel Square Louvois" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Louvois, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/51/9e510900c0349f4d22a58594f42943842d8d1cc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="749.70" OriginalAmount="735.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87098096" Longitude="2.31541446" StarRating="5" HotelCode="590317|splendide_royal_paris" HotelName="Hôtel Splendide Royal Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue du Cirque, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/33/8e3374abce4fd95f41a984830da7439cdc25b0ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="798.99" OriginalAmount="783.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.863143" Longitude="2.337801" StarRating="5" HotelCode="94380|CAR633100" HotelName="Grand Hotel du Palais Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Valois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a4/9aa49521ed0e50cccda15c4a8e9ae51b056d776f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set between the Louvre Museum and the Palais Royal gardens, the hotel benefits from an exceptional l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="803.55" OriginalAmount="787.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.84891671" Longitude="2.34853621" StarRating="4" HotelCode="322837|427458" HotelName="Hotel La Lanterne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.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="63" TotalAmount="844.56" OriginalAmount="828.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8700175" Longitude="2.37889685" StarRating="3" HotelCode="549007|les_piaules_nation_hostel" HotelName="Les Piaules Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard De Belleville, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/15/a215bd80b0c9acc6e95a5d4873c57d95d0f02790.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="847.54" OriginalAmount="830.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.872377234563" Longitude="2.3093095421791" StarRating="4" HotelCode="31208|7724" 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://cdn.worldota.net/t/x500/content/fc/07/fc079c3285d5d3cf766f435a4e78ece283268d26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies on a main street and the heart of the French capital. The famous Champ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="851.70" OriginalAmount="835.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.85652417" Longitude="2.37198818" StarRating="5" HotelCode="612834|maison_breguet" HotelName="Maison Bréguet" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/a2/35/a235c5f027ae90add23aa45c5f8f4c8214acaf38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="881.81" OriginalAmount="864.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.87023392" Longitude="2.31934433" StarRating="5" HotelCode="848692|661137" HotelName="Les Jardins Du Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue D'aguesseau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/5e/2c5e2cd17f38229c3150c020920156e5500592af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1034.20" OriginalAmount="1013.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.875817290786" Longitude="2.300466299057" StarRating="5" HotelCode="16989|18563" HotelName="Le Royal Monceau - Raffles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/04/ec/04ec35766d5d2cbe802cd90724c1bce5f1e7ac2e.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="63" TotalAmount="1058.76" OriginalAmount="1038.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869814" Longitude="2.320877" StarRating="4" HotelCode="263389|otel_marquis_faubourg_sainthonore" 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>https://cdn.worldota.net/t/x500/content/77/45/77451a178f1c735346ad7cbe66deed3b5a51ae4a.jpeg</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="1092.92" OriginalAmount="1071.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.876791048358" Longitude="2.3075875639916" StarRating="5" HotelCode="34207|44964" 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://cdn.worldota.net/t/x500/content/2f/28/2f28d60f4b14ece6e0b044a79cbf90ed0298ca28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the 8th district and faces the wonderful Parc Monceau. The Cham...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1109.76" OriginalAmount="1088.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8695889" Longitude="2.3206238" StarRating="5" HotelCode="263477|buddhabar_hotel_paris" HotelName="Buddha Bar Hotel Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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://cdn.worldota.net/t/x500/ostrovok/ee/e3/eee395dd79a1b238765f1ae69eebac481ec8003b.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="1205.63" OriginalAmount="1181.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869047211254" Longitude="2.3028279840946" StarRating="4" HotelCode="38418|7034" 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://cdn.worldota.net/t/x500/content/d9/e5/d9e51291b0c9806aeae419a8d5346bdd05369df7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an exquisite, peaceful location within a short distance of the Champs Elysées...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1222.98" OriginalAmount="1199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86908867251" Longitude="2.300817668438" StarRating="5" HotelCode="16208|prince_de_galles_a_luxury_collection_hotel" HotelName="Prince de Galles, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f7/a5f750dddbac490bda3dafaf8470259f409d3382.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Paris in Avenue George V, and is the ideal spot for browsing the ren...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1405.56" OriginalAmount="1378.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871690251705" Longitude="2.3010310760574" StarRating="5" HotelCode="400754|hotel_fouquets_barriere" HotelName="Hôtel Barrière Le Fouquet's Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/a0/e2a05c72360f6c43852e4145cbd63a193a1b1148.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1513.90" OriginalAmount="1484.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868765803102" Longitude="2.3305231332779" StarRating="5" HotelCode="26015|6035" HotelName="Park Hyatt Paris-Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/content/8d/82/8d8281925374d0426c0f8a9ed3c7038c6d28c243.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the prestigious street Rue de la Paix in Paris, this comfortable hotel is located just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1679.67" OriginalAmount="1646.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.86701" Longitude="2.327132" StarRating="5" HotelCode="904485|367209" HotelName="Mandarin Oriental Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/dd/c6/ddc6f071f183cb68bf2e5572cf7880dce9ff8951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1686.39" OriginalAmount="1653.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.871708183095" Longitude="2.3148122761269" StarRating="5" HotelCode="13928|9362" HotelName="Le Bristol Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" 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://cdn.worldota.net/t/x500/content/2c/e9/2ce9c92275c7c3ad221bb2a7c22b7dad18165d88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly on the Rue Faubourg St. Honoré, extremely close to the Elysées Palace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1694.64" OriginalAmount="1661.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.870731554746" Longitude="2.2933955220901" StarRating="5" HotelCode="300304|427459" HotelName="The Peninsula Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/ee/28/ee283a4ccbdc41c2cb48202dbacaf35fa1de2dc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1804.38" OriginalAmount="1769.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.851426597473" Longitude="2.3271998763084" StarRating="4" HotelCode="14266|hotel_lutetia" HotelName="Hotel Lutetia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/c2/95/c2955a26030e149b93273d537cd7a3ac17bd43da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the heart of the fashionable Saint-Germain district, surrounded b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1847.22" OriginalAmount="1811.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.863701" Longitude="2.29339" StarRating="5" HotelCode="165809|shangrila_hotel_paris" HotelName="Shangri-La Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 avenue d'Iéna, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/d0/8dd02f7dbacd13e0b07f4b1a2ed49e31d0162567.JPEG</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="63" TotalAmount="1973.70" OriginalAmount="1935.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.865132" Longitude="2.328132" StarRating="5" HotelCode="14833|le_meurice" HotelName="Le Meurice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" 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://cdn.worldota.net/t/x500/content/41/50/4150dd8c1cd7c1eb9915a675d5292837a253517d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Paris is one of the most romantic, stylish and exciting cities in the world, and guests at this hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2004.30" OriginalAmount="1965.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.868788739249" Longitude="2.3007050156593" StarRating="5" HotelCode="12637|four_seasons_george_v" 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://cdn.worldota.net/t/x500/ostrovok/da/a6/daa67cd36406af06aa8e93c2086d6c7e4e468beb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel offers a quiet location in Triangle d´Or, one of the most elegant districts in Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2201.49" OriginalAmount="2158.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.867347" Longitude="2.321054" StarRating="5" HotelCode="11623|105792" HotelName="Hôtel de Crillon, A Rosewood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" 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://cdn.worldota.net/t/x500/ostrovok/88/9e/889e76c52d00eb25b7d562bb97f7b1809e55a01d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The enchanting hotel is hidden behind an inconspicuous façade close to the grandiose maritime museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2205.24" OriginalAmount="2162.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="967874|jk_place_paris" HotelName="J.K. Place Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue De Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/0a/2b0ac56558fc45014e38b7b17fb69bb2ec806a56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2239.92" OriginalAmount="2196.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.869684" Longitude="2.31334" StarRating="5" HotelCode="306996|la_reserve_paris_2" HotelName="La Réserve" Meals="ROOM ONLY" 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>https://cdn.worldota.net/t/x500/content/28/9b/289bf047ddc614e2d791fc7a584cbd630edf0c7d.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="8" TotalAmount="2307.60" OriginalAmount="2262.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.866179" Longitude="2.30426" StarRating="5" HotelCode="16062|6063" HotelName="Plaza Athenee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 15/06/2026" 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://cdn.worldota.net/t/x500/content/3d/34/3d34dd928853e1ed0c0ffc03931f4cabdc903cb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent hotel is situated in the exclusive Avenue Montaigne in the heart of Paris. It is an i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4251.36" OriginalAmount="4168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="48.88214059" Longitude="2.32883614" StarRating="0" HotelCode="592745|milestay_paris_montmartre" HotelName="Milestay - Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>31 rue Ballu, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/d7/13d705155cf1fb51c25959e8611f1027c5a03897.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service,Restaurant,Shopping Arcade,Currency Exchange,Designated Smoking Area,Nightclub,Wheelchair Access,Garden,Kitchen,Diet Meals,Bicycle Rental,Spa,Golf,24 Hour Security,Babysitting,Business Centre,Heated Pool,Meeting Room,Parking,Pets allowed,Valet Parking,24 Hour Power Supply,Concierge,Dry Cleaning,Elevator,LCD/Projector,Limousine Service,24 Hour Front Desk,Luggage Storage,Housekeeping,Off-Site Parking,Airport Transfer (on Demand),Printer,Wake-up Call Service</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,SPA HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,ECO HOTEL,APARTMENT HOTEL,HOSTEL,GUESTHOUSE,VILLAGE,AIRPORT HOTEL,HOTEL,APARTHOTEL,APARTMENT,HOSTELS</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6950f261-7b12-4f86-9e76-cd322aedca25|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="6950f261-7b12-4f86-9e76-cd322aedca25">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84793" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-03T00:00:00" End="2026-06-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="VN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6950f261-7b12-4f86-9e76-cd322aedca25|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6950f261-7b12-4f86-9e76-cd322aedca25|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-01T11:06:16.3637049+01:00" Version="0" EchoToken="Search" TransactionIdentifier="6950f261-7b12-4f86-9e76-cd322aedca25" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="121.38" OriginalAmount="119.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="20.98812234" Longitude="105.84119023" StarRating="0" HotelCode="964896|oyo_180_thang_long_hotel" HotelName="Thang Long Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>713 Giai Phong Street, Phuong Liet Ward, Hoang Mai District, Hanoi 70000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/53/1f53b572cd0ce57bd49e24cd3514a62e31a57818.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.42" OriginalAmount="121.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.036144" Longitude="105.847692" StarRating="2" HotelCode="931938|hanoi_evergreen_hotel" HotelName="Hanoi Evergreen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/f1/eff12e3fe7a49ac0a029b435cf29268971e9b0df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.76" OriginalAmount="138.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.20414076" Longitude="105.78625895" StarRating="2" HotelCode="374434|indochina_airport_hotel" HotelName="Indochina Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cau Den, Noi Bai</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/99/ee99c390658a8da3ab7c27a2271bdd853f2b8d86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.62" OriginalAmount="138.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03230498" Longitude="105.78954715" StarRating="3" HotelCode="600509|3442375" HotelName="Bach Duong Hotel Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>C5/D6 Tran Thai Tong Street, Dich Vong, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/b3/70b3362a16c17980b908ee2350fbdd6d00998218.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.78" OriginalAmount="139.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="958291|thu_giang_hotel" HotelName="Hotel Thu Giang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-45 Tran Thai Tong, Phuong Dich Vong, Quan Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/0c/e40c6dbb668564a730fafcf130922a0ed9ca97f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.12" OriginalAmount="156.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.20432606" Longitude="105.83087106" StarRating="3" HotelCode="347804|royal_airport_hotel_3" HotelName="Viet Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1B Duong Thai Phu Village, Vo Nguyen Giap Str, Noibai Airport, Ha noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0c/8c0cf61d6807187b538e58ac9da13999e50e1676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.12" OriginalAmount="156.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="692327|phuong_trang_hotel_hanoi" HotelName="Phuong Trang Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Nguyen Van Cu Street, Bo De Ward, Long Bien District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/59/9f59d3609c744f94b6fe77f04747aa2b415256ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Phuong Trang Hotel Hanoi in Hanoi (Long Bien), you'll be conv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.05" OriginalAmount="156.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.034669" Longitude="105.852161" StarRating="2" HotelCode="53752|3473045" HotelName="Ibiz City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Beauty Salon,Bicycle Rental,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Kitchen,Laundry,Library,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>51 Luong Ng?c Quy?n Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f2/b7f24ca089423d2a7d5cf2bbeb3ab2d82e5c8216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It just takes  30 minutes  from the Noi Bai International airport and 5 minutes to walk to Hoan Kiem...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.14" OriginalAmount="157.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03402921" Longitude="105.85149406" StarRating="0" HotelCode="268118|oyo_604_queen_hotel" HotelName="Hanoi Queen Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116 Hang Bac Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/1c/a61cbf497ebb82de6d76d34c59b02ce7ad0b4a43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.99" OriginalAmount="163.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.034762536046" Longitude="105.85182612407" StarRating="2" HotelCode="346279|3425015" HotelName="Hanoi Marriotte Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Luong Ngoc Quyen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/20/02207d705f3b24dfcd9ede3dfee56333f1032f8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.34" OriginalAmount="167.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.009724" Longitude="105.798701" StarRating="3" HotelCode="420609|newland_studio_apartment_8" HotelName="V-Studio Hotel Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>No.47 Lane, 148 Tran Duy Hung street,, Cau Giay Disctrict, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/12/b8121328c229ce16169062ea6f3fc06cc9e53681.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.36" OriginalAmount="168.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01460316" Longitude="105.80446958" StarRating="2" HotelCode="518395|obis_hotel" HotelName="Obis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5B Tran Duy Hung street, Trung Hoa, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/7c/a97cfdf19f98915e43d20f9a916b29425b4845e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.46" OriginalAmount="173.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="687290|oyo_230_titanic_hotel" HotelName="Titanic Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>471 An Duong Vuong</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5b/c05b3465a30509bd7708e1e1dd270a7ad55693fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.48" OriginalAmount="174.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031974709172" Longitude="105.84778899944" StarRating="2" HotelCode="915995|hanoi_charming_hotel" HotelName="Hanoi Charming Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Yen Thai Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/93/0993346771e39d68997ee2d643e969f932c3269a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.19819921" Longitude="105.83263495" StarRating="3" HotelCode="781320|luxury_airport_hotel_spa" HotelName="Luxury Airport Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Road 2, Mai Dinh, Soc Son, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/d6/64d6c58344907a3577ff3b9730d454ca239fc8cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.94" OriginalAmount="180.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.014004462844" Longitude="105.86403714744" StarRating="3" HotelCode="347771|1252268" HotelName="Gallant Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Van Don, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7c46572d6b029e92c2ade3f25393f24618edb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.63" OriginalAmount="184.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.002180810067" Longitude="105.80955968821" StarRating="3" HotelCode="347160|3441125" HotelName="Mely Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Nhan Hoa Street, Nhan Chinh Ward, Thanh Xuan, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/e0/bce033c2f6c100976f1bfdfb79f93a96e6d48cd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0100713" Longitude="105.86520324" StarRating="0" HotelCode="688661|le_grand__4" HotelName="Le Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1B9 Dam Trau, Bach Dang Street, Haibatrung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/93/76934450b3baf4a6345e9a31d62a7076d5522365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Le Grand Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel has eve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="976877|ruby_lakeview_homestay" HotelName="Ruby Lakeview Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Ngõ 96 Pho Dai Tu, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/e8/6ee8ff8a718d5a8841ed1adf97e7163f13b7937c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.43" OriginalAmount="191.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04890875" Longitude="105.83991443" StarRating="3" HotelCode="781360|3458605" HotelName="The Autumn Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30A Truc Lac Alley, Truc Bach, Ba Dinh, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/7e/977ed148dcd7d864d2c37835d15735560fc9c0d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.44" OriginalAmount="192.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0349633" Longitude="105.80073349" StarRating="3" HotelCode="835898|3447085" HotelName="Hotel Phunng Dông" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>So 14 Duong Quang Hàm, Ngo 72, Phuong Quan Hoa, Quan Cau Giay, Hà Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.90" OriginalAmount="195.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01272749" Longitude="105.86635268" StarRating="3" HotelCode="586444|sunrise_hanoi_hotel" HotelName="Sunrise Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>716 Bach Dang, Hai Ba Trung District, Quan Hai Ba Trung, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/2d/772d8a4609eb477971f92e0659d83bf79e0da916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="199.03" OriginalAmount="195.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01195614" Longitude="105.80709484" StarRating="2" HotelCode="615137|3430975" HotelName="ISTAY Hotel Apartment 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Lane 171 Nguyen Ngoc Vu, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1a/721a39153f087fb2c2eee253653619a80bfa15d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.94" OriginalAmount="197.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02036989" Longitude="105.82579389" StarRating="2" HotelCode="702071|saigon_sun_hotel_1" HotelName="Saigon Sun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ngo 9 Hoang Cau, Dong Da, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/8e/0c8e2f5bbcf7f7fc30030b3add5855f2f61942d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Saigon Sun Hotel - Hoang Cau is perfectly located for both business and leisure guests in Hanoi. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.98" OriginalAmount="199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="976089|oyo_276_bh_hotel" HotelName="Bh Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Cau Dat Street, Lane 75, Chuong Duong Do Ward, Hoan Kiem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/29/8129b1575eb8f28a2af8d67e99326db01b34922a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.013101803078" Longitude="105.8066451086" StarRating="1" HotelCode="347784|sao_hotel_2" HotelName="Sao Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Nguyen Ngoc Vu, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ea/dbea8c62f400e8155d7229f88ca47f3183e9c314.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01202156" Longitude="105.776916" StarRating="3" HotelCode="554410|newland_studio_apartment_9" HotelName="V-Studio Hotel Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>16 Dong Me Street, Lane 1, Me Tri Road, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/e3/0fe325438b2238a5919fe78698f0be605a7ce825.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02776677" Longitude="105.82361786" StarRating="3" HotelCode="958298|nythome_giang_vo" HotelName="NYT Home Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 C11 Alley 140, Giang Vo, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/42/824251361c1d1cc66b0b65fe6918a4a3f04941a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.08" OriginalAmount="204.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="978721|anova_2_hotel" HotelName="Anova 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Vo Nguyen Giap, Thai Phu, Mai Dinh, Soc Son, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/b3/8db3602d6e4a2aff2595ab1a106db5ffb1a40da2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.80" OriginalAmount="204.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032530368132" Longitude="105.78981365188" StarRating="3" HotelCode="347507|1718378" HotelName="Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>C1/D6 New Cau Giay Residence, Dich Vong Ward, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/bd/29bdab29dc73f38e569430afdd007639ef42401d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.12" OriginalAmount="205.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.21871641" Longitude="105.80416895" StarRating="2" HotelCode="774011|3446475" HotelName="Coffe House Homestay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Noi Bai, Hanoi 124115</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/72/d7/72d72d44360ce1ec039e5a8205a4173125b3404c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="210.90" OriginalAmount="206.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02808352" Longitude="105.84297532" StarRating="3" HotelCode="586763|3435285" HotelName="Hanoi Bel Ami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>244 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/94/c294496d5562172344718455b8f878388c188ab6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.05" OriginalAmount="206.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.21889398" Longitude="105.78331658" StarRating="3" HotelCode="374682|3473305" HotelName="Dragon Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa, Soc Son, Noi Bai, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/1b/051b44814e5fa6137cc852e418c0b529c4c47d93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.040017203403" Longitude="105.86666051558" StarRating="0" HotelCode="347797|the_ky_moi_hotel" HotelName="The Ky Moi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Nguyen Van Cu, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/55/595556cd8bbf5ac653ea8141e8055314116b7592.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.14" OriginalAmount="207.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01922143" Longitude="105.80041242" StarRating="3" HotelCode="600513|dai_duong_hotel_2" HotelName="Dai Duong Ha Noi Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66 Trung Yen 9, Yen Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/85/cc85f4b6ac119cd125bbbd4d5360ffc898e5f638.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.92" OriginalAmount="208.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.010809575644" Longitude="105.80627729458" StarRating="3" HotelCode="346263|1464088" HotelName="Sunny Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21/170 Hoang Ngan Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a9/3aa9c61d0897552477553414841099b440f4b730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.22" OriginalAmount="211.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.034694539757" Longitude="105.85205830118" StarRating="1" HotelCode="119049|silver_legend_hanoi_hotel_2" HotelName="Hanoi Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 Luong Ngoc Quyen Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/6b/ab6b8c998a818b479eb893041b48481c8f822cdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.22" OriginalAmount="211.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.00628103" Longitude="105.78232938" StarRating="2" HotelCode="600898|nam_long_hotel_ha_noi" HotelName="Nam Long Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6 38 Mieu Dam Road, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/c5/02c58a75cc0712202803c682021e1252a7b186e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.00201287" Longitude="105.80779921" StarRating="1" HotelCode="347785|nhan_hoa_hotel" HotelName="Nhan Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66/116 Nhan Hoa, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/23/93238b48343ce1b3deed7e2b9d8250d672583af1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.24" OriginalAmount="212.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.21676551" Longitude="105.78116459" StarRating="2" HotelCode="375171|family_transit_hotel" HotelName="Family Transit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa, Quang Tien, Noi Bai Airport, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/11/3711f407bf3d5b1125139537a9450c00cfec729d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.97" OriginalAmount="212.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02316921" Longitude="105.82117445" StarRating="3" HotelCode="586864|3432305" HotelName="Blue Hanoi Inn Luxury Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>466 De La Thanh Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/25/1a259593ad138ef6e748f0749b7fd7f26cd679e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.36" OriginalAmount="218.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01967218" Longitude="105.77794451" StarRating="2" HotelCode="621848|v_house_5_serviced_apartment" HotelName="Vinn Hotel Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>5 Lane 97, Dinh Thon, My Dinh 1, Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/50/0d50fea534a9e8bc6465ef5b2ebcb7521b8fd0ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.97" OriginalAmount="218.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03234232" Longitude="105.78990417" StarRating="3" HotelCode="471332|1937355" HotelName="One Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Thai Tong Street, C3/D6 New Cau Giay Residence, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/95/509515b35e2c8b89a0ef61e5a16451921d6a127f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.26" OriginalAmount="218.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03262556" Longitude="105.79856656" StarRating="3" HotelCode="771333|3450585" HotelName="Victor Hotel Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Lane 165, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/9f/a99f0370f904b90c841cf2384b19b9d9be1f4ce8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.44" OriginalAmount="229.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01438059" Longitude="105.865176" StarRating="3" HotelCode="619378|3465695" HotelName="Riverside Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Van Don, Bach Dang, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/14/23143a964044208c6d21253ceaa0a37594ea076c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.60" OriginalAmount="230.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.023971881626" Longitude="105.82047271467" StarRating="2" HotelCode="347106|blue_29_hotel" HotelName="Blue 29 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Pho Giang Vo, Ngo 325, Quan Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/27/6527ecc0a2e6376f613eef61f5dd57b2b405ea1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.45" OriginalAmount="230.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03001883" Longitude="105.83450874" StarRating="2" HotelCode="609884|3450775" HotelName="Royal Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Chao, Cat Linh Ward, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/5b/4a5b8cb6846e09cb1ac4af966e083326bc1cb550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.06" OriginalAmount="231.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.00902384" Longitude="105.81241069" StarRating="3" HotelCode="772415|3475425" HotelName="Louisland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Nguyen Ngoc Vu, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0c/530cd2a51ede1d3d41d0495e4b6275c8792973b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.69" OriginalAmount="232.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.00353742" Longitude="105.77973739" StarRating="2" HotelCode="834180|3457805" HotelName="Hotel Hoang Gia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Me Tre Thuong, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/8a/ef8a7d901585f1f76be76269faff6b34f6d20b69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.78" OriginalAmount="239.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029205879909" Longitude="105.84832904616" StarRating="2" HotelCode="306558|bluebell_hotel_2" HotelName="Bluebell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Ngo Huyen, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/5d/265d932b828be582bf09009375922704cb00e371.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.89" OriginalAmount="240.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02212884" Longitude="105.77591518" StarRating="3" HotelCode="854580|3468795" HotelName="Khach San Viet My" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Ngo 139 Duong My Dinh, My Dinh 1, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/23/cd2340aa790f45b23d59cfe8df714ce9f823dab2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.82" OriginalAmount="241.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="20.996339939655" Longitude="105.84292131526" StarRating="3" HotelCode="347422|vong_xua_hotel_" HotelName="Vong Xua Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>193 Pho Vong, Dong Tam, Hai Ba Trung, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15ef3edc67e8d9bb8fa4f9be36c4ae5f57fc2f6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="249.21" OriginalAmount="244.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01109794" Longitude="105.7763195" StarRating="3" HotelCode="600095|3428765" HotelName="ISTAY Hotel Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Alley 4 Dong Me Street, Me Tri Ward, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/5d/1f5d5ea20e07838b475eac1dd7d2a7d522716f16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Hanoi, ISTAY Hotel Apartment 5 is minutes from The Garden Shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.96" OriginalAmount="248.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04472262" Longitude="105.84306213" StarRating="2" HotelCode="585786|smile_hotel_6" HotelName="Smile Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Cua Bac Street, Truc Bach, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/0b/1a0b993cfc74e24537a6fe14fe110d806e4fa202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access is available to guests in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.96" OriginalAmount="248.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02810915" Longitude="105.84291932" StarRating="3" HotelCode="968990|millennium_hanoi_hotel" HotelName="Millennium Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>246B Hang Bong Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/2f/a82f8779e7f8548e30f8634b64267dbc187dbc1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.00" OriginalAmount="250.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.010824719787" Longitude="105.79513633812" StarRating="3" HotelCode="614489|blue_hanoi_inn_city_hotel" HotelName="Blue Hanoi Inn City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119 Nguyen Chanh Street, Trung Hoa, Cau Giay District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/3b/ed3b9538218d38b52000794d868830558c197087.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Blue Hanoi Inn City Hotel in Hanoi (Cau Giay), you'll be clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="256.41" OriginalAmount="251.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03702721" Longitude="105.84802441" StarRating="3" HotelCode="753387|3462055" HotelName="Mayflower Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Hang Ruoi, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/61/c9616efa77ce1ea36bf03dd46a96bcf9215c1810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.21871301" Longitude="105.78197937" StarRating="1" HotelCode="374358|anh_duong_hotel" HotelName="Anh Duong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Van Kiet, Dien Xa, Quang Tien, Soc Son, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/7b/707b85e2f25ebec597ef135b868b1112c9fc3769.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Anh Duong Hotel is perfectly located for both business and leisure guests in Hanoi. Offering a varie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="787493|nam_cuong_x_hotel" HotelName="Nam Cuong X Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Tran Quoc Vuong, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/18/8a182c41744057ab8065e0381e42c90af3739f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.10" OriginalAmount="255.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01959429" Longitude="105.77897856" StarRating="3" HotelCode="554400|istay_serviced_apartment" HotelName="iStay Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Alley 39 Dinh Thon, My Dinh 1, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/f0/c9f00b194e3aeab076fb32b461331811cd273c0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.10" OriginalAmount="256.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01713513" Longitude="105.77755274" StarRating="3" HotelCode="554405|3429085" HotelName="iStay Studio Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>32-34 alley 1 Tran Van Lai street, My Dinh 1, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/03/eb0387547ae0d8f353cd426f7e4144b738b3ee47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.14" OriginalAmount="257.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029012362776" Longitude="105.84785414749" StarRating="2" HotelCode="347068|vision_premier_hotel_spa" HotelName="Vision Premier Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Phu Doan, Hang Trong, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f24ff58603ba6e75f2817e36bc4ad3efc0d248.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.14" OriginalAmount="257.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.035296736116" Longitude="105.85244698955" StarRating="3" HotelCode="421806|hanoi_elite_hotel" HotelName="Hanoi Elite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Library,Limousine Service,Luggage Storage,Massage Centre,Off-Site Parking,Parking,Pick &amp;amp; Drop,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 10/50 Dao Duy Tu Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a0/dfa03b40811800278b02b6a73037935f55f1d310.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hanoi Elite Hotel, you'll be centrally located in Hanoi, steps from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.18" OriginalAmount="259.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0181772" Longitude="105.7925823" StarRating="0" HotelCode="375463|tulip_villa_hotel" HotelName="Tulip Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 191 Trung Kinh Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/cf/9acfcce856148f0f8051e8e91fbbece2c342c8e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tulip Villa Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="856254|anna_airport_hotel" HotelName="Anna Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Quoc Lo 2, Mai Dinh, Soc Son, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/c9/0fc96d19e5a755b57dbc507950db6c527bc3e752.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.32" OriginalAmount="266.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="375118|mi_hoa_1" HotelName="My Hoa 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Parking,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Number 9, Alley 2, Dinh Thon Rural, My Dinh 1, Nam Tu Liem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/c2/62c287e4a0fd189ce23f10a197454b8ae36482c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mi Hoa 1 Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.32" OriginalAmount="266.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0315609" Longitude="105.84553509" StarRating="3" HotelCode="594738|hanoi_pho_hostel" HotelName="Hanoi Pho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46 Nguyen Van To, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/34/8434bfae5fae8885a5101eefe293abca57e633bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.38" OriginalAmount="269.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02874089" Longitude="105.85869061" StarRating="2" HotelCode="424814|sao_bang_hong_ha" HotelName="Sao Bang Hotel Hong Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,Lounge,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>1023 Hong Ha, Ha Noi, Hoan Kiem District</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/cf/1dcff745fd806509facd8cff0c78e5afc34e160f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sao Bang Hotel - Hong Ha is conveniently located in the popular Hoan Kiem District area. The hotel o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0303424" Longitude="105.8482488" StarRating="3" HotelCode="915993|hanoi_serendipity_hotel" HotelName="Vietface Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Chân C?m, Hàng Gai, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ab/14abe273e1f555803eb69469753c55a77315567c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.44" OriginalAmount="272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.20473914" Longitude="105.83011748" StarRating="3" HotelCode="586954|anova_hotel" HotelName="Anova Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Vo Nguyen Giap Street, Thai Phu, Soc Son District, Ha Noi, Mai Dinh Commune</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/71/3871282691afb98ac96edf942b71797d61f39416.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.44" OriginalAmount="272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029030985718" Longitude="105.84850380675" StarRating="3" HotelCode="916011|paramount_hotel_2" HotelName="Serenity Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28A Ngo Huyen, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/01/1f01c9f233ec9707a87353dc18a99f28cf52dc9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.46" OriginalAmount="273.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="810528|the_queen_hotel_spa_2" HotelName="The Queen Hotel &amp; Spa 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Ngo Huyen</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/47/8747689fd66bce0f0bbe09da6ab35d28158baf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.46" OriginalAmount="273.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032583" Longitude="105.853805" StarRating="3" HotelCode="916022|hanoi_cozy_hotel_2" HotelName="Hanoi Central Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Be Street, Hoan Kiem District, Hanoi 0084</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/0e/6d0ed8cbb58a6bf0523c7e67a5b0da0dd2260a7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="278.50" OriginalAmount="273.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04334228" Longitude="105.86522568" StarRating="3" HotelCode="587337|3958825" HotelName="Sao Bang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Ngoc Lam Street, Long Bien, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/aa/67aa427a85cdc4c8b72532fbc69aaa52e5841e9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.50" OriginalAmount="275.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03397795" Longitude="105.85336358" StarRating="0" HotelCode="982135|trang_trang_boutique_hotel" HotelName="Trang Trang Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Ma May Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/87/a287cba78b6bcf5a33a0c8d0be408577ef794713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="282.40" OriginalAmount="276.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03633922" Longitude="105.85040421" StarRating="2" HotelCode="773586|3473115" HotelName="Hanoi Golden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Ngo Gach, Hang Buom, Hoan Kiem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/63/48638f5746174f01a7736f1a9b95a7db90d8dbe1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031507590595" Longitude="105.84553297086" StarRating="3" HotelCode="186268|the_landmark_hanoi" HotelName="Spoon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Nguyen Van To, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f3/80f3639b4e9287deeef35fce7e2d98aedb517643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi's Old Quarter, a 5-minute walk from all the famous plac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.62" OriginalAmount="281.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.2028" Longitude="105.8321" StarRating="3" HotelCode="435850|haap_transit_hotel" HotelName="HAAP Transit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Thai Phu, Noibai Airport, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/56/84567a97b2099aeb3c2a65d0709bb2603fbd7cc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.62" OriginalAmount="281.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04814985" Longitude="105.79553674" StarRating="3" HotelCode="855275|granda_legend_apartment" HotelName="Granda Legend Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Hoang Quoc Viet, Lane 100, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/32/c532c43696322bdc2a4d98d636674fdcce70f9f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.62" OriginalAmount="281.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.033723" Longitude="105.855127" StarRating="3" HotelCode="905921|prince_hotel_2" HotelName="Hanoi Prince Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 To Tich Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/77/c477eeb6f60d037841566a1add1d651acaf5e246.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the Old Quarter on the western side of Hoan Kiem Lake with its ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.30" OriginalAmount="283.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.20482059" Longitude="105.83108949" StarRating="3" HotelCode="518272|3475075" HotelName="New Airport Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotels,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Vo Nguyen Giap Street, Thai Phu Village, Noi Bai, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/94/fc946c4ab62680fb50f117b2bc3bee0835a1df90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in Halong, La Vela Classic Cruise is convenient to Tuan Chau Beach and Dol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.68" OriginalAmount="284.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.07957597" Longitude="105.8167694" StarRating="3" HotelCode="774079|oyo_133_westlake_tay_ho_hotel" HotelName="Westlake Tay Ho Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>696 L?c Long Quan, Tay Ho District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/34/ce341c10b9d11fde9cd488c7be1bd6f6b0186498.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.70" OriginalAmount="285.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031515766667" Longitude="105.84576306667" StarRating="3" HotelCode="915998|rising_dragon_estate_hotel" HotelName="Rising Dragon Estate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nguyen Van To Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4b/f54b07b7da551122067e850ee32038fb2ee46aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.72" OriginalAmount="286.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.025991963787" Longitude="105.83430063558" StarRating="4" HotelCode="268102|windy_hotel" HotelName="Sao Mai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thong Phong Alley, Ton Duc Thang, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/a5/b8a53ca1ba034d74bb9673365163e037f55ba744.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.74" OriginalAmount="287.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032768" Longitude="105.850616" StarRating="2" HotelCode="267079|hanoi_golden_river_hotel" HotelName="Heart Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Luong Van Can street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/78/9578bbe07ab3169e7f645461c59a28ab7a47636a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar, a transfer service and room service are available to guests of the accommodation. Wireless in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.74" OriginalAmount="287.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="856085|korinn_pho_yen_hotel" HotelName="Korinn Pho Yen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>249-251 Ly Nam De</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/4f/c64f0b0055441ea7214afad4392a8731f47736b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.78" OriginalAmount="289.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="774147|royal_56" HotelName="Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A8 L38 Le Trong Tan, Gleximco A, An Khanh, Hoai Duc, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/66/4966b68164e90320d3bf6d46f6e6e1bf8ab9c96c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01458974" Longitude="105.80055541" StarRating="3" HotelCode="616085|granda_trung_hoa_apartment" HotelName="Granda Trung Hoa Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Trung Yen 15 Street, Trung Hoa Ward, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/13/e5136ab2f888b9eb4dc050b965a9d683e8181a64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.82" OriginalAmount="291.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031591" Longitude="105.848427" StarRating="3" HotelCode="167039|golden_lake_view_hotel_2" HotelName="Lakeside Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Hang Hanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/27/94271c52a0b2c46ef3bce52646af8572ad6294e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Staying at this hotel, guests can discover the daily life of local residents of the '36 streets' in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.31" OriginalAmount="293.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03623607" Longitude="105.85112177" StarRating="2" HotelCode="601108|3462445" HotelName="Hanoi Golden Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>51 Nguyen Sieu Street, Hoan Kiem District, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/65/ad65718ada9efb1ec8d66e7925d148f6edd1a86d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.05558638" Longitude="105.81093203" StarRating="2" HotelCode="974101|hanoi_lake_view_homestay" HotelName="Hanoi Lake View Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>243 Trich Sai Street, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/26/ce26e6e36e6a1c99b34a72cf0847423ef0d2c5bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.62" OriginalAmount="296.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01122291" Longitude="105.80396928" StarRating="3" HotelCode="600908|3476025" HotelName="Dai Duong Hotel 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment,Apartment,Apartment,Hotel,Hotel,Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>33 Ngo 34, Nguyen Thi Dinh, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/bc/fbbcd252376e44477d024466ca1a9167a3ea0706.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.028161" Longitude="105.848046" StarRating="3" HotelCode="89659|impressive_boutique_hotel" HotelName="Impressive Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Au Trieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/9f/cd9fe30ce6f174d7b0dad46dede996faf913a9df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on a small street of Hanoi (13-15 Au Trieu Street) and offers a quiet env...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.033557716706" Longitude="105.76982816896" StarRating="3" HotelCode="434819|bounty_hotel_" HotelName="Bounty Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11/9 Le Duc Tho, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/19/2c1900071e4a2e5ef50e1af657026c9b9b1b1f9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01781286" Longitude="105.84991565" StarRating="0" HotelCode="773437|hotel_23_bui_thi_xuan_hanoi" HotelName="My Hotel 23 Bui Thi Xuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Bùi Th? Xuân, Hai Bà Trung, Hà N?i</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f3/0cf323272219c00e8e75c49a83b0a6da7e2b5046.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.98" OriginalAmount="299.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.035582875453" Longitude="105.85338937302" StarRating="3" HotelCode="899848|hanoi_style_hotel" HotelName="Maison d'Hanoi Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35-37 Ma May Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/1b/5c1b8545e9451952fbb9d997257b51fcaccfe7fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within 3 minutes’ walk of the famous Hoan Kiem Lake and the Old Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.00" OriginalAmount="300.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.034750508884" Longitude="105.81070353519" StarRating="2" HotelCode="347202|apec_1_hotel" HotelName="Apec 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Phan Ke Binh, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/d1/54d1f94a24537f37e359de356d5b37ad2ddba670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.62" OriginalAmount="301.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.00979041" Longitude="105.86076144" StarRating="2" HotelCode="764620|3447585" HotelName="A25 Hotel 187 Lo Duc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>187 Lo Duc Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/09/4f092bcf0aa3963c6fdaa50cf2e1ce0f8b1208e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.04" OriginalAmount="302.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032227818673" Longitude="105.84694448183" StarRating="3" HotelCode="916024|art_hotel_hanoi" HotelName="Hanoi Trendy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Hang Dieu street, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/zz/edadfeda5939e2a9fa2e3d6a25849330f8675292.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.08" OriginalAmount="304.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029461632555" Longitude="105.8478292004" StarRating="2" HotelCode="916010|trung_nam_hai_hotel" HotelName="Hanoi Phoenix Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 Ph? Doãn, Hàng Tr?ng, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/3c/973c328eb42bce5285744d965f50b9436bdd23c0.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;We want you to smile, so here's the "Phoenix Palace Hotel”, an unsurpassed central location PLUS a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.10" OriginalAmount="305.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0268971" Longitude="105.8399964" StarRating="1" HotelCode="346250|a25_hotel_tran_quy_cap" HotelName="A25 Hotel 28 Tran Quy Cap" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Tran Quy Cap Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/f7/b3f7624f8cdeb53067f39af5feb39276f2f7ec0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.12" OriginalAmount="306.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02688939" Longitude="105.84164597" StarRating="0" HotelCode="874924|hanoi_aria_central_hotel_spa" HotelName="Hanoi Aria Central Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Le Duan, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/6b/8e6bf720dfddbd3b1c343671cd4da6badce5c1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.12" OriginalAmount="306.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="965840|dahlia_hotel_hanoi" HotelName="Dahlia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Hang Duong Street, Hoan Kiem, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/65/a565808b728c8c335d666ad4d2ffaf3419ef2d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.14" OriginalAmount="307.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.051266318793" Longitude="105.84112212908" StarRating="3" HotelCode="346902|a25_hotel_30_an_duong" HotelName="A25 Hotel 30 An Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 An Duong, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/f7/ebf7eab6dd48cf351476a500cd7cd466f735ead6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at A25 Sun Hotel - An Duong to discover the wonders of Hanoi. Both business travelers and touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.14" OriginalAmount="307.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.00899392187" Longitude="105.83898017791" StarRating="2" HotelCode="372650|hoa_hong_2_hotel" HotelName="Hoa Hong Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Xa Dan Street, Dong Da District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/fb/93fbe9ac80691315758eb05784669cc2c15e26ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Dong Da District, Hoa Hong Hotel 2 - Xa Dan promises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.16" OriginalAmount="308.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02908727" Longitude="105.82846067" StarRating="3" HotelCode="830721|nyt_home_giang_vo_no1" HotelName="Nyt Home Giang Vo 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Cat Linh, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/6b/6f6b67bf7bf9b72a36637d3f804dff72f77f3d46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.18" OriginalAmount="309.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029192088561" Longitude="105.84833460699" StarRating="2" HotelCode="268104|luxury_backpackers" HotelName="Luxury Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Ngo Huyen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ed/34ed5dea0d48966fbf65d14427d5ce880d6925f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant, a bar, a trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.18" OriginalAmount="309.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="687279|yolowa_hotel" HotelName="Yolo Wa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Trung Kinh Street, Yen Hoa Ward, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/14/1c14ca8c6190fc5a479e4a1fff8b13c12d62e417.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.20" OriginalAmount="310.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03786591" Longitude="105.81331675" StarRating="2" HotelCode="825702|new_asean_a25_hotel" HotelName="A25 Hotel 26B Allay 379 Doi Can" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>26B Allay 379 Doi Can Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/1f/a21f6bcfd5b1fb2f765884d2a4e241856fe3f104.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at A25 Hotel New Asean in Hanoi (Ba Dinh), you'll be c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="317.18" OriginalAmount="310.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04565684" Longitude="105.79161982" StarRating="3" HotelCode="518359|3474745" HotelName="Blue Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Tran Tu Binh Street, Nghia Tan, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/18/451845e59c11306b896ca99fb5a4c5c64a4ab0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.22" OriginalAmount="311.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03390974" Longitude="105.79095495" StarRating="0" HotelCode="691043|kawasaki_noibai_hotel" HotelName="Kawasaki Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16B Tran Thai Tong, Lane 1, Dich Vong, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8f/378fd6e6ce2f14dd45639d3fa2d60af0118de96a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="318.96" OriginalAmount="312.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032504036669" Longitude="105.85386963554" StarRating="3" HotelCode="268112|3466255" HotelName="Rising Dragon Legend Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Hang Be Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/26/0626f834761537c22554776af737fb9e1c50dd72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 30 rooms. Services and facilities at the hotel include a baggage ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.26" OriginalAmount="313.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03531903" Longitude="105.84549296" StarRating="3" HotelCode="631409|hanoi_prime_center_hotel" HotelName="Hanoi Prime Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Huong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c7/18c7256de795bd8cc496e549609e7dab417707b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.28" OriginalAmount="314.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.034061" Longitude="105.854375" StarRating="3" HotelCode="167035|asian_legend_hotel" HotelName="Hanoi Elpis Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>44A Hang Tre Street, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a3/34a3ccf52cc8cccf7a50ff200aa013cdab1215ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.28" OriginalAmount="314.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.009712412775" Longitude="105.81908149718" StarRating="3" HotelCode="346373|hacinco_hotel" HotelName="Hacinco Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>110 Thai Thinh, Trung Liet Ward, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/09/9309521ca471cb30f39db256ffbb8eb22e86b99c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dong Da District - Dong Da Lake, Hacinco Hotel is a perfect starting point from which to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.28" OriginalAmount="314.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01466046" Longitude="105.78046187" StarRating="3" HotelCode="621939|blubiz_hotel" HotelName="Blubiz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Me Tri Ha, Me Tri, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/cb/b4cb70c8fc4e006d5d733ba66442514a1c92c5f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.30" OriginalAmount="315.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.030333146385" Longitude="105.84729015827" StarRating="3" HotelCode="904827|lucky_3_hotel__the_original_lucky_chain" HotelName="Lucky 3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/05/e105ad4671923e17f178e9e7a97781a0748a1279.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests will find Hanoi's Old Quarter just a few metres away and the hotel is situated very close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.30" OriginalAmount="315.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0320087" Longitude="105.76645298" StarRating="0" HotelCode="971239|kings_hotel_24" HotelName="King's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A14, BT1 Bui Xuan Phai, My Dinh 2, Nam Tu Liem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/9a/6d9a8e4cf9d63629eae76b05c64eaa328a515321.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="323.34" OriginalAmount="317.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03509061158" Longitude="105.84820126444" StarRating="1" HotelCode="346697|ngoc_diep_asia_hotel" HotelName="Hanoi Asia Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>83 Thuoc Bac Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/55/135530601d2eaaa36ca5cb8708b10837a6681bc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="323.34" OriginalAmount="317.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03372935489" Longitude="105.84740091861" StarRating="1" HotelCode="397049|hanoi_funny_hostel" HotelName="La Vision Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Bat Dan Street, Hang Bo, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/92/ac92a165504cfcf3e98bb0d65dab13ba33a7d557.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.38" OriginalAmount="319.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="960604|hanoi_gatsby_hotel" HotelName="Hanoi Gatsby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Hang Thiec, Hoan Kiem, Hanoi 70000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/e6/11e648d71bbb7747ded8f93e5c25d89cfbbe321e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.38" OriginalAmount="319.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.028449449784" Longitude="105.84511186593" StarRating="3" HotelCode="916009|hanoi_grand_hotel" HotelName="Urban Alley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Hoi Vu street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/61/e56130120029f69137b99f9d1508ebf82b9741d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.42" OriginalAmount="321.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01724326" Longitude="105.83080282" StarRating="2" HotelCode="584610|hanoi_a83_hotel" HotelName="A83 Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>83/10 Xa Dan Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/06/180663edd6b0eae49689cdfe9028325a49d051b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.42" OriginalAmount="321.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03312884" Longitude="105.78790942" StarRating="3" HotelCode="799122|granda_suites_hanoi" HotelName="Granda Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>16 Dich Vong Hau, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/90/2a90cd15e35e4a358f81fe91edb7f9e29151db7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.041984206031" Longitude="105.84666252136" StarRating="3" HotelCode="59861|flower_hotel" HotelName="Flower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Nguyen Truong To Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d8/24d8358eab3833fe940f45658f882c22ea001983.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04563894" Longitude="105.8419765" StarRating="3" HotelCode="771355|a25_truc_bach" HotelName="A25 Truc Bach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109 Truc Bach, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1b/a41b370bc6b9793a225fa7752365ce49f8b7cb4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.52" OriginalAmount="326.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.037791709731" Longitude="105.80947110783" StarRating="2" HotelCode="346903|a25_hotels__doi_can" HotelName="A25 Hotel Alley 379 Doi Can" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>379 Doi Can Street, 25/8 Alley, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/46/ee46e22c8ed9d8ced385022d3d1f9911e06f5418.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.58" OriginalAmount="329.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.033958240669" Longitude="105.85169434547" StarRating="3" HotelCode="169666|monsieur_d_hang_bac_hanoi_vietnam" HotelName="Monsieur Diesel Hotel Hang Bac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Hang Bac, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0a/070a1602d831f7de22ba4d41442d553fa6d093ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of the most beautiful and luxurious hotels in the centre of Hanoi's Old Quarter. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.60" OriginalAmount="330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031242809262" Longitude="105.84893527976" StarRating="3" HotelCode="119030|posh_hotel_2" HotelName="Hanoi Posh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4A Hang Giay Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/cf/cfcf0cf5fccb2ce628249ea3c1aba5c7a87322b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Hanoi, only a 2-minute walk from Hoan Kiem Lake in Hanoi Old Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.62" OriginalAmount="331.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03571147" Longitude="105.8476452" StarRating="3" HotelCode="585854|hanoi_la_storia_hotel" HotelName="La Storia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Dong Street, Hoan Kiem District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/81/7381757953c25e8783eddb6e5efbf298bb5f766c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.62" OriginalAmount="331.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="985106|rosa_hanoi_hotel" HotelName="Rosa Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Lot 4D Trung Yen 10A Street, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/35/753565fe5af42527913d44bf9c64eb09d2929525.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.68" OriginalAmount="334.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04826544" Longitude="105.79572434" StarRating="3" HotelCode="586611|blue_pearl_west_hotel" HotelName="Blue Pearl West Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20/100 Hoang Quoc Viet street, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/ef/30ef4e9d43a4b3ed704b98a158ccff0550d269f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.68" OriginalAmount="334.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.00339773" Longitude="105.86775326" StarRating="2" HotelCode="612067|mercy_hotel_2" HotelName="Mercy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Lane 651, Minh Khai Street, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/f9/30f9a30c130545778829506595a41048a68d1ce3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.70" OriginalAmount="335.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01225037" Longitude="105.81774222" StarRating="3" HotelCode="980850|irest_apartment" HotelName="IRest Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Lane 53, Yen Lang Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5f/285fd0d1d762c5265870b0f31aa68048f56ec01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.72" OriginalAmount="336.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.044983951996" Longitude="105.84217771558" StarRating="3" HotelCode="119048|a25_hotel__chau_long" HotelName="Hanoi Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/94/f1946aa3181f0c9fda5803235b78f503ac5e394d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="344.54" OriginalAmount="337.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04303824" Longitude="105.84189904" StarRating="2" HotelCode="346891|1753398" HotelName="A25 Hotel 46 Chau Long" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Chau Long, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/492221/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.78" OriginalAmount="339.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032359083152" Longitude="105.85389406529" StarRating="2" HotelCode="346811|wild_lotus_hotel__hoan_kiem" HotelName="Wild Lotus Hotel Hoan Kiem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Hang Be Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/0b/1a0b993cfc74e24537a6fe14fe110d806e4fa202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.80" OriginalAmount="340.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03580908" Longitude="105.79748752" StarRating="3" HotelCode="859220|london_hotel_apartment" HotelName="London Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Lane 16, Nguyen Van Huyen, Cau Giay, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/cb/32cb5d4296e394359c42eb74a42f4e503921bbf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.82" OriginalAmount="341.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029093992861" Longitude="105.84934523313" StarRating="3" HotelCode="305345|splendid_star_boutique_hotel_2" HotelName="Splendid Star Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 ?u Tri?u, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/8d/c98d93d7b5b90fe68dc6d2e62d49dd9519c893e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.82" OriginalAmount="341.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029256812423" Longitude="105.84811746627" StarRating="3" HotelCode="305359|veris_hotel_2" HotelName="Splendora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Ngõ Huy?n, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/87/a58718fd37f0b3e7e6ac98160b6e759e4f8344b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.84" OriginalAmount="342.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04253856" Longitude="105.84721064" StarRating="3" HotelCode="957198|domov_luxury_hotel" HotelName="Domov Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15A Hang Than, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1b/a41b370bc6b9793a225fa7752365ce49f8b7cb4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.86" OriginalAmount="343.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="808767|tuan_tu_hotel" HotelName="Tuan Tu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126 Cau Lon Street</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/8c/d78c5f6f01efe22dd1a97bf6c66996b961cbd00e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="351.74" OriginalAmount="344.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01324235" Longitude="105.85093124" StarRating="2" HotelCode="624214|3456435" HotelName="A25 Hotel 80 Mai Hac De" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>80 Mai Hac De Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f9/42f98ee2fad25d4f5ebda8b5d68fd98e2602974a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.90" OriginalAmount="345.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="1" HotelCode="766043|a25_hotel_dich_vong_hau" HotelName="A25 Tran Thai Tong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Dich Vong Hau Street, Alley 25, Dich Vong Hau Ward, Cau Giay District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1b/a41b370bc6b9793a225fa7752365ce49f8b7cb4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.90" OriginalAmount="345.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="965759|western_hanoi_boutique_hotel" HotelName="Western Hanoi Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Khuc Thua Du, Quan Cau Giay, Hanoi 1000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/d0/72d020eb6727d76dee8df2f3c54e2647afd5d167.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="351.93" OriginalAmount="345.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03766566" Longitude="105.80105636" StarRating="3" HotelCode="619827|3461265" HotelName="Royal St Hanoi Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Nguyen Khanh Toan Street, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/8a/9d8a62ef3b3e78eb881ea80cbf954fd43b5af880.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a safe, a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.33" OriginalAmount="345.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029178230292" Longitude="105.84777471164" StarRating="2" HotelCode="119192|1159178" HotelName="Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Phu Doan Lane, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/44/9d44577b0b403328d94820f8bced1073f591be7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.92" OriginalAmount="346.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03675571" Longitude="105.85253297" StarRating="0" HotelCode="517746|the_time_hotel" HotelName="The Time House Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Babysitting,Bar,Beauty Salon,Bicycle Rental,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Library,Luggage Storage,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>18A Dao Duy Tu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/a1/6ea157b66f3ff4bfb5b47ff2d8bd55bcf88662dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The Time House Hanoi to discover the wonders of Hanoi. The property features a wide range of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.92" OriginalAmount="346.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="981972|new_century_hotel_17" HotelName="New Century Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Khuc Thua Du, Ward Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/bc/ecbcee0ba040ff0375b70e12d871596f42c29b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.94" OriginalAmount="347.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.027308436111" Longitude="105.84294746176" StarRating="2" HotelCode="346731|prince_hotel__hai_ba_trung" HotelName="Prince Hotel Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96A Hai Ba Trung, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/b8/c6b8560e8dc0c35fa504e4c0769109324601a173.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Prince Hotel - 96A Hai Ba Trung is conveniently located in the popular Hoan Kiem District - Opera Ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.01" OriginalAmount="347.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="764412|3459025" HotelName="A25 Hotel 96 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Hai Ba Trung, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c3/e5c353785b6de8028cab91560e3b0e5359a41627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.98" OriginalAmount="349.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02296551" Longitude="105.84766151" StarRating="3" HotelCode="631601|au_coeur_dhanoi_apartment" HotelName="Au Coeur D'Hanoi Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>82H Tho Nhuom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c1/74c1ead860270522355fe54adfbd9146cea3edb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.00" OriginalAmount="350.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032389877635" Longitude="105.85383873189" StarRating="3" HotelCode="935738|au_coeur_dhanoi_boutique_hotel" HotelName="Au Coeur Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hang Be Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1e/aa1e831f0b8504b8c088cfbbc4a592254047c74e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="357.97" OriginalAmount="350.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.037026761636" Longitude="105.85230615289" StarRating="2" HotelCode="268120|1237158" HotelName="Time Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Dao Duy Tu, Hoan Kiem District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236627/236627a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.02" OriginalAmount="351.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02963736" Longitude="105.84398007" StarRating="3" HotelCode="554469|hanoi_lele_frog_hotel" HotelName="Hanoi Lele and Frog Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3D Tong Duy Tan Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/9d/be9d8901a490dd3d1d279767355ce55c958602c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="358.10" OriginalAmount="351.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01051775" Longitude="105.80342801" StarRating="3" HotelCode="853771|3441895" HotelName="Dinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17A Do Quang, Ngo 71, To 14, Trung Hoa, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a8/f0a89717a7856e6ba49116dfb1b4fec9e0cf9e3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.06" OriginalAmount="353.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.027713598982" Longitude="105.8389475658" StarRating="3" HotelCode="930842|asean_hotel" HotelName="A25 Hotel 12 Ngo Sy Lien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Ngo Sy Lien, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cd/94cd9b4ae2867c4787a6331468f3a06082a128d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.06" OriginalAmount="353.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031615" Longitude="105.850632" StarRating="3" HotelCode="192542|1111388" HotelName="Hanoi Morning Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Hang Hanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/49/de4967206d4c8abfdef78b5210280efd72e6b098.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.08" OriginalAmount="354.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03477783" Longitude="105.84518305" StarRating="3" HotelCode="585562|my_moon_hotel" HotelName="My Moon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>59 Cua Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/f8/8df81b733acd4aaa78780e0f7e14f3bc1c2a6e17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.08" OriginalAmount="354.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03602466" Longitude="105.84768244" StarRating="3" HotelCode="727906|antique_angel_hotel" HotelName="Antique Angel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Hang Dong, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/8b/ef8b82ffd9fb929dcecee1abfe98d99744f11941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="362.39" OriginalAmount="355.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.042575929063" Longitude="105.80512551409" StarRating="4" HotelCode="346953|1198688" HotelName="Riverside Hanoi hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>118 Nguyen Dinh Hoan, Hoang Quoc Viet, Nghia Do, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/0f/f30f56b9da1f7ac901c1e6defc08a9eeb1539847.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.12" OriginalAmount="356.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="20.99904211" Longitude="105.85037842" StarRating="2" HotelCode="554557|a25_hotel_bach_mai" HotelName="A25 Hotel 221 Bach Mai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>221-223 Bach Mai Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/5b/f95b0c65229b0cfd94dab55739732d075401f546.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant, a babysitting service, a childcare servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.14" OriginalAmount="357.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0364416" Longitude="105.85266459" StarRating="3" HotelCode="421819|atrium_hanoi_hotel" HotelName="Atrium Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A Dao Duy Tu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/98/e198f33df31a07173b6df9184d20e39d1977ec63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a unique location on 32 Dao Duy Tu Street, a shopping street in the heart of Hanoi'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.14" OriginalAmount="357.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03294023" Longitude="105.78858224" StarRating="3" HotelCode="856402|nature_hotel_3" HotelName="Nature Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Tran Thai Tong, Lane 75, Cau Giay, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/e1/00e1a3e68d6b9b293de9f5d54c4573e80112847c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="368.41" OriginalAmount="361.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02884762" Longitude="105.76890683" StarRating="3" HotelCode="856132|3466545" HotelName="T&amp;M Luxury Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>89B Le Duc Tho Street, My Dinh 2 Ward, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/8e/e28e8cb74fc3315913326150388d6624f4f56e08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering quality accommodations in the sports district of Hanoi, T&amp;M Luxury Hotel Hanoi is a popular...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.24" OriginalAmount="362.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0642837" Longitude="105.80946506" StarRating="0" HotelCode="968585|parosand_hanoi_hotel_apartment" HotelName="Parosand Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>537 Lac Long Quân, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/12/28128cc1e6a3ecc608a9a5646ad484bbe71535a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="369.68" OriginalAmount="362.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03030615" Longitude="105.84734293" StarRating="3" HotelCode="774090|3473105" HotelName="Shining Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Hang Bong Street, Hoankiem District, Hanoi city</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="369.85" OriginalAmount="362.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03351262" Longitude="105.85244212" StarRating="3" HotelCode="374533|1732318" HotelName="Skyline Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Number 16 Trung Yen Lane, Dinh Liet Street, Hang Bac, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/0e/880ec446631cfe0e380e3c6548a9d94c80c114e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="370.26" OriginalAmount="363.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.00362895" Longitude="105.80255865" StarRating="3" HotelCode="852733|grand_dragon_hotel_hanoi" HotelName="Grand Dragon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Le Van Luong, Nhan Chinh, Thanh Xuan, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/78/9978ece7e43fee84b9d3c52e1ea4a3b9ca4be47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.30" OriginalAmount="365.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029026091413" Longitude="105.84324105862" StarRating="3" HotelCode="268108|1186408" HotelName="Hanoi Sky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Tong Duy Tan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/92/c192d6655e92dcd50119db4239bd9f1969c42b4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.49" OriginalAmount="365.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01765689" Longitude="105.77799252" StarRating="3" HotelCode="586806|3462065" HotelName="Suji Hotel My Dinh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40/2 Tran Van Lai Street, My Dinh1, Nam Tu Liem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/06/eb0600cab8d3f592b32499afcb0e27cf18bb7364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="373.32" OriginalAmount="366.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01802521" Longitude="105.84738543" StarRating="2" HotelCode="554558|a25_hotel_57_quang_trung" HotelName="A25 Hotel 57 Quang Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>57 Quang Trung Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/81/0f81ce6108655ff04607b92d6cb9cc28839b3c57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a transfer service and a theatre hall. Wireless...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="373.76" OriginalAmount="366.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03158132" Longitude="105.78678144" StarRating="3" HotelCode="857210|3477205" HotelName="Spring Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Dich Vong Hau, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/97/9397bb605eb28dbfe112543210a108613346a21b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.36" OriginalAmount="368.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032782794413" Longitude="105.85007149856" StarRating="3" HotelCode="347272|hanoi_focus_hotel" HotelName="Hanoi Focus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>4A To Tich, Old Quater, Hang Gai, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/f5/a2f5eae7e5d1ce2aeae0558871d8e7122462254e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.36" OriginalAmount="368.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.06553118" Longitude="105.82481918" StarRating="3" HotelCode="694227|oriental_palace_apartment" HotelName="Oriental Palace Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Tay Ho Road, Quang An Quarter, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/a7/c4a70b0b42e9296d8045f43961036befdef36396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Oriental Palace Apartment is a popular choice amongst travelers in Hanoi, whether exploring or just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.38" OriginalAmount="369.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032518503512" Longitude="105.85447497057" StarRating="3" HotelCode="935736|aquarius_legend_hotel_2" HotelName="Aquarius Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>90B Nguyen Huu Huan Street, Ha Noi Municipality, 71000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/fd/f2/fdf2e98c0c9f17437e34f432e9e91ddda2c52837.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Old Quarter of Hanoi, just a stroll away from Hoan Kiem Lake, and Dong X...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.42" OriginalAmount="371.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01639" Longitude="105.8504" StarRating="3" HotelCode="119047|midori_boutique_hotel_3" HotelName="Midori Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Trieu Viet Vuong, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/54/3254b78f55a1f2d13d5fb927ea02560105314ad0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.42" OriginalAmount="371.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02653021" Longitude="105.84238407" StarRating="3" HotelCode="495103|nam_ngu_hotel" HotelName="Hotel 1-2-3 Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Nam Ngu Street, Cua Nam, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/7b/2b7b10156e44c225a98d688fd6a43cb6333253b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.42" OriginalAmount="371.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03347" Longitude="105.852507" StarRating="2" HotelCode="915996|la_beaute_de_hanoi_hotel_2" HotelName="La Beauté de Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Trung Yen Lane, Dinh Liet Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d6/08d6adb665946843b9f04393a69908b2f55c2f4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.44" OriginalAmount="372.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031356570762" Longitude="105.85488988988" StarRating="3" HotelCode="916021|the_jasmine_hotel" HotelName="Hanoi La Selva Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Bicycle Rental,Business Centre,Designated Smoking Area,Internet,Laundry,Massage Centre,Meeting Room,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Lo Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/03/fc03e1c54c7f140cb95209e4a9fecb5e0ca60e3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the center of Hanoi's Old Quarter, the property offers affordable and comfo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.46" OriginalAmount="373.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.00906898" Longitude="105.80718492" StarRating="3" HotelCode="626530|unique_serviced_apartment" HotelName="Unique Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4/ 106 Hoang Ngan Street, Trung Hoa Ward, Cau Giay District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/f9/39f9d6233f1655da7718fd227844f207fe511915.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.46" OriginalAmount="373.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02955253" Longitude="105.84868177" StarRating="3" HotelCode="773993|hanoi_hanvet_hotel" HotelName="Hanoi Hanvet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Ngo Huyen Street, Hoan Kiem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f4/90f4fd0de5dd7c95a752e59578a72b2490257d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.46" OriginalAmount="373.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03611217" Longitude="105.85388033" StarRating="0" HotelCode="964899|hanoi_asia_hotel_3" HotelName="Hanoi Asia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Tran Nhat Duat Street, Hoan Kiem Dis, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/4f/e44f5977c02086783b062fc62cd0a92f54251e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="381.48" OriginalAmount="374.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0294" Longitude="105.8486" StarRating="3" HotelCode="434775|hanoi_sans_souci_iv" HotelName="See You At Lily's Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Ngo Huyen Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/27/062709338034b03a5932939996bfd2d6a101450f.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;See you at Lily's is perfectly located for both business and leisure guests in Hanoi. The hotel has ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.50" OriginalAmount="375.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03199562" Longitude="105.85558651" StarRating="2" HotelCode="587406|hanoi_stella_hotel" HotelName="Hanoi Stella Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Tre Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/83/5a830a73845a67cc3c537038092d62df1b7136d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="384.54" OriginalAmount="377.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03398002896" Longitude="105.85237936054" StarRating="3" HotelCode="916023|paradise_boutique_hotel" HotelName="Paradise Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62A Hang Bac Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/16/8116330dc37c05211c602970fa6bba426609e464.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Hanoi. Its setting is especially ideal for guests who...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.56" OriginalAmount="378.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="975193|nexy_living" HotelName="Nexy Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Luong Van Can, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/ac/c5ac908b85d04a91949589025452904bda2504ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.67" OriginalAmount="379.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0296269" Longitude="105.84888369" StarRating="3" HotelCode="853636|3438785" HotelName="Crystal Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Ngo Huyen, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/9b/cd9b55a548300f773b9fb022837e0bb9cfc7eb55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.60" OriginalAmount="380.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03304246" Longitude="105.8544251" StarRating="0" HotelCode="957173|marina_hotel_24" HotelName="Marina Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Nguyen Huu Huan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/3a/8c3acd901d321bc7cbed485bbfb99c63668765cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.08" OriginalAmount="380.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.027932304993" Longitude="105.81238699477" StarRating="3" HotelCode="346262|1238148" HotelName="Sunny Hotel 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2A/31 Nguyen Chi Thanh Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/3b/883b6af019f33380596b89f1bf7456841aea58b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.66" OriginalAmount="383.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02939229" Longitude="105.84827021" StarRating="3" HotelCode="956695|au_co_art_classic_hotel_spa" HotelName="Au Co Art Classic Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52- 54B Ngo Huyen, Hang Trong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/38/f33889366c594c7279ddf84ef5f7b2338f0f8eae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="391.98" OriginalAmount="384.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02769437" Longitude="105.85121721" StarRating="3" HotelCode="439833|3455495" HotelName="Little Hanoi Hostel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Le Thai To Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/f3/4cf36963aa2bfd1a38ea66016b7a71bd6f405eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a transfer service. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="392.09" OriginalAmount="384.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="636655|3433005" HotelName="NYT Home Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Alley 123, Hoang Quoc Viet street, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/ee/e4ee1607bc4a25f684f3aaf030aaacfa12b395a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.70" OriginalAmount="385.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01958959" Longitude="105.8024735" StarRating="3" HotelCode="553399|a1_hill_hanoi_hotel" HotelName="A1 Hill Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>852/850 Duong Lang, Lang Thuong, Dong Da, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/73/ff7357421542fe40e1eeb31a8271981c1d9c7c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a bar, a transfer servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.72" OriginalAmount="386.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0414923" Longitude="105.8448172" StarRating="2" HotelCode="227155|a25_hotel_44_hang_bun" HotelName="A25 Hotel 44 Hang Bun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Bun Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/bd/f2bda410b1cb082c6b5b163ed4027b07eeac310c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.72" OriginalAmount="386.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.030330553234" Longitude="105.85634646991" StarRating="3" HotelCode="305348|eclipse_legend_hotel" HotelName="Eclipse Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Voi, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/40/fb40bc30fb119ef2544acb53694adb1ccf6629e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.72" OriginalAmount="386.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.014123918299" Longitude="105.78097785973" StarRating="3" HotelCode="309533|ping_hotel" HotelName="Ping Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Me Tri Ha Street, Nam Tu Liem, My Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/f3/37f3b06a39aae3336d6804d70062942cb1e2dbe6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a bar, a transfer service and room service are available to guests of the hotel. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.64" OriginalAmount="387.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03209716" Longitude="105.82645121" StarRating="3" HotelCode="554396|3443845" HotelName="Kuretake Inn Kim Ma 132" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>132 - 138 Kim Ma street, Ba Dinh district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/87/5b87fa08312443056e799880da0a61f4a0442786.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.78" OriginalAmount="389.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029066" Longitude="105.848601" StarRating="2" HotelCode="119071|hanoi_ciao_hotel" HotelName="Hanoi Vision Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Tho Xuong lane, Au Trieu street, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/84/96843d26adbeb67f32972698af76bd8a7ca93c15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.82" OriginalAmount="391.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03348301" Longitude="105.85236675" StarRating="3" HotelCode="309515|calypso_suites_hotel" HotelName="Calypso Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>11E Trung Yen Lane, Dinh Liet Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/7b/177b73c5af75ee12d17da348b95c5935327f60aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a newspaper stand, a babysitting service, a childcare service, a business centre an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.82" OriginalAmount="391.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="786859|alisa_hotel_spa" HotelName="Alisa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Hang Voi, Hoan Kiem District, Hanoi 71000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/c3/63c3cb85d8d140694bc6df7726e2bd459fc5cf9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="398.94" OriginalAmount="391.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032504993524" Longitude="105.84811245658" StarRating="2" HotelCode="119194|1753058" HotelName="A25 Hotel 26 Hang Non" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26 Hang Non Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/48/d7486550b819d63f15b6da4d228179524e631368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="399.84" OriginalAmount="392.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.035915955187" Longitude="105.85326075554" StarRating="2" HotelCode="309521|hanoi_endless_hotel" HotelName="Hanoi 3B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Ma May Street, Hoan Kiem Dist., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/0f/000f8da48e97b3d2821fd247159488ba667a04d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel's location, in the very heart of Hanoi, allows guests to experience traditional life in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="399.84" OriginalAmount="392.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.06781581" Longitude="105.82196146" StarRating="3" HotelCode="374041|quang_ba_trade_union_hotel" HotelName="Quang Ba Trade Union Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>98 To Ngoc Van Street, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/ae/7aaedc1b34f7ff4a66f4b79ec34020ff87316a49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.88" OriginalAmount="394.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="980581|a25_hotel_nguyen_khuyen" HotelName="A25 Hotel Nguyen Khuyen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Nguyen Khuyen, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/45/45450d89eb477625b2482dd0f4b8508602312c2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.90" OriginalAmount="395.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="973637|marina_hanoi_hotel" HotelName="Marina Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Mieu Dam, Me Tri, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/81/c381786da960b92b948c106f4158cdbd579531df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="403.92" OriginalAmount="396.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02933772" Longitude="105.7691049" StarRating="3" HotelCode="529847|new_amely_hotel_and_resident" HotelName="New Amely Hotel &amp; Resident" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10C, 63 Le Duc Tho, My Dinh 2, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/95/ac95ded433883669601d6bfa85c798147e8f078e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.94" OriginalAmount="397.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01563801" Longitude="105.85416738" StarRating="2" HotelCode="547853|binh_anh_hotel_hanoi" HotelName="Binh Anh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Thi Sach, Ngo Thi Nham, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fe/d4fe5796bd3d3b9b8b8b3a7505934d923a4fd611.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="407.09" OriginalAmount="399.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032955279523" Longitude="105.78952075238" StarRating="3" HotelCode="347794|3431935" HotelName="Western Hanoi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>B2 D6 Tran Thai Tong, So 2, Cau Giay, Ha noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/50/d5500582dc7a595c795da0e44a6a54d9fab94217.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="408.49" OriginalAmount="400.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03144286" Longitude="105.79122535" StarRating="3" HotelCode="587715|3471995" HotelName="Poonsa Truong Cong Giai" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Lo C2/D6 Truong Cong Giai, Dich Vong, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/05/0b0581f12593d3f05eda3188cd407b49b0699c78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="404.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03300679" Longitude="105.77240664" StarRating="3" HotelCode="488555|au_viet_hotel" HotelName="Au Viet Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Nguyen Hoang, My Dinh 2, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/bc/a0bc7060b5a6e61c943b6ec011476e5a39c6e82d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="404.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.022472573815" Longitude="105.8433557963" StarRating="3" HotelCode="916014|eternity_hotel" HotelName="Eternity Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Yet Kieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/4a/7c4aa1940126cc079f08a629e5d2a4526b98a9a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="415.14" OriginalAmount="407.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03711816" Longitude="105.84848246" StarRating="2" HotelCode="401995|ha_long" HotelName="Hanoi Little Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>77 Hang Luoc Street, located in the central of Hanoi Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/ed/72edb43fa262c799edbbc2b79e95bf4c602ff177.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.54" OriginalAmount="407.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03336351" Longitude="105.79178311" StarRating="4" HotelCode="489457|2012445" HotelName="London Hanoi Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lane 45 Tran Thai Tong Street, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/b9/d6b9578e0b25beeaa20dcda1a729580be36a5f4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="416.33" OriginalAmount="408.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04016571" Longitude="105.84821497" StarRating="3" HotelCode="614597|3453445" HotelName="Hanoi Genial Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>56 Hang Dau Street, Dong Xuan Ward, Hoan Kiem District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5d/965d0eb1a3a3bc4803e3d9997ef38595d883cd2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.20" OriginalAmount="410.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.033856974838" Longitude="105.8494165888" StarRating="3" HotelCode="347242|spring_flower_hotel" HotelName="Spring Flower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Bo, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/67/336713bd127610efe521dd9a2d2e378791fe2c53.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.37" OriginalAmount="411.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.020953311418" Longitude="105.85592054591" StarRating="2" HotelCode="166809|1666878" HotelName="A25 Hotel 45 Phan Chu Trinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Phan Chu Trinh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/37/a5371858dee525f371ddb5a1fcd67b6e898db8a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Hanoi central business district, the city hotel is a stylish business hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.28" OriginalAmount="414.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.040469824387" Longitude="105.86669113855" StarRating="3" HotelCode="346852|new_era_hotel_and_villa" HotelName="New Era Hotel &amp; Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nguyen Van Cu, Long Bien, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/15/56151396496e5b992688a7bf384af7d12a8b82c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.28" OriginalAmount="414.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.030193" Longitude="105.847111" StarRating="3" HotelCode="931939|royal_palace_2_2" HotelName="Royal Palace Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Bong Street, Old Quarter, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/16/b8162e4ec65a118d73644526c41831fd51af9292.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.30" OriginalAmount="415.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03390689" Longitude="105.8470162" StarRating="2" HotelCode="421813|hanoi_city_hostel" HotelName="Hanoi City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Currency Exchange,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Pick &amp;amp; Drop,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 B Hang Ga Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/50/365016ebb589674ff8bb177857d7861e1eac6b25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Hanoi City Hostel is in the heart of Hanoi, walking distance from Vietnamese Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="426.54" OriginalAmount="418.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01386456" Longitude="105.8010929" StarRating="3" HotelCode="620441|3436915" HotelName="Dinh Elegant Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Block 15D, Trung Yen New Urban Area, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/55/4c551a2e2ffeaf3861f90d9f694aeb9dc20fd51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="427.06" OriginalAmount="418.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02455486" Longitude="105.84606223" StarRating="3" HotelCode="755618|3439245" HotelName="Little Anh House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6A 67 Alley Ly Thuong Kiet, Tran Hung Dao Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/cc/e9cc6650f1219c1afbf1b9a1c28b435e8dfd58d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="429.42" OriginalAmount="421.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03415131" Longitude="105.85339462" StarRating="3" HotelCode="429649|golden_wings_hotel" HotelName="Golden Time Hostel 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 Ma May Street  Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/9a/849a97db0dbd5e61051daf75e57942106cad256f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="429.42" OriginalAmount="421.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="983598|luckful_hotel" HotelName="Luckful Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Tu Mo Street, Hanoi 844</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/12/20125b9b93420fd4614c773bfbf5c0906e33f55b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.44" OriginalAmount="422.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031469503323" Longitude="105.8539480748" StarRating="3" HotelCode="268110|meracus_hotel" HotelName="Hanoi Meracus Hotel 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Hang Dzau street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/03/dd03809212fef0e1931e85004d3c4a7d4e7ecfbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431.46" OriginalAmount="423.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="980223|a25_hotel_66_tran_thai_tong" HotelName="A25 Hotel 66 Tran Thai Tong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Tran Thai Tong, Dich Vong Hau, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/36/42368f3b015b5ea5eb46ff0c5b5416f590902a36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="432.48" OriginalAmount="424.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.044771564566" Longitude="105.79268849847" StarRating="1" HotelCode="510760|a25_hotel__hoang_quoc_viet" HotelName="A25 Hotel 385 Hoang Quoc Viet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>385 Hoang Quoc Viet Street, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/ed/4ded19771e3938b53fecfaa9e760a46cb3de261d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="435.54" OriginalAmount="427.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.036962" Longitude="105.849901" StarRating="3" HotelCode="931944|hanoi_old_town_hotel_2" HotelName="Hanoi Old Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Chieu Street, Hoan Kiem Distict, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/37/013741d4109989517e2d9b2199b329cec8766829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="438.60" OriginalAmount="430.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.036109" Longitude="105.848797" StarRating="3" HotelCode="916002|church_boutique_hotel_hang_ca" HotelName="Church Boutique Hang Ca" 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>21 Hang Ca, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f0/cdf050930aef585ac49b87dcb2d9c8f709b62bd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.40" OriginalAmount="430.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04001937" Longitude="105.84546102" StarRating="2" HotelCode="408716|1238618" HotelName="A25 Hotel 19 Phan Dinh Phung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Fitness Centre,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>19 Phan Dinh Phung Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/7f/5f7f49799494c1bc1ccbf947c4fa0ba0dbc6548a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Demantoid Hotel to discover the wonders of Hanoi. The hotel offers a wide range of amenities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.76" OriginalAmount="438.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.024956666667" Longitude="105.852217" StarRating="3" HotelCode="931946|ho_guom_hotel" HotelName="Ho Guom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Hai Ba Trung Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/d0/45d09ed245283c1dab923c8d11e0f3e814d6bd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448.80" OriginalAmount="440.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="20.969469480086" Longitude="105.82692146301" StarRating="4" HotelCode="161944|muong_thanh_hanoi_hotel" HotelName="Muong Thanh Grand Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Unit CC2 Bac Linh Dam, Dai Kim Ward, Hoang Mai District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/56/5956cde10583977921ca4c1cd2a576f9ef7fdc1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the developing Bac Linh Dam region, south of Hanoi's centre, n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448.80" OriginalAmount="440.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03544634" Longitude="105.8471267" StarRating="3" HotelCode="753610|hanoian_elite_home_hotel" HotelName="Hanoian Elite Home Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Ga Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/2f/9d2fc1a30d3f69b5fa3825a16a384a4019d1be80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448.80" OriginalAmount="440.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03162857" Longitude="105.84844369" StarRating="3" HotelCode="773782|hanoi_la_castela_hotel" HotelName="La Castela Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Hang Manh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8bf50a786ef302bbc279a88550a0c11d249b60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.84" OriginalAmount="442.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01833197" Longitude="105.85041275" StarRating="4" HotelCode="626358|jb_serviced_apartment" HotelName="JB Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4 Trieu Viet Vuong Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/15/3915316ce0aeb6219a7edeb54714b8f4bb2ac779.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="452.88" OriginalAmount="444.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03400321" Longitude="105.81508854" StarRating="3" HotelCode="866305|fukurai_boutique_apartments_ha_noi" HotelName="Fukurai Boutique Apartments Ha Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Lieu Giai Street, 19 Alley, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/10/06104f4ccaaa538396841e7373cd7edb38fe8919.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.90" OriginalAmount="445.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="630642|dinh_ami_hanoi_hotel" HotelName="Dinh Ami Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lane 248 Hoang Ngan, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8bf50a786ef302bbc279a88550a0c11d249b60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a café, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="454.92" OriginalAmount="446.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03110007" Longitude="105.82947417" StarRating="2" HotelCode="346887|a25_hotel__giang_vo" HotelName="A25 Hotel 45B Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45B Giang Vo Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/02/0902bd9bb9f4279ba5a58f34030260ef042db353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="454.92" OriginalAmount="446.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03347714" Longitude="105.85006579" StarRating="4" HotelCode="757564|hanoi_lheritage_centre" HotelName="Hanoi L'heritage Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Internet,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14A Luong Van Can, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ae/81aea1ba7c888a665e5aff5508ac6f2f2709d74e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the cultural and political centre, an ideal location for business, shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="455.52" OriginalAmount="446.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0324287" Longitude="105.84642909" StarRating="3" HotelCode="382885|3472185" HotelName="Noble &amp; Swan Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.16H Duong Thanh street, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/04220/2204220/1.jpg?f=15616156</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.96" OriginalAmount="448.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.039968484681" Longitude="105.84563418651" StarRating="4" HotelCode="930851|skylark_hotel_4" HotelName="Skylark Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>15 Phan Dinh Phung Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/72/fa728c0bb18ab6baaf921d154c710829ce0fcf29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="457.87" OriginalAmount="448.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031451" Longitude="105.850372" StarRating="3" HotelCode="404116|1602618" HotelName="Centre Point Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Hang Hanh Street, Hang Trong Ward, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/447217/447217a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="457.91" OriginalAmount="448.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03420976" Longitude="105.84736321" StarRating="3" HotelCode="382882|2180485" HotelName="Hanoi Chic Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Bat Su Street, Hoan Kiem, Old Quarter, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/07660/2307660/38.jpg?f=15535698</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="459.00" OriginalAmount="450.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03165228" Longitude="105.85063384" StarRating="3" HotelCode="595824|splendid_hotel_spa" HotelName="Splendid Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hàng Hành, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/88/37884a543f592c9d2e1d09e4b6a239532d29e1a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.06" OriginalAmount="453.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.036494524528" Longitude="105.84703220279" StarRating="3" HotelCode="916013|tu_linh_palace_hotel" HotelName="Tu Linh Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2B Hang Ga, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/e5/dbe5f6b096961068f8d9021c75118ed70299ab64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="462.44" OriginalAmount="453.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01620663" Longitude="105.79927404" StarRating="3" HotelCode="855955|3429385" HotelName="Hotel The Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10,11 Trung Yen 6, Lot 3B, Trung Hoa, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/54/465431940dab5de995959d2a011acf40359e2145.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="468.18" OriginalAmount="459.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01943228" Longitude="105.85167732" StarRating="3" HotelCode="401578|camellia_1_hotel_2" HotelName="Hanoi Camellia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Pho Hue, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b2/87b21dcfaa3b2b1ac00468e444a96b46424cd228.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.22" OriginalAmount="461.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03519740641" Longitude="105.84901974107" StarRating="3" HotelCode="305343|church_boutique_hotel_49_lan_ong" HotelName="Church Boutique Hotel 49 Lan Ong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Lãn Ông Street, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/9a/c89a155f2c696cf2ee81fbcb69bed83e88967d0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.22" OriginalAmount="461.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031467" Longitude="105.85485" StarRating="3" HotelCode="900081|indochina_legend_hotel" HotelName="Hanoi Focus Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Lo Su, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cd/27/cd274c62cc927da6d5abf788af9349581a8ad16f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Hanoi on 40-42 Lo Su Street, within walking distance of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.24" OriginalAmount="462.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.08083826" Longitude="105.817462" StarRating="3" HotelCode="697362|hoa_dao_hotel_4" HotelName="Hoa Dao Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>713 Lac Long Quan, Phu Thuong, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/82/4f829e73224ad6bb13435bba0ea21e4aba0aeac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.26" OriginalAmount="463.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.030037056159" Longitude="105.8500009796" StarRating="3" HotelCode="383578|golden_sun_villa_hotel" HotelName="Golden Sun Villa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Hang Trong, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/57/96573d1c9ef5eb202e6ea6cd0d966fe2aaf8477a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="477.36" OriginalAmount="468.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="967799|bonsella_cozy_hotel" HotelName="Bonsella Cozy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Hai Tuong Lane, Ta Hien Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/95/619509c98f15a1bda13406f66b08c6134115c9ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="480.30" OriginalAmount="470.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.044137" Longitude="105.818322" StarRating="4" HotelCode="89210|322665" HotelName="Somerset West Lake Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>254D Thuy Khue Road, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/04/88043ffb39b28aced54ae5fc852b58f3bb334643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk from various shops, restaurants, bars and nightlife, and a 20-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="482.46" OriginalAmount="473.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.015244611493" Longitude="105.81330647402" StarRating="3" HotelCode="227154|capital_garden_hotel" HotelName="Capital Garden Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Hoang Ngoc Phach Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/2d/f32db56b45a03c8b310ed0f5ce39cf34e8a31e34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="484.50" OriginalAmount="475.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03382288" Longitude="105.84860435" StarRating="3" HotelCode="587255|luxury_old_quarter_hotel" HotelName="Luxury Old Quarter Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Hang Bo Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/92/c0927e17f73c4e0295b5128afd246ab185d393cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.54" OriginalAmount="477.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.033064504093" Longitude="105.85213625187" StarRating="3" HotelCode="402042|le_foyer_hotel" HotelName="Le Foyer Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Gia Ngu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e4/8ee41330f03a3b89c21da76bb4467dd27137b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.54" OriginalAmount="477.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.030283349594" Longitude="105.84827309008" StarRating="3" HotelCode="383604|blue_hanoi_inn_hotel" HotelName="Blue Hanoi Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>12B Chan Cam, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a0/13a005f7caae843de641e49bf178a20ba0d87d3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="489.95" OriginalAmount="480.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.008052574717" Longitude="105.8459214752" StarRating="3" HotelCode="316790|1244718" HotelName="Parkside Sunline Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>72-74 Dai Co Viet Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/47/ec4739c3dd3243f80e4c8826ddf62ced515af92b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="490.65" OriginalAmount="481.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.037122211941" Longitude="105.80179123738" StarRating="3" HotelCode="314287|1222658" HotelName="Sen Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118/26 Nguyen Khanh Toan Street, Cau Giay District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/13/ee13aed40ae95e61f9e7182fb4f1228c653ac1fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="491.99" OriginalAmount="482.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032046545319" Longitude="105.84805276744" StarRating="3" HotelCode="309528|1452918" HotelName="Serene Premier Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10c Yen Thai Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/fe/b2febb4bc0f401cb8fefd5e782bb224992964dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="492.36" OriginalAmount="482.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03242442" Longitude="105.78709336" StarRating="3" HotelCode="614844|3446575" HotelName="Inearth Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36D Dich Vong Hau Street, Cau Giay District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/83/19832855c933e390b93d3d6a32b3dd6533880228.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="492.44" OriginalAmount="482.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03232558" Longitude="105.78832995" StarRating="3" HotelCode="365516|1238378" HotelName="Luxeden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Currency Exchange,Designated Smoking Area,Housekeeping,Internet,Laundry,Restaurant,Shopping Arcade,Smoking Rooms,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Tran Thai Tong, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/b7/19b7504912da72ee3e6caa4db6f5edad3f217158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in newly developed area of Hanoi city, our boutique Luxeden hotel is a great access to many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="493.68" OriginalAmount="484.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01466136" Longitude="105.85099144" StarRating="2" HotelCode="369391|a25_hotel__mai_hac_de" HotelName="A25 Hotel 57 Mai Hac De" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Mai Hac De, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/6d/466d02ba42ae0744d26b633158b13dba40637364.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="493.68" OriginalAmount="484.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.033901185186" Longitude="105.85242106411" StarRating="3" HotelCode="517754|hoan_kiem_downtown_backpackers_hostel" HotelName="Gecko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Hang Bac Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/f3/50f35b62d441d28957fe4a283a20c4f0b9896104.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="493.83" OriginalAmount="484.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031283068466" Longitude="105.85460096684" StarRating="2" HotelCode="119072|1156338" HotelName="King Ly Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Ly Thai To, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/79/01793dd257a0f4ade199dc062e7e8c65b5ccd789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.69" OriginalAmount="485.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.036296479832" Longitude="105.85043370724" StarRating="4" HotelCode="166800|378475" HotelName="Hanoi Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>07 Ngo Gach Street, Hang Buom Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/c6/f1c65d970b61b6666c96beb6d2cfe48a67b6c6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a unique location on 07 Ngo Gach Street, a shopping street in the heart of Hanoi’s ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.80" OriginalAmount="490.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="20.994990051556" Longitude="105.86737237349" StarRating="3" HotelCode="496873|vinhomes_times_city_" HotelName="Vinhomes Times City Park Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>458 Minh Khai Hai Ba, Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/45/c145c86a4be4bacf5d2f6480fa1a6ca876261915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.80" OriginalAmount="490.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03475264" Longitude="105.85315061" StarRating="3" HotelCode="743961|hanoi_bella_rosa_trendy_hotel" HotelName="Hanoi Bella Rosa Trendy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Luong Ngoc Quyen Street, Hang Buom, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d1/8bd1f6fd81a53b012261b066b9f0b608b5e24f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="501.84" OriginalAmount="492.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031715098806" Longitude="105.85570961237" StarRating="3" HotelCode="904822|thaison_palace_hotel" HotelName="Thaison Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Hang Voi, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/68/61686ce9a162dd454a3c6de035fef2ab5a30b624.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.88" OriginalAmount="494.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.028575788417" Longitude="105.91933305958" StarRating="3" HotelCode="346760|garco_dragon_hotel_2" HotelName="Garco Dragon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>765A Nguyen Van Linh, Sai Dong Ward, Long Bien District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/7b/807b7309062b907ab79a767d15a2b2a4826d7993.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Garco Dragon Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel has...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="504.97" OriginalAmount="495.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="4" HotelCode="619522|2539795" HotelName="The Noble Swan Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Chan Cam Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/58/815890182085c57e016ffdb2640ed4fa8395e835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A safe, a restaurant, a café, a babysitting service, a childcare service, room service and a busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="505.92" OriginalAmount="496.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.021583999771" Longitude="105.84642309905" StarRating="1" HotelCode="346888|a25_hotel__lien_tri" HotelName="A25 Hotel 12 Lien Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Lien Tri Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/11/821108e59727e712c3fc27a6234084470f33bb37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="508.58" OriginalAmount="498.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.042103670601" Longitude="105.84541804327" StarRating="3" HotelCode="97516|1238438" HotelName="Adamas Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Nguyen Truong To Street, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/19/8f199639b847b22df448c800a128dcf018efe4d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="517.47" OriginalAmount="507.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.040061449294" Longitude="105.84519848829" StarRating="3" HotelCode="384311|1177818" HotelName="Dragon Pearl Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17E Phan Dinh Phung Street, Dong Xuan Market Area, Quan Thanh Ward, Hoan Kiem, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/cc/63ccf97a26a1a735f1b6d2d604ab5947f133e0f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="520.20" OriginalAmount="510.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.041233198292" Longitude="105.84442287683" StarRating="3" HotelCode="185777|santa_babara_hotel" HotelName="Santa Barbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Quan Thanh, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/4d/7d4dc613a26169b90d8130b00265372540123460.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within Hanoi’s trade, tourism and entertainment centres. It is located close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="521.22" OriginalAmount="511.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.021524" Longitude="105.843441" StarRating="3" HotelCode="101679|a25_hotel_15_tran_quoc_toan" HotelName="Rosaliza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Tran Quoc Toan Str., Hoan Kiem District, 10000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c4/f8/c4f8346cd99080e7bcaa9666a450eed3ff23241e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only ten minutes’ walk from the city centre, the hotel offers a great time with the best of services...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.82" OriginalAmount="512.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03479875" Longitude="105.8454925" StarRating="4" HotelCode="347712|2240565" HotelName="Bonne Nuit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>30A Cua Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4b/f54b07b7da551122067e850ee32038fb2ee46aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="524.28" OriginalAmount="514.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="20.99378748" Longitude="105.86905141" StarRating="0" HotelCode="984724|park_hill_times_city_apartment" HotelName="Vinhomes Times City - Park Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>458 Minh Khai, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/db/a5db090afe8a9bb22b30818af3e5d36ce4c78881.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="527.34" OriginalAmount="517.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04507957" Longitude="105.84110602" StarRating="2" HotelCode="600396|an_nguyen_building" HotelName="An Nguyen Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Nguyen Khac Hieu, Truc Bach, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ac/01ac84e0590e77855658b4a4da0a1d3a734300f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at An Nguyen Building in Hanoi (Ba Dinh), you'll be minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="534.48" OriginalAmount="524.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.028681" Longitude="105.84391743333" StarRating="3" HotelCode="148620|hanoi_street_hotel" HotelName="Hanoi Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>1 Cam Chi Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/47/e847a3f328c502db859d3250ce9218f99a1b8cfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="536.52" OriginalAmount="526.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03228568" Longitude="105.8533447" StarRating="3" HotelCode="590736|hanoi_bella_rosa_suite_hotel" HotelName="Hanoi Bella Rosa Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Cau Go Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/3a/5f3a8d8a0f01ec0721d6ce9e9685d784a14cbf2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="537.54" OriginalAmount="527.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03119128" Longitude="105.85656712" StarRating="3" HotelCode="585778|hanoi_pomihoa_hotel" HotelName="Hanoi Pomihoa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Tran Quang Khai Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/04/88043ffb39b28aced54ae5fc852b58f3bb334643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.62" OriginalAmount="531.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02909806" Longitude="105.84857181" StarRating="3" HotelCode="877979|s_central_hotel" HotelName="S Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Tho Xuong Lane, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/d2/b6d25a854b0f26c1fb195696386b55ddf218c9c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located less than 1 km from St. Joseph Cathedral, S Central Hotel in Hanoi offers rooms with air con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="543.28" OriginalAmount="532.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.013279068384" Longitude="105.84764097358" StarRating="3" HotelCode="346898|2012525" HotelName="Nesta Hanoi Hotel - To Hien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>73 To Hien Thanh Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/32/93323522735cc28ad5c4f7360eab0ad27065ba1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="543.66" OriginalAmount="533.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.043645" Longitude="105.841783" StarRating="3" HotelCode="141681|hong_ngoc_cochinchine" HotelName="Hong Ngoc Cochinchine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Diet Meals,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95-97 Nguyen Truong To Str., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/bc/64bc6f25e24724d580cdef021f0bf97ebb69d3cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the cultural and political centre, an ideal location for business, shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="545.70" OriginalAmount="535.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0314559" Longitude="105.85028899" StarRating="3" HotelCode="857474|la_paix_hotel" HotelName="La Paix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Hang Hanh, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/34/42343a128fb7629f0c0582e822df368c6be10018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="547.74" OriginalAmount="537.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031262603532" Longitude="105.85559706091" StarRating="3" HotelCode="619368|hanoi_babylon_garden_hotel_spa" HotelName="Hanoi Babylon Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Lo Su Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/88/6c88615e473c3495cc0c0b3b344280146d730656.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="548.18" OriginalAmount="537.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032379" Longitude="105.85131" StarRating="3" HotelCode="101674|874735" HotelName="Oriental Suites Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Dao Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df0f0c83c2d2bb977452a871fff3291444cb8b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the tourist and trade centre of Hanoi, the hotel is about 50 metres away from the Hoan Ki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="553.86" OriginalAmount="543.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.00425236" Longitude="105.73219574" StarRating="3" HotelCode="635844|oriana_hotel_2" HotelName="Oriana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>A10 L34 Gleximco Le Trong Tan, An Khanh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/06/f006845b53c4556e769bc93dcf64e757ebf30843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="563.04" OriginalAmount="552.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02938478" Longitude="105.80844749" StarRating="3" HotelCode="488614|sakura_hotel_3_2" HotelName="Sakura Hotel 3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>609 Kim Ma Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/90/a99059e8bafb64453ff13f3962559edf12bca70b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a safe and room service. Wireless internet access is ava...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="564.06" OriginalAmount="553.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.061893742693" Longitude="105.83064521725" StarRating="3" HotelCode="200499|wild_lotus_hotel" HotelName="Wild Lotus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Xuan Dieu, Tay Ho, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/06/7e06a240814bf1a9d94b43b18a8b7884167117af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="564.06" OriginalAmount="553.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.21941958" Longitude="105.78292502" StarRating="0" HotelCode="702218|friendly_airport_hotel" HotelName="Friendly Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/70/b370e07628cb55bb82d95486062beb49c44c3c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.03" OriginalAmount="553.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02182713" Longitude="105.81846229" StarRating="3" HotelCode="320707|3429015" HotelName="The Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6B Lang Ha Street, Ba Dinh District, Lang Ha-Giang Vo Convention Center, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/6a/9e6a8721e44b81e1847aa7d52d270d025ed88836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.04" OriginalAmount="553.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03211997" Longitude="105.85322973" StarRating="3" HotelCode="547848|2240535" HotelName="Bella Rosa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Cau Go Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/6b/ad6bf5d43ff5c4505fd54f32892a039a488d84c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.14" OriginalAmount="557.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03724438" Longitude="105.85139518" StarRating="3" HotelCode="148619|hanoi_paradise_hotel_2" HotelName="Hanoi Paradise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/01/e401ea1aabeacc62fee7e194bfd51bd0e35667c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="572.22" OriginalAmount="561.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031596" Longitude="105.848298" StarRating="3" HotelCode="119041|hong_ngoc_dynastie" HotelName="Hong Ngoc Dynastie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Diet Meals,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-34 Hành Manh Str., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/79/d979111106a6841d2e9b23da7355497db77c942d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi's Old Quarter, allowing guests to experience the essence...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="573.24" OriginalAmount="562.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.034697" Longitude="105.85418" StarRating="3" HotelCode="119033|golden_spring_hotel_2" HotelName="Hanoi Era Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Huu Huan Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/69/2a6909fbc742af954ba5bcf83552d56d92216759.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of the Old Quarter in the heart of Hanoi, and is within wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="573.54" OriginalAmount="562.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01205032" Longitude="105.77207965" StarRating="3" HotelCode="636286|2513335" HotelName="Top Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Le Quang Dao, Phu Do, Nam Tu Liem, Ha Noi, Hanoi 129400</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f4/68f45357b4f5280f367ff0b2bc6b45205bb286be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.26" OriginalAmount="563.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032577222046" Longitude="105.85181096157" StarRating="2" HotelCode="347038|hanoi_central_hotel" HotelName="Rendezvous Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36B Dinh Liet Street, Hoan Kiem District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/df/37df539270566849501e1aeafa283aa51b1db114.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.28" OriginalAmount="564.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03195068" Longitude="105.84792204" StarRating="3" HotelCode="595764|little_hanoi_deluxe_hotel" HotelName="Little Hanoi Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Yen Thai, Hang Manh, HoanKiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/27/bc27d3894f09a2db65ab7dafc7ddf90ae239eca5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="579.28" OriginalAmount="567.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.033771" Longitude="105.847966" StarRating="3" HotelCode="68342|569565" HotelName="Quoc Hoa Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Bat Dan Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/44/6f44adbeafd1bb679edcd69bc67b96a9b201a2bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Hanoi. Its setting is especially ideal for gues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="580.84" OriginalAmount="569.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01588435234" Longitude="105.85787151559" StarRating="4" HotelCode="320046|1589158" HotelName="The Ann" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>38A Hang Chuoi, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/eaf49b31d801de4a/cd/cd294156dfff92cd/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="584.46" OriginalAmount="573.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.042059" Longitude="105.846887" StarRating="3" HotelCode="928655|chalcedony_hotel" HotelName="Chalcedony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Nguyen Truong To, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/29/6c29429f0eed5ba24a119ddb14ddaf5d0550819c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="592.62" OriginalAmount="581.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03229823" Longitude="105.85246642" StarRating="3" HotelCode="590985|maro_hotel" HotelName="Maro Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Cau Go Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/ee/cceef228296f2493070fc6cfa325b8daea852bc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.66" OriginalAmount="583.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01980918" Longitude="105.85601028" StarRating="4" HotelCode="563518|the_lapis_hotel" HotelName="The Lapis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Tran Hung Dao Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/13/89138559d68e49dfd365d06ac0c7bd9ff01cfcc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="596.50" OriginalAmount="584.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032603058401" Longitude="105.84927215508" StarRating="3" HotelCode="347108|1229338" HotelName="Golden Sun Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Quat, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/15574/1915574/1.jpg?f=15473571</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="601.42" OriginalAmount="589.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.21338583" Longitude="105.80329869" StarRating="1" HotelCode="412609|1783068" HotelName="VATC SleepPod Terminal 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Elevator,Housekeeping,Internet,LCD/Projector,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd and 3rd Floor, Terminal 1, Noi Bai International Airport, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/d5/f9d5b26f9a1d5821188cc9d2ebb6361334e5a498.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at VATC SleepPod Terminal 1 in Hanoi (Phu Cuong), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="608.94" OriginalAmount="597.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03573543" Longitude="105.8512021" StarRating="3" HotelCode="382861|mk_premier_boutique_hotel" HotelName="MK Premier Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 – 74 Hang Buom Street, Hoan Kiem District, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/76/3f76259e5fa9339b70968ea084cb2e1568e8c3bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="609.96" OriginalAmount="598.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.030111919784" Longitude="105.85049276383" StarRating="3" HotelCode="347845|sunline_hotel" HotelName="Sunline Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Ngo Bao Khanh, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b6/d2b6dc0c0707a8b94cde4647bc6b61849fe2ba10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="612.00" OriginalAmount="600.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031358" Longitude="105.850244" StarRating="3" HotelCode="167048|hanoi_imperial_hotel" HotelName="Hanoi Imperial Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Hanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/d7/d4d7a0ea1c00ca84d4dcd854631cd46f8944a294.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="614.04" OriginalAmount="602.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03081145" Longitude="105.84942504" StarRating="3" HotelCode="368705|meracus_hotel_2" HotelName="Meracus Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Hang Trong street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/5e/185e003b4bede8e8003173bdf308e6194b518d2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="615.06" OriginalAmount="603.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02901807" Longitude="105.84841968" StarRating="3" HotelCode="854133|splendid_pearlight_hotel" HotelName="Splendid Pearlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18b Tho Xuong Lane, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/d8/98d824ac720a0437dbd2bfb6546fdfc14c00ea2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Hanoi. The premises count with 25 welcoming guests rooms. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="621.18" OriginalAmount="609.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03126" Longitude="105.85515" StarRating="4" HotelCode="518376|hanoi_emerald_waters_hotel_spa" HotelName="Hanoi Emerald Waters Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Lo Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/9b/419ba178a587216753b601b400c45882ad8d9d51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="622.20" OriginalAmount="610.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.024908105225" Longitude="105.81899803386" StarRating="4" HotelCode="309535|rose_garden_residences" HotelName="Rose Garden Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>170 Ngoc Khánh, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/32/b732689f007079848102dcf4f8c8375389a4874d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="625.26" OriginalAmount="613.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031628163866" Longitude="105.84963032832" StarRating="3" HotelCode="303735|silk_queen_hotel" HotelName="Silk Queen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Hang Gai Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/d0/fad0b5842dfa778c006357239a75e9d6bd88c7d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="625.55" OriginalAmount="613.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.000706768788" Longitude="105.87107199755" StarRating="4" HotelCode="347534|1720308" HotelName="Hanoi Sahul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>684 Minh Khai, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/65/676520a2234cbeb11822c3179f1c40eef17f8ac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="626.28" OriginalAmount="614.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03083093" Longitude="105.84817936" StarRating="3" HotelCode="727912|king_palace_hotel_spa" HotelName="King Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>45 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/c1/8cc1554859921c7bab8f242f762e32e1370cb763.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="626.28" OriginalAmount="614.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.033835666667" Longitude="105.847931" StarRating="3" HotelCode="916025|indochina_queen_hotel_ii" HotelName="The Queen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Thuoc Bac Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d1/b7d1a8c3138b11f51d5607bfc5858204d58619db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="626.28" OriginalAmount="614.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032169" Longitude="105.853696" StarRating="3" HotelCode="916028|hanoi_a1_hotel" HotelName="Hanoi A1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 1 C?u G? Street, Hoàn Ki?m District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/06/8b06c536b9362c7829addacf780a7e75d7b44892.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="631.38" OriginalAmount="619.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02740216" Longitude="105.85751843" StarRating="3" HotelCode="753370|grand_cititel_hanoi_hotel" HotelName="Grand Cititel Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13B Tong Dan, Trang Tien Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/c9/f2c9f4c44459772bab8753065a600a79caaba473.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="632.40" OriginalAmount="620.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04089903" Longitude="105.87742425" StarRating="3" HotelCode="585982|hotel_du_monde" HotelName="Hotel Du Monde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Hoang Nhu Tiep, Long Bien, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/47/f5479b06f12c97dc04a454d94132a3cab8e07a2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="634.44" OriginalAmount="622.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.027671" Longitude="105.858049" StarRating="3" HotelCode="260730|hong_ha" HotelName="Hong Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>204 Tran Quang Khai, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9a/4c9a77bb0a61b33e99b17cd431f8625bd6775f37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="635.46" OriginalAmount="623.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.034555985622" Longitude="105.85352011266" StarRating="2" HotelCode="309526|hanoi_guesthouse" HotelName="Hanoi Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Ma May Street, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/7a/6d7acb5beadc724b7a2616b92908557cb8ce616c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 20 rooms. A restaurant, a dining area and room service are available ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="637.50" OriginalAmount="625.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.035045487656" Longitude="105.84693037589" StarRating="3" HotelCode="171251|lantern_hanoi_hotel" HotelName="Hanoi Starlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Ga, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/6c/706c233da000e3f8870cc9b89f75b871d6c745c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the Old Quarter, the most ancient commercial centre. It is situated ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="645.40" OriginalAmount="632.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03094311" Longitude="105.84844947" StarRating="3" HotelCode="727151|3437185" HotelName="Haibay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Bong, Hang Gai, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/9b/c89b3013a3df8d2986dd1d43c249dbd5433e81e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="648.65" OriginalAmount="635.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031688" Longitude="105.849677" StarRating="3" HotelCode="186954|1074808" HotelName="Church Boutique Hotel - Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Gai, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/309213/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="655.86" OriginalAmount="643.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.042062" Longitude="105.845758" StarRating="3" HotelCode="33039|thien_thai_hotel" HotelName="Babylon Grand Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45-47 Nguyen Truong To Street, Ba Ðinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/276978073f5ae4a1a0785ac97abfc48fdc5fec30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="657.90" OriginalAmount="645.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02877005" Longitude="105.84816969" StarRating="3" HotelCode="630776|conifer_grand_hotel" HotelName="Conifer Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Tho Xuong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/54/61548b0098fd33e54a76f1bd7206d7bc48aef5b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="659.94" OriginalAmount="647.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02438" Longitude="105.810514" StarRating="4" HotelCode="68041|baoson_international_hotel" HotelName="Bao Son" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Nguyen Chi Thanh Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/df/2cdf76516e2ad2549ec1471fce5e8c4e73e89ae1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the diplomatic area, near to government offices, and cultural and tourist at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="661.38" OriginalAmount="648.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.043020590492" Longitude="105.84347069263" StarRating="3" HotelCode="176880|1075378" HotelName="La Belle Vie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 105 Nguyen Truong To Street, Ba Dinh Dist., Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/79/4c792000c1ce6a54da6aca530a915dabe5c25d0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="662.46" OriginalAmount="649.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03246347" Longitude="105.85309782" StarRating="3" HotelCode="630877|3426625" HotelName="Trang Trang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Cau Go Market Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/8b/f68be531dda342a7b65c97da2fd1fa1f6accca82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="662.77" OriginalAmount="649.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.212919771464" Longitude="105.8026518907" StarRating="1" HotelCode="393191|1807408" HotelName="VATC SleepPod Terminal 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Elevator,Internet,Luggage Storage,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd floor, Terminal 2, Noi Bai Internatinal Airport, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f8/f3f859d6d9a1355fce668ed9b142710674faa3d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at VATC SleepPod Terminal 2 in Hanoi (Phu Cuong), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="665.04" OriginalAmount="652.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="984733|full_house_times_city" HotelName="Full House Times City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>458 Minh Khai, Times City, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/b8/16b87dc3e3c7b53b2e0637ce41e885f3751732af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="667.71" OriginalAmount="654.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02532871" Longitude="105.84576649" StarRating="3" HotelCode="459149|1940115" HotelName="Lenid Hotel Tho Nhuom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Tho Nhuom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/d1/2fd1e24dc7cefef4fdaa792c137234494611dc7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="669.12" OriginalAmount="656.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03975744" Longitude="105.84785153" StarRating="2" HotelCode="600349|an_hotel_3" HotelName="An Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Hang Giay, Dong Xuan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/2c/692cc52fc23221c07ec8e17cad16362736010929.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Hanoi (Hoan Kiem), An Hotel is minutes from Hang Dau Water Tower ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="670.14" OriginalAmount="657.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02925704" Longitude="105.84634929" StarRating="3" HotelCode="376062|hanoi_lotus_boutique_hotel_2" HotelName="Hanoi Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Hoi Vu Street, Old Quarter, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/86/f386160190f8f995fda3b232f548378f1ec65eb2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Hanoi, this boutique hotel is ideal for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.34" OriginalAmount="667.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02767898" Longitude="105.84448006" StarRating="3" HotelCode="955228|acoustic_hotel_spa" HotelName="Acoustic Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Tho Nhuom Hoan Kiem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9c/b59c49edf242dec721309154e899d27f2654ad57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="681.76" OriginalAmount="668.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.019006662168" Longitude="105.85417807102" StarRating="4" HotelCode="18080|34084" HotelName="Sunway" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Pham Dinh Ho Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/fe/e3fe42be16fc838b16d97a5527b5ceb04c6b9751.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, located in the heart of the city, is just 45 minutes away from Noi Bai International Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="682.05" OriginalAmount="668.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04366" Longitude="105.841775" StarRating="4" HotelCode="900190|568585" HotelName="Flower Garden Hanoi Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Nguyen Truong To Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d5/35d5f798090f860ca90fda1d650a9527aec12453.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location offers easy access for tourist buses. From the hotel it is only 5 minutes to the Old Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="683.40" OriginalAmount="670.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.019419778503" Longitude="105.84195792675" StarRating="3" HotelCode="185704|duy_anh" HotelName="Duy Anh Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 4 Vu Huu Loi, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/7b/c07bbce8702d2021a47750b431b10409cb888fcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the business, shopping and finance centre of Hai Ba Trung District, the hotel is on a small a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="683.40" OriginalAmount="670.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031289722468" Longitude="105.84710729852" StarRating="2" HotelCode="210746|nam_hai_hotel" HotelName="Hanoi Marvellous Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Duong Thanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/75/f17545f8b0f06f624395cfc82510c43c14d48834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="685.44" OriginalAmount="672.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03477057" Longitude="105.85306443" StarRating="3" HotelCode="619807|hanoi_nostalgia_hotel_spa" HotelName="Hanoi Nostalgia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Luong Ngoc Quyen Street, Hoan Kie, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4f/024f9a940db960fbeb1bb06f2bcc88039dbece98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="686.46" OriginalAmount="673.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02893733216" Longitude="105.85012844048" StarRating="3" HotelCode="305342|church_boutique_hotel_nha_tho" HotelName="Church Boutique Hotel Nha Tho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.9 Nhà Th?, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/9b/889b32baf44cad83bf6a6480e5d39bdfab7a9ef3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="686.61" OriginalAmount="673.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032074354266" Longitude="105.84580555558" StarRating="3" HotelCode="185706|2063495" HotelName="Hanoi La Siesta Trendy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Nguyen Quang Bich Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/83/0083b7f2b697422d6402668e793609515cd1d58d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a historic and charming street of Old Quarter Hanoi, the hotel is a convenient place wher...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="688.50" OriginalAmount="675.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03062004" Longitude="105.84162015" StarRating="4" HotelCode="773681|asian_ruby_hotel" HotelName="O’Gallery Majestic Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38A Tran Phu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/29/0c2998db9ac07c22eb5b8a93359d0bc4b3c797e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="691.56" OriginalAmount="678.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03234881" Longitude="105.85383461" StarRating="0" HotelCode="965461|delicacy_central_hotel_spa" HotelName="Delicacy Central Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Hang Be, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/41/15413bbe98aa4fc94004afcdf2e3beb8d7f1a933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="698.70" OriginalAmount="685.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03478597075" Longitude="105.85274132788" StarRating="2" HotelCode="309523|hanoi_discovery_hotel" HotelName="Hanoi Discovery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Lane, 22 Luong Ngoc Quyen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/03/ed031129e237a5ff51daee971b15932e146e3ff4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="700.93" OriginalAmount="687.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03652032" Longitude="105.81473331" StarRating="3" HotelCode="374456|1729458" HotelName="Sakura Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>16 Lieu Giai Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/a1/7aa15d0bd372458cbfad00c2440be98b621965ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="701.54" OriginalAmount="687.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02316524" Longitude="105.84820587" StarRating="3" HotelCode="554106|2271805" HotelName="Kuretakeso Tho Nhuom 84" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Tho Nhuom, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b1/8eb16a0ad87448368a56afa6dc2b0c9de0dc3ea3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a safe, a restaurant, a café, a bar and room service. Wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="702.78" OriginalAmount="689.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03430223" Longitude="105.84770416" StarRating="3" HotelCode="585823|queen_light_hotel" HotelName="Queen Light Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Phen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/17/d017562740bc2ae2d0a4cd8049833790e8802c2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="706.86" OriginalAmount="693.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.034719823682" Longitude="105.84742881594" StarRating="3" HotelCode="314295|icon_36_hotel_residence" HotelName="Icon 36 Hotel And Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35-37 Bat Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/97/64972741755eed62e4a181bb53e69c6c8b52183e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="707.66" OriginalAmount="693.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01714386884" Longitude="105.84862589836" StarRating="3" HotelCode="23147|2513795" HotelName="Ocean Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Tran Nhan Tong Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/b2/fab2d9de8e2f82983636dc05edc3dac2c4942e71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="709.92" OriginalAmount="696.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02835464" Longitude="105.84982798" StarRating="3" HotelCode="489450|the_chi_boutique_hotel" HotelName="The Chi Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Nha Chung Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7b/cb7b6967d8a93d1d1a997e9ec2f400def1fc78de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="711.96" OriginalAmount="698.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="20.98383482" Longitude="105.77178113" StarRating="3" HotelCode="946946|wyndham_garden_hanoi" HotelName="Wyndham Garden Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HH01 To Huu Street, Van Phuc Ward, Ha Noi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/25/0725758858f0781104e02e5e7c8bf8b6603a6ade.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="712.98" OriginalAmount="699.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01581305" Longitude="105.85797849" StarRating="3" HotelCode="386044|atlanta_residences" HotelName="Atlanta Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Hang Chuoi, Hai BaTrung District, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/63/4d631f85ae637985318736d659b8622f2554caec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="723.18" OriginalAmount="709.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03074" Longitude="105.85007" StarRating="4" HotelCode="119054|hanoi_pearl_hotel" HotelName="Hanoi Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Bao Khanh Lane, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/86/e2862c85c84ed3a8946679677b3b614a98ad248c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="723.18" OriginalAmount="709.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03557247" Longitude="105.81846668" StarRating="4" HotelCode="346889|candle_hotel_hanoi" HotelName="SUPER HOTEL Candle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>287-300 Doi Can Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/6e/176e947e275274de375234d5aae7becdb421be1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="723.18" OriginalAmount="709.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03435854" Longitude="105.85471445" StarRating="0" HotelCode="967514|aha_commencer_hotel_hanoi" HotelName="Commencer Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Hang Muoi, Ly Thai To, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/cb/2ccbbcdab5d40435e15037f8f8a67fe2a66c2886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="724.20" OriginalAmount="710.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.028460480264" Longitude="105.8483093977" StarRating="3" HotelCode="167041|splendid_jupiter_hotel" HotelName="Splendid Holiday Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 16 Tho Xuong Lane, Au Trieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a3/e8a3f9369c799243e03e8090778985b31a51e7b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="733.38" OriginalAmount="719.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02962377" Longitude="105.8457699" StarRating="4" HotelCode="525728|the_light_hotel" HotelName="The Light Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>128-130 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/55/ac5553fdfe4a50d90067b1ea0d20670077e85f01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="739.50" OriginalAmount="725.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029066345407" Longitude="105.84849715233" StarRating="3" HotelCode="167792|splendid_star_grand_hotel" HotelName="Splendid Star Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Tho Xuong Lane, Au Trieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/0f/f70fe64b4e912d449162b0a5678d844d229e7992.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="747.66" OriginalAmount="733.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0669955" Longitude="105.82014922" StarRating="4" HotelCode="82057|sedona_suites_hanoi" HotelName="Diamond Westlake Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 To Ngoc Van Street, Quang An, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/8f/158f656ab3682d0e70413799b82876d0451b07a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="748.68" OriginalAmount="734.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01758132" Longitude="105.77815132" StarRating="3" HotelCode="754747|blubiz_hotel_my_dinh" HotelName="Blubiz Hotel My Dinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Tran Van Lai Street, Lane 2, My Dinh, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/03/dd030988019be2d1f11860a35456679052e3d2d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Blubiz Hotel My Dinh in Hanoi, you'll be within a 10-minute drive of My Dinh National...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="760.92" OriginalAmount="746.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.037069" Longitude="105.852273" StarRating="3" HotelCode="167036|hanoi_asia_star_hotel" HotelName="Hanoi Old Quarter Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Dao Duy Tu str, Hoan Kiem Dist, 00844 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/95/0195dc6952aae69ce13035840378631ad3388b1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Hanoi. Its setting is especially ideal for gues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="762.41" OriginalAmount="747.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="600909|2513325" HotelName="Hotel Mai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Alley 2, Tran Van Lai, My Dinh, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/bc/9ebc23e357b6b86a988bc7f013e8c205decacc48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="767.04" OriginalAmount="752.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.025175747028" Longitude="105.85707485676" StarRating="3" HotelCode="162435|conifer_boutique_hotel" HotelName="Conifer Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Ly Dao Thanh Street, Trang Tien, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1e/aa1e831f0b8504b8c088cfbbc4a592254047c74e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="778.11" OriginalAmount="762.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03302032" Longitude="105.85236311" StarRating="3" HotelCode="773688|2513035" HotelName="Rex Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Gia Ngu Street, Hang Bac Ward, Hoan Kiem Ward, Quan Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/56/5156b17aadcf0c241d27ee838f8df0cca890ebf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="782.34" OriginalAmount="767.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03704281" Longitude="105.85086957" StarRating="2" HotelCode="628843|babylon_garden_hostel" HotelName="Babylon Garden Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>53 Hang Chieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/47/60472ddeae1ec116bfd195f6b92237f83fe0e31d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="801.72" OriginalAmount="786.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.028874539307" Longitude="105.84468323314" StarRating="4" HotelCode="162437|silk_path_hotel" HotelName="Silk Path Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>195-199 Hang Bong street, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/83/1883355b1b5186d074d9d0908670d6987b6839a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated adjacent to the Hanoi Old Quarter in the city centre, on a quiet street just within view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="805.80" OriginalAmount="790.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04035338" Longitude="105.84202423" StarRating="4" HotelCode="385484|army_hotel" HotelName="Army Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1A Nguyen Tri Phuong Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/86/4b863b888ce949b45bc925f248a31c36eae06959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="807.84" OriginalAmount="792.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031742141695" Longitude="105.78191740053" StarRating="4" HotelCode="346810|my_way_hotel__residence" HotelName="My Way Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>So 2 Pho Duy Tan, Ngo 86, Quan Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/5e/f95e6b80ce86d0b9bdca450934a6699fe04bd298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="813.74" OriginalAmount="797.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03895012" Longitude="105.80185028" StarRating="4" HotelCode="882757|3427705" HotelName="Sen Grand Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20/118 Nguyen Khanh Toan Street, Cau Giay District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/54/405470ed2b41bebeaf61f2c790fd0c06bb4a5b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="820.08" OriginalAmount="804.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01954" Longitude="105.85633" StarRating="3" HotelCode="401997|de_syloia_hanoi_hotel" HotelName="De Syloia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>17 Tr?n Hung Ð?o, Phan Chu Trinh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/44/1c44aed15fa313c49f28fcebfcfba820557543ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="821.10" OriginalAmount="805.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031502298997" Longitude="105.85490494967" StarRating="3" HotelCode="167043|hanoi_elegance_diamond_hotel_2" HotelName="Hanoi La Siesta Diamond Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Lo Su Street, Hoan Kiem District, Hanoi, Old Quarter</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/82/a8826b162a49199db0aa56733276ec54cbe9bc6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="821.12" OriginalAmount="805.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032071068806" Longitude="105.84811819263" StarRating="3" HotelCode="435909|3446035" HotelName="Golden Moon Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12A Hang Manh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/21804/3621804/1.jpg?f=15494688</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="824.49" OriginalAmount="808.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.026045" Longitude="105.841609" StarRating="4" HotelCode="899853|141594" HotelName="Mercure La Gare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94 Ly Thuong Kiet Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/5f/cf5ff5d2b8e57b59690f65c5429cf041286e87e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within easy walking distance of both the ancient Old Quarter and the city's bus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="828.24" OriginalAmount="812.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03540986" Longitude="105.85293116" StarRating="3" HotelCode="615397|hanoi_allure_hotel" HotelName="Hanoi Allure Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>52 Dao Duy Tu street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/52/4452d6f44596f0ec2160d26cce0a04dfd8137a18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="830.28" OriginalAmount="814.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.018417669464" Longitude="105.84974383496" StarRating="3" HotelCode="915997|azumaya_hai_ba_trung_1_hotel" HotelName="Ocean Hotel II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Bui Thi Xuan Street, Hai Ba Trung District, Hanoi City Centre, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/45/194529e7a64326b55886e2e17c320d9286be63d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="831.30" OriginalAmount="815.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03141391" Longitude="105.85489896" StarRating="4" HotelCode="565844|silk_queen_grand_hotel" HotelName="Silk Queen Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Lo Su Str, Hoan Kiem Dist., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/2a/182a4e9a6169887ff55c3c9aeaeefac9bf3165eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="842.52" OriginalAmount="826.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.042391939682" Longitude="105.84496070717" StarRating="3" HotelCode="347091|thang_long_espana_hotel" HotelName="Thang Long Espana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Nguyen Truong To Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/fa/2ffa2c8263efc7c55cb3ba5b43ec99a4fa8c5173.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="842.52" OriginalAmount="826.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.062309541229" Longitude="105.82424141914" StarRating="5" HotelCode="383579|elegant_suites_westlake" HotelName="Elegant Suites Westlake" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10B Dang Thai Mai Street, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/8c/668ca671d20562e0558ba65e3294950d7ea20456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="848.64" OriginalAmount="832.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03365915" Longitude="105.81100748" StarRating="3" HotelCode="587009|momizi_business_hotel" HotelName="Momizi Business Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Nguyen Van Ngoc Street, Lane 24, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/85/b08539669154767404b102ad4d9090f09f3f3386.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="853.68" OriginalAmount="836.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031596246961" Longitude="105.8496121355" StarRating="3" HotelCode="373468|1250848" HotelName="Church Boutique 58 Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Spa">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Gai, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/475381/475381a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="871.08" OriginalAmount="854.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.030477959338" Longitude="105.8496825186" StarRating="3" HotelCode="306556|hanoi_morgans_hotel_2" HotelName="Hanoi Brilliant Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Trong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d7/31d73ebdeb3bd9bb42a27789fc6bedc6084e3b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="885.04" OriginalAmount="867.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.021298" Longitude="105.817938" StarRating="4" HotelCode="65455|103822" HotelName="Fortuna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6B Lang Ha Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/a5/17a5a0ccb6f0312421c1bd03658bb8b8a4c75399.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located right in the heart of Hanoi's business, governmental and diplomatic district, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="894.54" OriginalAmount="877.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.04314575" Longitude="105.84384281" StarRating="0" HotelCode="956584|hanoi_le_jardin_hotel_spa" HotelName="Hanoi Le Jardin Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46A Nguyen Truong To, Ba Dinh, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/a7/7aa786d8a07cefe6cdf8cfc291502f90fffa3e99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="894.54" OriginalAmount="877.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0375833" Longitude="105.8473811" StarRating="3" HotelCode="916016|hanoi_moment_hotel_ii" HotelName="Hanoi Moment Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Hang Cot Street, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/07/0107fd6cb1b6aba63357f9dc6385e08028d03c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="898.62" OriginalAmount="881.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="808495|hanoian_lakeside_hotel" HotelName="Paper Map" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Cau Go, Phuong Hang B?c, Quan Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/38/8e38fe00741fadbb482e277b7a0801e2582736ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="914.94" OriginalAmount="897.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03220436" Longitude="105.8546803" StarRating="3" HotelCode="620235|sunline_paon_hotel" HotelName="Sunline Paon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Thung, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/88/3988b90e6a726d48eb7f7e3458a54f6c150638c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="921.06" OriginalAmount="903.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.028389617299" Longitude="105.85737579884" StarRating="3" HotelCode="72563|thang_long_opera_hotel" HotelName="Thang Long Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1c Tong Dan Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/1f/751fd6db37dc5c2fada9d673865be7c28fea49c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="922.32" OriginalAmount="904.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.030654" Longitude="105.850192" StarRating="4" HotelCode="305362|1071048" HotelName="The Palmy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>4A-4B Bao Khanh Street, Hàng Tr?ng, Hoan Kiem District, Ha Noi Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/9a/e19a9b014896af3d1ed3384f2bf6903ba31b5e0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="925.14" OriginalAmount="907.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031988950713" Longitude="105.84849056316" StarRating="3" HotelCode="305347|hanoi_chic_hotel" HotelName="Hanoi Chic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Hang Hom Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/79/7a79d8ef289ea8524a33021723f394bbb0716398.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="925.93" OriginalAmount="907.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03050341" Longitude="105.81206832" StarRating="3" HotelCode="452172|2011835" HotelName="Daeha Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>360 Kim Ma Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/2b/842b8af0257a062cd8be06bdd0fa43ebdddc98e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="929.26" OriginalAmount="911.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03097845" Longitude="105.84666771" StarRating="4" HotelCode="738574|2512925" HotelName="Jm Marvel Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Hang Da, Hanoi 100000, Hoan Kiem</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/65/9e65d3b0247e7d7ee36d6357413ae0f8d846ac78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="944.52" OriginalAmount="926.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03422696517" Longitude="105.85340662698" StarRating="4" HotelCode="935740|hanoi_la_siesta_hotel__spa" HotelName="Hanoi La Siesta Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>94 Ma May Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/45/b5452255e13f839e3acfa8e911ca3b65d131f16d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="954.33" OriginalAmount="935.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.034536685241" Longitude="105.84736308128" StarRating="4" HotelCode="375408|1896315" HotelName="Hanoi Peridot Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Bat Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/576247/576247a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="964.92" OriginalAmount="946.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.030732035421" Longitude="105.85390530919" StarRating="3" HotelCode="167049|hanoi_royal_view_hotel" HotelName="Amorita Boutique Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Hang Dau Street, Hang Bac Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a9/d4a9e961929b0c43959ab4f949208e5749f47531.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new and modern hotel is located right in the central Hanoi Old Quarter. It only takes guests 2 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="976.82" OriginalAmount="957.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.030278590629" Longitude="105.85079418289" StarRating="3" HotelCode="309517|1249868" HotelName="Bonsella Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>03 Bao Khanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/bb/dfbb665f672315eefc93b1e5c7179a48ed78dc5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 26 rooms. Services and facilities at the hotel include a restaurant, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="987.07" OriginalAmount="967.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031512313112" Longitude="105.8493950218" StarRating="4" HotelCode="186797|1072908" HotelName="Golden Silk Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109-111 Hang Gai Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/1e/131e7ffe58549aeb68fc552d750d5ac239aa0676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="995.52" OriginalAmount="976.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.033021933328" Longitude="105.85351288319" StarRating="3" HotelCode="904829|hanoi_tirant_hotel" HotelName="Tirant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Gia Ngu street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/df/17df3b89359653286b8d614d4322cb1d949f0894.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Hanoi, Vietnam. Centrally located in the Old Quarter and Hoam Kiem Lake are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1013.49" OriginalAmount="993.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03756426" Longitude="105.84706358" StarRating="3" HotelCode="587035|2302495" HotelName="The Hanoian Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hang Cot Street 42A, Hanoi Old Quarter, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/16548/2116548/42.jpg?f=15600033</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1023.06" OriginalAmount="1003.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.030856" Longitude="105.849419" StarRating="3" HotelCode="178447|golden_rice_hotel_hanoi" HotelName="Golden Rice Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Trong Street, Hoan Klem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6a/da6a5110a7df8f846e938549e4053a74a075fdc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1040.34" OriginalAmount="1019.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.027769490565" Longitude="105.82154095173" StarRating="4" HotelCode="59862|34024" HotelName="Hanoi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>D8 Giang Vo Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/112502/112502a_hb_a_057.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1045.50" OriginalAmount="1025.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03066" Longitude="105.812056" StarRating="5" HotelCode="401999|hanoi_daewoo_hotel_hanoi" HotelName="Hanoi Daewoo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>360 Kim Ma Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/84/c7847a3ed95ffeda6a8509e1d67130bf0f4b8050.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the rapidly developing commercial and diplomatic Ba Dinh district of Hanoi, and part of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1066.92" OriginalAmount="1046.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.033471625874" Longitude="105.85442424785" StarRating="3" HotelCode="167053|hanoi_golden_moon_hotel" HotelName="Golden Moon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Nguyen Huu Huan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/dd/14dda8a7855109a36eb70d975ba7ad71d4de8166.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1078.61" OriginalAmount="1057.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01727376" Longitude="105.82902247" StarRating="3" HotelCode="554552|2334785" HotelName="Dream Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Nguyen Luong Bang, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/6a/4d6a39e18eb74152d14e2d9083f8cfe638b40367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a safe, a restaurant, a tran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1091.40" OriginalAmount="1070.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.030595653929" Longitude="105.78542627109" StarRating="4" HotelCode="435940|novotel_suites_hanoi" HotelName="Novotel Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Duy Tan Street, Cau Giay, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/7c/ee7cdab4949bf3928142b5c544c45c91f586feb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1101.08" OriginalAmount="1079.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.031448" Longitude="105.854929" StarRating="3" HotelCode="167047|1450248" HotelName="Hanoi E Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Lo Su, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/fb/7bfb6c79787f4ba390454fd73384f04acb412b8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the Old Quarter, offering easy access to many famous places, such ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1105.13" OriginalAmount="1083.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0025129" Longitude="105.79400529" StarRating="3" HotelCode="781409|3457285" HotelName="Roygent Parks Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>289 Khuat Duy Tien, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/aa/ecaa7d9c3a870f81374d6286757e7b8ba01a8742.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.00" OriginalAmount="1100.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.023538269368" Longitude="105.8478573875" StarRating="4" HotelCode="347865|muong_thanh_hanoi_centre_hotel" HotelName="Muong Thanh Hanoi Centre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>78 Tho Nhuom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9f/8e9f8a7f460562e38f8f0744c5119bdd6005d8a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1142.40" OriginalAmount="1120.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="983620|la_sinfonia_del_rey_hotel_spa" HotelName="La Sinfonía Del Rey Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Hang Dau Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/5b/c25bf49ef1c8bd245d58f2dbe2eb639c6af93ce0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1151.58" OriginalAmount="1129.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0330210902" Longitude="105.85388293799" StarRating="3" HotelCode="119039|la_siesta_premium_hang_be" HotelName="Annam Legend Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Be, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/ee/cfee93c70b26c19fc6bb0f17c31f803472966b18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the centre of Hanoi's Old Quarter, the hotel is surrounded by the most famous sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1158.72" OriginalAmount="1136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.018691190741" Longitude="105.85644721985" StarRating="3" HotelCode="166803|may_de_ville_hotel" HotelName="May de Ville City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Han Thuyen Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/fe/d7fe4a5dd488c2673a4057b1a55549b2d891d4e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated adjacent to the Hanoi Opera House in the city centre. It is set on a quiet str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1194.42" OriginalAmount="1171.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.01697593" Longitude="105.7831085" StarRating="4" HotelCode="510090|calidas_landmark72_royal_residence" HotelName="Landmark72" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plot E6, Cau Giay New Urban Area, Me Tri, Tu Liem, Dich Vong Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/81/d78152c523555671b0d4ffcd526405e87830ead1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1196.46" OriginalAmount="1173.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="985522|babylon_premium_hotel_spa" HotelName="Babylon Premium Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>05-07 Hang Hom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/53/0a53ecdf72da05ba34e48dbe3138fa34df20da66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1200.54" OriginalAmount="1177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.033057" Longitude="105.852732" StarRating="3" HotelCode="170736|may_de_ville_old_quarter" HotelName="May de Ville Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Gia Ngu Str., Hoan Kiem Dist., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/4e/9c4e7471e7e6a100d87d7d804f3ac495ea8dc4c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1203.60" OriginalAmount="1180.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="769085|maison_haily" HotelName="Maison Haily" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Ngoc Thuy Street, Lane 2/437, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/48/92483baba5c5722e5f28f22287ed7a4241fbc13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1222.98" OriginalAmount="1199.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.00956311" Longitude="105.82419935" StarRating="4" HotelCode="840175|novotel_hanoi_thai_ha_opening_june_2019" HotelName="Novotel Hanoi Thai Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Thai Ha Street, Dong Da District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/07/ed074cd0c4dba60ca29aed96ef60d4bb777cf111.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1224.00" OriginalAmount="1200.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02833775" Longitude="105.84231428" StarRating="3" HotelCode="773541|delicacy_hotel_spa" HotelName="Delicacy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12&amp;14 Dinh Ngang, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/8b/618bc3a2eb247569e746999fc4705d72a9cef27e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1255.62" OriginalAmount="1231.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03723036382" Longitude="105.85211946642" StarRating="2" HotelCode="200489|camel_city_hotel" HotelName="Camel City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8/50 Dao Duy Tu Lane, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/dd/2edd6d61f270e4e59783cd75c93f304a2752ffdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.61" OriginalAmount="1232.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02590551" Longitude="105.84622576" StarRating="4" HotelCode="89209|825245" HotelName="Somerset Grand Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Hai Ba Trung Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/8d/188de03338b878390b50b57f56e39137dd4a8b70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1279.77" OriginalAmount="1254.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.018025193315" Longitude="105.84204643965" StarRating="5" HotelCode="33277|42994" HotelName="Hôtel du Parc Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Tran Nhan Tong Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/9e/959e9bf376b033989b4d292209706a69537fff20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in downtown Hanoi, this city hotel is close to prominent office locations, hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1302.54" OriginalAmount="1277.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.007851" Longitude="105.797389" StarRating="5" HotelCode="169665|grand_plaza_hanoi" HotelName="Grand Plaza Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Duy Hung Street 117, Trunghoaward Cau Gia, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/8c/178ceb319318a30a5685e788d15fbe758d13f5e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Tran Duy Hung Street, adjacent to the National Convention Center. It is only...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1316.82" OriginalAmount="1291.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.052201485223" Longitude="105.83703300563" StarRating="4" HotelCode="916027|the_hanoi_club_hotel__lake_palais_residences" HotelName="The Hanoi Club Hotel &amp; Lake Palais Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Yen Phu Strreet, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/75/c0758f9071d15ff52dfdc44eee5927a60224ad40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1335.06" OriginalAmount="1308.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02791526" Longitude="105.85102389" StarRating="5" HotelCode="374068|1601268" HotelName="Apricot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Hang Trong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8db6d39195b6f7c365f9908a4b5ed778e3949b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1369.86" OriginalAmount="1343.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.049749404013" Longitude="105.83997040987" StarRating="5" HotelCode="23837|sofitel_plaza_hanoi" HotelName="Pan Pacific Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa 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,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Thanh Nien Road, Ba Dinh District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/97/c9976f9b5890bf6053dfdb921b89db688eed1b06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, business hotel is situated in a well-known area next to West Lake and near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1475.94" OriginalAmount="1447.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032564" Longitude="105.853834" StarRating="3" HotelCode="931932|classic_street_hotel_2" HotelName="Classic Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Hang Be Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7a/ce7aab0c1ecd55f2f60f06455aa267f437766acc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 32 rooms. Services and facilities at the hotel include a restaura...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1530.72" OriginalAmount="1500.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.024995" Longitude="105.844092" StarRating="4" HotelCode="23836|91536" HotelName="Mövenpick Hotel Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83A Ly Thuong Kiet Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/66/19664406d4bcf9d3ab71e762e9123c9260b150a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Hanoi's central business district, the hotel is approximately a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1671.78" OriginalAmount="1639.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.02903676" Longitude="105.82357365" StarRating="0" HotelCode="759397|lancaster_hanoi_service_apartment_2" HotelName="Lancaster Hanoi Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Nui Truc, Giang Vo Ward, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/fa/97faa93f27e9cdfc6a8748391b75dd3c6503ad9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Ba Dinh District, Lancaster Hanoi Serviced Apartment ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1764.60" OriginalAmount="1730.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.024508" Longitude="105.856047" StarRating="5" HotelCode="166802|hotel_de_lopera_hanoi" HotelName="Hotel de l'Opera Hanoi - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Trang Tien Street, Hoan Kiem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/bc/d0bce1ba957401d2d1626ced20eaefa19bbc131f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the city centre, this charming historical hotel is just 5 minutes' walk from Hanoi Opera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1772.76" OriginalAmount="1738.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.027452" Longitude="105.767596" StarRating="5" HotelCode="169664|crowne_plaza_west_hanoi_5" HotelName="Crowne Plaza West Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Le Duc Tho Street, My Dinh 2 Ward, Nam Tu Liem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d9/31d921c77ec1174b23f0b8db8e9b3a4c1f7bcd46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in business district and is the lynchpin of the commercial and residential com...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1873.74" OriginalAmount="1837.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="5" HotelCode="964667|the_oriental_jade_hotel" HotelName="The Oriental Jade Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Hang Trong Street, Hanoi 10000, Hoan Kiem District</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/39/db39f755cd5aa16d53a96c49b9171dacdecc5816.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1911.48" OriginalAmount="1874.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.064297305092" Longitude="105.82818364418" StarRating="4" HotelCode="119051|fraser_suites_hanoi" HotelName="Fraser Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Xuan Dieu Street, Quang An, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7b/777b997de57ee8995bdb35e2aab241e1bacd1243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1913.52" OriginalAmount="1876.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.058423" Longitude="105.831669" StarRating="5" HotelCode="402003|intercontinental_hanoi_westlake" HotelName="Intercontinental Hanoi Westlake" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>05 Tu Hoa, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/0b/bf0b8f7c5fbe0f4a802652d115f9bb3de0e26d55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled on the waters of the famous Westlake, thereby offering guests a great scenic vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1918.62" OriginalAmount="1881.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.016653129091" Longitude="105.78394174576" StarRating="4" HotelCode="175725|intercontinental_hanoi_landmark72" HotelName="Intercontinental Hanoi Landmark 72" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Keangnam Hanoi Landmark Tower, Plot E6, Cau Giay Urban Area, Me Tri Ward, Tu Liem District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/9c/959c361d4e3cae34cb95d57384a1605b970ca35b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1968.60" OriginalAmount="1930.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.06636657" Longitude="105.82621873" StarRating="4" HotelCode="571547|somerset_west_point_hanoi" HotelName="Somerset West Point Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Tay Ho Road, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/8c/308c84227a839d03fb6cebd3b1a851f434c5c62d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a bar and a transfer service...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2036.94" OriginalAmount="1997.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032043124059" Longitude="105.81238894907" StarRating="4" HotelCode="978665|lotte_the_residence" HotelName="Lotte The Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Lieu Giai, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/1e/951e54348feabf7b1cbab8fd4cd970130c59f213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2044.08" OriginalAmount="2004.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.034579104325" Longitude="105.84741353989" StarRating="3" HotelCode="904830|hanoi_topaz_hotel" HotelName="Hanoi Golden Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>46 Bat Su, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/d6/fad61f8d5fbabcd18366570fa5c8e75c3783636b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Hanoi's bustling Old Quarter. All the well-known sights of this...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2064.48" OriginalAmount="2024.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.019426" Longitude="105.855359" StarRating="4" HotelCode="255657|hilton_garden_inn_hanoi" HotelName="Hilton Garden Inn Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Phan Chu Trinh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/f1/eff1d2e34165bb91e61d0d9a063020f764120c33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2202.96" OriginalAmount="2159.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.032610112353" Longitude="105.81290755952" StarRating="5" HotelCode="304285|1465258" HotelName="Lotte Hotel Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Lieu Giai Street, Cong Vi Ward, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/25/bc254816dc795182335dcad055c2e994e4b69363.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2952.90" OriginalAmount="2895.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029804896693" Longitude="105.82875341177" StarRating="5" HotelCode="13192|pullman_hanoi__accor_group" HotelName="Pullman Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Cat Linh Street, 10000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/65/45650adddba7256db04b37faa280ac51164734be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a prime and fast-expanding area of Hanoi. It offers easy access to embassies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3421.79" OriginalAmount="3354.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03207319" Longitude="105.85391603" StarRating="3" HotelCode="382864|1589298" HotelName="Hanoi HM Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 03 Hang Dau, Hang B?c, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/66/4f66723cedeab8b2f87f632743a0344f562fba05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3435.16" OriginalAmount="3367.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.025588846269" Longitude="105.85556477308" StarRating="5" HotelCode="17731|34074" HotelName="Sofitel Legend Metropole Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Eco 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,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Ngo Quyen Street, Hoan Kiem, 10000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d4/34/d4345ff0372957c316e37cdd9704f6234976aef4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This legendary hotel is located in the centre of Hanoi, close to the Old Quarter, and has been a cel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4999.02" OriginalAmount="4901.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.03967847" Longitude="105.84684992" StarRating="3" HotelCode="523459|mon_regency_hotel" HotelName="Mon Regency Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>No 1 Phan Dinh Phung Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/88/e988c4012a30d4679ab2a05f72a48c62650a4e3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30661.20" OriginalAmount="30060.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.029088877535" Longitude="105.84492176771" StarRating="3" HotelCode="189199|angel_palace_hotel" HotelName="Angel Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.173 Hang Bong str., Hoan Kiem Dist., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/12/df12dcf88f3858aebf72ad0671ef819f9d7684aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a wonderful place located right in Hanoi’s Old Quarter, the most ancient commercial cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33604.92" OriginalAmount="32946.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="21.059564214964" Longitude="105.83153218031" StarRating="5" HotelCode="41081|sheraton_hanoi_hotel" HotelName="Sheraton Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>K5 Nghi Tam, 11 Xuan Dieu Road, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/7a/997af966cb83ae3e4a92652ffbac96f426a1edd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of this hotel is just a few minutes from the centre of the city. There are many places ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Central Heating,Lounge,Designated Smoking Area,Diet Meals,Wheelchair Access,Kitchen,Bicycle Rental,Spa,Garden,Golf,Shopping Arcade,24 Hour Front Desk,24 Hour Room Service,Babysitting,Beauty Salon,Coffee Shop,Concierge,Dry Cleaning,Library,Luggage Storage,Parking,Valet Parking,Heated Pool,Business Centre,Elevator,Meeting Room,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Housekeeping,Smoking Rooms,LCD/Projector,Limousine Service,Off-Site Parking,Pick &amp;amp; Drop,ATM/Cash Machine,Fitness Centre,Pets allowed</BasicAmenities>
    <HotelRating>4,2,5,3,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,SPA HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,ECO HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,APARTMENT HOTEL,VILLAGE,GOLF HOTEL,APARTMENT,CLUB RESORT,HOSTELS,AIRPORT HOTELS,APARTHOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7851b29b-7abe-4d12-9924-627439cc7f04|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="7851b29b-7abe-4d12-9924-627439cc7f04">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9,11" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="62513" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-01-03T00:00:00" End="2027-01-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="saharatravels4@yahoo.com" Password="Yaaliali@@4" RequestedCurrency="GBP" ClientNationality="AU" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7851b29b-7abe-4d12-9924-627439cc7f04|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7851b29b-7abe-4d12-9924-627439cc7f04|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7851b29b-7abe-4d12-9924-627439cc7f04|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:c77d3a17-437b-4611-9910-a5b4b5df456b
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7851b29b-7abe-4d12-9924-627439cc7f04|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7851b29b-7abe-4d12-9924-627439cc7f04|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7851b29b-7abe-4d12-9924-627439cc7f04|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7851b29b-7abe-4d12-9924-627439cc7f04|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-01T11:56:59.7821918+01:00" Version="0" EchoToken="Search" TransactionIdentifier="7851b29b-7abe-4d12-9924-627439cc7f04" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.3183742559564" Longitude="99.851057536523" StarRating="2" HotelCode="915711|hotel_asia" HotelName="Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2026" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 and4 Jalan Persiaran Putra, Langkawi, Kuah, 07000 Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/40/6040db42842f4b18b18fbef85bed4cdf05006409.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.70" OriginalAmount="70.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.317048" Longitude="99.851495" StarRating="2" HotelCode="|188863" HotelName="Geopark , Kuah Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Komplek Pekan Rabu, Level 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/8/6/3/188863_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.25" OriginalAmount="75.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.31733" Longitude="99.85083" StarRating="0" HotelCode="|566457" HotelName="Baron Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bandar Baru Baron, Bandar Kuah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/4/5/7/566457_91035092041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.31748001" Longitude="99.85003253" StarRating="2" HotelCode="623272|283246" HotelName="Baron Waterfront Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bandar Baru Baron, Bandar Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/3c/ef3c645f2ccea58455db9819622856003b7bae66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.06" OriginalAmount="84.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.29679" Longitude="99.72427" StarRating="0" HotelCode="|189072" HotelName="Sweet Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>lot 792 Pantai Cenang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/7/2/189072_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.29676313" Longitude="99.72406167" StarRating="2" HotelCode="326986|sweet_inn" HotelName="Sweet Inn Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 792 Mukim Kedawang, Pantai Cenang, 07100 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/d9/48d9a4393bdfd11d6d8f50fc377896ac61cfebfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.29717987" Longitude="99.73232584" StarRating="2" HotelCode="585314|inapan_aishah" HotelName="Inapan Aishah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>154 Jalan Bohor Tempoyak, Kampung Lubuk Buaya 12, Mukim Kedawang, Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/50/2e5003bbe19eb33d7880fa253d2df806c4b2f625.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.89" OriginalAmount="99.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.31204" Longitude="99.7646" StarRating="0" HotelCode="977986|4650875" HotelName="We Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1,2,3 &amp; 3A Jalan Mahawangsa, Mahacity Business Centre, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/a8/79a85871e79a3a80ff897d614a7397d25c03efd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.10" OriginalAmount="100.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.33565" Longitude="99.81442" StarRating="0" HotelCode="|482398" HotelName="The Room Concept Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 6, Lot 661, Jalan Padang Gaong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/3/9/8/482398_65502951305.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.33567216" Longitude="99.8144391" StarRating="2" HotelCode="628490|ong_home_stay" HotelName="Ong Home Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Padang Gaong, Lot 661, Batu Asah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/f6/d4f696cfe7c0bf5e1bca4e64cf8fd766e22684bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.2807682553978" Longitude="99.730052445506" StarRating="2" HotelCode="398265|151686" HotelName="Corrie Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Tengah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/c2/b9c23149fe69fdab0d5fe97244c3bfdf22771657.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.45" OriginalAmount="139.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.2904" Longitude="99.72761" StarRating="3" HotelCode="|188831" HotelName="Langgura Baron Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2608, Tanjung Mali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/8/3/1/188831_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.03" OriginalAmount="140.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.31746" Longitude="99.74964" StarRating="0" HotelCode="|481585" HotelName="Langkawi Anjung Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3124, Jalan Batu Belah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/5/8/5/481585_814873f1317.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.58" OriginalAmount="141.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.33409" Longitude="99.74294" StarRating="0" HotelCode="|189054" HotelName="Pemandangan Indah Guest House - Look Out Point" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padang Matsirat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/5/4/189054_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.35085133" Longitude="99.71995091" StarRating="2" HotelCode="411432|152010" HotelName="Perdana Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 27/12/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 79 Jalan Kuala Melaka, Padang Matsirat, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/6e/866e17c11828f8491c948d1f0fd4de089af4fa9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Langkawi. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.01" OriginalAmount="144.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.2950561492007" Longitude="99.723954454562" StarRating="2" HotelCode="915719|255956" HotelName="Cenang Rest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>jalan Pantai Cenang, 7000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/26/f726f0313f11b0c1a464f4146da877bf06be9af9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows travellers to stay connected. Those arriving in thei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.31" OriginalAmount="147.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.32659847" Longitude="99.84961981" StarRating="3" HotelCode="852312|3117675" HotelName="Greenish Hotel Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 263 Jalan Air Hangat, Mukim Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d9/ded934e2edd7e615ba5d370396a6879be33c2a41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.42" OriginalAmount="147.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.326654" Longitude="99.849548" StarRating="2" HotelCode="|396586" HotelName="De Greenish Village Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 263, Mukim Kuah, Jalan Air Hangat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/5/8/6/396586_85934660329.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.3340811884901" Longitude="99.742941458113" StarRating="2" HotelCode="383879|pemandangan_indah_guest_house" HotelName="Pemandangan Indah Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Padang Mat Sirat, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/7d/837d673329ee9c68e40d0d2bca122c478ae58497.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.95" OriginalAmount="155.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.327671" Longitude="99.835016" StarRating="3" HotelCode="|440910" HotelName="The Concept Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Jalan Kelibang, Langkawi, 07000, Kedah, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/1/0/440910_759a56d1737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.79" OriginalAmount="161.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.3365083569628" Longitude="99.723887796295" StarRating="3" HotelCode="305940|1203048" HotelName="Alia Residence Business Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Lot 954 Mukim Padang Matsirat, Jalan Kuala Muda, Kampung Padang Masirat, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/28/0d28c16362e165f0e4b922d59aa7c6b4ea068bf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.31725065" Longitude="99.73411605" StarRating="2" HotelCode="761463|chily_guesthouse" HotelName="Chily Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>321A Kampung Gelam, Mk Kedawang, Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/13/2c13f98ed77466a3b8dcf9a86d3495a24719b04e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.2889800309392" Longitude="99.736099796105" StarRating="2" HotelCode="398143|cassa_kaseh_guest_house_2" HotelName="Cassa Kaseh Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1270-A Jalan Pantai Tengah, Pantai Tengah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/bb/90bb41935c49e541b10e9fb1468d201f5848518c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 10 rooms. Wireless internet access is available to travellers in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.28717108" Longitude="99.74352919" StarRating="3" HotelCode="593237|chuu_pun_village_resort" HotelName="Chuu Pun Village Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lote 1018 Kampung Kulala Temonyong, Mukim Kedawang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/fa/00fa368df35beaffd227e77ec64603e04d359860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.31" OriginalAmount="182.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.31469266" Longitude="99.72466672" StarRating="2" HotelCode="488943|2199465" HotelName="Lavigo Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lote 2764 Jalan Kuala Muda, Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/bb/eebbd6bcc69dabb80e6b73c47fa32a79d720ad2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.90" OriginalAmount="183.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.29436" Longitude="99.72477" StarRating="2" HotelCode="|188834" HotelName="Malibest Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pantai Cenang, Mukim Kedawang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/8/3/4/188834_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.31204" Longitude="99.7646" StarRating="0" HotelCode="962343|condo_asia" HotelName="Sri Lagenda Resort Condominium by Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Seri Lagenda, Seri Lagenda, Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b0/f0b00ef3a40c9810c7137e28bb6802d68a2ffa40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.3253650454872" Longitude="99.816591264366" StarRating="3" HotelCode="384198|bahagia_villa" HotelName="Bahagia Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sungai Menghulu, Lot 929, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/94/59946ae0e0a94070ab8a0d2584e8f0242450cc7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.03" OriginalAmount="210.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.29242" Longitude="99.7263" StarRating="3" HotelCode="|396873" HotelName="Dlima Beach Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOT 1659 , Behind Royal Agate, Jalan Pantai Cenang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/8/7/3/396873_9c7fae41012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.02" OriginalAmount="214.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.29147" Longitude="99.72681" StarRating="3" HotelCode="|188647" HotelName="Best Star Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot PT 892, Jalan Pantai Cenan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/6/4/7/188647_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.93" OriginalAmount="221.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.325181" Longitude="99.84121" StarRating="0" HotelCode="|398971" HotelName="Oyo 1189 Big C" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>The Bazaar, N-2-1 to 5 Pust Perdagangan Kelana Mas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/9/7/1/398971_c3e5de40915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.20" OriginalAmount="224.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.35169095" Longitude="99.72000449" StarRating="1" HotelCode="352881|1585558" HotelName="Kuala Melaka Inn, Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1922, Jalan Kuala Muda, 07100 Padang Matsirat, Langkawi,, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/99/7d99ccc4a671a1fd80403fde7404e49f7c6afdfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.47" OriginalAmount="249.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.32799151" Longitude="99.82231517" StarRating="2" HotelCode="595580|classic_terrace" HotelName="Classic Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>35 Taman Sri Langkawi, Pulau Langkawi, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/85/0585df4fa71157c9b2ac7d3c71035cc4a3d832a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can enjoy a variety of facilities, services and amenities during their stay. Tho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.46" OriginalAmount="255.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.291906" Longitude="99.727979" StarRating="2" HotelCode="|402253" HotelName="Adina Drive In  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2599, Jalan Pantai Cenang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/2/5/3/402253_1b527a81051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.68" OriginalAmount="256.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.32795233" Longitude="99.82308096" StarRating="3" HotelCode="595593|gardenterrace_langkawi_4_rooms_8_beds_3_baths" HotelName="Ave Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>21 Taman Sri Langkawi, Pulau Langkawi, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1b/f41be0f94e9c3a7a012457a21993cf4607ad796f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="282.61" OriginalAmount="274.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.2918763615751" Longitude="99.727805004291" StarRating="2" HotelCode="383884|3113805" HotelName="Shell Out Cenang Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/12/2026" HotelFacility="Air Conditioning,Bar,Golf">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2599 Jalan Cenang, Mukin Kedawang, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/3b/583bfa18d806b8f1526f9673c81b15c3e7078914.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.07" OriginalAmount="297.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.351664" Longitude="99.719575" StarRating="2" HotelCode="|189198" HotelName="Perdana Serviced Apartment and Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 79, Jalan Kuala Melaka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/9/8/189198_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.71" OriginalAmount="316.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.32613" Longitude="99.83475" StarRating="0" HotelCode="|188945" HotelName="Designer Suite Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Taman Pelangi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/4/5/188945_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.93" OriginalAmount="323.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.322602" Longitude="99.849504" StarRating="3" HotelCode="|397245" HotelName="Casa Le Rock" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pusat Bandar Kuah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/4/5/397245_d8ea6bc1012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="344.02" OriginalAmount="334.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.294365" Longitude="99.724782" StarRating="2" HotelCode="176572|795155" HotelName="White Lodge Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 28/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Chenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/71/b671add5e02f5d89e6fbcd96d4abb9bb41f39325.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located at Cenang Beach, about 40 minutes’ drive from the jetty and shops in Kuah Town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="359.37" OriginalAmount="348.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.3275449406382" Longitude="99.838017455048" StarRating="2" HotelCode="69090|2044345" HotelName="Hotel Langkasuka Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/4 Batu A-14-15, Pokok Asam, Kuah, 07000 Pulau Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5e/845ed2d13a7ad9e99067320c5a1e670e7f3641fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family—friendly city hotel is located in Langkawi's Kuah Town, at the centre of the island's ric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.86" OriginalAmount="362.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.3310046292767" Longitude="99.761737338937" StarRating="2" HotelCode="404431|jasmine_villa" HotelName="Jasmine Villa Tropical Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3174 Jalan Bayas Mukim Ulul Melaka, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d0/b0d0ce517b289613a0347dfa9c4487cec4cd4bb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.55" OriginalAmount="385.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.295194981157" Longitude="99.725812717691" StarRating="2" HotelCode="387189|casa_idaman_motel" HotelName="Casa Idaman Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2327 Jalan Kampung Berjaya, Pantai Chenang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/06/1606a45b583418dd0b7fb21fca06ca312625d6eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The motel offers guests a range of services and facilities, making it ideal for business travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.61" OriginalAmount="387.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.269891" Longitude="99.73373525" StarRating="0" HotelCode="784750|royale_chenang_resort" HotelName="Royale Chenang Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 735c Jalan Teluk Baru, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/b0/42b023a7e12c09580dc72412945c280c4e162135.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.33" OriginalAmount="388.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.324919" Longitude="99.834125" StarRating="3" HotelCode="|553260" HotelName="Langkawi Family Deluxe House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taman Simfoni, 3-19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/2/6/0/553260_a8f22511252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="409.24" OriginalAmount="397.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.34051" Longitude="99.729182" StarRating="4" HotelCode="|471303" HotelName="Wings By Croske Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lima, Padang Matsirat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/3/0/3/471303_19e263d1113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="416.12" OriginalAmount="404" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.3404356424797" Longitude="99.729390842922" StarRating="3" HotelCode="68120|24241" HotelName="Century Helang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 274 Jalan Lima Kuah, Padang Matsirat, 07100 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/29/2998490608a824cf/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is set in the south-western part of the beautiful island of Langkawi. It is conveniently ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.38" OriginalAmount="416.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.39406" Longitude="99.72129" StarRating="2" HotelCode="|188707" HotelName="Padimas Villa @datai Valley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 71 Kg Kubang Badak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/0/7/188707_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="429.67" OriginalAmount="417.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.32483976" Longitude="99.83556317" StarRating="4" HotelCode="429840|24125258" HotelName="Dayang Bay Serviced Apartment &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Garden,Housekeeping,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Printer,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Persiaran Pelangi, 07100 Kelibang, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/52/eb527317b68cb1adcdf57f412c525a05e7a0b696.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a prime situation in Langkawi, this outstanding establishment offers a great base from whi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="442.99" OriginalAmount="430.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.324639" Longitude="99.835464" StarRating="3" HotelCode="|188927" HotelName="Dayang Bay Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Persiaran Pelangi, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/2/7/188927_1_1878.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="443.93" OriginalAmount="431.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.3940938068617" Longitude="99.72128465162" StarRating="2" HotelCode="383880|padimas_village_inn" HotelName="Padimas Village Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 71 Jalan Teluk Yu, Kampung Kubang Badak, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/05/23057ed814b958bbdebde76f0243556f2e2c8355.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="482.53" OriginalAmount="468.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.29268" Longitude="99.726" StarRating="0" HotelCode="|520973" HotelName="Arch Studio Cenang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Chenang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/0/9/7/3/520973_129d0361106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="490.81" OriginalAmount="476.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.2733244016867" Longitude="99.732663631439" StarRating="4" HotelCode="13859|59499" HotelName="Holiday Villa Beach Resort &amp; Spa Langkawi Kedah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1698 Pantai Tengah, Mukim Kedawang, 07000 Daerah Langkawi, Kedah Darulaman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/75/75244b40da2bdfad/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is situated beside one of the finest stretches of beach on the island, Panatai...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="511.91" OriginalAmount="497.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.297617" Longitude="99.731402" StarRating="3" HotelCode="305939|langkawi_chantique" HotelName="Langkawi Chantique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bohor Tempoyak, Kampung Lubuk Buaya, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/93/979341f76e9d759a5ef82b443afd021e72732725.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="521.18" OriginalAmount="506.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.35020623" Longitude="99.73078515" StarRating="3" HotelCode="505412|the_smith_house" HotelName="The Smith House" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot PT. 297, HSM 772, Bandar Padang Matsirat, 07100 Daerah Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/b3/1ab35146a200cc9677676d11265c6e2d9392b941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="526.40" OriginalAmount="511.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.3401" Longitude="99.72948" StarRating="0" HotelCode="|36536" HotelName="One Hotel Helang, Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOT 274 JALAN LIMA, PADANG MATSIRAT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/5/3/6/36536_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays and has 232 rooms a hall with a reception, a currency exchange service, a restaurant, conference rooms, a laundry service, room service and a car park. SITUATION: It is inLangkawi south-west it is located between the airport ,Mahsuri the Exhibition Centre Atma Alam Batik Art Village 25 minutes away from the establishment clients have 35 minutes away, you can find the cable car 45 minutes away fromKuah the city centre of. ROOM: Clients are offered deluxe suites and executive rooms. The rooms a bathroom with a shower, a direct line telephone, satellite or cable TV, a mini-bar, a coffee maker, a kettle, an individual air-conditioning system and a safety deposit box. FACILITIES: You can find a karaoke room, a pool that has a children's area and darts. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: You can find a lounge and a cafÃ©. Regarding the food and beverage provision, the establishment offers Occidental dishes and Asian specialties.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="548.55" OriginalAmount="532.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.27219182" Longitude="99.73352196" StarRating="3" HotelCode="783164|2321725" HotelName="Aloft Langkawi Pantai Tengah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot PT 701 Jalan Pantai Tengah, Mukim, Kedawang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c1/dfc11db0d916147a80d099b05ffd52d8eebb036b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is in Langkawi. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="559.40" OriginalAmount="543.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.29061" Longitude="99.72744" StarRating="0" HotelCode="|189168" HotelName="Casa Idaman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2327, Jalan Kampung Berjaya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/6/8/189168_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="600.59" OriginalAmount="583.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.34222" Longitude="99.79708" StarRating="0" HotelCode="|189069" HotelName="Sunset Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2220 Jalan Makam Mahsuri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/9/189069_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="657.14" OriginalAmount="638.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.31204" Longitude="99.7646" StarRating="3" HotelCode="688846|lot_33_boutique_hotel" HotelName="Lot 33 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kampung Tasik Anak, Pantai Tengah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/c5/32c5b619778ffa7ad4ba6b978790459ebd53dabf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="657.66" OriginalAmount="638.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.29107" Longitude="99.72722" StarRating="2" HotelCode="|500211" HotelName="Paretto Seaview" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2599, Jalan Pantai Chenang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/0/2/1/1/500211_9435c010836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="675.02" OriginalAmount="655.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.352471" Longitude="99.718491" StarRating="4" HotelCode="|178294" HotelName="Ombak Villa Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 78 Jalan Kuala Muda, Padang Matsirat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/9/4/178294_1_7932.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="756.89" OriginalAmount="734.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.351722" Longitude="99.718615" StarRating="4" HotelCode="|389913" HotelName="Langkawi Lagoon by Ombak Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 78, Jalan Kuala Muda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/9/1/3/389913_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="813.09" OriginalAmount="789.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.369005" Longitude="99.775723" StarRating="0" HotelCode="|554718" HotelName="Hangouts Urban Eco Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOT 1895 Jalan Ulu Melaka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/1/8/554718_0859eed1416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="838.31" OriginalAmount="813.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.29236" Longitude="99.726" StarRating="3" HotelCode="|394185" HotelName="Sandy Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>sandy garden resort</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/1/8/5/394185_1ded6451049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="839.05" OriginalAmount="814.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.346741" Longitude="99.795767" StarRating="3" HotelCode="|402749" HotelName="Villa Kelapa Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2056, Jalan Makam Mahsuri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/7/4/9/402749_9357ef31051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="849.11" OriginalAmount="824.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.29282641" Longitude="99.7259934" StarRating="3" HotelCode="958622|704007" HotelName="Sandy Garden Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Chenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/4c/444ce313eed46663664144703e0b33ea0ce3cab8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="987.73" OriginalAmount="958.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.2855885370872" Longitude="99.732663631439" StarRating="3" HotelCode="185514|164405" HotelName="favehotel Cenang Beach Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 25/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pantai Tengah Lot 119, Mukim Padang, Mat Sirat, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/7b/277b77ba27f31e8b4242197bc350cd5d15e7f481.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a short stroll from the white sandy shores of Cenang Beach in Langkawi. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1137.43" OriginalAmount="1104.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.2943865430934" Longitude="99.700289368629" StarRating="5" HotelCode="55778|18304" HotelName="Vivanta Rebak Island, Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 25/12/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P. O. Box 125, 07000 Langkawi, Kuah, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/5e/b85e6b72e4490e50ef7ab3803e68efdcdddfca50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel resort is bathed by the sun, cooled by gentle breezes and offers tranquil, lush and tropic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1190.76" OriginalAmount="1156.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.366849" Longitude="99.667189" StarRating="4" HotelCode="38406|18184" HotelName="Berjaya Langkawi Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karung Berkunci 200, Burau Bay, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e3/01e38d4b7e0ba65e0012cca845f24f529576895f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Burau Bay on the island of Langkawi, an archipelago in the state of Kekah co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1196.23" OriginalAmount="1161.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.29809" Longitude="99.69803" StarRating="4" HotelCode="|35050" HotelName="Rebak Island Resort &amp; Marina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pulau Rebak Besar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/5/0/35050_3cb232c1328.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex is and is ideal for holidays, has air-conditioning, 100 rooms and 4 suites. The establishment has a hall with a reception, a safety deposit box service, a currency exchange service, a restaurant, room service and a laundry service. SITUATION: Langkawi It is 15 kilometres away from. ROOM: Guests are offered chalets with a bathroom, a hairdryer, a direct line telephone, a television, a mini-bar, a fridge, a coffee maker and a kettle. They also have an ironing set, individual air-conditioning, a safe and a balcony or terrace. FACILITIES: Clients can find a spa with a massage service, the option of a manicure and treatments. Outdoors, guests have access to a swimming pool, an outdoor bar and parasols. Clients can enjoy activities such as surfing, windsurfing, tennis, play ping-pong, go cycling, beach volleyball, billiards and deck chairs. PAYMENT METHODS: The establishment accepts credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offersMarina Cafe the traditional restaurant cuisine and Occidental dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1203.53" OriginalAmount="1168.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.3090766" Longitude="99.7233077" StarRating="4" HotelCode="|165955" HotelName="Temple Tree Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1053, Jalan Pantai Cenang Langkawi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/5/5/165955_71e389d1217.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is in Langkawi a good location, has 20 rooms and a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1218.49" OriginalAmount="1183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.28820868" Longitude="99.73500715" StarRating="3" HotelCode="440195|la_villa_langkawi" HotelName="La Villa Langkawi - Private Pool" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Golf,Internet,Kitchen,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Tengah, Lot-5, Kampung Padang Putih, Mukim Kedawang, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a4/77a4933c78f538fc8c6b98e72dd62ba0b5803e9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1266.32" OriginalAmount="1229.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.454435" Longitude="99.823635" StarRating="5" HotelCode="|35429" HotelName="Tanjung Rhu Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MUKIM AYER HANGAT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/2/9/35429_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 137 standard rooms, a reception, a safety deposit box service, a currency exchange service, lifts, restaurants and an internet area. The establishment offers guests congress facilities, audiovisual equipment, a secretary service, a beauty centre, a hairdresser's and a massage service. The establishment also offers room service, a laundry service, a babysitting service and a car park. SITUATION: This complex is in northern Langkawi. It is 30 kilometres away from Kuah city centre. It is situated 30 minutes away from the airport. The establishment offers a transfer service to the airport. ROOM: The spacious rooms have wooden floors, large windows, a bathroom and a hairdryer. They also have a direct line telephone, a radio, a television, a DVD player, a CD player, a mini-bar, a coffee maker and a mini-fridge. Guests are offered rooms with individual air-conditioning systems, a safe and data connection.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1295.74" OriginalAmount="1258" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.2992276601507" Longitude="99.720850542328" StarRating="5" HotelCode="15778|8000" HotelName="Meritus Pelangi Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pantai Cenang, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/83/7c/837c439c8616ea148800c57318781cff1173a3ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Langkawi is located in the north west of Malaysia, on the west coast. The resort and spa is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1453.65" OriginalAmount="1411.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.30009" Longitude="99.85555" StarRating="5" HotelCode="|35547" HotelName="The Westin Langkawi Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN PANTAI DATO SYED OMAR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/4/7/35547_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a swimming pool. The establishment also offers air-conditioning, a reception, a safety deposit box service and a currency exchange service. SITUATION: This hotel is in Langkawi 500 metres away, guests can find a beach. 1 kilometre away from the establishment, guests will find Langkawi Port. It is 3 kilometres away from the shopping area. It is 20 minutes away from Langkawi International Airport. ROOM: The establishment has 202 rooms and suites. They have a direct line telephone, fully-equipped, a satellite television, a DVD, a stereo, internet and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1456.28" OriginalAmount="1413.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.288687" Longitude="99.735373" StarRating="0" HotelCode="|470142" HotelName="The Riyaz Lavanya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Teluk Baru</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/1/4/2/470142_9c1610c1920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1507.69" OriginalAmount="1463.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.300793685804" Longitude="99.855156063824" StarRating="5" HotelCode="316910|18324" HotelName="The Westin Langkawi Resort &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Dato Syed Omar, Kedah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/88/1a889e076f70b258ad7605c1eafe20d8730401d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Langkawi is located in the state of Kedah on the northern tip of Malaysia. A duty-free port and an i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1521.49" OriginalAmount="1477.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.371427" Longitude="99.773198" StarRating="4" HotelCode="|389917" HotelName="The Villa - Luxury Private Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Kg Padang Saga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/9/1/7/389917_fe71fa30902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1668.20" OriginalAmount="1619.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.313256" Longitude="99.744448" StarRating="0" HotelCode="|440897" HotelName="S'ekar Pinang Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Kampung Padang Lincai, Mukim Kedawang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/9/7/440897_6d955da1729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1671.40" OriginalAmount="1622.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.27168009" Longitude="99.73206916" StarRating="4" HotelCode="670615|2241455" HotelName="Dash Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru, Pantai Tengah, Mukim Kedawang, 07000 Kangkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/01/db016454ee8511c198e84a6053670c9a53d1245c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Pantai Tengah, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2219.65" OriginalAmount="2155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.2696930608347" Longitude="99.733729008112" StarRating="4" HotelCode="915715|ambong_ambong_langkawi_rainforest_retreat_2" HotelName="Ambong Ambong, Langkawi Rainforest Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru, Pantai Tengah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/cd/decd2f90c92c45ebf1a76551fb74f000226cc0cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2359.22" OriginalAmount="2290.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.2827641" Longitude="99.7301868" StarRating="4" HotelCode="|448071" HotelName="PARKROYAL Langkawi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 60199 Pantai Tengah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/0/7/1/448071_dc117120840.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2450.74" OriginalAmount="2379.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.27466361" Longitude="99.73302442" StarRating="4" HotelCode="635478|2295625" HotelName="Camar Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 60183 Jalan Pantai Tengah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b4/6e/b46e2fde18ccfda86542338f27c8a576c43622c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2662.09" OriginalAmount="2584.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.297766" Longitude="99.861095" StarRating="5" HotelCode="|203391" HotelName="The St. Regis Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>The St Regis Langkawi, Jalan Beringin, 07000 Kuah, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/3/9/1/203391_1_1095.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2746.91" OriginalAmount="2666.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.283197" Longitude="99.731153" StarRating="0" HotelCode="|440935" HotelName="Ambong Pool Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru Pantai Tengah, 07000 Pantai Cenang, Malaysia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/9/3/5/440935_a033a9c1140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4008.87" OriginalAmount="3892.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.4225855634342" Longitude="99.670591953373" StarRating="5" HotelCode="18293|74228" HotelName="The Datai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 15/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Datai, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/9976709f370432de/2b/2b05ac2f11237fe9c9a3ab0ae97e7fb2/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled in the heart of an ancient tropical rainforest, on the north western tip of Lan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4125.49" OriginalAmount="4005.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.369456" Longitude="99.712409" StarRating="4" HotelCode="|389919" HotelName="White Monkey Villa - Private Pool" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2, Lembah Batu Ara 299</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/9/1/9/389919_96b99770934.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4148.84" OriginalAmount="4028" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.367827" Longitude="99.681551" StarRating="5" HotelCode="161111|24239" HotelName="The Danna Langkawi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Telaga Harbour Park, Pantai Kok, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/135300/135300a_hb_a_026.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west coast of the legendary island of Langkawi, surrounded by 3 acres o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5134.64" OriginalAmount="4985.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.3644986417673" Longitude="99.671841859818" StarRating="3" HotelCode="15296|74226" HotelName="Mutiara Burau Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Teluk Burau, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/30/c13088094157ff8b195cb5c004c6dee1ffb78012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located approximately 35 minutes by car from the town of Kuah. The Craft Culture...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5361.17" OriginalAmount="5205.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.297708" Longitude="99.86088" StarRating="6" HotelCode="529656|2092425" HotelName="The Ritz-Carlton, Langkawi" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kok, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/37/0837c7282b3dccbbbb74c8aa477dcd097a3275d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Langkawi, this hotel is about 5 minutes from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5861.94" OriginalAmount="5691.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.446464" Longitude="99.807963" StarRating="5" HotelCode="|33857" HotelName="Four Seasons Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>JALAN TANJUNG RHU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/7/33857_c2907281202.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has air-conditioning and has 91 rooms, The establishment offers guests a currency exchange service, a restaurant, conference rooms, a laundry service and a mini-club. SITUATION: Tanjung Rhu It is in. ROOM: The large rooms, fully-equipped, have wooden floors, a bathroom with a hairdryer, a satellite TV, a mini-bar, an iron, a coffee maker, a kettle and a safety deposit box. FACILITIES: The establishment has a swimming pool, a sauna, a tennis court and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Central Heating,Internet,Nightclub,Kitchen,Bicycle Rental,Spa,24 Hour Security,ATM/Cash Machine,Banquet Hall,Designated Smoking Area,Garden,Housekeeping,Kids Play Area,Meeting Room,Printer</BasicAmenities>
    <HotelRating>4,5,2,3,6,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,SPA HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HOTEL,RESORT,VILLAGE</PropertyType>
  </Filter>
</HotelSearchRS>||True