<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
805a3451-bf3f-445c-962f-3bd9086a58bc|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="805a3451-bf3f-445c-962f-3bd9086a58bc">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80963" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-04T00:00:00" End="2026-10-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@flyairtravel.com.pk" Password="Sultan@1988" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
805a3451-bf3f-445c-962f-3bd9086a58bc|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
805a3451-bf3f-445c-962f-3bd9086a58bc|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
805a3451-bf3f-445c-962f-3bd9086a58bc|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
805a3451-bf3f-445c-962f-3bd9086a58bc|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
805a3451-bf3f-445c-962f-3bd9086a58bc|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
805a3451-bf3f-445c-962f-3bd9086a58bc|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|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
805a3451-bf3f-445c-962f-3bd9086a58bc|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
805a3451-bf3f-445c-962f-3bd9086a58bc|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|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
805a3451-bf3f-445c-962f-3bd9086a58bc|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|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
805a3451-bf3f-445c-962f-3bd9086a58bc|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|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
805a3451-bf3f-445c-962f-3bd9086a58bc|RestelSearch|successfull supplier interation||Restel|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
805a3451-bf3f-445c-962f-3bd9086a58bc|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-08-20T14:19:15.0239732+01:00" Version="0" EchoToken="Search" TransactionIdentifier="805a3451-bf3f-445c-962f-3bd9086a58bc" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="67.33" OriginalAmount="66.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.788617245865" Longitude="-73.974647085737" StarRating="1" HotelCode="416740|635210" HotelName="Central Park West Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>201 West 87th Street, New York City, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/27/e427f59b9231885accb8046d4e734d78c2a0db05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Central Park West Hostel has one of the best locations yet. Located at the heart of one of the most ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749892458944" Longitude="-73.937530335068" StarRating="2" HotelCode="367657|422645" HotelName="Q4 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>29-09 Queens Plaza North, 11101 Long Island City, NY (New York)</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/e3/13e3d56cc043bceb29eecb706c04a97cb4dd3703.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Q4 Hotel in Long Island City, you'll be in the busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.798769279232" Longitude="-73.966921220901" StarRating="2" HotelCode="225914|382297" HotelName="HI New York City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Coffee Shop,Designated Smoking Area,Elevator,Garden,Internet,Laundry,Lounge,Luggage Storage,Room Service,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>891 Amsterdam Avenue, New York City, New York 10025</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/35/c9352d5dff4fea9e37f3251f891043565e65b7e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Central Park - Upper West Side, Hostelling Internatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.17" OriginalAmount="138.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.678884625143" Longitude="-73.95118581117" StarRating="3" HotelCode="378884|690228" HotelName="The Brooklyn A Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1199 Atlantic Avenue, Brooklyn, New York 11216</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7885b62ee6281ddd471188afa8707079d026b6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.91" OriginalAmount="142.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7496802278" Longitude="-73.947595331805" StarRating="2" HotelCode="391662|4617005" HotelName="The Local Hostels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-02 44th Avenue, LIC, New York, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/99/c399b336a417db4ad1789f3ad7e16637930a7243.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75960204" Longitude="-73.9411407" StarRating="0" HotelCode="772261|483759" HotelName="Voyage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37-10 11th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/8c/a98c30c045bdc65cf2bc3d52732b2b8b021e3080.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="148.12" OriginalAmount="146.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.77085" Longitude="-73.98061" StarRating="2" HotelCode="19491" HotelName="West Side Ymca - Shared Bathroom" Meals="SINGLE ROOM" BedType="SINGLE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>5 West 63rd Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/19491/19491/4.jpg?f=17712712</HotelPictures>
        <HotelDescription>Property Location A stay at West Side YMCA places you in the heart of New York, minutes from Lincoln Center and close to Barney's. This hostel is close to Rockefeller Center and Bloomingdale's. Rooms Make yourself at home in one of the 360 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Shared bathrooms with hair dryers are provided. Amenities Dip into one of the 2 indoor swimming pools or enjoy other recreational amenities including a health club and a sauna. Dining Satisfy your appetite at the hostel's restaurant, which serves breakfast and lunch, or grab a snack at a coffee shop/café. Business, Other Amenities Featured amenities include a business center, a 24-hour front desk, and multilingual staff.
Dip into one of the 2 indoor swimming pools or enjoy other recreational amenities including a health club and a sauna.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.30" OriginalAmount="146.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7985767" Longitude="-74.0664184" StarRating="2" HotelCode="|26741" HotelName="Red Roof Inn Plus+ Secaucus - Meadowlands - Nyc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Meadowlands parkway, New Jersey, New York</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/4/1/26741_38dc0ea1400.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: Is situated inNueva Jersey the heart of Broadway 15 minutes away from the establishment, clients can find close to the establishment, guests have shops, places of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.29" OriginalAmount="147.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.5865" Longitude="-74.190592" StarRating="3" HotelCode="|121720" HotelName="Country Inn &amp; Suites by Radisson, Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>300 Wild Avenue Staten Island</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/7/2/0/121720_52afa701214.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 2 star hotel, New York it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.586232" Longitude="-74.190093" StarRating="2" HotelCode="146219|30826" HotelName="Comfort Inn New York Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>310 Wild Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/2d/a32d8f4be6a76f09c93202be812dace86e8bcc86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762087" Longitude="-73.831638" StarRating="2" HotelCode="170976|205843" HotelName="Flushing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Main Street, Flushing, New York, New York 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/2f/4e2fab2c39875804c90856f06e5682f6fd103e78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.00" OriginalAmount="152.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.586468" Longitude="-74.190444" StarRating="2" HotelCode="124031|324429" HotelName="Holiday Inn Express Staten Island West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>300 Wild Avenue, 10314 Staten Island</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/09/8609dc0e84fd0690188f7ed73884b39751253068.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.770874" Longitude="-73.980636" StarRating="1" HotelCode="21214|2817" HotelName="YMCA Westside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 West 63rd Street, New York City, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/b0/acb0fd038d1c7b95ead4f86e75c37c1914859e90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located at the heart of Manhattan's Upper West Side, within a few paces of Central Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.646894" Longitude="-73.9967485" StarRating="2" HotelCode="150295|484101" HotelName="Kings Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>820 39th Street, Brooklyn, NY 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/d3/6fd354d55c82e13a74078cba08787b993ac265dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - East 16th Street (JRE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.01" OriginalAmount="162.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7614068" Longitude="-73.832832" StarRating="2" HotelCode="|75006" HotelName="Super Lake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>36-31 Prince Street, Flushing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/0/0/6/75006_3a3774d1046.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a laundry service, a car park with a lift, WiFi in communal areas, a car park (for a fee) and a microwave in the hall, The hotel is non-smoking and has 33 rooms. SITUATION: Is situated inFlushing the centre of Laguardia it has good links to. ROOM: The rooms have a balcony, with city and patio views, a desk, ergonomic chairs, a fridge, a microwave, a coffee maker, a bathroom with a shower or bath, a hairdryer, WiFi (free of charge), a direct line telephone, an LCD satellite TV and an air-conditioning system. They also have a washing machine, tumble drier, curtains, an electronic key, an iron, an ironing board and cleaning service. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.77" OriginalAmount="170.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7165945" Longitude="-73.9956148" StarRating="2" HotelCode="|274345" HotelName="Manhattan Bowery Lodge - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81 Bowery 2ND Floor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/3/4/5/274345_1_7419.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756523231748" Longitude="-73.942005636176" StarRating="2" HotelCode="348362|85840" HotelName="Howard Johnson by Wyndham Long Island City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-61 12th Street, Long Island, New York City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/95/c6959efdb692544b05943e648f36d184bf0338f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.679192" Longitude="-73.98322" StarRating="3" HotelCode="175536|44455" HotelName="Union Hotel, an Ascend Hotel Collection Member" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>611 DeGraw Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a2/d4a298f3a7d5a8d9d517f2c2472f2d41aef31ed8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.43" OriginalAmount="197.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.65090102" Longitude="-74.01160203" StarRating="2" HotelCode="571404|608768" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4410 3rd Avenue, Brooklyn, New York 11220</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/05/2e0541934ba118e60d8ad7e40ea726813b833cd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.39" OriginalAmount="198.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.766799411111" Longitude="-73.933421211111" StarRating="2" HotelCode="895177|412726" HotelName="Super 8 Motel - Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-62 14th Street, Long Island City, New York 11106</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9f/4c9fe7317a1fb5fd56438654519474124d61c223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.05" OriginalAmount="201.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751444382846" Longitude="-73.935090813492" StarRating="2" HotelCode="511166|607353" HotelName="Fairfield Inn &amp; Suites New York Queens/Fresh Meadows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>183-31 Horace Harding Expressway, Fresh Meadows, New York 11365</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3c/023ca99e07cfad01789c5d25d9daa3c5851f8561.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.02" OriginalAmount="202" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.718909" Longitude="-73.73385" StarRating="2" HotelCode="124687|481236" HotelName="Howard Johnson Inn Queens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220-16 Jamaica Avenue, Queens Village, New York City, New York 11428</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/1e/ac1ea0f6d0e94528c3aced31e4c03e05cea42481.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.09" OriginalAmount="203.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.61771738" Longitude="-73.92795695" StarRating="2" HotelCode="563414|612082" HotelName="Days Inn Brooklyn Marine Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1766 East 49Th Street, Brooklyn, New York City, New York 11234</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/f9/9df940374b3f50b15602f32ec41d563ae728ef91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including room service and a business centre, fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.83" OriginalAmount="207.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7179514" Longitude="-73.9953748" StarRating="1" HotelCode="|365970" HotelName="U.s. Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>106 Bowery 2FL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/5/9/7/0/365970_080313a1052.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764999283333" Longitude="-73.8880016" StarRating="1" HotelCode="891558|64398" HotelName="Airway Inn LaGuardia Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Limousine Service,Luggage Storage,Parking,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-20 Astoria Boulevard, Queens, New York 11370</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a6/d5a6e209347e42ea7c9b5235bb79c2c0c0de7873.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at Airway Inn at LaGuardia in East Elmhurst, you'll be near the airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.68" OriginalAmount="211.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7152474" Longitude="-73.9937635" StarRating="0" HotelCode="|281427" HotelName="Canal Loft &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Canal Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/4/2/7/281427_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.16" OriginalAmount="216" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.610108175246" Longitude="-74.179215431213" StarRating="3" HotelCode="97577|44474" HotelName="Hampton Inn &amp; Suites Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1120 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/93/0793a74822369afa08f80f44281d660167088ad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.17" OriginalAmount="217" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.651056913452" Longitude="-74.003370505752" StarRating="2" HotelCode="369737|486692" HotelName="Phoenix Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>517 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ab/81ab345ba62dbf7cff3fb14530299a6b74998126.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of New York (NY), Phoenix Hotel puts everything the city has to offer just o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752227" Longitude="-73.853695" StarRating="3" HotelCode="170877|422668" HotelName="Corona LaGuardia Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112-23, Roosevelt Avenue, Corona 11368</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/35/b335c205dcda3979255197459eaef7eac8fa1069.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.614829994169" Longitude="-74.176857769489" StarRating="3" HotelCode="54951|12342" HotelName="Hilton Garden Inn Staten Island" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1100 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f9/9cf9a6118821dec00c119415a4c603ad71b96884.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.6840796" Longitude="-73.9898725" StarRating="3" HotelCode="531635|488356" HotelName="Baltic Huis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>489 Baltic Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b6/04b685f46364e6e77f1ee16692ad02f648e6a31f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Let the destination reach you at the smoke-free Baltic Huis, An Ascend Hotel Collection® Member in B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.840899714286" Longitude="-73.927979285714" StarRating="2" HotelCode="124700|194865" HotelName="Howard Johnson Inn Yankee Stadium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1300 Sedgwick Avenue, Bronx, New York 10452</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/9e/339e10c30d893a5055d732980ed1f15b183d5337.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.738248357306" Longitude="-74.009412825108" StarRating="2" HotelCode="896928|14752" HotelName="The Jane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Jane Street, New York City, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/11/6011e179676d3e9ee5a65f88e56d058b19e10268.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760593875" Longitude="-73.831649625" StarRating="2" HotelCode="124570|40101" HotelName="Flushing Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-33 38th Avenue, Flushing, Queens, New York City 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/70/3b701a79024fd90cdd5b8fb221066c23330cd334.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.81886773" Longitude="-73.91474837" StarRating="3" HotelCode="450298|194867" HotelName="Umbrella Hotel, an Ascend Hotel Collection Member Bronx" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>681 Elton Avenue, Bronx, New York, 10455 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d0/47d0a96328af2556ab26da1ebae2f4314079ef7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75690399" Longitude="-73.94233026" StarRating="2" HotelCode="613783|409961" HotelName="Mayflower Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3858 12th Street, Queens, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/a3/79a381bfcb330f946150962bba12b127d7260294.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.33" OriginalAmount="233" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.739911540259" Longitude="-73.791214219713" StarRating="3" HotelCode="511163|360622" HotelName="Courtyard New York Queens/Fresh Meadows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>183-15 Horace Harding Expressway, Fresh Meadows, New York 11365</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/76/4976d64776ff3af74330f605ed55266b23943ca5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.67" OriginalAmount="236.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.847883" Longitude="-73.931612" StarRating="3" HotelCode="|444728" HotelName="Radio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2420 Amsterdam Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/2/8/444728_d58b3701405.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.586797" Longitude="-74.190968" StarRating="3" HotelCode="264849|44486" HotelName="Staten Island New York Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>290 Wild Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/36/ec36989dcd311a28328fb6ea771a4770ab5f8a6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74869626" Longitude="-73.99583162" StarRating="0" HotelCode="561198|422663" HotelName="Chelsea Cabins Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>370 8th Avenue, 3rd floor, Chelsea, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/5a/615a4f40c4054b11a72505dfd1175ffaa8bcb2d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.10" OriginalAmount="243.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7487053" Longitude="-73.9957706" StarRating="2" HotelCode="|274090" HotelName="Chelsea Cabins" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>370 8th Avenue, 3-5th Floor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/0/9/0/274090_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.28" OriginalAmount="243.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.58429115" Longitude="-73.98206177" StarRating="3" HotelCode="956374|663125" HotelName="Best Western Brooklyn-Coney Island Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2632 West 13th Street, Brooklyn, New York City, New York 11223</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/76/45765a1909b88b751dc075625ee9e0884f418d87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.50" OriginalAmount="250" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.624483812293" Longitude="-74.027515329614" StarRating="2" HotelCode="83653|137102" HotelName="Best Western Gregory Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8315 4th Avenue, New York City - Brooklyn, New York 11209</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a7/bfa7c32c235f30a99347875574a9ccaaf86feb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="255.08" OriginalAmount="252.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.77176278961" Longitude="-73.844473588589" StarRating="3" HotelCode="122490|324848" HotelName="Fairfield Inn New York LaGuardia Airport/Flushing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-66 College Point Boulevard, Queens, NY 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/4f/2a4f5fa2115a967bffa085741480beeb1804e6b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.53" OriginalAmount="253" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.694398908769" Longitude="-73.931006394333" StarRating="3" HotelCode="542227|187977" HotelName="Hotel RL by Red Lion Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1080 Broadway, Brooklyn, New York 11221</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/36/af366eecbbf726182f67c42540aa97fdd85c6208.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.64" OriginalAmount="253.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74929" Longitude="-73.9767" StarRating="3" HotelCode="|177570" HotelName="Pod 39" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 East 39th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/7/5/7/0/177570_2d4375a1357.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="255.96" OriginalAmount="253.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.809167" Longitude="-73.951744" StarRating="3" HotelCode="165350|188290" HotelName="Aloft Harlem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2296 Frederick Douglass Boulevard, 10027 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/7d/b37dd1b4173aca70c7d285487822da8149d4e455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.34" OriginalAmount="253.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.77176" Longitude="-73.84447" StarRating="3" HotelCode="|192016" HotelName="Fairfield Inn By Marriott Laguardia Airport/flushing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-66 College Point Blvd, Flushing, - 11354 - New York, La Guardia Airport, New York</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/0/1/6/192016_298cf9c0909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.54" OriginalAmount="254" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765765491713" Longitude="-73.886283930756" StarRating="2" HotelCode="146216|70802" HotelName="Comfort Inn LaGuardia Airport - 83rd St" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-45 83rd Street, East Elmhurst, NY 11370</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/3e/6f3ead14c99da2c334567340227ac51d964937e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located adjacent to LaGuardia International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.840143600721" Longitude="-73.937828385553" StarRating="3" HotelCode="323889|144612" HotelName="Edge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>514 West 168th Street, Washington Heights, Manhattan, New York City, New York 10032</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/47/ee4799c9d38edb28976d98d74698387c732a3272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located right in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="0" HotelCode="691934|523508" HotelName="The Queens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>65-15 Queens Boulevard, Woodside, New York, New York 11377</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/26/8d267d2013e077043bcd918bea710c05f373de09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.63" OriginalAmount="257.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7497199" Longitude="-73.9953685" StarRating="3" HotelCode="|207562" HotelName="Midtown West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>303 West 30 Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/5/6/2/207562_b4468d41256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.84" OriginalAmount="257.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71527549" Longitude="-73.99377584" StarRating="2" HotelCode="728279|638100" HotelName="Canal Loft Hostel &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Conference Hall,Garden,Internet,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>94 Canal Street, Chinatown, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/3d/523dde72190c4a65d48c387b56dbd0a1eade786c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is set in Chinatown, this low-key budget hotel is 2 miles from the Brooklyn Bridge and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.740065264542" Longitude="-74.003028533199" StarRating="1" HotelCode="124455|53308" HotelName="Hotel 309" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>309 West 14th Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/ed/7bed8a2e3c30f2fe8daf964c51675c2c6c9188d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in New York City. The nearest airport is New York - Newark Internati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="261.78" OriginalAmount="259.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.84788" Longitude="-73.93161" StarRating="4" HotelCode="3981281" HotelName="Radio Hotel" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>2420 Amsterdam Avenue,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/81281/3981281/1.jpg?f=17204650</HotelPictures>
        <HotelDescription>This smoke-free hotel was built in 2022.. Featured amenities include express check-out, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.62" OriginalAmount="262" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.831062" Longitude="-73.88449" StarRating="3" HotelCode="170060|74817" HotelName="Sheridan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1440 Sheridan Expressway, Bronx, 10459-2106 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e5/25e5413a1ac3c69404f7565aef0f78b06c7d168e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers room service and a business centre. Wireless internet access in public areas allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.03" OriginalAmount="265.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749923950601" Longitude="-73.995674550533" StarRating="3" HotelCode="908924|324605" HotelName="Midtown West Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Hotel" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>303 West 30th Street, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ab/03ab329b44645e61a6681fe73979563971b737b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Manhattan West Hotel in New York (Midtown), you'll ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="269.75" OriginalAmount="267.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74932" Longitude="-73.976634" StarRating="3" HotelCode="928630|7341138" HotelName="The Pod 39" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East 39th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/73/d8732e8902deaf81e679d9b85d5d36e1aa087a5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.70" OriginalAmount="270" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.63559934" Longitude="-74.01118485" StarRating="3" HotelCode="573035|413753" HotelName="Insignia Hotel, An Ascend Hotel Collection Member" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>741 61st Street, Brooklyn, New York 11220</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/d1/56d1298c622bf3e99691e1cd7265b3e16ce0a733.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274.72" OriginalAmount="272" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755669040889" Longitude="-73.969128727913" StarRating="3" HotelCode="64763|53345" HotelName="The Pod 51" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230 E 51st St., New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/26/9926c944c2483c9b3a5d80d93aca86beb84f6391.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in New York's Midtown East, the hotel is only six blocks from the Theatre District and 1.5 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="275.85" OriginalAmount="273.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.79946" Longitude="-73.9535" StarRating="0" HotelCode="|195660" HotelName="The Central Park North" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>137 W 111th street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/6/6/0/195660_95880181649.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.74" OriginalAmount="274" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.721129160029" Longitude="-73.988853470289" StarRating="3" HotelCode="318455|144739" HotelName="Orchard Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>163 Orchard Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/69/ac699731da0fa72d2ca85a0d1870d892a4817f15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a popular area not ten minutes from the bustling tourist centre of New York...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.75" OriginalAmount="275" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.708318042741" Longitude="-74.013442381257" StarRating="3" HotelCode="376675|53349" HotelName="RIFF Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Greenwich Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/ba/60bac70a90df06ed7d31973cd473407e107be8ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a bar and a business centre. Wireless internet access i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="280.64" OriginalAmount="277.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7591066" Longitude="-73.9956463" StarRating="4" HotelCode="|72713" HotelName="Yotel New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>570 Tenth Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/1/3/72713_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has modern facilities, a terrace on the rooftop, it offers a concierge and a baggage room. a teapot, With regards to the food and beverage offering, the establishment has breakfast service. ROOM: Customers have soundproofed rooms with flatscreen television, an iPod docking station, WiFi (free of charge), a shower and complimentary bathroom items. SITUATION: This hotel is 2 streets away from 2nd Street-Port Authority the metro station Times Square 3 blocks away from Madison Square Garden it is situated 2,4 kilometres away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753223" Longitude="-73.934491" StarRating="3" HotelCode="119312|13392" HotelName="Holiday Inn Manhattan View" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>39-05 29th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/fc/52fca5e9bd50e4384f084284ba01eb17c3077d76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, city hotel is located about 6 km from Manhattan, where guests will find a rang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="282.75" OriginalAmount="279.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74931" Longitude="-73.97664" StarRating="3" HotelCode="1809657" HotelName="Pod 39 Hotel" Meals="SINGLE ROOM" BedType="SINGLE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>145 East 39Th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/09657/1809657/43.jpg?f=17496110</HotelPictures>
        <HotelDescription>Take in the views from a rooftop terrace and make use of amenities such as concierge services and an arcade/game room. Additional features at this hotel include a television in a common area, complimentary use of a nearby fitness facility, and a banquet hall.. Featured amenities include a business center, limo/town car service, and dry cleaning/laundry services. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="287.13" OriginalAmount="284.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760691" Longitude="-73.98622" StarRating="3" HotelCode="102437" HotelName="The Gallivant Times Square" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>234 West 48Th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/02437/102437/1.jpg?f=17735470</HotelPictures>
        <HotelDescription>Take in the views from a garden and make use of amenities such as a television in a common area.. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.20" OriginalAmount="284.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.688852" Longitude="-73.988779" StarRating="3" HotelCode="99272|108178" HotelName="Nu Brooklyn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Smith Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/73/5e73d87b390b5ca1f03f09da585100389bb967ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of downtown Brooklyn. Located just minutes from Manhattan, the ne...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="289.73" OriginalAmount="286.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.879896" Longitude="-73.831434" StarRating="2" HotelCode="178674|412387" HotelName="Ramada Bronx" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1000 Baychester Avenue, Exit 13 off of I-95, Bronx, NY 10475</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/01/8e01a1485b1dbb013027ee280944687e67b4404e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.18" OriginalAmount="287.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7761135" Longitude="-73.9777169" StarRating="2" HotelCode="|18723" HotelName="La Quinta by Wyndham New York City Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 West 71 Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/2/3/18723_3f913e50715.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a breakfast room. SITUATION: This hotel is in Upper West Side it is close to Central Park, Broadway and Fifth Avenue around the establishment, clients can find restaurants, bars and shops. ROOM: All the rooms have a bathroom with a bath or shower, a hairdryer, an iron, cable television and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.47" OriginalAmount="288.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.8078807" Longitude="-73.9376235" StarRating="3" HotelCode="|274374" HotelName="The Park Ave North" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 East 129th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/3/7/4/274374_1_2368.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.89" OriginalAmount="289" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.80980675905" Longitude="-73.929109306134" StarRating="2" HotelCode="500836|413515" HotelName="Comfort Inn &amp; Suites Near Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2477 Third Avenue, Bronx, New York 10451</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8b/3f8b50979108d51a734ae18a3d59d181d1ea876f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.74" OriginalAmount="291.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.793250301788" Longitude="-73.972232043743" StarRating="2" HotelCode="48088|13445" HotelName="Days Hotel by Wyndham on Broadway NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 West 94th Street New York, New York 10025</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/60/d160633184b61c7661a2190e771082308c7ea3ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This great value hotel is located on the elegant Upper West Side and is easily reached with the unde...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="295.73" OriginalAmount="292.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.815168" Longitude="-73.915894" StarRating="3" HotelCode="283875|738558" HotelName="Opera House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436 East 149th Street, Bronx, New York, New York 10455</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/04/2904d6d250b7bbca514053c461ec1212239504ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.93" OriginalAmount="293" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761232222222" Longitude="-73.991716488889" StarRating="3" HotelCode="142634|374473" HotelName="414 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Concierge,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Limousine Service,Lounge,Luggage Storage,Parking,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>414 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/48/9c48a60793f7fc3b437630a4716dda5632f52b0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 414 Hotel is a superior tourist and business class boutique hotel, located in the heart of midto...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="296.10" OriginalAmount="293.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.66365083" Longitude="-73.99608017" StarRating="3" HotelCode="951222|55711570" HotelName="Comfort Inn Prospect Park Brooklyn" Meals="FREE BREAKFAST" BedType="FREE BREAKFAST" PropertyType="" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>150 20th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ab/a1abefed5f5fa524ec39bf9aae4ed957beb895c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="296.34" OriginalAmount="293.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75591" Longitude="-73.96908" StarRating="3" HotelCode="267570" HotelName="Pod 51" Meals="ROOM WITH SHARED BATHROOM" BedType="ROOM WITH SHARED BATHROOM">
        <Address>
          <AddressLines>
            <AddressLine>230 East 51st Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/67570/267570/47.jpg?f=17748471</HotelPictures>
        <HotelDescription>Take in the views from a rooftop terrace and a garden and make use of amenities such as complimentary wireless internet access.. Featured amenities include complimentary wired internet access, complimentary newspapers in the lobby, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.94" OriginalAmount="294" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.697515" Longitude="-73.958831" StarRating="3" HotelCode="170873|73745" HotelName="Condor Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56, Franklin Avenue, Brooklyn, New York 11205</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/e6/3de6d6d4f81778ddf3fc0cd0387ebeba5d44d5b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300.98" OriginalAmount="298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.767672" Longitude="-73.905814" StarRating="3" HotelCode="122489|370426" HotelName="Fairfield Inn New York LaGuardia Airport/Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45-20 Astoria Boulvard, Astoria, New York 11103</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/ff/a8ff6eb513f3d1c8128b3a02efb5941ec7e4b5a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.80" OriginalAmount="298.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.747294" Longitude="-73.987972" StarRating="0" HotelCode="|538085" HotelName="and the City-Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 West 31st Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/0/8/5/538085_4b0d8620959.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="302.21" OriginalAmount="299.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.65179427" Longitude="-74.00457904" StarRating="4" HotelCode="320508|436979" HotelName="Wyndham Garden Brooklyn Sunset Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>457 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/10/c2104e40970d2681ae286924fc5c1cef54823573.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="303.07" OriginalAmount="300.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.668723437824" Longitude="-73.993035256863" StarRating="2" HotelCode="175532|324368" HotelName="La Quinta by Wyndham Brooklyn Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>533 3rd Avenue, Brooklyn, New York 11215</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/76/e676448247386b0d5d1d5cb3f3bc22892868a8d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.63" OriginalAmount="301.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.667593" Longitude="-73.7958647" StarRating="3" HotelCode="|18398" HotelName="Hampton Inn NY-JFK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>144 10 135TH AVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/8/18398_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 216 rooms, 12 floors, a reception, a safety deposit box service, a cloakroom, a lift, room service, a laundry service and a car park. SITUATION: This cosy hotel is situated 800 metres away from John F. Kennedy the airport Manhattan it is situated 20 kilometres away from 2 minutes away, guests can find restaurants, 4 kilometres away, there is a public transport stop. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone, heating, individual air-conditioning, a radio, internet and a double or king-size bed. FACILITIES: There is a variety of facilities and services available at the establishment, including a sauna, a covered pool and a well-equipped gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a continental breakfast free of charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.90" OriginalAmount="302.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7673438" Longitude="-73.8669717" StarRating="3" HotelCode="|23808" HotelName="DoubleTree by Hilton New York LaGuardia Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104-04 DITMARS BLVD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/0/8/23808_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2001, with air-conditioning, has 7 floors, 358 rooms, a smart hall, a reception area, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment has a bar, a cosy restaurant and conference rooms. There are many services available at the establishment, including a laundry service, room service and a car park. SITUATION: This hotel Laguardia it is located close to 2 kilometres away from the establishment, guests will find restaurants, bars and a public transport stop. it is situated 3 kilometres away from shops, is 15 minutes away from Manhattan the city centre of Laguardia a transfer service to. ROOM: The comfortable rooms, have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a radio, satellite or cable TV and internet. They also have a safe (available for a fee), a kettle, a coffee maker, a king-size bed, an iron, an ironing board, fitted carpets, central heating and a central air-conditioning system. FACILITIES: Outdoors, clients can enjoy a heated swimming pool, The establishment also has a spa, a sauna, a jacuzzi and a gym. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="307.84" OriginalAmount="304.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75627" Longitude="-73.99319" StarRating="3" HotelCode="469084" HotelName="Holiday Inn Express New York City Times Square, An Ihg Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>343 West 39th Street ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/69084/469084/11.jpg?f=16285823</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a vending machine.. Featured amenities include a 24-hour business center, express check-out, and complimentary newspapers in the lobby..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.05" OriginalAmount="305" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71503665" Longitude="-73.95897438" StarRating="3" HotelCode="572789|409960" HotelName="Pod Brooklyn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>247 Metropolitan Avenue, Williamsburg, Brooklyn, New York City, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3b/2e3b151192450e5fc8208c66d4091c580c56f20d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.86" OriginalAmount="307.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759220487652" Longitude="-73.99551898241" StarRating="3" HotelCode="168046|142665" HotelName="YOTEL New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>570 Tenth Avenue, at West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/23/fb233dcd5e14240ac700af8f6097bf55863a8a2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in Midtown West at 42nd Street and 10th Avenue. Times Square is around 5 mi...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.94" OriginalAmount="308.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.680045" Longitude="-74.005921728836" StarRating="2" HotelCode="178675|197170" HotelName="The LOOK Hotel, Red Hook" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Seabring Street, Red Hook, Brooklyn, New York 11231</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6a/3e6a1311abaf529eb50619e9c3988a1d1f4896ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.11" OriginalAmount="311" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759623772099" Longitude="-73.987275213003" StarRating="4" HotelCode="18404|2555" HotelName="Paramount Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>235 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/dc/1adcf8c446b0c2d96154654dcdaf9a4d0082c57a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located on 46th Street, between Broadway and 8th Avenue. It lies in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.12" OriginalAmount="312" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.748130730587" Longitude="-73.990130424499" StarRating="3" HotelCode="336846|10501" HotelName="Hampton Inn Manhattan - Madison Square Garden Area" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b3/bab34746168d7ab2be98b9225873b7d195c09a3d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.12" OriginalAmount="312" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.67323" Longitude="-73.986995" StarRating="3" HotelCode="401806|22744" HotelName="Le Bleu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>370 4th Ave., Brooklyn, New York 11215</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/f0/7af0e0fd774c72246f29277fe909892541fa1495.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, nestled in the heart of Brooklyn's restaurant, cultural and nightlife scene, is ideally ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.30" OriginalAmount="312.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7543342" Longitude="-73.9356201" StarRating="3" HotelCode="|75012" HotelName="Vista LIC Hotel, Premier Collection by Best Western   " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2705 39th Avenue, Long Island,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/0/1/2/75012_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has Manhattan beautiful views of. SITUATION: It is located close to the city centre, has good links to modes of transport. ROOM: The rooms have internet, a large desk and a flat-screen television. Some rooms have views of the city's skyscrapers. FACILITIES: The establishment boastsMichael the cafÃ© a well-equipped gym and internet (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316.13" OriginalAmount="313" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.632801" Longitude="-73.739482" StarRating="2" HotelCode="122610|409958" HotelName="Five Towns Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>655 Rockaway Turnpike, Lawrence, New York 11559</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/53/a55368dbc7c7a8f424524c5eaf9f3bb9d8a355d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="316.69" OriginalAmount="313.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.644070439769" Longitude="-73.987848014715" StarRating="3" HotelCode="300593|503839" HotelName="Days Inn by Wyndham Brooklyn Borough Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1118 36th Street, Brooklyn, New York 11218</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/21/72215dd413403245580aaa2efd6bd9abb8d341d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.36" OriginalAmount="314.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7583945" Longitude="-73.9930985" StarRating="3" HotelCode="|221546" HotelName="Pod Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>400 West 42nd Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/5/4/6/221546_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.16" OriginalAmount="316" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7759" Longitude="-73.9773" StarRating="2" HotelCode="47637|2802" HotelName="La Quinta Inn and Suites New York City Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 West 71st Street, New York, NY 10023-4103</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/67/7267458869491e028dd8e1477120108a7ff209e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a great location near the Empire State Building, the Rockefeller Center, and Times...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.54" OriginalAmount="317.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7589989" Longitude="-73.9861984" StarRating="4" HotelCode="|18747" HotelName="Paramount" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>235 WEST 46TH ST.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/4/7/18747_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel Calle 46 it is in Between, Where you can find the theatre district, shops, leisure areas, bars, restaurants and public transport services. HOTEL: This establishment offers a lobby with a reception, lifts, a safety deposit box service (for a fee), a cloakroom and a currency exchange service. The establishment boasts a kiosk, a bar, a restaurant, conference rooms and internet. If you pay a supplement, you are offered room service, a laundry service and a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="323.20" OriginalAmount="320" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75632" Longitude="-73.99314" StarRating="3" HotelCode="124014|17388" HotelName="Holiday Inn Express New York City Times Square" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>343 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/30/5e3083979060472f55c5e7ff13c60654e4f7ffbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Manhattan hotel is located in the city centre within 800 m of Madame Tussauds Wax Museum, the N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="323.20" OriginalAmount="320" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762386" Longitude="-73.976374" StarRating="4" HotelCode="18509|14868" HotelName="Shoreham Hotel" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 West 55th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/00/be0038b6a43210bd31dc36a665ab3ae8c1fde9e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in Midtown Manhattan on 55th Street between 5th and 6th Avenues, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324.21" OriginalAmount="321" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.68747817" Longitude="-73.98245676" StarRating="3" HotelCode="308613|85362" HotelName="Holiday Inn Brooklyn Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Schermerhorn Street, Brooklyn 11215, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/69/2969cc2977475b9d26f373f4638a298525992c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324.21" OriginalAmount="321" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75736017" Longitude="-73.94280017" StarRating="0" HotelCode="952779|480173" HotelName="TownePlace Suites by Marriott New York Long Island City/Manhattan View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38-42 11th Street, Long Island City, New York, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9f/bd9fefbd397b5aa2933370fcab1f352356ebe705.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.25" OriginalAmount="323.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.6657353" Longitude="-73.8061018" StarRating="3" HotelCode="|26728" HotelName="Hilton Garden Inn Queens/jfk Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>148-18 134TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/2/8/26728_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, renovated in 2005, with air-conditioning, has 194 standard rooms and 6 floors. The establishment boasts a smart hall with a reception, lifts, a safety deposit box service, internet, a kiosk, a bar, a restaurant and the Pantry Pavilion. There are many services available at the establishment, including a laundry service, room service and a car park. SITUATION: The hotel is situated 800 metres away from John F. Kennedy Airport. 1.5 kilometres away, you can find bars and restaurants. Is 3 kilometres from shops. 21 kilometres away, you can find Manhattan ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone, WiFi, satellite or cable TV, a radio, a double or king-size bed, fitted carpets, an iron and an ironing board. They also have a coffee maker, a microwave, a fridge, individual heating and individual air-conditioning. FACILITIES: Outdoors, clients have access to a sunbathing terrace, deck chairs and parasols. The establishment boasts a gym, a covered pool and a jacuzzi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.72" OriginalAmount="324.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7603211" Longitude="-73.987713" StarRating="0" HotelCode="|26476" HotelName="New York Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>765 8th Avenue, Between 46th &amp; 47th St, New York City, New York</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/7/6/26476_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming, economical hotel, is situated in a central area, has 45 standard rooms, a safety deposit box service, a pizzeria and restaurants. SITUATION: This establishment is in Eighth Avenue it is located between the 47 and 48 Streets. Nearby, you will find the theatre and the metro station. It is situated near Time Square ROOM: The rooms have double bed or twin bed, cable television, a hairdryer and a mini-bar. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="329.71" OriginalAmount="326.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.696405462281" Longitude="-73.984343610841" StarRating="4" HotelCode="316923|417538" HotelName="The Tillary Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/57/8957b14f2f9c0da90bbec50315e4f0921b1d48ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.29" OriginalAmount="329" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746750822598" Longitude="-73.991726575463" StarRating="3" HotelCode="140831|19761" HotelName="Hotel Hayden" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 West 28th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bd/d3bd90b1075af909ea2816bb51382bc42a92f6af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.666398044677" Longitude="-73.780086636543" StarRating="3" HotelCode="27871|68038" HotelName="Fairfield Inn New York JFK Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>156-08 Rockaway Boulvard, Jamaica, New York 11434</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/bb/9dbbc319533f6f5618e2cc6a7e4b6bf00a082efe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="335.32" OriginalAmount="332" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.782731925" Longitude="-73.825387025" StarRating="2" HotelCode="892754|67798" HotelName="Extended Stay America - New York City - LaGuardia Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-30 Whitestone Expressway, Queens, New York  11357</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/5c/8c5c9e285c4d3d803bcc997d7620dbde24af341b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="336.18" OriginalAmount="332.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70506267759" Longitude="-74.006298780441" StarRating="4" HotelCode="72047|3822787" HotelName="Eurostars Wall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Front Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/5b/ba5b7b6f2426d7d1a61e16d89fbc10130cddf5c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located downtown on Front Street at Pine Street, nestled moments from Wall Street's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.29" OriginalAmount="332.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7143" Longitude="-73.99381" StarRating="0" HotelCode="|225163" HotelName="Mimosa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>79 Divsion St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/1/6/3/225163_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="338.35" OriginalAmount="335" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.720925" Longitude="-73.955693" StarRating="4" HotelCode="918406|44492" HotelName="McCarren Hotel &amp; Pool" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 North 12th Street, Brooklyn 11249, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/c2/7ac233cce00883ae57336ab5adb959ac2c337866.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="338.35" OriginalAmount="335" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754336183531" Longitude="-73.935713768005" StarRating="3" HotelCode="906857|22686" HotelName="Four Points by Sheraton Long Island City/Queensboro Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-05 39th Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/08/1708fde5e70f51aa04b5b03d3cd854d6e1229b5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 88 rooms. Most of the storeys can be reached by lift. Services and fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339.36" OriginalAmount="336" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.650544" Longitude="-74.003" StarRating="2" HotelCode="204903|479268" HotelName="The Vue Express" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>536 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e0/ade0e1543303c69695a2cc4c98ca5363a3c139e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.68" OriginalAmount="337.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7609827" Longitude="-73.9696592" StarRating="4" HotelCode="|70556" HotelName="Hotel 57" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>130 East 57th Street.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/5/5/6/70556_af3f94b1403.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Renaissance New York 57th Street is rated three stars, boutique, has a bar, a lounge, a restaurant, has a reception, a concierge, lifts, a dry cleaner's, a laundry service, a small conference room and a business centre has features that offer you the maximum level of comfort. SITUATION: It has good links to the leisure areas. It is located near the commercial area and the shopping area. This hotel is in Midtown Area ROOM: The establishment has 220 luxurious rooms with stunning views. FACILITIES: The establishment boasts a fitness centre well-equipped.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="341.39" OriginalAmount="338.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7045642" Longitude="-74.0103464" StarRating="3" HotelCode="|72706" HotelName="Wall Street Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 South William Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/0/6/72706_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel is comfortable, economical. SITUATION: This luxurious hotel is in New York the business area of Lower Manhattan it is in Wall Street it is near. ROOM: The soundproofed rooms, have an individual air-conditioning system, high ceilings, a marble bathroom, mirrors, an iron, an ironing board, a safe, a writing desk and internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.59" OriginalAmount="339.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764589" Longitude="-73.9808882" StarRating="4" HotelCode="|18748" HotelName="Park Central New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>870 SEVENTH AVE &amp; 56TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/4/8/18748_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1920 and renovated in 2000. It has 25 floors, 915 rooms and 20 suites. In the establishment entrance, guests will find a lobby with air-conditioning, lifts, a reception, a cloakroom and a safety deposit box service. Some of the facilities that the establishment offers to guests include a kiosk, a restaurant, conference rooms and internet. There are many services available at the establishment, including room service, a laundry service, an indoor car park and a car park (for a fee). SITUATION: This elegant hotel is in Broadway the district of Close to, and, In the surrounding area you can also find shops, leisure areas and entertainment. next to the property, you can find public transport. ROOM: The spacious rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, an iron, an ironing board, fitted carpets, heating, a safety deposit box and a central air-conditioning system. FACILITIES: The establishment boasts a gym. OBSERVATIONS: For an extra charge, guests can use the car park. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment offers a breakfast service and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.06" OriginalAmount="339.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7187827" Longitude="-74.0003582" StarRating="3" HotelCode="|121706" HotelName="JG Sohotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Lafayette Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/7/0/6/121706_1_4198.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 3 star hotel is in New York the city centre of. ROOM: The establishment has 28 rooms with a hairdryer, a safe, an ironing set and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.13" OriginalAmount="340.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71977" Longitude="-73.998909" StarRating="3" HotelCode="|50419" HotelName="The Solita Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>159 GRAND STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/1/9/50419_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has multilingual staff. SITUATION: Is situated inSoho the area Chinatown, Little Italy and Greenwich Village it is near South Street Seaport and Wall Street nearby, you will find. ROOM: The comfortable rooms and have city views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.42" OriginalAmount="342" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.700985823601" Longitude="-73.93900358385" StarRating="2" HotelCode="320755|85360" HotelName="Bklyn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Beaver Street, Brooklyn, New York 11206</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d4/3bd4ede72c00a37b2a3b977a276e46d6416e0556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="346.28" OriginalAmount="342.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75905" Longitude="-73.98844" StarRating="4" HotelCode="18868" HotelName="Row Nyc Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>700 8Th Avenue,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/18868/18868/30.jpg?f=17748788</HotelPictures>
        <HotelDescription>This smoke-free hotel offers bellhop services.. Featured amenities include express check-out, dry cleaning/laundry services, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.44" OriginalAmount="344" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="2" HotelCode="143418|225956" HotelName="Hotel Mimosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Division Street, New York City - Manhattan 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/40/11403a0518739c22af3ca16d53070b1dafef9c0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.44" OriginalAmount="344" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75552185693" Longitude="-73.988042672812" StarRating="3" HotelCode="82942|144688" HotelName="Hotel Shocard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>206 West 41st Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/48/23486eff8dbb7438237936c2021376330c178f5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.45" OriginalAmount="345" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756487840924" Longitude="-73.984277844429" StarRating="4" HotelCode="60790|8400" HotelName="Hotel Mela Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/de/3bde7ec228aa0b3ef3e0445907389602cc977af8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests at this hotel may take advantage of its central location in the heart of Times Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.74" OriginalAmount="345.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7657814" Longitude="-73.9829307" StarRating="3" HotelCode="|221341" HotelName="Da Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>244 West 56th street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/4/1/221341_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.46" OriginalAmount="346" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754772" Longitude="-73.935826" StarRating="4" HotelCode="319261|85839" HotelName="Boro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-28 27th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/62/6d624882e730587e0c7beb8d75a38bc67ad1d6d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this boutique hotel has the perfect ambience for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.46" OriginalAmount="346" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.68751142" Longitude="-73.98175441" StarRating="3" HotelCode="432558|137118" HotelName="EVEN Hotel Brooklyn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46 Nevins Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/98/a9981844062b0adc675b645c3375dc01c13a6e9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.46" OriginalAmount="346" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.718741450832" Longitude="-74.000412672758" StarRating="3" HotelCode="887912|32246" HotelName="City Rooms NYC Soho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>120 Lafayette Street, Manhattan, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/1c/c41c26d9122f1303691da3e4a276ee0e28623265.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="350.16" OriginalAmount="346.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758976" Longitude="-73.98405" StarRating="4" HotelCode="75369" HotelName="Oyo Times Square" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>157 West 47Th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/75369/75369/1.jpg?f=17748617</HotelPictures>
        <HotelDescription>Facilities and services include a 24 hrs reception, restaurant (lunch &amp; dinner), lounge bar, elevator, wireless Internet in public areas, business center, meeting room, fitness center and spa (extra charge).The rooms are equipped with air conditioning, TV, telephone, wireless Internet (extra charge), safe box, hairdryer and mini bar.Double room with option to be used by 3/4 persons (if booked). All of them sharing existing bedding, 2 persons 1 double bed, 3 persons or more 2 separate beds.Address: 157 West 47th Street, Midtown, New York 10036, United States.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="351.33" OriginalAmount="347.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762047" Longitude="-73.98259" StarRating="3" HotelCode="18875" HotelName="The Manhattan At Times Square Hotel, An Ihg Hotel" Meals="PREMIUM ROOM" BedType="PREMIUM ROOM">
        <Address>
          <AddressLines>
            <AddressLine>790 Seventh Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/18875/18875/5.jpg?f=17748603</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including concierge services and gift shops/newsstands. Additional amenities at this hotel include a television in a common area and a vending machine.. Featured amenities include a 24-hour business center, express check-out, and complimentary newspapers in the lobby. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="359.17" OriginalAmount="355.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7569" Longitude="-73.98481" StarRating="4" HotelCode="145392" HotelName="Millennium Hotel  Broadway Times Square" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>145 West 44th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/45392/145392/51.jpg?f=17748657</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and concierge services. This hotel also features gift shops/newsstands and a reception hall.. Featured amenities include a business center, express check-in, and express check-out..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="360.20" OriginalAmount="356.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75367" Longitude="-73.99465" StarRating="4" HotelCode="1792724" HotelName="TRYP By Wyndham New York City Times Square / Midtown" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>345 West 35th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/92724/1792724/1.jpg?f=17489167</HotelPictures>
        <HotelDescription>Location: Located by an historic building site, the hotel will put guests within walking distance of key business centres and some of New York City's top attractions, including world-class shopping at Macy's and sports. The world-famous Madison Square Garden and dining options are only 1 km away. The excitement of Times Square, the theatre district and the Empire State Building are only 2 km away from the establishment. John F Kennedy International Airport is approximately 28 km away.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750156054148" Longitude="-73.936757606152" StarRating="3" HotelCode="307991|42891" HotelName="Hilton Garden Inn Long Island City Queensboro Bridge" 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>29-21 41st Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/05/78056d13f760972b9ed9afe26410de0ee574fd5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="363.60" OriginalAmount="360" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74849827" Longitude="-73.9398457" StarRating="3" HotelCode="494801|373036" HotelName="Aloft Long Island City - Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>27-45 Jackson Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/a3/e3a3f9fc8c4135042efce2d6f6b4f50406299bb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="364.48" OriginalAmount="360.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759901664559" Longitude="-73.996534195107" StarRating="4" HotelCode="187088|1754634" HotelName="Cachet Boutique NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Club Resort,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>510 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/94/dd94bcad4b73a0ca221c4fc8312ed505e2590c96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located at the epicentre of gay life – Hell's Kitchen, steps from Times Square and C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364.61" OriginalAmount="361" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75421675" Longitude="-73.9904145" StarRating="2" HotelCode="893796|53332" HotelName="Manhattan Broadway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>273 West 38th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/7f/2f7f45c5a5b3955000ffb11749c86d4a1c9daf32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.73" OriginalAmount="361.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751729" Longitude="-73.947879" StarRating="4" HotelCode="904065|1079058" HotelName="Z Hotel NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11-01 43rd Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/b2/47b2b3282aeffec6d4349006a79feb3e54e2174a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of New York's most up-and-coming neighbourhoods, Long Island City, where...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="365.72" OriginalAmount="362.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765796156803" Longitude="-73.983006477356" StarRating="3" HotelCode="907477|323935" HotelName="Da Vinci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 24/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>244 West 56th Street, New York City</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/da/0fda1d810e0ab0f07f1cfb372096bf53915d07fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Midtown West. The total number of rooms is 24. Guests will not be both...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="365.88" OriginalAmount="362.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75666133" Longitude="-73.94269133" StarRating="3" HotelCode="946943|668605" HotelName="Wingate by Wyndham Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>38-70 12th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/d5/05d5bad2ebc4ce5f4369d869576e538f4bd38325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="367.64" OriginalAmount="364" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762149281164" Longitude="-73.982846458215" StarRating="3" HotelCode="17508|925" HotelName="The Manhattan at Times Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>790 7th Avenue, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/5b/645b266e4ae74a7460e1c38632997901a98cac8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a great location at the heart of Manhattan, this luxury hotel is close to the theatre distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="367.71" OriginalAmount="364.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753082" Longitude="-73.93408" StarRating="3" HotelCode="1873974" HotelName="Home2 Suites By Hilton New York Long Island City/ Manhattan View" Meals="STUDIO - DISABLED ADAPTED" BedType="STUDIO - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>39-06 30Th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/73974/1873974/20.jpg?f=17093640</HotelPictures>
        <HotelDescription>Property Location With a stay at Home2 Suites by Hilton NY Long Island City/Manhattan View in Long Island City, you'll be close to Astoria Park and Bloomingdale's. This aparthotel is close to Barney's and Chrysler Building. Rooms Make yourself at home in one of the 115 air-conditioned rooms featuring kitchens with full-sized refrigerators/freezers and microwaves. 42-inch LCD televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include phones, as well as desks and separate sitting areas. Amenities Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless Internet access and tour/ticket assistance. Dining Grab a bite from a grocery/convenience store serving guests of Home2 Suites by Hilton NY Long Island City/Manhattan View. Quench your thirst with your favorite drink at a bar/lounge. Business, Other Amenities Featured amenities include a business center, dry cleaning/laundry services, and multilingual staff. Self parking (subject to charges) is available onsite.
Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless Internet access and tour/ticket assistance.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.56" OriginalAmount="364.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.656558" Longitude="-74.003607" StarRating="3" HotelCode="179752|323031" HotelName="Hotel BPM - Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 33rd Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7b/187bed05965c29fe1ff16f1741ca05c40021beb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="368.65" OriginalAmount="365" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.747738083747" Longitude="-73.986595912114" StarRating="3" HotelCode="565008|18218" HotelName="The Hotel @ Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 West 32nd Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/29/14298d0637262843b5fdf472e723a117a0e441ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="369.66" OriginalAmount="366" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.848695936154" Longitude="-73.845033301605" StarRating="3" HotelCode="935271|88486" HotelName="Residence Inn New York The Bronx at Metro Center Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1776 Eastchester Road, Bronx, New York 10461</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/d3/57d33e7f1bc932d74e2280f388f31527dc34daaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.76" OriginalAmount="366.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7563744" Longitude="-73.9837189" StarRating="4" HotelCode="|32558" HotelName="Aura Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 West 44th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/5/8/32558_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This elegant hotel, Times Square it is in Close to, , the shopping centres, art galleries, and.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.08" OriginalAmount="366.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761311" Longitude="-73.9859207" StarRating="3" HotelCode="|182485" HotelName="Mayfair New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>242 West 49th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/2/4/8/5/182485_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.37" OriginalAmount="366.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756229" Longitude="-73.992827" StarRating="3" HotelCode="102716|159111" HotelName="Hampton Inn Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>337 West 39th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970b51b32a8c313dd110258d2d4aaa56d51f081.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can discover the excitement of New York City as this hotel is located within the southern...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.48" OriginalAmount="366.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7639539" Longitude="-73.9827651" StarRating="3" HotelCode="|18711" HotelName="Ameritania Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230 WEST 54TH ST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/1/1/18711_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 12 floors, 210 rooms and 12 suites. In the establishment entrance, guests will find a lobby, a reception, a lift and a cloakroom. It also has internet, At an extra cost you can use the launderette and the indoor car park. SITUATION: This elegant boutique hotel is in an excellent location, Broadway it is near Guests can enjoy bars, restaurants and public transport services. it is situated 13 kilometres away from Laguardia Airport it is situated 24 kilometres away from John F. Kennedy Airport. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a CD player, internet, an iron, an ironing board, a satellite or cable television, an individual air-conditioning system and individual heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.67" OriginalAmount="367" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764646845623" Longitude="-73.980933129787" StarRating="3" HotelCode="15688|9208" HotelName="Park Central Hotel New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>870 7th Avenue, New York, New York 10019-4038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/75/f1758b85f855b1e22837cca9ecbfad35687d15be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is in the heart of the theatre district within a few minutes walk from Times Squa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="372.40" OriginalAmount="368.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75928" Longitude="-73.983284" StarRating="3" HotelCode="|448142" HotelName="Motto By Hilton New York City Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 A West 48th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/4/2/448142_e3e4d731155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.69" OriginalAmount="369" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745339205473" Longitude="-73.992307707667" StarRating="3" HotelCode="13492|12015" HotelName="Holiday Inn Manhattan 6th Ave - Chelsea" 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,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 West 26th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/70/1e7049cb449a3c13f42597e24090f1c39e704589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located near numerous New York attractions. It is just 5 km from the Statue o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.69" OriginalAmount="369" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752982" Longitude="-73.934123" StarRating="3" HotelCode="284410|54892" HotelName="Home2 Suites by Hilton New York Long Island City/Manhattan View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-06 30th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d8/a7d8e3c766cc866d325cbc27019d8004d3a37305.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="375.94" OriginalAmount="372.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7526504" Longitude="-73.9933935" StarRating="4" HotelCode="|50404" HotelName="The New Yorker, a Lotte Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>481 8TH AVENUE AT 34TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/0/4/50404_c01aab91408.jpg</HotelPictures>
        <HotelDescription>SITUATION: This beautiful hotel is near Nueva York the tourist attractions of Next to restaurants, shops, bars and public transport services. HOTEL: In the entrance, you can find a lobby with a reception, a safety deposit box service, a cloakroom and internet. The establishment has room service, a laundry service, a kiosk, shops, a bar, a restaurant, conference facilities and a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="377.17" OriginalAmount="373.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752663" Longitude="-73.99357" StarRating="4" HotelCode="19432" HotelName="The New Yorker Hotel By Lotte Hotels" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>481 Eighth Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/19432/19432/3.jpg?f=17735941</HotelPictures>
        <HotelDescription>Facilities: 1014 rooms, including 428 single rooms, are located on 40 storeys and can be reached by 8 lifts. Guests are warmly welcomed by English- and French-speaking staff at the 24-hour reception desk in the lobby. Check-in/check-out service is available round the clock. Amenities include a cloakroom, baggage storage service, safe and cash machine. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. The complex has a range of facilities for guests with disabilities. The complex has wheelchair-accessible facilities. Film lovers are sure to find just what they're looking for in the cinema's listings. A number of shops, including a supermarket and souvenir shop, are great for shopping or just browsing. Additional facilities include a newspaper stand. Guests arriving by car can park their vehicles in the garage or in the car park. Further services and facilities include a 24-hour security service, a babysitting service, a childcare service, a car hire service, medical assistance, room service, an alarm call service, a laundry service, a hairdresser and a coin-operated laundry. Active guests who wish to explore the surrounding area by bike will appreciate the bicycle hire service. Bicycle storage is also available. Complimentary newspapers are available. A business centre with fax machine and projector is available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="377.74" OriginalAmount="374" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749118277563" Longitude="-73.983800411224" StarRating="3" HotelCode="395241|15065" HotelName="U Hotel Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>373 Fifth Avenue, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/46/c6461d609802521f9233de27f29fd750d87c6c08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located directly on Fifth Avenue just one block from the Empire State Building, and sha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.24" OriginalAmount="375.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7560808" Longitude="-73.9801117" StarRating="3" HotelCode="|157303" HotelName="Citadines Connect Fifth Avenue New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 West 45th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/3/0/3/157303_d96d22f1201.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park (for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.45" OriginalAmount="375.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.712308" Longitude="-73.992722612268" StarRating="3" HotelCode="294131|405818" HotelName="Madison Les Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>154 Madison Street, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/90/7490bda292111f8eb614cf5bda55df17ec8b9c10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.69" OriginalAmount="375.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7473687" Longitude="-73.9882026" StarRating="1" HotelCode="|274365" HotelName="31 Street Broadway " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 W. 31st Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/4/3/6/5/274365_18889321532.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="379.76" OriginalAmount="376" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764099586671" Longitude="-73.982922259507" StarRating="3" HotelCode="200929|2792" HotelName="Ameritania at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4e/11/4e111e0b9e161659e403be671fd3f5965d3f6f68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique-style hotel enjoys a superb central location on the corner of Broadway and 54t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="379.76" OriginalAmount="376" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7533245" Longitude="-73.935001" StarRating="3" HotelCode="264029|77437" HotelName="Nesva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-12 29th Street, Queens, NY 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/17/04175457dc1648b4c3ceb072664bc82faa56fd18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.25" OriginalAmount="377.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752489" Longitude="-73.993748" StarRating="4" HotelCode="15305|16831" HotelName="The New Yorker, A Wyndham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>481 Eighth Avenue, 34th Street &amp; 8th Avenue, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/c2/34c222b72e73a8b0d016b7f12c22c9e3ee7d1766.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to various interesting sights of interest. Countless restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756994" Longitude="-73.98487" StarRating="4" HotelCode="31947|8478" HotelName="Millennium Times Square New York- A Hilton Affiliate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 West 44th Street, New York, New York City 10036-4012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/9c/649c87f5a16da9b9da8e02d9c18dd39a7205f822.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, contemporary hotel is located between 6th and Broadway, less than one block from the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="382.32" OriginalAmount="378.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759777" Longitude="-73.986046" StarRating="4" HotelCode="105706" HotelName="Hotel Edison Times Square" Meals="SIGNATURE ROOM" BedType="SIGNATURE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>228 West 47th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/05706/105706/18.jpg?f=17750514</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including concierge services and gift shops/newsstands. Getting to nearby attractions is a breeze with the area shuttle (surcharge) that operates within 20 miles.. Featured amenities include express check-in, express check-out, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="382.59" OriginalAmount="378.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.717259" Longitude="-73.995455" StarRating="4" HotelCode="|77834" HotelName="Wyndham Garden Chinatown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>93 Bowery</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/8/3/4/77834_a68970c1222.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests WiFi (free of charge), a restaurant, a business centre and a gym. ROOM: Each room has flatscreen cable television, a fridge and a bathroom with a hairdryer, Customers have rooms Pemium rooms and with views of the city. SITUATION: This hotel Chinatown it is in Soho a 15-minute walk away from 3 minutes walk away, you can find Grand Street the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="382.79" OriginalAmount="379" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7570425625" Longitude="-73.9831723" StarRating="2" HotelCode="902785|53317" HotelName="Hotel St. James" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109 West 45th Street, New York, NY 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/84/2384d21916c8392a9cf9f28976643ebdc3670a14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="384.34" OriginalAmount="380.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759691832457" Longitude="-73.986139297485" StarRating="3" HotelCode="18299|75479" HotelName="Hotel Edison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>228 West 47th Street, btw. 8th &amp; Broadway, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/02/03022a9826d5dbb18fb722b2a76255a705f9dcb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Midtown Manhattan, just steps from Times Square and within walking distance ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="384.56" OriginalAmount="380.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7621518" Longitude="-73.9790275" StarRating="4" HotelCode="|18734" HotelName="New York Hilton Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1335 AVENUE OF AMERICAS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/3/4/18734_991fba91137.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 2086 rooms, 8 suites and 24 floors. The establishment has a lobby, a reception, a safety deposit box service, a lift, a currency exchange service and a cloakroom. This air-conditioned hotel has a kiosk, bars, restaurants, conference rooms, internet, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is close to Rockefeller Center, is situated in the city centre. In the surrounding area you can also find restaurants, bars, shops and a public transport stop. ROOM: All the rooms have a mini-bar, a kettle, a coffee maker, a bathroom with a hairdryer, an iron, a direct line telephone, satellite or cable TV, internet, a radio, a double or king-size bed, individual heating and an individual air-conditioning system. FACILITIES: The establishment also has a gym. OBSERVATIONS: Ask for further information regarding hotel conditions and operations. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="386.98" OriginalAmount="383.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754" Longitude="-73.949264" StarRating="4" HotelCode="98035|323076" HotelName="Ravel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-08 Queens Plaza South, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/4e/634e3d8943d86471a67157d3d40b0368e102111a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="388.14" OriginalAmount="384.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.720895" Longitude="-74.005449" StarRating="3" HotelCode="123573|160022" HotelName="Hilton Garden Inn New York/Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue of the Americas, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e6/fce6a02f4c609ba8574f1e047715d46c098325d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in a vibrant area of New York, close to SoHo and Little Italy. It enjoys a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="388.20" OriginalAmount="384.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756016" Longitude="-73.97105" StarRating="4" HotelCode="19428" HotelName="The Fifty Sonesta Hotel New York" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>155 East 50th Street at Third Avenue,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/19428/19428/10.jpg?f=17749020</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including wireless internet access (surcharge) and concierge services. This hotel also features a fireplace in the lobby and a banquet hall.. Featured amenities include a business center, express check-in, and express check-out..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="388.38" OriginalAmount="384.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758911619901" Longitude="-73.988233469329" StarRating="3" HotelCode="16464|156757" HotelName="The Row NYC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>700 8th Avenue, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/f2/13f234c0b71ab847d9f1b7ccb13664a21647e12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well-known hotel benefits from an excellent location at the heart of the Broadway theatre distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.64" OriginalAmount="384.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7560192" Longitude="-73.9819318" StarRating="4" HotelCode="|28244" HotelName="Royalton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>44 WEST 44TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/4/4/28244_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 205 standard rooms and 16 floors. In the entrance, you can find a lobby, a reception with safety deposit boxes, a currency exchange service, a cloakroom and a lift. The establishment has Round Bar, an Ã  la carte restaurant with air-conditioning, 44 conference rooms and room service. By paying an additional charge you can enjoy a laundry service and a car park. SITUATION: This trendy hotel is in the heart of Manhattan. It is located close to Fifth Avenue, Broadway and Times Square the nightlife. ROOM: The rooms have sofas, a bathroom with shower or WC, a mini-bar, a safety deposit box (available for a fee), a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a king-size bed, fitted carpets, individual heating and individual air-conditioning. FACILITIES: The establishment boasts a gym and a massage service (available for a fee). MEALS: Guests are offered a breakfast service and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="390.45" OriginalAmount="386.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71118" Longitude="-74.010414" StarRating="4" HotelCode="127649" HotelName="M Social Hotel New York Downtown" Meals="DELUXE ROOM - CITY VIEW" BedType="DELUXE ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>55 Church Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/27649/127649/8.jpg?f=17725612</HotelPictures>
        <HotelDescription>Facilities: 565 rooms and 102 suites are located on 55 storeys and can be reached by lift. English- and French-speaking staff at the reception are happy to assist guests at the reception desk round the clock. Check-in and check-out are available 24 hours a day. Amenities include a cloakroom, baggage storage service, safe, currency exchange service and cash machine. Wireless internet access is provided in public areas. The hotel offers a number of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. A number of shops, including a supermarket and souvenir shop, are great for shopping or just browsing. Additional amenities include a newspaper stand and a TV room. Guests arriving by car can park their vehicles in the garage or in the car park. Further services and facilities include a 24-hour security service, a car hire service, medical assistance, a transfer service, room service, an alarm call service, a laundry service and a coin-operated laundry. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.87" OriginalAmount="387" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75056786151" Longitude="-73.986012861192" StarRating="3" HotelCode="212667|32172" HotelName="Holiday Inn Express Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/101393/ea17b76f-67d2-4309-b900-6d1ee42ab5fa.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.87" OriginalAmount="387" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.748514" Longitude="-73.978031" StarRating="4" HotelCode="45051|8640" HotelName="Shelburne Hotel &amp;  Suites by Affinia" 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,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>303 Lexington Avenue, at 37th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0e/e20ee98c92018bc3b1696900fbcd45fb35da1b22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant European-style hotel affords a prestigious location in the charming Murray Hill distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="391.25" OriginalAmount="387.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.723828" Longitude="-74.005292" StarRating="3" HotelCode="104038|155252" HotelName="SoHo 54 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>54 Watts Street, Manhattan, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/40/b04001f753cc8a7fb9b533660d1296e4e8319e5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can experience the excitement of Downtown New York City from the hotel. Set in the trendy dis...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391.88" OriginalAmount="388" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.748192" Longitude="-73.987562" StarRating="3" HotelCode="45186|223185" HotelName="Hotel Stanford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 W 32nd St, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c3/66/c366274d7bca644640f06b652ed6e5c665bab8c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="392.61" OriginalAmount="388.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.703175" Longitude="-74.0123" StarRating="3" HotelCode="1834371" HotelName="Hampton Inn Manhattan/Downtown Financial District" Meals="ROOM - DISABLED ADAPTED" BedType="ROOM - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>32 Pearl Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/34371/1834371/30.jpg?f=17013243</HotelPictures>
        <HotelDescription>Facilities: The hotel has a lift and features 81 rooms. The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service and a safe. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. There are a number of shops, including a supermarket and souvenir shop. Additional amenities include a TV room and a playroom. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Further services and facilities include a 24-hour security service, medical assistance, a transfer service, room service and a laundry service. Complimentary newspapers are available. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.94" OriginalAmount="389.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756939" Longitude="-73.9844227" StarRating="4" HotelCode="|18690" HotelName="Millennium Hotel Broadway Times Square " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 WEST 44TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/9/0/18690_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 52 floors, 752 rooms and 11 suites. In the entrance, you can find a lobby with a lift, a reception, a safety deposit box service and a currency exchange service. Guests are also offered a kiosk, a conference room, internet, elegant communal areas, a restaurant, a bar, room service, a laundry service, a car park and an indoor car park. SITUATION: This hotel is in an excellent location, Close to, la Sexta Avenida and Broadway it is located between Guests can enjoy bars, restaurants, shops, nightclubs and public transport. ROOM: The establishment has comfortable standard rooms and suites with a bathroom with a hairdryer, a direct line telephone, internet, satellite or cable TV, a central air-conditioning system, central heating, a mini-bar and a safe (available for a fee). FACILITIES: The establishment has a gym. OTHERS: It has a beautiful restaurant with a breakfast, lunch and dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.75" OriginalAmount="389.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.67774469" Longitude="-73.9836293" StarRating="2" HotelCode="614987|2639055" HotelName="Gowanus Inn &amp; Yard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>645-651 Union Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/eaf49b31d801de4a/09/096ad7bac5e09885/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="394.11" OriginalAmount="390.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7518457" Longitude="-73.9764586" StarRating="4" HotelCode="|18728" HotelName="Hyatt Grand Central New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109 East 42nd Street, Park Avenue at Grand Central</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/2/8/18728_abcdbc41111.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This luxurious hotel is in Manhattan the heart of Close to and, Guests will also be able to visit, commercial zones, art galleries, and los Knicks the Stadium of. HOTEL: The hotel offers meeting areas and event room. The establishment offers guests spa treatments in the rooms, The establishment has a gym, This hotel is business.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="394.91" OriginalAmount="391" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759734" Longitude="-73.831631" StarRating="3" HotelCode="396412|40098" HotelName="Sheraton LaGuardia East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-20 39th Avenue, Flushing, New York 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/04/4f041a7b9fbd30564f2dc9d033007b00d05530d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="395.28" OriginalAmount="391.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753668" Longitude="-73.99465" StarRating="4" HotelCode="171913|154270" HotelName="TRYP New York City Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>345 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/c7/91c704ac7430bf11eb044baa582072789d2d7320.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located by an historic building site, the hotel will put guests within walking distance of key busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="397.94" OriginalAmount="394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74814663" Longitude="-73.94129345" StarRating="3" HotelCode="572108|415744" HotelName="Hyatt Place Long Island City New York City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2707 43rd Avenue, Long Island, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/02/ea024f9960014927905407a43a6f820297b9a023.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="397.94" OriginalAmount="394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.763259316648" Longitude="-73.985570669174" StarRating="3" HotelCode="13767|44390" HotelName="Hampton Inn Manhattan-Times Square North" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>851 Eighth Avenue, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/5a/185acfc3eb1934219cacc93195d9db508d041ac8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Manhattan and close to the Rockefeller Center as well as Cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="400.21" OriginalAmount="396.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758986845669" Longitude="-73.983855396509" StarRating="4" HotelCode="365877|81936" HotelName="Night Hotels Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 West 47th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0c/e60c3f3d5357e40d983de395b823b473e73aa086.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Times Square and Broadway are less than two blocks from the hotel. One block over, on West 46th Stre...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="400.22" OriginalAmount="396.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.703968" Longitude="-74.01233" StarRating="4" HotelCode="1690975" HotelName="DoubleTree By Hilton New York Downtown" Meals="ROOM - DISABLED ADAPTED" BedType="ROOM - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>8 Stone Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0016/90975/1690975/41.jpg?f=17481029</HotelPictures>
        <HotelDescription>Facilities: The hotel has a lift and features 399 rooms. English- and German-speaking staff at the reception desk in the lobby are happy to answer any questions. Amenities available at the hotel include a cloakroom, baggage storage service, safe and cash machine. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. There are a number of shops, including a supermarket and souvenir shop. Additional facilities include a TV room. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Further services and facilities include a 24-hour security service, room service, a laundry service and a coin-operated laundry. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.44" OriginalAmount="396.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7651281" Longitude="-73.9829587" StarRating="3" HotelCode="|18744" HotelName="Moderne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>243 WEST 55TH STREET (Btwn Broadway &amp; 8th)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/4/4/18744_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel pop art style, with air-conditioning, has 8 floors, 34 rooms and 8 suites. In the establishment entrance, guests will find a spacious hall with elevators, internet (for a fee), a cloakroom, a reception and a reception. close to the establishment, you can find a car park (for a fee). SITUATION: This luxurious hotel is in an excellent location, Guests can enjoy restaurants, bars, shops and theatres. Broadway, Central Park and Times Square it is a few minutes walk away from it is close to nightclubs, public transport services. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a CD player, internet, an iron, individual heating and individual air-conditioning. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="401.98" OriginalAmount="398" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74938038" Longitude="-73.94689836" StarRating="3" HotelCode="512071|187992" HotelName="Lic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>44-04 21st Street, Long Island City, Queens, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/77/357797ee80e3a0680712b9047ebf86d4f6f25935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at LIC Hotel in Long Island City, you'll be convenient to United...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="401.98" OriginalAmount="398" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.719511798637" Longitude="-73.994759716568" StarRating="3" HotelCode="64764|13923" HotelName="Sohotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>341 Broome Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a9/15a9914c4ecc0034858a335953ade074b4ffc6ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic budget hotel is located in the vibrant Chinatown/Soho area of Manhattan, close to Litt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.99" OriginalAmount="399" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.738691" Longitude="-73.99429625" StarRating="2" HotelCode="145930|94192" HotelName="Chelsea Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 West 17th Street, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/0e/460e4ad0f80e2fbab34df2b1eeca7ad1a03e41a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.99" OriginalAmount="399" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.708913674696" Longitude="-74.009168744087" StarRating="3" HotelCode="900059|14750" HotelName="Holiday Inn New York City - Wall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Nassau Street, 10038 New York City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02727289aea621cea25aff4fef11fe16ea070c70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Financial District, 4 blocks from Wall Street, 5 blocks from the New Yor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="403.03" OriginalAmount="399.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.763275" Longitude="-73.985634" StarRating="3" HotelCode="297264" HotelName="Romer Hell's Kitchen" Meals="DELUXE KING ROOM" BedType="DELUXE KING ROOM">
        <Address>
          <AddressLines>
            <AddressLine>851 8Th Ave,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/97264/297264/1.jpg?f=17730441</HotelPictures>
        <HotelDescription>Facilities: The hotel welcomes guests in a 10-storey building with a lift and 300 rooms. The friendly staff at the reception desk are happy to answer any questions. Amenities include a cloakroom, baggage storage service, safe, currency exchange service and cash machine. Wireless internet access is provided in public areas. The hotel offers a number of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. There are a number of shops, including a supermarket. Guests arriving by car can park their vehicles in the garage (for a fee) or in the car park. Other services include a 24-hour security service, medical assistance and a laundry service.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="403.05" OriginalAmount="399.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750155317002" Longitude="-73.937479736771" StarRating="3" HotelCode="426898|458101" HotelName="Courtyard Long Island City/New York Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Designated Smoking Area,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29-15 Queens Plaza North, 11101 Long Island City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661c84c5247eb3e8376a0344c84eab85d1f532f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel was constructed in 2016. Hotel was refurbished in 2016. The property consists of 160 rooms. Th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="403.16" OriginalAmount="399.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756275381864" Longitude="-73.991649804893" StarRating="4" HotelCode="679595|37782776" HotelName="Aliz Hotel Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Bar,Golf,Internet,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>310 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/93/d493ac0f214b6fafc06d1eb203886c5bf3028bc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.39" OriginalAmount="399.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7484065" Longitude="-73.97783" StarRating="4" HotelCode="|26885" HotelName="The Shelburne Sonesta New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>303 LEXINGTON AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/8/8/5/26885_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 263 suites and 16 floors. In the establishment entrance, guests will find a lobby with a reception, a currency exchange service, a cloakroom and lifts. This building with air-conditioning, has a bar with a terrace and in summer. a bar, a restaurant, a conference room, internet, a laundry service, room service and a car park (for a fee). SITUATION: This elegant hotel is in an excellent location, Murray Hill it is in this establishment, is in Manhattan the centre of close to the establishment, clients can find a public transport stop, shops, restaurants and bars. ROOM: The establishment has traditional style suites with a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a fully-equipped kitchen, a fridge, a central air-conditioning system and a central heating system. It also offers studio suites. FACILITIES: The establishment has a gym and a sauna.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.86" OriginalAmount="399.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74735467" Longitude="-73.98802813" StarRating="2" HotelCode="608054|4613045" HotelName="The Grand NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/e9/c1e9b326f431f1aec8cf11aa2311c2b354c01c95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at The Grand NYC in Manhattan (Midtown), you'll be minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="406.35" OriginalAmount="402.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.718205" Longitude="-73.986344" StarRating="4" HotelCode="|121457" HotelName="Holiday Inn Nyc - Lower East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 Delancey Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/4/5/7/121457_1_9501.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Holiday Inn Nyc - Lower East Side is rated three stars, has a fitness centre and WiFi (free of charge). SITUATION: This establishment is in the heart of Nueva York. It is located close to East Village</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.74" OriginalAmount="402.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752628" Longitude="-73.974601" StarRating="4" HotelCode="12538|120387" HotelName="Fitzpatrick Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 East 44th Street, at Lexington Avenue, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/cc/59cce6e9210b4290cbdc3c574aa8a2c5bb3847be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel's prime location next to one of the world's largest and most famous train stations pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="407.18" OriginalAmount="403.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74654" Longitude="-73.99171" StarRating="3" HotelCode="|183666" HotelName="Cambria  New York - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 W. 28th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/6/6/183666_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="407.22" OriginalAmount="403.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75329" Longitude="-73.99404" StarRating="4" HotelCode="|183694" HotelName="EVEN Hotel Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>321 West 35th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/9/4/183694_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="408.04" OriginalAmount="404" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.747119277057" Longitude="-73.987074530303" StarRating="2" HotelCode="123388|53306" HotelName="LIFE Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1f/691f073bba4dea97b524b442047746b270304293.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="408.23" OriginalAmount="404.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75061" Longitude="-74.00337" StarRating="4" HotelCode="1834335" HotelName="Hotel Alameda Highline" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>518 W 27Th St,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/34335/1834335/1.jpg?f=17307174</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include limo/town car service, dry cleaning/laundry services, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.25" OriginalAmount="404.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.724390352636" Longitude="-74.00803963391" StarRating="4" HotelCode="316096|407721" HotelName="Arlo SoHo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 Hudson Street, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/0b/f40b5fd5ac05ca7c58d9864305d89aeff4b493c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="409.05" OriginalAmount="405" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70396959981" Longitude="-74.012326630386" StarRating="4" HotelCode="168366|20976" HotelName="DoubleTree by Hilton Hotel New York City - Financial District" 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,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Stone Street, New York, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/da/90da9e1e84803ed4203321c0a5c7f62d8c252d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="409.05" OriginalAmount="405" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756046" Longitude="-73.970996" StarRating="4" HotelCode="59150|2844" HotelName="Fifty Hotel &amp; Suites by Affinia" 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,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155 East 50th Street, at Third Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/f0/61f0e07315c3e521169a5141b3c1898fa4baac17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very centrally located close to the Rockefeller Center, the United Parks Avenue, the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="409.69" OriginalAmount="405.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7504247" Longitude="-74.0034107" StarRating="4" HotelCode="|362677" HotelName="Alameda Highline" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>518 West 27th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/2/6/7/7/362677_227e3821022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="410.06" OriginalAmount="406" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764867452655" Longitude="-73.981190711639" StarRating="4" HotelCode="410473|10709" HotelName="Manhattan Club Suites" 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,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>200 West 56th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/84/90/8490f4415b3cfd94126d3263856a09aab291d607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of New York City's most desirable locations. It neighbours Central Park,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="410.18" OriginalAmount="406.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.668" Longitude="-73.7981" StarRating="3" HotelCode="|73160" HotelName="DoubleTree by Hilton New York JFK Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135-30 140th Street, Queens</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/1/6/0/73160_12355550514.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have a double or king-size bed, a flat-screen television, internet, a table, an alarm clock, an iron, an ironing board, a hairdryer and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="411.60" OriginalAmount="407.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755201146035" Longitude="-73.991661349417" StarRating="3" HotelCode="319454|61526321" HotelName="Holiday Inn New York City - Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>585 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/a6/52a6d1f7662fce4a4371264ee2b618864b37b0d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="413.39" OriginalAmount="409.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7561228" Longitude="-73.993006" StarRating="3" HotelCode="|67859" HotelName="Candlewood Suites Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>339 WEST 39TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/8/5/9/67859_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, renovated in 2009, has air-conditioning and 188 rooms. The establishment has express check-out, a safety deposit box service, a lift, WiFi and a laundry service. SITUATION: Times Square It is situated 2 blocks away from Where you can find theatres and restaurants. it is near Greenwich Village the residential area of near the establishment, guests will find South Street Port the Brooklyn Bridge, the Rockefeller Center and the Empire State is close to. ROOM: The rooms have a kitchen, with fridge, a microwave, a coffee maker, a kettle, a dishwasher, WiFi (free of charge), local calls, cable television with free channels, a bathroom with a shower, a bath, a hairdryer, a radio, a safe, an iron, individual air-conditioning and heating. FACILITIES: The establishment has WiFi (free of charge), a wellness centre with a gym, a business centre and a small store. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="413.66" OriginalAmount="409.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755245" Longitude="-73.991745" StarRating="3" HotelCode="2199485" HotelName="Holiday Inn New York City - Times Square, An Ihg Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>585 8Th Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/99485/2199485/1.jpg?f=16377288</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a 24-hour fitness center or take in the view from a garden. This hotel also features complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include express check-out, a 24-hour front desk, and multilingual staff..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="413.87" OriginalAmount="409.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756833279034" Longitude="-73.993097822717" StarRating="4" HotelCode="506569|542610" HotelName="DoubleTree by Hilton Hotel New York - Times Square West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>350 West 40th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25fc1c718c15c4b0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="413.91" OriginalAmount="409.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.711226" Longitude="-74.010463" StarRating="4" HotelCode="|50400" HotelName="M Social New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 CHURCH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/0/0/50400_9023a381224.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel has 55 floors, 565 rooms and 102 suites. In the entrance, you can find a lobby with a reception, a lift, a safety deposit box service, a cloakroom and a currency exchange service. The establishment also has a kiosk, a conference room, internet, elegant communal areas, a restaurant, a bar and a barbecue. There are many services available at the establishment, including a laundry service, room service, a car park and indoor parking (for a fee). SITUATION: It is in the heart of the city, Wall Street and South Street Harbour it is located near the Statue of Liberty and Soho it has good links to Clients can find bars, cafÃ©s, restaurants, shops and a public transport stop. ROOM: You are offered luxurious standard rooms and suites with a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a mini-bar, a safe (available for a fee), an air-conditioning system and heating. FACILITIES: The establishment boasts a covered swimming pool, a sauna, a massage service and a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.10" OriginalAmount="410" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764475625654" Longitude="-73.995920710436" StarRating="4" HotelCode="75285|13337" HotelName="Kimpton Ink48 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>653 11th Avenue, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/67/cf67caf9bb715bbf9f1877485bbed1e042b36861.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is an eclectic urban escape on Manhattan's Westside. It is located in the diverse He...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="415.11" OriginalAmount="411" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.711213187154" Longitude="-74.010464251041" StarRating="4" HotelCode="18374|11651" HotelName="Millennium Hilton New York Downtown" 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,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Church Street, New York City, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ca/14cae83dcc96fde87196775e05eebff5c591ed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city within walking distance of Wall Street and South Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="415.47" OriginalAmount="411.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.705652337837" Longitude="-74.007020294666" StarRating="3" HotelCode="165487|2070734" HotelName="Holiday Inn Express New York City-Wall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Water Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4f/784fa7e8150a88557d334a2c8fc5ad53a6f51f47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only steps away from Wall Street, the heart of the Financial District.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752333" Longitude="-73.985725" StarRating="2" HotelCode="200928|7390" HotelName="Americana Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 West 38th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/78/80784dbce42854e15cd26aeb0e8b2a8e6673ad24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755707644591" Longitude="-73.982417732477" StarRating="4" HotelCode="336965|12184" HotelName="Royalton New York" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West 44th Street, New York, New York City 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/86/7186ed016942322ec33be2f7994bf962078e1c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the heart of midtown Manhattan within a few paces of the shops of F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="416.40" OriginalAmount="412.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756891" Longitude="-73.993258" StarRating="3" HotelCode="146899|144432" HotelName="Distrikt New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>342 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/87/57879c0c29c7a39980e3bce698a2d401558929aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in New York City. For guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.715989" Longitude="-74.007373" StarRating="4" HotelCode="87496|21299" HotelName="Duane Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>130 Duane Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/3e/7a3e8679b694e56be2035acc5a3e4268837b5150.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located amid the shops, galleries and lofts of Tribeca.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="418.15" OriginalAmount="414.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.763985" Longitude="-73.99459" StarRating="2" HotelCode="1821056" HotelName="Holiday Inn Express Manhattan Midtown West, An Ihg Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>538 West 48Th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/21056/1821056/1.jpg?f=17470372</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and concierge services.. Featured amenities include a 24-hour business center, express check-out, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.64" OriginalAmount="414.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761626" Longitude="-73.988098" StarRating="3" HotelCode="43800|124294" HotelName="The Belvedere Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>319 West 48th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2e/272ee98fcabc688be53a1c9d2d0af95a3ceac295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City's theatre district, this hotel is perfect for both business an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="419.05" OriginalAmount="414.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759302" Longitude="-73.983281" StarRating="0" HotelCode="|447932" HotelName="Hampton Inn New York Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 W 48th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/3/2/447932_920e3691738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="419.15" OriginalAmount="415" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="2" HotelCode="512121|298042" HotelName="Richland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Allen Street, Chinatown, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/e7/c0e73ec068579463b7edd0b440622c8894c80b0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hotel Richland New York in New York (Chinatown), you'll be convenie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="419.64" OriginalAmount="415.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71817" Longitude="-73.98623" StarRating="4" HotelCode="1800341" HotelName="Holiday Inn Nyc - Lower East Side, An Ihg Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>150 Delancey Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/00341/1800341/3.jpg?f=17329713</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and tour/ticket assistance. Additional amenities at this hotel include a banquet hall and a vending machine.. Featured amenities include complimentary wired internet access, a 24-hour business center, and limo/town car service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="420.81" OriginalAmount="416.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74666" Longitude="-73.98242" StarRating="3" HotelCode="|183708" HotelName="Hilton Garden Inn New York/Midtown Park Ave" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 E 33rd St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/0/8/183708_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.691463" Longitude="-73.984469" StarRating="3" HotelCode="170414|23523" HotelName="Aloft New York Brooklyn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>216 Duffield Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/a9/b6a9f44748019eb8630670cf4b12341221c7ee85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the historical district, near the beach in the city centre, this hotel is close to Brook...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.709597" Longitude="-74.013847" StarRating="4" HotelCode="907190|53451" HotelName="World Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Washington Street, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/33/d93395c540541a85b51f54ebcd70966e9078be09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.00" OriginalAmount="417.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7640193" Longitude="-73.9945979" StarRating="3" HotelCode="|167108" HotelName="Holiday Inn Express Midtown West Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>538 West 48th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/1/0/8/167108_7b4e9ba1023.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a gym, a business centre, has a reception and a laundry service. SITUATION: This hotel Hellâ€™s Kitchen it is in Times Square 15 minutes away, you can find Close to restaurants, is 800 metres away from Jacob K. Javits the convention centre Columbus Circle and Central Park 1,6 kilometres away from. ROOM: All the rooms have WiFi (free of charge), cable television, a writing desk and a coffee maker. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="423.00" OriginalAmount="418.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.810139" Longitude="-73.949349" StarRating="0" HotelCode="|447828" HotelName="Renaissance New York Harlem " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>233 West 125th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/2/8/447828_46dd2980858.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="424.20" OriginalAmount="420" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7456025" Longitude="-73.9878759" StarRating="3" HotelCode="119708|19750" HotelName="Ace Hotel New York" 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>20 West 29th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/a3/37a3ada28c7fb41c3da0d9d1cdf69d4d6eba1aa9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in New York City. For guests who appreciate a stylish amb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="424.20" OriginalAmount="420" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756237451695" Longitude="-73.993038991105" StarRating="3" HotelCode="890261|17194" HotelName="Candlewood Suites NYC Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>339 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/94/d99491c61bf4982a0dc922dea8c178dd6bca1028.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="424.20" OriginalAmount="420" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749555" Longitude="-73.971881" StarRating="4" HotelCode="47957|13327" HotelName="Westgate New York Grand Central" 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,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 East 42nd Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/dc/99dc2ff3f5e8d3d2e90c43a9ae12d1a90fd92239.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This New York hotel enjoys a great location in New York’s East Side, near the United Nations. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.50" OriginalAmount="420.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7585018" Longitude="-73.9832751" StarRating="4" HotelCode="|77830" HotelName="Sanctuary New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>132 W 47TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/8/3/0/77830_700209d0652.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel ideal for all kinds of travellers, has excellent service and comfortable facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="425.16" OriginalAmount="420.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745368" Longitude="-73.985509" StarRating="3" HotelCode="|444371" HotelName="Best Western Premier Empire State" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 E 30th St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/7/1/444371_6760f750907.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="425.21" OriginalAmount="421" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761422965122" Longitude="-73.982457378716" StarRating="4" HotelCode="87064|27596" HotelName="The Michelangelo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>152 West 51st Street, New York City - Manhattan, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/c7/d3c76cd07b703b40854ceac8756ab5a016967cd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.17" OriginalAmount="421.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.710814" Longitude="-74.007711" StarRating="4" HotelCode="|444546" HotelName="Moxy NYC Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Ann Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/4/6/444546_382642d1256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="426.22" OriginalAmount="422" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.740949445011" Longitude="-73.983430690807" StarRating="3" HotelCode="284673|37721" HotelName="Lex Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Lexington Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/21/9221dfd4beb462d06890c7ce59b44375f836cd61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City, this boutique hotel is ideal for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.28" OriginalAmount="422.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765169" Longitude="-73.982942" StarRating="3" HotelCode="31923|13013" HotelName="The Moderne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>243 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/28/7428d9f1a3b3219df965bc67632696f5af1ff28f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This private and stylish hotel affords an excellent location surrounded by countless restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.77" OriginalAmount="422.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7555" Longitude="-73.9931" StarRating="2" HotelCode="|445741" HotelName="La Quinta Inn and Suites by Wyndham Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>333 West 38th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/7/4/1/445741_87ccb4d1247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="427.23" OriginalAmount="423" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.73978333" Longitude="-73.98435045" StarRating="4" HotelCode="585788|298035" HotelName="Freehand New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>23 Lexington Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e8/8ee8d500f07ba6ff8830b13e316a90aaa97138ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="428.24" OriginalAmount="424" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751630699141" Longitude="-73.972439757411" StarRating="3" HotelCode="431115|144614" HotelName="EVEN Hotel New York - Midtown East" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>221 East 44th Street, New York City - Manhattan, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/63/a0634874f2b19d44b74f92cd2352df961f9e495b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="428.24" OriginalAmount="424" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.709374292886" Longitude="-74.012848832429" StarRating="3" HotelCode="432472|144587" HotelName="Courtyard New York Downtown Manhattan/World Trade Center Area" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>133 Greenwich Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/477308/477308a_hb_a_001.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="428.52" OriginalAmount="424.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759365" Longitude="-73.98412" StarRating="3" HotelCode="3982541" HotelName="Home2 Suites By Hilton New York Times Square" Meals="STUDIO SUITE - DISABLED ADAPTED" BedType="STUDIO SUITE - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>150 West  48th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/82541/3982541/1.jpg?f=17300613</HotelPictures>
        <HotelDescription>This smoke-free hotel offers bellhop services.. Featured amenities include a 24-hour front desk, luggage storage, and a safe deposit box at the front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.69" OriginalAmount="427.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7564527" Longitude="-73.9924694" StarRating="3" HotelCode="|66544" HotelName="Fairfield Inn By Marriott Manhattan Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>330 WEST 40TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/5/4/4/66544_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, with air-conditioning, was built in 2009, has 244 large rooms, a lobby with express check-out, a reception, a safety deposit box service, a lift, a breakfast room, internet and a laundry service. SITUATION: This hotel Times Square it is in it is in the city centre, nearby, you will find the theatre, Rockefeller Plaza and Empire State is situated close to it is 19 kilometres away from LaGuardia Airport it is situated 16 kilometres away from John F Kennedy International Airport it is situated 29 kilometres away from Newark Liberty International Airport. ROOM: The spacious rooms, have a work space, internet (free of charge), a television, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a radio, a safety deposit box, a coffee maker, a kettle, an iron, an air-conditioning system and individual heating. FACILITIES: The establishment has a gym. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.76" OriginalAmount="427.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7713805" Longitude="-73.98294" StarRating="4" HotelCode="|40591" HotelName="Empire " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 WEST 63RD STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/9/1/40591_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This new, luxury, urban hotel, has 413 rooms and a spacious hall. This air-conditioned establishment has a reception, a cloakroom, a lift, a bar, a restaurant, internet (free of charge), room service and a laundry service. SITUATION: It is located near park Dante. With views of Broadway and Columbus Avenue/9th Avenue, is 1 street away from Time Warner Center and Columbus Circle, near the establishment, you will find Theater District and Central Park, ROOM: All the rooms have a bathroom, toiletries, towels, a bathrobe, a shower, a bath and a hairdryer. They also have a direct line telephone, a television, an iPod docking station, sheets, internet, an iron, individual air-conditioning, individual heating and a safe. FACILITIES: The establishment has a gym, a spa and an outdoor swimming pool (seasonal). OTHERS: It has a restaurant with a breakfast, lunch and dinner service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="432.91" OriginalAmount="428.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760033" Longitude="-73.982884" StarRating="2" HotelCode="|121742" HotelName="Radio City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>142 West 49th Street New York, New York 10019</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/7/4/2/121742_ff7b3001435.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment it was opened in 1910. SITUATION: This 2 star hotel is in New York the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="433.75" OriginalAmount="429.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.718341" Longitude="-73.986269" StarRating="3" HotelCode="205351|196471" HotelName="Holiday Inn NYC Lower East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Delancey Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9c/af9c9b84c0acd78e6262a047b4774c5bb5943e94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="434.30" OriginalAmount="430" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755995" Longitude="-73.99370567" StarRating="0" HotelCode="965067|416247" HotelName="Hyatt Place New York City / Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>350 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/56/ab56f29a99f53861e2286c77c8937b3bb3e326f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="436.32" OriginalAmount="432" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755743241318" Longitude="-73.982097828518" StarRating="4" HotelCode="427164|53280" HotelName="City Club" 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>55 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/11/c51103ac56d09866d2c2831528361f6f7cf2d99d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="437.10" OriginalAmount="432.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755213763239" Longitude="-73.972933964921" StarRating="4" HotelCode="905557|191794" HotelName="Hotel 48LEX New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>517 Lexington Avenue, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/5d/695d60daa2055dc6f2287caaae5e9901227595c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="437.33" OriginalAmount="433" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.748342" Longitude="-73.994637" StarRating="3" HotelCode="67266|7853" HotelName="Holiday Inn Express New York City – Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 West 29th Street, New York, New York 10001-5201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/b6/c6b689dace3346e0ca23fd5dcfb9a92a2f1538e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Downtown New York, just two blocks from Madison Square Garden, this hotel is also five bl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="437.33" OriginalAmount="433" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.723006283333" Longitude="-73.9893875" StarRating="3" HotelCode="892300|292488" HotelName="The RIDGE Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 E Houston St, New York, NY 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/eb/7feb0244bcdfaa15af486c87e5722858d3175b05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in New York City. The nearest airport is New York - La Guardia (LGA)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="437.33" OriginalAmount="433" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75082283" Longitude="-73.98417667" StarRating="0" HotelCode="955281|415075" HotelName="Wingate by Wyndham New York Midtown South/5th Ave" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 West 37th Street, New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/82/fa82253bc4b5dfa906661d2c0a781e5cc0bffe04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="437.58" OriginalAmount="433.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74621" Longitude="-73.98335" StarRating="4" HotelCode="|183712" HotelName="32 32" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>32 E 32nd Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/1/2/183712_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="438.34" OriginalAmount="434" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.782152348622" Longitude="-73.980330589443" StarRating="4" HotelCode="15414|46572" HotelName="Arthouse Hotel New York City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2178 Broadway at W, 77th Street, New York City, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/55/eb55bd006523d8201262994f3856502520dc6f4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located on the Upper West Side, just 3 blocks from Central Park and away from the tu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="439.14" OriginalAmount="434.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755295" Longitude="-73.973078" StarRating="4" HotelCode="|121723" HotelName="48Lex" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>517 Lexington Avenue ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/7/2/3/121723_1_9594.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 4 star hotel is in New York the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="439.49" OriginalAmount="435.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76442" Longitude="-73.98144" StarRating="5" HotelCode="1835715" HotelName="Westhouse New York" Meals="DOUBLE ROOM" BedType="DOUBLE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>201 West 55Th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/35715/1835715/1.jpg?f=17469781</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including a 24-hour health club and bicycles to rent. Additional amenities at this Art Deco hotel include concierge services and a banquet hall.. Featured amenities include a 24-hour business center, limo/town car service, and express check-out. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="440.82" OriginalAmount="436.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.6804477" Longitude="-73.9837125" StarRating="0" HotelCode="|75007" HotelName="Fairfield Inn &amp; Suites Brooklyn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 3rd Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/0/0/7/75007_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel has internet, a gym, a business centre, meeting rooms and a rooftop terrace with a garden. SITUATION: This new hotel, Brooklyn is situated in MetroTech Center it is near Where you can find restaurants and bars. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="440.96" OriginalAmount="436.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756832" Longitude="-73.993095" StarRating="4" HotelCode="2698030" HotelName="DoubleTree By Hilton Hotel New York Times Square West" Meals="HABITACIÓN CAMA KING" BedType="HABITACIÓN CAMA KING">
        <Address>
          <AddressLines>
            <AddressLine>350 West 40th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0026/98030/2698030/7.jpg?f=17428933</HotelPictures>
        <HotelDescription>Facilities: English- and French-speaking staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Amenities include a baggage storage service, safe, currency exchange service, cash machine and drinks machine. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. Everyday necessities can be purchased at the supermarket. Guests can buy souvenirs at the gift shop. Parking facilities available to guests include a garage and a car park (for a fee). Other services include a 24-hour security service, a babysitting service (for a fee), a car hire service, room service, a laundry service, a hairdresser and a coin-operated laundry. Complimentary newspapers are available. To assist guests with their business and communication needs, the business centre offers a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="441.37" OriginalAmount="437" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.743347219372" Longitude="-73.99334102869" StarRating="3" HotelCode="26225|8473" HotelName="Hampton Inn Manhattan Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>108 West 24th Street, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a0/16a0b4bdf15c4d3c593b77d8e42cf498d7d6361e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel located just minutes away from Midtown, Times Square, Madison Square Garden and the Jacob...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="441.37" OriginalAmount="437" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76403" Longitude="-73.99455" StarRating="3" HotelCode="221553|34835" HotelName="Holiday Inn Express Manhattan Midtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>538 West 48th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0d/690d2808ec3098b0e733374560a0e0b39733d87e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="442.38" OriginalAmount="438" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762657977378" Longitude="-73.983666300774" StarRating="4" HotelCode="15243|2549" HotelName="Novotel New York Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 West 52nd Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b1bff32e782f988677763753e95f7f953f9fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few steps from the nearest links to the public transport network and it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="443.39" OriginalAmount="439" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746745793076" Longitude="-73.991589973594" StarRating="3" HotelCode="936477|53179" HotelName="Cambria Hotel &amp; Suites New York Chelsea" 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>123 West 28th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/06/9006d76606e46c1bf2eea314a1069414fb94f813.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City, this boutique hotel is ideal for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="444.03" OriginalAmount="439.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7627414" Longitude="-73.9837255" StarRating="4" HotelCode="|18745" HotelName="M Social Times Square New York " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>226 WEST 52ND STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/4/5/18745_7bdf2f21219.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Midtown the heart of. ROOM: All the rooms have a bathroom with a bath or shower, a hairdryer, a mini-bar, a safety deposit box, a direct line telephone, a television and an air-conditioning system. FACILITIES: The establishment has a cafÃ©, a bar, a fitness centre, a gift shop, meeting rooms and a business centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="444.70" OriginalAmount="440.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.707117" Longitude="-74.006275" StarRating="3" HotelCode="|445126" HotelName="Courtyard by Marriott New York Downtown Manhattan/Financial District" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>215 Pearl Street, Wall Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/2/6/445126_be75c081054.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="445.41" OriginalAmount="441" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758516016316" Longitude="-73.983216182848" StarRating="4" HotelCode="56038|43055" HotelName="Sanctuary Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>132 West 47th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/16/44168d714255d1b78dd7d26c02cf06e924c95628.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique hotel is located in the best location in New York and has served theatre enthusiasts for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="445.56" OriginalAmount="441.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756428" Longitude="-73.9843" StarRating="4" HotelCode="88006" HotelName="Aura Hotel Times Square" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>120 West 44Th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/88006/88006/28.jpg?f=17725384</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and concierge services.. Featured amenities include express check-out, a 24-hour front desk, and multilingual staff. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="445.90" OriginalAmount="441.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75454" Longitude="-73.99356" StarRating="3" HotelCode="3519161" HotelName="Hilton Garden Inn New York Times Square South" Meals="ROOM - DISABLED ADAPTED" BedType="ROOM - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>326 West 37Th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0035/19161/3519161/1.jpg?f=17095561</HotelPictures>
        <HotelDescription>Location: This hotel is located in the heart of New York City.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="446.12" OriginalAmount="441.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745567" Longitude="-73.993524" StarRating="4" HotelCode="147585|131625" HotelName="Hilton New York Fashion District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>152 West 26th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/8e/fc8eeb9a36c2c94b94247c14f59c1087edf90533.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located where the Garment District meets Chelsea, on West 26th Street, just off 7th Ave...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="446.42" OriginalAmount="442" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74822" Longitude="-73.987857" StarRating="3" HotelCode="13497|1737" HotelName="Martinique New York on Broadway, Curio Collection by Hilton" 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,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 West 32nd Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/dc/3bdc67cc6c028f82cd85529e98f27bd7de9b0ae2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of New York City. Its setting is especially ideal for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="3" HotelCode="225904|374477" HotelName="Concorde Hotel New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127 East 55th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/50/92503c8cd478c6d62b26e0a745e749d6b0d79aed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="448.44" OriginalAmount="444" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761242220109" Longitude="-73.985660283373" StarRating="2" HotelCode="893876|53333" HotelName="Mayfair New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242 West 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/60/b2606eb26238f4dbfb5aa05cd8876abbce388def.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="449.42" OriginalAmount="444.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752419" Longitude="-73.989375" StarRating="4" HotelCode="|383381" HotelName="Moxy Nyc Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>485 7th Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/3/3/8/1/383381_741bf511212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="449.45" OriginalAmount="445" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746154" Longitude="-73.983383" StarRating="4" HotelCode="309823|48002" HotelName="Hotel 32/32" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 East 32nd Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/85/f385a797af2586df903708830cb4610b26cd75a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The individual storeys can easily be reached via the lift or stairs. A baggage storage service is am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="450.46" OriginalAmount="446" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.744131" Longitude="-73.996132" StarRating="2" HotelCode="907147|53278" HotelName="Chelsea Savoy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204, West 23rd Street, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b2/48b2e0a8a8a74c0508cd9957a50dc26e667d5bad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="450.46" OriginalAmount="446" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750212486868" Longitude="-73.986427634954" StarRating="3" HotelCode="96873|13319" HotelName="Hampton Inn Manhattan-35th St/Empire State Bldg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 West 35th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/dd/f0dd8f79bafb5098fb10de7076b0b7d0c39b97ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="452.48" OriginalAmount="448" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.720337863145" Longitude="-73.988122747108" StarRating="2" HotelCode="170869|298072" HotelName="Redford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Ludlow Street, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/54/d754c576fc4d4a281a3b6b0c51809fc350537528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="452.59" OriginalAmount="448.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.714681" Longitude="-73.992894" StarRating="3" HotelCode="204940|363868" HotelName="Howard Johnson Manhattan Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/82/ba827fae2d23b8b80cb07ff1e031364443fee4dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="453.85" OriginalAmount="449.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.707204" Longitude="-74.006329" StarRating="3" HotelCode="|450481" HotelName="Residence Inn by Marriott New York Downtown Manhattan/Financial District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>215 PEARL STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/4/8/1/450481_16ea5151246.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="454.05" OriginalAmount="449.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75376" Longitude="-73.99265" StarRating="4" HotelCode="3844794" HotelName="DoubleTree By Hilton New York Times Square South" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>525 8Th Avenue,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/44794/3844794/1.jpg?f=16962030</HotelPictures>
        <HotelDescription>Enjoy the recreation opportunities such as a 24-hour fitness center or make use of other amenities including complimentary wireless internet access.. Featured amenities include a computer station, express check-out, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="454.38" OriginalAmount="449.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74422" Longitude="-73.99596" StarRating="2" HotelCode="|183678" HotelName="Chelsea Savoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>204 W 23rd Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/7/8/183678_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="454.50" OriginalAmount="450" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756487840924" Longitude="-73.992284238338" StarRating="3" HotelCode="142152|16628" HotelName="Four Points by Sheraton Midtown Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>326 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/16/b6167cf140e15945272afc46932d57b6f9e5f292.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just minutes from Times Square, The theatre district, Madison Square Garden an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="454.50" OriginalAmount="450" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70740281115" Longitude="-74.006395398811" StarRating="3" HotelCode="305439|49642" HotelName="Four Points by Sheraton New York Downtown" 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>6 Platt Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/bd/babd61801d8428ad16767e99c7134b61d72ea168.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="454.86" OriginalAmount="450.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756518317158" Longitude="-73.992466628551" StarRating="3" HotelCode="141797|1266654" HotelName="Fairfield Inn New York Manhattan/Times Square" Meals="FREE BREAKFAST,BED &amp; BREAKFAST,ROOM ONLY" BedType="FREE BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>330, West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fa/fafa743acc0b965dfdb9b84722ef2c832aeb9b38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This midtown hotel is located in Times Square, the heart of New York City, close to the Broadway the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="455.06" OriginalAmount="450.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7642812" Longitude="-73.9949586" StarRating="3" HotelCode="263781|197346" HotelName="Comfort Inn Midtown West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>548 West 48th Street, New York, NY 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f6/e4f6c8e301487545c7e7cef40351d58de187c1dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="455.42" OriginalAmount="450.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755763" Longitude="-73.99386" StarRating="4" HotelCode="|444283" HotelName="Arlo Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>351 West 38th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/8/3/444283_fea7b9d1550.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.51" OriginalAmount="451" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.771472335053" Longitude="-73.982620239258" StarRating="4" HotelCode="18303|970" HotelName="The Empire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West 63rd Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/ef/beefac2106515b3b303a0cd78280d531dc1e4b3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly across the street from the lush greenery of Dante Park. The hotel pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.53" OriginalAmount="453" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.709659577778" Longitude="-74.013872277778" StarRating="4" HotelCode="146151|53284" HotelName="Club Quarters Hotel World Trade Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Washington Street, (Between Albany and Cedar Streets), New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/67/a5676a45acc630b9f4d68f2cec64d82363537ef4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.53" OriginalAmount="453" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764442" Longitude="-73.981503" StarRating="5" HotelCode="284115|53450" HotelName="Westhouse Hotel New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/98/7298d954321fdd73a434d52b881e4f9cee616554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="457.94" OriginalAmount="453.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7505918" Longitude="-73.9857209" StarRating="3" HotelCode="263777|366815" HotelName="Best Western Premier Herald Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 West 36th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/e4/2de4f38039ce43acb08f963f9a5c0f6b3029508f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="458.54" OriginalAmount="454" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75642515" Longitude="-73.9943694" StarRating="4" HotelCode="308244|94189" HotelName="Cassa Times Square Hotel And Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>515 Ninth Avenue, New York City - Manhattan, New York10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/95/25950d5618140420cfa9b08aa55831fb36506f78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="459.06" OriginalAmount="454.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74406" Longitude="-73.99294" StarRating="4" HotelCode="|443907" HotelName="Motto by Hilton New York City Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 West 24th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/0/7/443907_f1e52061025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="460.56" OriginalAmount="456" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="0" HotelCode="980436|416646" HotelName="Radisson NYC Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>525 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/58/0558d912269ce42b496d26c9993da9aecd685138.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="460.56" OriginalAmount="456" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760715604753" Longitude="-73.833667008598" StarRating="2" HotelCode="431680|40099" HotelName="Prince Flushing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>133-43 37th Avenue, Flushing, New York 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/87/6d879f55cb7efb3f91ffaa6c19aaeb44c53c07a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="461.57" OriginalAmount="457" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74501715146" Longitude="-73.994197957393" StarRating="3" HotelCode="370870|4522" HotelName="Four Points By Sheraton Manhattan Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>160 West 25th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/06/3f0628bc649af90dffab9dd1b064d86fda4a3cb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic Chelsea district of New York City within walking d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="461.57" OriginalAmount="457" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754911" Longitude="-73.972841" StarRating="4" HotelCode="9691|1547" HotelName="The Lexington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>511 Lexington Avenue, Entrance at 48th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/5b/385bba9e545ad93416550a3e1a7278dc4c94309b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, elegant city hotel has an excellent location on Lexington Avenue in central Manhatt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="461.65" OriginalAmount="457.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.584055819242" Longitude="-73.93839597702" StarRating="3" HotelCode="97241|97099" HotelName="Best Western Plus Brooklyn Bay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3003 Emmons Avenue, New York City - Brooklyn, New York 11235</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/34/f734e5cd82a4a101628c3b5b8af636de051e517e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located with easy access to popular area attractions such as the Coney Isl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="462.57" OriginalAmount="457.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74813" Longitude="-73.99013" StarRating="3" HotelCode="86899" HotelName="Hampton Inn Manhattan-Madison Square Garden Area" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>116 West 31st Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/86899/86899/32.jpg?f=17721255</HotelPictures>
        <HotelDescription>Facilities: The hotel has a lift and features 136 rooms. The friendly staff at the reception desk are happy to answer any questions. A baggage storage service, safe, currency exchange service, cash machine and drinks machine are available. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. Souvenirs can be purchased at the gift shop. Additional amenities include a newspaper stand and a TV room. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Other services include a 24-hour security service, a babysitting service, a car hire service, a transfer service, room service and a laundry service. Complimentary newspapers are available. To assist guests with their business and communication needs, the business centre offers a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="462.82" OriginalAmount="458.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751652" Longitude="-73.972491" StarRating="4" HotelCode="|360409" HotelName="EVEN Hotel New York - Midtown East by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>221 East 44th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/0/4/0/9/360409_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="463.59" OriginalAmount="459" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.702760375698" Longitude="-74.01204951933" StarRating="3" HotelCode="551145|225948" HotelName="Hilton Garden Inn NYC Financial Center Manhattan Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Water Street, New York City, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e997e2c2ee7a9d90ed93cd6f0ebd230a5f78f83d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="464.18" OriginalAmount="459.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7192509" Longitude="-73.9942332" StarRating="4" HotelCode="|447706" HotelName="Moxy NYC Lower East Side, a Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>145 BOWERY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/0/6/447706_5d5d6e01321.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="464.60" OriginalAmount="460" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759727082166" Longitude="-73.977748652779" StarRating="4" HotelCode="263780|53360" HotelName="The Jewel Facing Rockefeller Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 West 51st Street, Just off 5th Avenue, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/cd/dacd0f878245fe7b40e718fbc49a3cc93089dffd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="465.61" OriginalAmount="461" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76266" Longitude="-73.982" StarRating="4" HotelCode="17640|1736" HotelName="Sheraton New York Times Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>811 7th Avenue 53rd Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/25/8a25ec2c576bd544a6af4df13a5b0fe80d81ab13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This large luxury hotel is located in the heart of the city just a few minutes’ walk from Times Squa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="465.61" OriginalAmount="461" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7440772" Longitude="-73.94098577" StarRating="2" HotelCode="510585|187993" HotelName="The Feather Factory" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26-32 Skillman Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/55/f1552e296543d85f27565c2eae2365f16932b26c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="466.47" OriginalAmount="461.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750896" Longitude="-73.97223" StarRating="3" HotelCode="1809650" HotelName="Hampton Inn Manhattan Grand Central" Meals="ROOM - DISABLED ADAPTED" BedType="ROOM - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>231 East 43rd Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/09650/1809650/33.jpg?f=17426187</HotelPictures>
        <HotelDescription>Facilities: The hotel has a lift and features 148 rooms. English-speaking staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Amenities available at the hotel include a baggage storage service, safe, cash machine and drinks machine. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Further services include a 24-hour security service, a car hire service, a transfer service, room service, a laundry service and a coin-operated laundry.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="466.68" OriginalAmount="462.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750435" Longitude="-73.986998" StarRating="3" HotelCode="899488|113555" HotelName="Hilton Garden Inn New York/West 35th Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>63 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a2/66a2100fa83da25a891d21fe7b6ed065e52b17d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located in Midtown Manhattan, just steps from some of New York's maj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="467.63" OriginalAmount="463" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.680622" Longitude="-73.983578" StarRating="3" HotelCode="170949|29770" HotelName="Fairfield Inn &amp; Suites by Marriott Brooklyn" 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>181 3rd Avenue, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/f5/91f5668866d28ca25d00bd6d41412e5c37c5f041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="468.52" OriginalAmount="463.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.757377741189" Longitude="-73.984474986791" StarRating="4" HotelCode="896931|324272" HotelName="Millennium Premier New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/65/ea65c1c706212961c137c4e55437cb88becf16d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of New York City, this boutique hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="468.64" OriginalAmount="464" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7598934" Longitude="-73.9827466" StarRating="3" HotelCode="126406|399632" HotelName="Radio City Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>142 West 49th Street, New York, NY 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/d8/19d866d9674e9978ecce6d12af216e4a9f7e7a01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="468.69" OriginalAmount="464.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75946868262" Longitude="-73.985698001287" StarRating="4" HotelCode="58326|1246482" HotelName="W New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1567 Broadway, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/ff/2eff1af5fb92f7d9cb1c001e4c9aec9c377fe174.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sensational city hotel is housed within a New York skyscraper, which combines cutting-edge desi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="470.50" OriginalAmount="465.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.782524362546" Longitude="-73.981358697397" StarRating="3" HotelCode="20526|229794" HotelName="Belleclaire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2175 Broadway, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/b9/d8b9643e7107ea9a9dc71aa353deae9fdd8b1364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="470.58" OriginalAmount="465.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71378899" Longitude="-73.95228721" StarRating="4" HotelCode="947270|665560" HotelName="Hotel Indigo Williamsburg - Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Metropolitan Avenue, Brooklyn, New York, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/52/835221fef23e86e6e04582c5e6df5bcc459660a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="472.46" OriginalAmount="467.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.695675" Longitude="-73.98393" StarRating="3" HotelCode="1875488" HotelName="Hampton Inn Brooklyn/Downtown" Meals="ROOM - DISABLED ADAPTED" BedType="ROOM - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>125 Flatbush Avenue Extension, Brooklyn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/75488/1875488/1.jpg?f=17427338</HotelPictures>
        <HotelDescription>Location: This hotel is located in the heart of New York City.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="472.68" OriginalAmount="468" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753391609564" Longitude="-73.993991179598" StarRating="4" HotelCode="318370|53292" HotelName="EVEN Hotel New York - Times Square South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>321 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/491437/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.15" OriginalAmount="468.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7595659" Longitude="-73.9773738" StarRating="3" HotelCode="|72472" HotelName="3 West Club" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 West 51st Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/7/2/72472_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building. SITUATION: Fifth Avenue It is in Rockefeller Center and Radio City Music Hall near the establishment, you will find. ROOM: The establishment has 30 rooms with TV, a direct line telephone, internet, an iron, an ironing board and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.09" OriginalAmount="469.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.707751" Longitude="-74.01319" StarRating="0" HotelCode="|448107" HotelName="Indigo NYC Financial District, an IHG Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Trinity Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/0/7/448107_e573e981245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="474.40" OriginalAmount="469.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750728" Longitude="-73.972295" StarRating="3" HotelCode="208223|189297" HotelName="Hampton Inn Grand Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 East 43rd Street, New York, New York, 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c7/4ac7cb87d20288572f5e5a859ee28316944e157f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="474.70" OriginalAmount="470" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74997474933" Longitude="-73.985960930586" StarRating="3" HotelCode="30058|17206" HotelName="Metro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/f0/9ff055f5cb852f70b16bf8140c707ae5178eea6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Manhattan with plenty of attractions, restaurants, bars, night...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="475.20" OriginalAmount="470.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75313" Longitude="-73.97481" StarRating="4" HotelCode="|183715" HotelName="Boutique at Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>128 East 45th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/1/5/183715_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="475.71" OriginalAmount="471" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.767597858657" Longitude="-73.983130102429" StarRating="4" HotelCode="29248|2560" HotelName="6 Columbus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>308 West 58th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/d1/90d12136fa296f15b1bbc9db7bb5bfef5d2adda4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is just steps from the nearest links to the public transport network, surrounded by resta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="475.71" OriginalAmount="471" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756004722222" Longitude="-73.9810271" StarRating="3" HotelCode="427388|53282" HotelName="Club Quarters Hotel Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 West 45th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/92/d892c146d8d5a461544626bc03ef21029bb22a05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="476.81" OriginalAmount="472.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752776" Longitude="-73.985969" StarRating="3" HotelCode="88132|99423" HotelName="Residence Inn New York Manhattan/Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1033 Avenue of the Americas, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e6/f2e65d817881f928cfd5ada76166cebc451abac6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location on the Avenue of the Americas (6th Avenue), opposite fashionable B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.73" OriginalAmount="473" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749829362213" Longitude="-73.98606951816" StarRating="3" HotelCode="72172|53358" HotelName="The Gregory" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 West 35th Street, Manhattan, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/43/7b43d97ce6fd3f8ae32a23314ca98d2a648c6e17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Empire State Building, in the heart of the Garment District, within wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="477.77" OriginalAmount="473.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75325" Longitude="-73.97441" StarRating="4" HotelCode="|183687" HotelName="Club Quarters Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 East 45th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/8/7/183687_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="478.19" OriginalAmount="473.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750862" Longitude="-73.98009" StarRating="3" HotelCode="3883162" HotelName="Pestana Park Avenue" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>23 East 39Th Street, Manhattan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/83162/3883162/1.jpg?f=16994450</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as a vending machine.. Featured amenities include a 24-hour front desk, laundry facilities, and a safe deposit box at the front desk. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="478.50" OriginalAmount="473.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75134" Longitude="-73.98581" StarRating="4" HotelCode="3732605" HotelName="Embassy Suites By Hilton New York Manhattan Times Square" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>60 West 37Th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/32605/3732605/48.jpg?f=17053137</HotelPictures>
        <HotelDescription>Facilities: The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service, a safe and a cash machine. Wireless internet access allows guests to stay connected while on holiday. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. Film lovers are sure to find just what they're looking for in the cinema's listings. Guests can browse a number of shops, including a supermarket. Additional amenities include a TV room and a playroom. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Further services and facilities include medical assistance, room service, a laundry service and a coin-operated laundry. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="478.74" OriginalAmount="474" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71037985079" Longitude="-74.006702101852" StarRating="3" HotelCode="936781|41287" HotelName="Aloft Manhattan Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-53 Ann Street, 10038 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/fb/03fbdb4cd046990a28941b5f557d942d9a949ade.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="479.36" OriginalAmount="474.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.72172" Longitude="-73.9875" StarRating="4" HotelCode="1874056" HotelName="Hotel Indigo Lower East Side New York, An Ihg Hotel" Meals="DOUBLE ROOM - CITY VIEW" BedType="DOUBLE ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>171 Ludlow Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/74056/1874056/39.jpg?f=16555702</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a fitness center and a seasonal outdoor pool. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include express check-out, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in New York? This hotel has 800 square feet (74 square meters) of space consisting of conference space and a meeting room. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="485.75" OriginalAmount="480.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75546" Longitude="-73.98561" StarRating="3" HotelCode="|157071" HotelName="Hilton Garden Inn New York-Times Square Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>136 West 42nd Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/0/7/1/157071_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Times Square the heart of West 42nd Street it is in Close to the theatres, places of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="486.82" OriginalAmount="482" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751932502794" Longitude="-73.976443111897" StarRating="4" HotelCode="18322|1285" HotelName="Grand Hyatt New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109 East 42nd Park Avenue, at Grand Central Terminal, New York City, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/20/af20f9b83f6783cc53627ae8fc3ec25fa599748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is conveniently located at the heart of Manhattan on 42nd Street, only a stone'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="488.84" OriginalAmount="484" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.72795945" Longitude="-73.94408545" StarRating="3" HotelCode="369902|85358" HotelName="Henry Norman Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>251 North Henry Street, 11222 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b3/c2b3ca8862193575fe248f4050d7cd9f60de056e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="490.87" OriginalAmount="486.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.72185" Longitude="-73.99267" StarRating="4" HotelCode="|451981" HotelName="Untitled at 3 Freeman Alley" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Freeman Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/9/8/1/451981_36e515c1226.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="491.18" OriginalAmount="486.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746925" Longitude="-73.99141" StarRating="4" HotelCode="557112" HotelName="Doubletree By Hilton New York City - Chelsea" Meals="ROOM - DISABLED ADAPTED" BedType="ROOM - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>128 West 29Th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/57112/557112/22.jpg?f=17608186</HotelPictures>
        <HotelDescription>Facilities: The hotel has a lift and features 236 rooms, including 5 junior suites and 2 suites. Guests are warmly welcomed by English-speaking staff at the 24-hour reception desk in the lobby. Check-in/check-out service is available round the clock. Amenities include a baggage storage service, safe, cash machine and drinks machine. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. There are a number of shops as well. Additional facilities include a TV room. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Further services and facilities include a 24-hour security service, a car hire service, room service, a laundry service and a coin-operated laundry. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="492.50" OriginalAmount="487.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750318008246" Longitude="-73.96890871891" StarRating="4" HotelCode="16530|14739" HotelName="Millennium Hilton New York One UN Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 United Nations Plaza, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/71/ef71f090cc0339858481a3972bf1910f8b2090d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies opposite the UN in the elegant East Side of Manhattan. It is only a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="492.84" OriginalAmount="487.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.707459" Longitude="-74.005892" StarRating="0" HotelCode="|462936" HotelName="Nester Finn Financial District" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Platt Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/9/3/6/462936_03232b31239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="492.92" OriginalAmount="488.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745956" Longitude="-73.99262" StarRating="4" HotelCode="2455498" HotelName="INNSiDE By Meliá New York Nomad" Meals="INNSIDE ROOM - DISABLED ADAPTED" BedType="INNSIDE ROOM - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>132 West 27Th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/55498/2455498/6.jpg?f=17748670</HotelPictures>
        <HotelDescription>Facilities: This hotel has a lift and a reception desk. Services and facilities include a baggage storage service, a transfer service, 24-hour room service, a conference room, a projector and a banquet hall. Guests arriving by car can park their vehicles in the car park. A bicycle hire service gives guests the opportunity to explore the surrounding area independently. Daily newspapers will keep you informed.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="494.90" OriginalAmount="490" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.709222720777" Longitude="-74.013787508011" StarRating="4" HotelCode="161508|22816" HotelName="W New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Albany Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/6b/ac6b9a4b8e2e78da8fe9aa0eed1f65a8d4909ee5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located at the southern edge of New York City's World Trade Center Memorial Site, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="494.96" OriginalAmount="490.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.72827" Longitude="-73.98508" StarRating="3" HotelCode="|183690" HotelName="East Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>147 1st Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/9/0/183690_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="495.67" OriginalAmount="490.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753293854204" Longitude="-73.966239988804" StarRating="3" HotelCode="36296|14790" HotelName="Beekman Tower Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Mitchell Place, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/53/85535dc601d7b142ab15af44da911aebf9294753.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manhattan, close to the United Nations. Links to the public transport netwo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="496.92" OriginalAmount="492" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.783381" Longitude="-73.978635" StarRating="4" HotelCode="18461|18831" HotelName="The Lucerne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 79th Street, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/47/3347de7d04c9db026225bbae9b48c0ba694bf415.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the Upper West Side, near Central Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="497.93" OriginalAmount="493" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746924" Longitude="-73.991409" StarRating="4" HotelCode="892165|17003" HotelName="DoubleTree by Hilton Hotel New York City - Chelsea" 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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>128 West 29th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/e8/70e8473f516e07d61c3eae27f7bc51d65f112677.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on 29th Street between Sixth and Seventh Avenues. Within a short walk from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="497.93" OriginalAmount="493" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755748280043" Longitude="-73.991906046867" StarRating="3" HotelCode="162516|21034" HotelName="Element New York Times Square West" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>311 West 39th Street, Between 8th and 9th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1c/cd1cc087130ca603a22041573127c1718f712e07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in one of New York City's hottest neighbourhoods. In the heart of it all, T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="497.93" OriginalAmount="493" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75388380863" Longitude="-73.993898065012" StarRating="3" HotelCode="973838|374487" HotelName="SpringHill Suites New York Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>338 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/a5/5ea55faf99b14730242ec6bcd073ae0baf45f616.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="498.19" OriginalAmount="493.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759963702684" Longitude="-73.978242749599" StarRating="3" HotelCode="120939|323221" HotelName="Club Quarters Hotel Opposite Rockefeller Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 51st Street, (Just off 5th Avenue), New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/323221/323221a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="498.94" OriginalAmount="494" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754344" Longitude="-73.994168" StarRating="3" HotelCode="896936|13379" HotelName="DoubleTree by Hilton Hotel New York - Times Square South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>341 West 36th Street, New York City - Manhattan, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/1e/321e19886aad65b9cee494b7f2286d339a721534.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This newly developed hotel is located on Manhattan's trendy West Side, only steps away from Time Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="500.47" OriginalAmount="495.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750774" Longitude="-73.98437" StarRating="3" HotelCode="|448508" HotelName="The Draper New York, Tapestry Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-6 West 37th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/5/0/8/448508_8f460191331.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.86" OriginalAmount="496.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7833602" Longitude="-73.9785821" StarRating="4" HotelCode="|27080" HotelName="Lucerne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>201 WEST 79TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/8/0/27080_06cb4c21226.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2006, has 184 rooms and 12 floors. In the entrance, you can find a lobby with air-conditioning, a reception, a safety deposit box service, a cloakroom and a lift. The establishment also has a bar, a restaurant with air-conditioning, a conference room, room service and a laundry service (for a fee), At an extra cost you can use the car park. SITUATION: This urban hotel is situated in Upper West Side the heart of Central Park it is near. ROOM: Customers can find beautiful rooms with shower, bath or WC, a direct line telephone, satellite or cable TV, a radio, internet, a coffee maker, a kettle, an iron, an ironing board, a double or king-size bed, fitted carpets, individual heating and an individual air-conditioning system. FACILITIES: The establishment boasts a gym. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="501.97" OriginalAmount="497" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.721321232362" Longitude="-73.992693732131" StarRating="2" HotelCode="565423|53342" HotelName="Off Soho Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rivington Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/7d/c67d50ac9c84d6977f1e5c9af8d657314dd97628.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="502.26" OriginalAmount="497.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.780303" Longitude="-73.9460136" StarRating="3" HotelCode="|39026" HotelName="Courtyard Marriott Upper East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>410 EAST 92ND STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/2/6/39026_5600b4c1109.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 226 rooms. SITUATION: Yorkville Is situated in it is in Manhattan the eastern area of it has good links to Midtown Manhattan, Broadway and Columbia University the business area, Madison Avenue, East River, Gracie Mansion and Sutton Place It is situated near. ROOM: The rooms have views of the city, an alarm clock, a coffee maker, cable television and a safe. FACILITIES: The establishment boasts a fitness centre and a swimming pool. OTHERS: It has a restaurant with a breakfast, lunch and dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="502.94" OriginalAmount="497.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76237" Longitude="-73.97827" StarRating="4" HotelCode="19695" HotelName="Warwick New York" Meals="PREMIER ROOM" BedType="PREMIER ROOM">
        <Address>
          <AddressLines>
            <AddressLine>65 West 54th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/19695/19695/35.jpg?f=17727103</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including concierge services and wedding services.. Featured amenities include a business center, express check-in, and express check-out. Event facilities at this hotel consist of conference space and a meeting room..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="502.98" OriginalAmount="498" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75651" Longitude="-73.992685" StarRating="3" HotelCode="137371|17014" HotelName="Staybridge Suites Times Square" 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,Kitchen,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>340 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/09/6d092059012ee89399d92005b6ad8be40e72e61a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to different New York City attractions and is just 8 km from Times ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="503.50" OriginalAmount="498.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74639" Longitude="-73.99093" StarRating="4" HotelCode="|444693" HotelName="Moxy NYC Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105 West 28th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/9/3/444693_9b2fdfe0743.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="503.75" OriginalAmount="498.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.689552" Longitude="-73.98822" StarRating="4" HotelCode="2488674" HotelName="Hilton Brooklyn New York" Meals="ROOM - DISABLED ADAPTED" BedType="ROOM - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>140 Schermerhorn Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/88674/2488674/38.jpg?f=17703915</HotelPictures>
        <HotelDescription>Facilities: The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service, a safe and a cash machine. Wireless internet access in public areas allows guests to stay connected. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. A variety of shops are available, including a supermarket. Additional amenities include a TV room and a library. Guests arriving by car can park their vehicles in the garage or in the car park. Further services and facilities include a 24-hour security service, medical assistance, a transfer service, room service, a laundry service and a coin-operated laundry. Complimentary newspapers are available. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.31" OriginalAmount="499.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7502948" Longitude="-73.9866189" StarRating="3" HotelCode="|48442" HotelName="Hilton Garden Inn New York - West 35th St." Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 WEST 35 STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/4/2/48442_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2008, has 298 new rooms and 2 luxurious suites. This hotel is ideal for holidays or business trips, The establishment has a reception, a lift, conference facilities, WiFi, Pavilion the lounge a bar. At an extra cost you can use room service and the laundry service. SITUATION: Midtown It is in Manhattan it is in It is situated nearNew York the tourist area of the Empire State Building, Macy's and Times Square near the establishment, guests will find Broadway and Madison Square Garden it is close to You can find restaurants, Central Park It is situated 1,6 kilometres away from it is situated 28 kilometres away from LaGuradia and Newark Liberty the airports of It is situated 19 kilometres away fromJohn F. Kennedy Airport. ROOM: The spacious rooms, have a flat-screen television, a radio, a fridge, a microwave, a coffee maker, a large desk, a chair, internet (free of charge), WiFi and. Are also furnished with a bathroom with a shower, a hairdryer, an iron, an air-conditioning system and heating. FACILITIES: Customers can make use of a gym. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: The establishment also has the restaurant Great American Grill with breakfast service andThe Pavilion Pantry the store.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="504.61" OriginalAmount="499.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755265980543" Longitude="-73.985708063824" StarRating="3" HotelCode="293865|189697" HotelName="Hilton Garden Inn New York/Times Square Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/2d/4d2d450e76630a884430b3b3ef26dcd807f30165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="505.00" OriginalAmount="500" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75137045" Longitude="-73.98571809" StarRating="4" HotelCode="523483|170425" HotelName="Embassy Suites by Hilton New York Midtown Manhattan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 West 37th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/8f/478f2f8de987faaf98d4b90f637a47ee975ef473.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="505.00" OriginalAmount="500" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756480317178" Longitude="-73.980651349465" StarRating="3" HotelCode="319203|144574" HotelName="Cambria Hotel &amp; Suites" 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>30 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/f5/baf58a79d38289e5e6df50a4894f20f5909828f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="505.00" OriginalAmount="500" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750443" Longitude="-74.003371" StarRating="4" HotelCode="908908|486699" HotelName="Americano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>518 West 27th Street, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/zz/f1ad21ac91e18c30475314594540edefe0a98832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this hotel has the perfect ambience for those in need of an adults-only ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="506.01" OriginalAmount="501" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750341729871" Longitude="-73.985337868337" StarRating="4" HotelCode="318401|53242" HotelName="Executivel Hotel Le Soleil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b2/07b2d556f68dc6fc5f4c35389ab473224bdae748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this boutique hotel has the perfect ambience for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="507.02" OriginalAmount="502.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746037070065" Longitude="-73.992650185004" StarRating="4" HotelCode="429347|439381" HotelName="INNSIDE New York NoMad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>132 West 27th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/93/b7935f8788faf1e9656c394040922b5cfc72f7a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Following the success of this contemporary brand across Europe, INNSIDE New York Nomad is the first ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="507.02" OriginalAmount="502" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.721749017161" Longitude="-73.987765241734" StarRating="3" HotelCode="307071|53176" HotelName="Hotel Indigo Lower East Side New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Ludlow Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ff/6fffcca09bc6e04cfb0a4595386c241f17246538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="507.02" OriginalAmount="502" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75897482" Longitude="-73.99000589" StarRating="2" HotelCode="636403|282771" HotelName="TownePlace Suites New York Manhattan Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>324 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/0c/980c3c92474510ca7271b7eec418bfa20b7b5941.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="507.73" OriginalAmount="502.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756493" Longitude="-73.98063" StarRating="3" HotelCode="2298744" HotelName="Hilton Garden Inn New York Times Square North" Meals="ROOM - DISABLED ADAPTED" BedType="ROOM - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>30 West 46Th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/98744/2298744/1.jpg?f=16916614</HotelPictures>
        <HotelDescription>Facilities: The hotel has a lift and features 196 rooms. The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service and a safe. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. Wheelchair-accessible facilities are available. A number of shops, including a supermarket, are great for shopping or just browsing. Additional facilities include a newspaper stand. Guests arriving by car can park their vehicles in the garage (for a fee) or in the car park (for a fee). Further services and facilities include a 24-hour security service, room service, a laundry service and a coin-operated laundry. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="510.74" OriginalAmount="505.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756023" Longitude="-73.97149" StarRating="4" HotelCode="148352" HotelName="San Carlos Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>150 East  50Th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/48352/148352/1.jpg?f=17734805</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and a banquet hall.. Featured amenities include complimentary wired internet access, a 24-hour business center, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="511.04" OriginalAmount="505.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.780311926875" Longitude="-73.946091234684" StarRating="3" HotelCode="387969|87177" HotelName="Courtyard New York Manhattan/Upper East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>410 East 92nd Street, New York, New York 10128</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1e/721ee89378aaa868a6432a2f3774316facae4069.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning new property is located in Yorkville, a vibrant residential neighbourhood in the Upper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="511.06" OriginalAmount="506" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.705914096945" Longitude="-74.004969775615" StarRating="3" HotelCode="300722|41292" HotelName="Fairfield Inn New York Manhattan/Financial District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Front Street, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/ce/c5cefe098d91a4819653e044dbd1c6b96a0e5af7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="512.05" OriginalAmount="506.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.721723" Longitude="-73.987496" StarRating="3" HotelCode="|170045" HotelName="Indigo Lower East Side New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 Ludlow Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/0/4/5/170045_06e15670922.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Nueva York Lower East Side the heart of Close to, and. this establishment, is in the city centre excellent transport links to taxis, the bus, the nightlife and restaurants. ROOM: Customers have spacious rooms with views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="512.69" OriginalAmount="507.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761364" Longitude="-73.985547" StarRating="4" HotelCode="905704|322632" HotelName="The Pearl New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>233, West 49th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a6/00a6bebc3caa735be35b18a3afd229372a848b20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="513.08" OriginalAmount="508" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7461" Longitude="-73.9833" StarRating="3" HotelCode="26387|144679" HotelName="HGU New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 East 32nd Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/80/8f80f079bc559caec27f92bb878439486164bf8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="514.09" OriginalAmount="509" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.743197" Longitude="-73.991123" StarRating="3" HotelCode="896938|15171" HotelName="Hotel Henri" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 West 24th Street, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/47/9a47367e4ccaab5f5237cf60eabb09286d0055ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location at 37 West 24th Street (between 6th Avenue and Broadway) in Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="516.11" OriginalAmount="511" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753249" Longitude="-73.9744055" StarRating="3" HotelCode="263779|53281" HotelName="Club Quarters Hotel Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 East 45th Street, (Corner of Lexington Avenue), New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/74/6c74eb84f25c2ebaa1e5a056c7c92ebbe5af65b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="516.11" OriginalAmount="511" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751113" Longitude="-73.984653" StarRating="3" HotelCode="263790|53352" HotelName="Springhill Suites New York Midtown Manhattan/Fifth Avenue" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 37th Street, New York, NY 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a2/7ea22fb8f4799f95b9e86c971899761c18773265.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="516.28" OriginalAmount="511.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.715602989103" Longitude="-73.996553365607" StarRating="4" HotelCode="429418|479501" HotelName="Hotel 50 Bowery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Bowery, New York City, New York 10013-4801</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/55/e5557c911f6afbbd1621bda07c5669601bf55e03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel 50 Bowery, the first New York City hotel from lifestyle boutique hotel brand to Joie de Vivre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="517.21" OriginalAmount="512.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74623" Longitude="-73.98499" StarRating="4" HotelCode="2481877" HotelName="Arlo NoMad" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>11 East 31St Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/81877/2481877/1.jpg?f=17412347</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and concierge services. Additional amenities at this hotel include gift shops/newsstands, a television in a common area, and a banquet hall.. Featured amenities include a 24-hour business center, a 24-hour front desk, and luggage storage. This hotel has 5 meeting rooms available for events..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="518.21" OriginalAmount="513.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76172" Longitude="-73.98481" StarRating="4" HotelCode="|183680" HotelName="citizenM New York Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>218 West 50th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/8/0/183680_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="520.15" OriginalAmount="515" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70964471" Longitude="-74.00989554" StarRating="4" HotelCode="935269|53348" HotelName="Residence Inn New York Downtown Manhattan/World Trade Center Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>170 Broadway, New York, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/15/7e15379f87741807049f918d958d8d1d719cf22e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="520.72" OriginalAmount="515.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7563749" Longitude="-73.994512" StarRating="4" HotelCode="|365438" HotelName="El Truss Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>515 Ninth Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/5/4/3/8/365438_a0879f51448.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="522.17" OriginalAmount="517" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750278524922" Longitude="-73.977518677712" StarRating="3" HotelCode="54538|5523" HotelName="The Renwick Hotel New York City, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 East 40th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/ea/e7eacef1da118b4ba060f1f21d9daba683059cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning hotel, designed in a European style, is located in midtown Manhattan in the Murray Hil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="522.38" OriginalAmount="517.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7520224" Longitude="-73.9811182" StarRating="4" HotelCode="|73143" HotelName="Courtyard by Marriott New York Manhattan/ Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 East 40th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/1/4/3/73143_1_7899.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Courtyard Fifth Avenue is rated four stars. It is boutique, ideal for business and holiday stays, has a restaurant, a bar, a lounge, a concierge, a currency exchange service, cleaning every day, a dry cleaner's, a laundry service and a business centre has features that offer you the maximum level of comfort. SITUATION: It is situated close to the leisure area. ROOM: The establishment has 185 modern rooms. FACILITIES: The establishment has a fitness centre fully-equipped.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="522.98" OriginalAmount="517.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.77041606" Longitude="-73.98971021" StarRating="3" HotelCode="450383|CBA011300" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>538 West 58th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/a1/2aa1c9d34cc703729ea6440991a06638d071e92e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="523.18" OriginalAmount="518" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761771" Longitude="-73.98488" StarRating="4" HotelCode="284174|53279" HotelName="citizenM Time Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>216-218 West 50th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/3c/c23c6d00186f80e43d6e8755876825c33d2603d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="523.18" OriginalAmount="518.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7703562" Longitude="-73.989676" StarRating="3" HotelCode="|249741" HotelName="Fairfield Inn and Suites New York Manhattan Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>538 West 58th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/9/7/4/1/249741_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="524.02" OriginalAmount="518.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7628" Longitude="-73.98366" StarRating="4" HotelCode="27797" HotelName="M Social Hotel Times Square New York" Meals="ROOM - CITY VIEW" BedType="ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>226 West  52Nd Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/27797/27797/48.jpg?f=17733617</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a fitness center and bicycles to rent. Additional features at this hotel include complimentary wireless internet access, concierge services, and an arcade/game room.. Featured amenities include a 24-hour business center, express check-in, and express check-out. Planning an event in New York? This hotel has 452 square feet (42 square meters) of space consisting of conference space and meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="525.20" OriginalAmount="520" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759171727654" Longitude="-73.969241380691" StarRating="3" HotelCode="145561|21298" HotelName="Carvi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>152, East 55th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/5d/105d481255969331e9a88573ae40f43bb6b27ee5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests travelling to New York City for business or pleasure will find that this cosy midtown hotel o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="525.32" OriginalAmount="520.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7574106" Longitude="-73.9698938" StarRating="4" HotelCode="|27191" HotelName="Courtyard New York Manhattan/Midtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>866 THIRD AVENUE AT 52ND STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/9/1/27191_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: renovated in 2005, has 20 floors and 307 rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a cloakroom and a lift. The establishment also has a restaurant, a cocktail bar, meeting rooms, internet, a laundry service, room service and a car park. SITUATION: This trendy hotel is in an excellent location, is in Manhattan east it is in New York the centre of Clients can find restaurants, bars, pubs, shops and a public transport stop. ROOM: The modern and comfortable rooms, a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a cafÃ©, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a gym. OBSERVATIONS: Is non-smoking. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="526.86" OriginalAmount="521.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755694968944" Longitude="-73.988661167935" StarRating="3" HotelCode="316212|195837" HotelName="Hampton Inn Manhattan Times Square Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 West 41st Street, New York, New York 10036-7203</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/dc/dadc8d118f1b601273ad79030d41c25eab8b1183.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="527.82" OriginalAmount="522.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76026" Longitude="-73.98845" StarRating="4" HotelCode="|186179" HotelName="Riu Plaza New York Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>305 West 46th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/7/9/186179_99f33841413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="528.23" OriginalAmount="523" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75376471" Longitude="-73.99374658" StarRating="3" HotelCode="506770|225935" HotelName="Crowne Plaza HY36 Midtown Manhattan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>320 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/f8/baf818bd625e7f0378545c8363b54b4b52f5dfee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="528.46" OriginalAmount="523.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754458" Longitude="-73.992942" StarRating="3" HotelCode="284885|189694" HotelName="Homewood Suites by Hilton New York Midtown Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>312 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/0e/4c0ee5281ae5e02fe56f5624c9b03309ae88326b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="530.54" OriginalAmount="525.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.77045" Longitude="-73.98969" StarRating="3" HotelCode="2716935" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Central Park By Marriott" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>538 West 58th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/16935/2716935/4.jpg?f=17691564</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and a television in a common area.. Featured amenities include a 24-hour business center, express check-out, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="530.70" OriginalAmount="525.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.78071" Longitude="-73.98123" StarRating="4" HotelCode="127292" HotelName="Hotel Beacon NYC" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>2130 Broadway At 75Th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/27292/127292/2.jpg?f=17731253</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and concierge services. This hotel also features babysitting (surcharge), a banquet hall, and a vending machine.. Featured amenities include complimentary wired internet access, a business center, and limo/town car service. Event facilities at this hotel consist of a conference center and meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="530.83" OriginalAmount="525.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7566372" Longitude="-73.992615" StarRating="3" HotelCode="|68659" HotelName="Delta by Marriott Hotels New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>340 WEST 40TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/6/5/9/68659_d7282bf0911.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban establishment, was built in 2009, with air-conditioning and has 310 rooms, In the entrance, guests are offered a lobby, a reception and a safety deposit box service. The establishment has various facilities, such as a breakfast room, conference facilities and WiFi. SITUATION: It is nearNew York the tourist area of Times Square and Broadway it is situated 8 kilometres away from the Empire State Building and Radio City Music Hall It is situated 16 kilometres away from Madison Square Garden 5 minutes away from the establishment, guests will find Central Park it is 10 minutes away from. ROOM: The rooms have a kitchen, with fridge, a microwave, a coffee maker, a kettle, a bathroom with a shower, a hairdryer, a king-size bed and a spacious work area. They also have a direct line telephone, cable television, a radio, internet, a safe, an iron, a washing machine, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a gym fully-equipped. OTHERS: Regarding the food and beverage offering, clients can enjoy a continental buffet breakfast free of charge. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="532.27" OriginalAmount="527" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70965454" Longitude="-74.00871629" StarRating="0" HotelCode="631054|241017" HotelName="The Artezen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Business Centre,Central Heating,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Meeting Room,Printer,Restaurant,Room Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24 John Street, Manhattan, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/91/2b91051f75cc7ca7a07d4ccad8e657f4b2d028e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, which can be found in Downtown New York, is a great option for gays. The premis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="532.27" OriginalAmount="527" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.728507732096" Longitude="-73.985049762583" StarRating="3" HotelCode="416110|53291" HotelName="East Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>147 1st Avenue, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/84/8484cbfd07c6f0d4edb1875144a76259bb33292a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at East Village Hotel in New York (East Village - Lowe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="532.27" OriginalAmount="527" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.715948100036" Longitude="-73.995292436221" StarRating="3" HotelCode="306375|223196" HotelName="The Leon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Canal Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/37/68371483b02e5201b84257fcf701174c6fe24bca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities await guests of the hotel, ensuring a comfortable stay. The accom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="532.76" OriginalAmount="527.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74678" Longitude="-73.99242" StarRating="4" HotelCode="|445123" HotelName="SpringHill Suites by Marriott New York Manhattan/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>140 West 28th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/2/3/445123_0c73aac0900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="533.09" OriginalAmount="527.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70967" Longitude="-74.00862" StarRating="4" HotelCode="3663760" HotelName="Artezen Hotel" Meals="DELUXE KING ROOM" BedType="DELUXE KING ROOM">
        <Address>
          <AddressLines>
            <AddressLine>24 John Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/63760/3663760/9.jpg?f=17271165</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a fitness center or take in the view from a terrace.. Featured amenities include a business center, limo/town car service, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="533.64" OriginalAmount="528.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756581" Longitude="-73.988627" StarRating="4" HotelCode="13345|2060562" HotelName="Hilton Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West 42nd Street 234, 10036  New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/5b/975b9289727a430e0c6780b3c5ad494ba66c6066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel enjoys a superb location with great views over Manhattan. It is located on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="534.29" OriginalAmount="529" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75507316" Longitude="-73.99855436" StarRating="4" HotelCode="493700|225941" HotelName="Four Points by Sheraton Manhattan Midtown West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444 10th Avenue, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/9d/0b9db628ad1db64891d4a148428510badefb3260.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="535.56" OriginalAmount="530.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.720619" Longitude="-73.99347" StarRating="4" HotelCode="|363049" HotelName="Citizenm New York Bowery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>189 Bowery</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/3/0/4/9/363049_667208e1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="536.06" OriginalAmount="530.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75663" Longitude="-73.98878" StarRating="4" HotelCode="19316" HotelName="Hilton New York Times Square" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>234 West 42nd Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/19316/19316/1.jpg?f=17686777</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and concierge services.. Featured amenities include express check-in, express check-out, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="537.32" OriginalAmount="532" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71936" Longitude="-73.99677" StarRating="3" HotelCode="428675|53340" HotelName="NobleDEN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Concierge,Elevator,Internet,LCD/Projector,Luggage Storage,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Grand Street, New York City, NY 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/90/c690d4270e9394b1f8e3027026e899f076757adb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in New York East Village - Lower East Side, NobleDen Hotel is minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="537.32" OriginalAmount="532" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750513" Longitude="-73.980265" StarRating="4" HotelCode="300844|39415" HotelName="The William" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 East 39th Street, New York, 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a6/00a6bebc3caa735be35b18a3afd229372a848b20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="538.33" OriginalAmount="533" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.743261868979" Longitude="-73.990025818348" StarRating="2" HotelCode="10330|144663" HotelName="The Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 West 25th Street, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/f9/7af9e127b08d73b25c10989abb84ae136d2b561b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="539.34" OriginalAmount="534" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754406281116" Longitude="-73.992595374584" StarRating="3" HotelCode="260452|37186" HotelName="Courtyard New York Manhattan/Times Square West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>307 West 37th Street, 10018 New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/3a/5e3a1bcfae554afcc254ab6e5e005d2f7805479a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="539.74" OriginalAmount="534.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760161905089" Longitude="-73.988529728836" StarRating="4" HotelCode="935722|423218" HotelName="Hotel Riu Plaza New York Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>305 West 46th Street, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/f0/99f0630dc185c230293982e7cab81ea17e0370c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="539.86" OriginalAmount="534.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75993" Longitude="-73.97835" StarRating="4" HotelCode="1834367" HotelName="Doubletree By Hilton New York Midtown Fifth Avenue" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>25 West 51St Street, Units 3 And 4,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/34367/1834367/1.jpg?f=16981513</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and concierge services.. Featured amenities include a computer station, express check-in, and express check-out. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="540.35" OriginalAmount="535" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752112757768" Longitude="-73.981406023263" StarRating="3" HotelCode="890021|24317" HotelName="Courtyard New York Manhattan/Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 East 40th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/5d/405d18c29aeaeec99bad483328b626c84e52c014.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="541.26" OriginalAmount="535.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71984" Longitude="-74.000102" StarRating="4" HotelCode="166062|137010" HotelName="NoMo SoHo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Crosby Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/bc/d1bc956c11faa60e69ffad9930da5f1a81dd579c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming city hotel is conveniently situated near the airport in the Little Italy neighbourhood ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="541.36" OriginalAmount="536" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.757829150244" Longitude="-73.983761731158" StarRating="4" HotelCode="60534|12160" HotelName="Kimpton Muse Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/d5/f0d5596109702748794c6d5496a5573ac270e3ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on 46th Street, the hotel is surrounded by all New York has to offer. The centre of New York...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="541.48" OriginalAmount="536.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7587" Longitude="-73.98937" StarRating="5" HotelCode="557359" HotelName="Intercontinental New York Times Square, An Ihg Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>300 West  44th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/57359/557359/2.jpg?f=17691718</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a 24-hour fitness center and bicycles to rent. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a fireplace in the lobby.. Featured amenities include a business center, express check-out, and dry cleaning/laundry services. This hotel has 11 meeting rooms available for events. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="542.12" OriginalAmount="536.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7208676" Longitude="-74.0042895" StarRating="4" HotelCode="|77831" HotelName="Sheraton Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>370 CANAL STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/8/3/1/77831_93e63c11203.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 2010, is ideal for holidays or business trips and has 369 rooms, The establishment boasts air-conditioning, a lobby, a reception, express check-out, a safety deposit box service, a lift, a cafÃ©, a bar and a restaurant. The establishment also offers conference facilities, internet and room service. SITUATION: It is situated close to places of interest, Soho in front of the establishment, clients have. ROOM: The rooms a bathroom with a shower, a bath, a hairdryer, WiFi (available for a fee), a radio, a safety deposit box, a fridge, an iron and a desk with chair, It also offers a coffee maker, a kettle, flatscreen cable television, an air-conditioning system, individual heating and a mirror.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="542.71" OriginalAmount="537.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7644005" Longitude="-73.9816971" StarRating="4" HotelCode="|22437" HotelName="Dream Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>210 WEST 55TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/7/22437_1_7650.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 13 floors, 220 rooms and 20 suites. In the entrance, you can find a lobby with an elevator, a reception, a cloakroom and a safety deposit box service. The hotel with air-conditioning, has a bar, on the rooftop ,Serafina the restaurant a living room, a conference room, internet, room service, a laundry service and indoor parking. SITUATION: Broadway It is in Times Square and Central Park it is between You can find public transport services, shops, bars, restaurants and pubs. it is situated 15 kilometres away from Laguardia Airport. ROOM: The modern rooms, a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a stereo, internet, a mini-bar, individual air-conditioning, individual heating and a safety deposit box (available for a fee). FACILITIES: The establishment boasts a spa area. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="544.39" OriginalAmount="539" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.753888" Longitude="-73.98614" StarRating="3" HotelCode="47894|17020" HotelName="Courtyard New York Manhattan/Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/4d/d04d6514132e1233817982c8c721852c95d39f24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Fashion District and near to all corporate offices in the Time...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="544.39" OriginalAmount="539" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.722064" Longitude="-73.988709" StarRating="4" HotelCode="896933|278489" HotelName="Sixty Lower East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Allen Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/c9/97c9f0ba75d179aa246221f34a0a55bcbe80fb60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="545.06" OriginalAmount="539.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7232635" Longitude="-73.9920885" StarRating="4" HotelCode="|219618" HotelName="Public, an Ian Schrager New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chrystie Street 215</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/6/1/8/219618_daa8b9a1234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="545.26" OriginalAmount="539.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764311" Longitude="-73.982415" StarRating="3" HotelCode="294133|361625" HotelName="Residence Inn New York Manhattan/Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1717 Broadway, New York, New York 10019-5214</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/55/0f556dac10934c378a4b8ad52704b6593c4768f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="545.40" OriginalAmount="540" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746247" Longitude="-73.991408" StarRating="3" HotelCode="170739|21435" HotelName="Fairfield Inn &amp; Suites by Marriott New York Manhattan/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>116 West 28th Street, 10001 New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/38/ea3876d575a82e9fef08a88eb917d2a54a4f362f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Garden District of Chelsea, just a short walk from the Fashion Institute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="545.40" OriginalAmount="540" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.719787" Longitude="-73.988158" StarRating="4" HotelCode="889337|29811" HotelName="On Rivington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Rivington Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/37/3b370f5fc92c8b451334ddb747464d79bfaee1e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located about 5 km from the centre of New York City, this urban hotel is ideal for guests who apprec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="545.51" OriginalAmount="540.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7586609" Longitude="-73.9858095" StarRating="4" HotelCode="|18688" HotelName="New York Marriott Marquis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1535 BROADWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/8/8/18688_f9dce8e1149.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 49 floors, 1948 rooms and 56 suites. In the establishment entrance, guests will find a lobby with a lift, a reception, a cloakroom and a safety deposit box service. The establishment also has a kiosk, a hairdresser's, a theatre, internet, a conference room, bars, coffee shops, restaurants, the restaurant The View on the rooftop, a laundry service, room service, a car park and indoor parking. SITUATION: This spectacular hotel, Broadway it is in Theatre District it is in Close to, You can find restaurants, bars, shops and public transport services. ROOM: The rooms have a bathroom, a hairdryer, satellite or cable TV, a mini-bar, a safety deposit box (available for a fee), a direct line telephone, heating, an air-conditioning system, a double or king-size bed, a coffee maker, fitted carpets and internet. FACILITIES: The establishment has a sauna, a jacuzzi, a gym and spa treatments. Guests are offered an entertainment programme. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service and a set-menu lunch.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="545.96" OriginalAmount="540.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75043" Longitude="-73.98538" StarRating="4" HotelCode="|183696" HotelName="Executive Hotel Le Soleil New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 W 36th St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/9/6/183696_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="548.43" OriginalAmount="543" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758792" Longitude="-73.989742" StarRating="4" HotelCode="160754|19714" HotelName="Intercontinental Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 West 44th St, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b32a87ae1b4f9f53c81e8aa37e80ed3d60765.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Times Square neighbourhood, and located on Eighth Avenue, the hotel is close to thou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="549.07" OriginalAmount="543.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7532997" Longitude="-73.9665985" StarRating="4" HotelCode="|25527" HotelName="The Beekman Tower, Trademark Collection by Wyndham" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Mitchell Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/5/2/7/25527_b1d7b350945.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel has 173 suites and 26 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service, a cloakroom and a lift. The establishment boasts a restaurant with beautiful views, a barbecue, live music performances, internet, room service and a laundry service. SITUATION: Manhattan It is in United Nations it is located close to 10 metres away, there is a public transport stop, 100 metres away from the establishment, you can find bars, restaurants and shops. it is situated 14 kilometres away from Laguardia Airport. ROOM: one bedroom suites, have an air-conditioning system, a living room with a sofa-bed, a fully-equipped kitchen, a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet, heating and a safety deposit box (available for a fee). FACILITIES: The establishment boasts a sauna and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="550.39" OriginalAmount="544.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.719512" Longitude="-73.9899628" StarRating="0" HotelCode="|522244" HotelName="Kasa Lantern Lower East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Allen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/4/4/522244_ec1f85a1100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="551.46" OriginalAmount="546" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760729998236" Longitude="-73.984897434711" StarRating="4" HotelCode="47937|12030" HotelName="Crowne Plaza Times Square Manhattan" 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,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1605 Broadway, Between West 48th &amp; 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/42/42d8d4e4cc290fa1/02-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Manhattan, directly on the famous Times Square. A vast array o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="552.47" OriginalAmount="547" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="0" HotelCode="985476|489787" HotelName="Hyatt Centric 39th &amp; 5th New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 East 39th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/72/ee728f736f61eb57c1a34c10ad8ca79adb3320ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="552.47" OriginalAmount="547" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.744726" Longitude="-73.999408" StarRating="3" HotelCode="118691|13382" HotelName="The GEM Hotel - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 West  22nd Street, Chelsea, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/e6/22e64ca9e588f5eefe4e9e1d691de6b12f75fba0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in New York.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="552.92" OriginalAmount="547.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756744952388" Longitude="-73.969346682209" StarRating="3" HotelCode="293637|CAV422400" HotelName="Hilton Garden Inn New York/Manhattan - Midtown East" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>206 East 52nd Street, Manhattan, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/e8/34e81e201b57d93f6cfa60d137daff076c6c7b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="553.35" OriginalAmount="547.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7555008" Longitude="-73.9819031" StarRating="4" HotelCode="|22436" HotelName="Algonquin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 WEST 44TH ST. @6TH AVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/6/22436_2303c980831.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 12 floors and 142 rooms. This building with air-conditioning, has a lobby, with an elevator, a reception, a cloakroom, a bar, a conference room, a safety deposit box service, a cabaret room, WiFi, a restaurant, room service, a laundry service and indoor parking. SITUATION: This historic hotel is situated in New York the centre of Times Square it is near nearby, there is a public transport stop, 100 metres away, guests can find shops, bars and restaurants. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a satellite or cable television, a double bed, a mini-bar, a safety deposit box (available for a fee), an individual air-conditioning system, individual heating and an ironing set. FACILITIES: The establishment boasts a gym and an activities programme. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: parking (for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="554.47" OriginalAmount="548.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755045" Longitude="-73.988031" StarRating="4" HotelCode="|443909" HotelName="Margaritaville Resort Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>560 7th Ave</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/0/9/443909_70af0051100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="554.49" OriginalAmount="549" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75741" Longitude="-73.969891" StarRating="3" HotelCode="47889|2849" HotelName="Courtyard by Marriot Manhattan Midtown East" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>866 Third Avenue, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/18/4918bb58e37b1e3a617f141af6300f56b2354572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The well fitted, modern hotel is ideally located in the exclusive East Side of Manhattan right in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="554.49" OriginalAmount="549" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754086567484" Longitude="-73.994299639619" StarRating="3" HotelCode="785901|374479" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>338 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae1145286744ee84a34847a3c0f683448f63bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="556.51" OriginalAmount="551" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.737512" Longitude="-73.953359333333" StarRating="3" HotelCode="918407|45576" HotelName="The Box House Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Box Street, Brooklyn, New York 11222</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/76/4876e6200e211426d3f82fa35c07a0bb4e8f40de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="556.51" OriginalAmount="551" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755531" Longitude="-73.978206" StarRating="4" HotelCode="906798|27235" HotelName="The Gotham" 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>16 East 46 street, between Fifth and Madison Avenues, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/83/4e83aeb825cdbffb6b6357dcd628ebcb5b58c6ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="558.53" OriginalAmount="553" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761365361206" Longitude="-73.970676591187" StarRating="3" HotelCode="893693|53362" HotelName="Lombardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 East 56th Street, New York, NY 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/3c/803c2978ef0c0c4b42e84530cf1b0a9a4c272e55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="560.39" OriginalAmount="554.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70491" Longitude="-74.00642" StarRating="0" HotelCode="|445659" HotelName="Placemakr Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 Wall St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/6/5/9/445659_0a397a91138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="561.52" OriginalAmount="555.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7515" Longitude="-73.9841" StarRating="4" HotelCode="|444694" HotelName="Hendricks" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 W 38th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/9/4/444694_c6467fb0926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563.58" OriginalAmount="558" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.78057595909" Longitude="-73.981233537197" StarRating="3" HotelCode="10725|7425" HotelName="Beacon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2130 Broadway at 75th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/45/e2450b25da7c290275fe847a0d6d07eb7c90dd39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This highly popular hotel offers top-quality self-catering accommodation and is situated in the grea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="563.96" OriginalAmount="558.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758962465589" Longitude="-73.984479010105" StarRating="4" HotelCode="39597|2327422" HotelName="DoubleTree Suites by Hilton Hotel New York City - Times Square" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1568 Broadway, New York, New York 10036-8201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/3f/193fe62e3c4822cb7125256cf6e53cf63c401a67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a fabulous location on Times Square. In the immediate vicinity is a diverse selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="564.47" OriginalAmount="558.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758953" Longitude="-73.990008" StarRating="3" HotelCode="|364125" HotelName="TownePlace Suites by Marriott New York Manhattan/Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>324 W 44Th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/4/1/2/5/364125_25e53cf0721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="564.59" OriginalAmount="559" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764491" Longitude="-73.983217" StarRating="3" HotelCode="293866|38850" HotelName="Hilton Garden Inn New York/Central Park South-Midtown West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 West 54th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b0/92b02988c7b959416b83fa688296d05e3ff51e0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="564.59" OriginalAmount="559" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749539" Longitude="-73.979897" StarRating="4" HotelCode="18347|12123" HotelName="The Kitano New York" 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>66 Park Avenue, At 38th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/ae/a8ae905576b1b3a4328d29ed62e87b537c971965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="569.17" OriginalAmount="563.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7181595" Longitude="-73.990641" StarRating="4" HotelCode="|280653" HotelName="The Allen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Allen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/0/6/5/3/280653_c71a14f0251.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="570.65" OriginalAmount="565" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.727132566667" Longitude="-74.006063366667" StarRating="3" HotelCode="122661|53295" HotelName="Four Points by Sheraton Manhattan SoHo Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Charlton Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/6c/f66c0220976aed2a0f210a6631184d193856090f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="571.58" OriginalAmount="565.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75726" Longitude="-73.98353" StarRating="4" HotelCode="|444832" HotelName="Merrion Row and Public House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>119 West 45th St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/3/2/444832_1be87f60903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="571.66" OriginalAmount="566" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756297980913" Longitude="-73.985349532427" StarRating="4" HotelCode="427125|53275" HotelName="Casablanca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 West 43rd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/76/6876ddae8a10b960fb842359d9f5b9931e1dbff3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="573.68" OriginalAmount="568" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752631468791" Longitude="-73.972556591034" StarRating="4" HotelCode="36299|30247" HotelName="Wyndham Midtown 45 at New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>205 East 45th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/9d/1b9dd28a24f6281be791cd2cc9568508c65cc423.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This chic city hotel is situated in the heart of Manhattan in New York. Times Square, the theatre di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="574.69" OriginalAmount="569" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.731525" Longitude="-73.98951417" StarRating="0" HotelCode="972203|479625" HotelName="Moxy Nyc East Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 East 11th Street, New York, 10003 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/3d/953d0254aa8b7128d90f6590c6b24f2eb668bb00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="574.69" OriginalAmount="569" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755918809401" Longitude="-73.982385076057" StarRating="4" HotelCode="173082|11674" HotelName="Algonquin Hotel Times Square, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/9d/309d9133c3da9ca0343d9eaa0bf5ac86d92f31d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well-known, historical hotel offers charm and comfort in the centre of New York, just one block...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="575.14" OriginalAmount="569.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7443856" Longitude="-73.9890439" StarRating="3" HotelCode="|70540" HotelName="Broadway Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1155 BROADWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/5/4/0/70540_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has 69Â large standard rooms and suites and 13 floors. The renovated establishment in 2008, with air-conditioning and has a lobby, with a reception. SITUATION: This urban hotel, Broadway it is near Times Square and Fifth Avenue it is close to Penn Station and Greenwich Village near the establishment, you will find. ROOM: The establishment has 40 single rooms, 23 double rooms and 6 junior suites. recently renovated rooms and well-decorated. FACILITIES: For a fee, guests can enjoy a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast at no extra charge. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Pets are permitted (for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="576.44" OriginalAmount="570.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.779787" Longitude="-73.954517" StarRating="3" HotelCode="18316|187467" HotelName="The Franklin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164 East 87th Street, New York, New York 10128</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/4c/674c0978024c9485f2c1a5dd0111b68b1c5c3a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="576.71" OriginalAmount="571" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.712897015022" Longitude="-74.006570900122" StarRating="3" HotelCode="284865|298031" HotelName="citizenM New York Bowery Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Bowery, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1a/7c1a85a4db437c7df49f5bbad4ce09e50d3d0108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="576.71" OriginalAmount="571" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7517321" Longitude="-73.9840727" StarRating="0" HotelCode="966738|402340" HotelName="Hotel Hendricks" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 West 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/eb/b6ebf5edf238480aa12d64829bf8c8c8372d4d49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="578.73" OriginalAmount="573" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752174" Longitude="-73.995206" StarRating="3" HotelCode="213645|41839" HotelName="Fairfield Inn &amp; Suites New York Midtown Manhattan/Penn Station" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>325 West 33rd Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/21/b121caf30a9316f7d9d722b4115623ff230bdbaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="578.85" OriginalAmount="573.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.715567" Longitude="-74.0091978" StarRating="2" HotelCode="|71785" HotelName="The Frederick" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>95 West Broadway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/8/5/71785_c49b2f51636.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="579.39" OriginalAmount="573.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74443" Longitude="-73.989" StarRating="4" HotelCode="154959" HotelName="Broadway Plaza Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1155 Broadway,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/54959/154959/4.jpg?f=17714024</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a television in a common area. This hotel also features discounted use of a nearby fitness facility and a vending machine.. Featured amenities include limo/town car service, express check-out, and dry cleaning/laundry services. Limited parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="580.04" OriginalAmount="574.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756744" Longitude="-73.969345" StarRating="3" HotelCode="1870336" HotelName="Hilton Garden Inn New York/Manhattan-Midtown East" Meals="DOUBLE ROOM" BedType="DOUBLE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>206 East 52Nd Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/70336/1870336/1.jpg?f=17427274</HotelPictures>
        <HotelDescription>Facilities: The hotel has a lift and features 206 rooms. The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service, safe, cash machine and drinks machine. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. There are a number of shops, including a supermarket. Additional amenities include a TV room and a playroom. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Further services and facilities include a 24-hour security service, room service, a laundry service and a coin-operated laundry. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="581.76" OriginalAmount="576" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750602" Longitude="-73.985711" StarRating="3" HotelCode="189228|33369" HotelName="Hyatt Place New York/Midtown-South" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 West 36th Street, New York, New York10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/32/85/3285e03595cc660a8f29ea8f4d722ddb8f57e8c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="582.77" OriginalAmount="577" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.705176" Longitude="-74.007686" StarRating="4" HotelCode="137369|17023" HotelName="Andaz Wall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Wall Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/30/7330da547af1da7705acab7b3f97c86efd05ba61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the famed Financial District of New York City, the city hotel is surrounded by many top s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="583.78" OriginalAmount="578" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.740232" Longitude="-74.003431" StarRating="3" HotelCode="129725|225934" HotelName="Chelsea Pines Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>317 West 14th Street, New York, NY 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/27/b427ee8a9f8a4ee0bb822edb9a5a9f280f0ad5d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="586.81" OriginalAmount="581" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.742144" Longitude="-74.003569" StarRating="4" HotelCode="174554|37454" HotelName="Dream New York Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>355 West 16th Street, near 9th Avenue, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/a7/4ba72e14ffd9aecb58ca073556f6d59c7afd03ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of New York City, this urban hotel is ideal for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="587.82" OriginalAmount="582" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.757491517533" Longitude="-73.98411154747" StarRating="4" HotelCode="262261|36537" HotelName="Hyatt Centric Times Square New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 West 45th Street, New York 10036, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3e/d93e8a08f3d905e71a54eaff0f10e27f3e3d6988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="587.82" OriginalAmount="582" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749868579941" Longitude="-73.979620188475" StarRating="4" HotelCode="38552|8487" HotelName="Iberostar 70 Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Park Avenue, Cross Street Park Avenue and 38th Street, 10016 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/b5/b1b5bfeced928c52d3ea8279a1187f961430c96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive and comfortable luxury hotel enjoys a fabulous location on Park Avenue in the centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="589.04" OriginalAmount="583.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.744519" Longitude="-73.992609" StarRating="4" HotelCode="|444260" HotelName="Renaissance New York Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>112 W 25th St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/6/0/444260_39d8a991141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="589.84" OriginalAmount="584" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751317" Longitude="-73.98486" StarRating="4" HotelCode="141287|225821" HotelName="Marriott Vacation Club Pulse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 West 37th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/2b/0a2bc8e3bb1fa6f5e233a939c78a0d238f47721e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="589.84" OriginalAmount="584" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.720599" Longitude="-73.995314" StarRating="4" HotelCode="161746|444351" HotelName="The Nolitan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Kenmare Street, New York, New York 10012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/f9/72f9c0e29fc1c05f2543e844ce67cc5e72a9ec18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="592.40" OriginalAmount="586.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756504" Longitude="-73.994484" StarRating="4" HotelCode="1928734" HotelName="Truss Hotel Times Square" Meals="DOUBLE ROOM" BedType="DOUBLE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>515 Ninth Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/28734/1928734/1.jpg?f=17480571</HotelPictures>
        <HotelDescription>Facilities: The hotel has a lift and features 86 rooms. The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service, a safe and a cash machine. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. Wheelchair-accessible facilities are available. There are also a number of shops that make for great strolling and browsing. The grounds of the hotel feature a playground and a lovely garden. Additional facilities include a TV room. Guests arriving by car can park their vehicles in the car park. Further services and facilities include a 24-hour security service, a car hire service, a transfer service, room service, a laundry service and a coin-operated laundry. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="594.71" OriginalAmount="588.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759764971869" Longitude="-73.984562158585" StarRating="4" HotelCode="16627|1748095" HotelName="Renaissance New York Times Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Two Times Square, 714 Seventh Avenue, West 48th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/62/51627e126411463b23dbbbfe368c4cb23c553c16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies the island where Broadway and 7th Avenue meet right in the heart of Times Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="596.91" OriginalAmount="591" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756506444034" Longitude="-73.97202979957" StarRating="4" HotelCode="59149|11245" HotelName="The Benjamin" 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,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 East 50th Street (at Lexington Avenue), New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/49/b1/49b100340ff23bc86c2ff2b780c092be962983db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located right on Lexington Avenue, across from the Waldorf Astoria, close to Fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="597.70" OriginalAmount="591.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746405" Longitude="-73.989484" StarRating="3" HotelCode="640304|904355" HotelName="Made Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>44 West 29th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38b46f56ba77011b78d330717162d42b2e44004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="598.93" OriginalAmount="593" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.715570047355" Longitude="-74.008900523186" StarRating="3" HotelCode="47833|3814" HotelName="The Frederick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 West Broadway (at Chambers), New York, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/15/75159ad600718b7e8013560369c9dafd2264b163.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="599.21" OriginalAmount="593.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7323021" Longitude="-73.9988199" StarRating="3" HotelCode="|18706" HotelName="Washington Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>103 WAVERLY PLACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/0/6/18706_c191c401445.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building with air-conditioning, was built in 1902, has 9 floors, 170 rooms, a lobby, a reception, a safety deposit box service, a cloakroom, lifts and a car park. It also has a bar, a buffet restaurant with jazz music, a conference room and internet. SITUATION: This family-run hotel is situated in an excellent location, Washington Square it is in Greenwich the heart of Where customers can find restaurants, bars, shops and shops. it is situated 19 kilometres away from Laguardia Airport it is situated 31 kilometres away from John F. Kennedy Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a central air-conditioning system, a central heating system and a safety deposit box (available for a fee). FACILITIES: The establishment boasts a gym. OTHERS: Regarding the food and beverage offering, clients have deluxe continental breakfast at no extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="599.94" OriginalAmount="594" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75774" Longitude="-73.989135" StarRating="4" HotelCode="317040|2561" HotelName="The Westin New York at Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 West 43rd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7f/577fbe3df10505e5e138e1dbc41edb2dfc5450ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right by the nearest links to the public transport network and just 50 m from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="600.83" OriginalAmount="594.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76054" Longitude="-73.985" StarRating="3" HotelCode="19711" HotelName="Hyatt Regency Times Square" Meals="HABITACIÓN CAMA KING" BedType="HABITACIÓN CAMA KING">
        <Address>
          <AddressLines>
            <AddressLine>1605 Broadway At 49th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/19711/19711/3.jpg?f=17729833</HotelPictures>
        <HotelDescription>This smoke-free hotel has 46 floors in 1 building and offers bellhop services. Recreational activities include bicycle rentals nearby.. Featured amenities include express check-out, a 24-hour front desk, and multilingual staff..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="600.95" OriginalAmount="595" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.73304268" Longitude="-73.9579314" StarRating="3" HotelCode="433228|137122" HotelName="Franklin Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>214 Franklin Street, Brooklyn, New York 11222</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/97/e297206eac547db2455481535862da72b26d33af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="601.96" OriginalAmount="596" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.757270532478" Longitude="-73.983566966123" StarRating="4" HotelCode="144924|374481" HotelName="Merrion Row Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>119 West 45th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7c/777c90faaab7c5ff1333dbabf8439b1799851e36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="602.34" OriginalAmount="596.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761307" Longitude="-73.98659" StarRating="4" HotelCode="78382" HotelName="Kimpton Hotel Theta" Meals="ESSENTIAL ROOM - DISABLED ADAPTED" BedType="ESSENTIAL ROOM - DISABLED ADAPTED">
        <Address>
          <AddressLines>
            <AddressLine>790 Eighth Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/78382/78382/1.jpg?f=17695607</HotelPictures>
        <HotelDescription>Location: This charming, renowned city hotel offers reliably good standards and a great location just 1 block from Broadway and Times Square. A stop for the public transport network, shops, restaurants and bars are to be found in the near vicinity.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="603.19" OriginalAmount="597.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764488388435" Longitude="-73.981937617063" StarRating="4" HotelCode="366182|16128" HotelName="Dream Midtown New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>210 West 55th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/69/30691d9e1d79d7f83d88350f5b6e19d30bf3b86b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing boutique hotel is New York’s latest celebrity hang-out. It is superbly located on Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="604.29" OriginalAmount="598.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751111" Longitude="-73.984981" StarRating="3" HotelCode="170190|782415" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Fifth Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 West 37th Street, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7a/897ad5f52b8dfeafcb0c5fd2b198154882eb3d99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located near 5th Avenue. It has easy access to all of New York's attractio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="605.74" OriginalAmount="599.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755690669252" Longitude="-73.97217212404" StarRating="3" HotelCode="365921|US000098" HotelName="Best Western Plus Hospitality House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East 49th Street, New York City, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/60/60eded2d2465a2b8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just off Lexington Avenue, around the corner from the Waldorf Astoria. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="606.64" OriginalAmount="600.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7218779" Longitude="-73.987245" StarRating="0" HotelCode="|444828" HotelName="The Ludlow " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>180 Ludlow Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/2/8/444828_f5550f21217.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="606.68" OriginalAmount="600.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756386" Longitude="-73.972084" StarRating="4" HotelCode="642849" HotelName="The Benjamin Royal Sonesta New York" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>125 East 50Th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/42849/642849/26.jpg?f=17617359</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include express check-out, dry cleaning/laundry services, and a 24-hour front desk. This hotel has 9 meeting rooms available for events..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="608.02" OriginalAmount="602" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761081467516" Longitude="-73.985447287559" StarRating="4" HotelCode="18521|53439" HotelName="The Time" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 West 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4a/574a79a87d71fa740c786b0dc98382eca2c7d505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located on 49th Street between Broadway and 8th Avenue in the heart of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="611.60" OriginalAmount="605.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7205761" Longitude="-73.9952873" StarRating="4" HotelCode="|77067" HotelName="Nolitan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Kenmare Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/0/6/7/77067_b5513a31009.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in Nolita the district of Close to Bowery the underground station of Next to Soho the districts, Times Square 4,8 kilometres away, you can find and. FACILITIES: The establishment has a lounge. ROOM: Each room has WiFi (free of charge), flatscreen cable television, an iPod docking station, a bathroom with bathrobe and slippers. INFORMATION:. RESTAURANT: Clients can enjoy a bistro.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="612.06" OriginalAmount="606" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.748005" Longitude="-73.991339" StarRating="3" HotelCode="293340|38234" HotelName="Courtyard New York Manhattan/Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 West 30th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/fd/40fdae04dbbbe5c281eaedce69dc44a5bc7b7f63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="612.06" OriginalAmount="606" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74727" Longitude="-73.98986" StarRating="4" HotelCode="160995|20140" HotelName="Kimpton Hotel Eventi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>851 6th Avenue, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e1/92e1d5ee36463232a654695b9f6e3b1f49d8654a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is situated in the historic Chelsea neighbourhood near the New York t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="613.05" OriginalAmount="606.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7503109" Longitude="-73.9774805" StarRating="4" HotelCode="|26330" HotelName="The Renwick" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 East 40th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/3/3/0/26330_df05b381247.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 17 floors, 135 rooms, a lobby with elevators, a reception, a cloakroom and a safety deposit box service. Guests are also offered a cosy restaurant, internet, room service and a laundry service. SITUATION: This hotel Murray Hill it is in Manhattan it is in it is in 40 the street it is located between Lexington Avenue park, Guests can enjoy shops, leisure areas, entertainment and monuments. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, WiFi (free of charge), a mini-bar, a safety deposit box, a microwave and a trouser press. OBSERVATIONS: Ask for further information regarding hotel conditions and operations. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Clients have at their disposal a restaurant with a breakfast, lunch and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="616.69" OriginalAmount="610.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7443358" Longitude="-73.9856334" StarRating="4" HotelCode="|25522" HotelName="Hotel Seville NoMad - The Unbound Collection by Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 East 29th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/5/2/2/25522_b3d81070931.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1904, with air-conditioning, has 11 floors, 320 rooms and 15 suites. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a cloakroom, a lift and internet. The establishment boasts a restaurant with air-conditioning and a laundry service. SITUATION: This luxurious hotel is in Madison Avenue, is located close to Gramercy Park and the Flatiron Building, near the establishment, guests will find the Empire State Building, clients can also find bars, restaurants, shops and a public transport stop. It is 14 kilometres away from Laguardia Airport. It is situated 26 kilometres away from John F. Kennedy Airport. The establishment is 27 kilometres away from Newark Airport. ROOM: The establishment has standard rooms and suites, renovated with a bathroom, a bathrobe, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, an iron, an ironing board, an air-conditioning system and heating. OBSERVATIONS: This hotel is non-smoking. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="617.11" OriginalAmount="611" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760605" Longitude="-73.969153" StarRating="4" HotelCode="396085|15160" HotelName="Fitzpatrick Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>687 Lexington Avenue, Between 56th &amp; 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/80/ab80091ec837f253258260bb08cfc4a80048edf4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Lexington Avenue and is neighbour to some of the city's most pop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="618.91" OriginalAmount="612.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.78258" Longitude="-73.98124" StarRating="4" HotelCode="27770" HotelName="Hotel Belleclaire" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>2175 Broadway,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/27770/27770/14.jpg?f=17755183</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and gift shops/newsstands. Additional features at this hotel include a television in a common area and a vending machine.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="619.01" OriginalAmount="612.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.707919" Longitude="-74.007215" StarRating="4" HotelCode="|18726" HotelName="Gild Hall, A Thompson" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 GOLD STREET NEW YORK, NEW YORK, US, 10038</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/2/6/18726_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 18 floors and 138 rooms. In the establishment entrance, guests will find a lobby, a reception, a cloakroom and a lift. Guests are also offered a kiosk, a bar, a restaurant, internet, room service and indoor parking. For an additional charge you can use the launderette and the car park. SITUATION: This budget hotel is in New York the centre of in the surrounding area, clients can find South Street Seaport and Battery Park the metro station. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, internet, a safe (available for a fee), a mini-bar, a coffee maker, a double or king-size bed, PC, an air-conditioning system and central heating. FACILITIES: Guests can use a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a continental breakfast free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="619.42" OriginalAmount="613.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764644" Longitude="-73.98006" StarRating="4" HotelCode="|443449" HotelName="Carnegie " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160 W 56th St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/4/4/9/443449_0e3f4f41254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="621.96" OriginalAmount="615.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74716" Longitude="-73.98749" StarRating="4" HotelCode="|183719" HotelName="Hyatt Herald Square New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-32 West 31st Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/1/9/183719_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="623.17" OriginalAmount="617" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762450621199" Longitude="-73.979070260119" StarRating="4" HotelCode="298918|94998" HotelName="The Hilton Club - New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1335 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/9b/559ba8dd209a43938a8593dad1a539b288c98bf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="624.06" OriginalAmount="617.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71826" Longitude="-74.00202" StarRating="3" HotelCode="3896299" HotelName="Walker Hotel Tribeca" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>77 Walker Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/96299/3896299/8.jpg?f=17343225</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including a fitness center and bicycles to rent. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include a 24-hour business center, dry cleaning/laundry services, and a 24-hour front desk. Event facilities at this hotel consist of a conference center and meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="624.18" OriginalAmount="618" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752244392638" Longitude="-73.97969785893" StarRating="4" HotelCode="565095|53361" HotelName="The Library" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>299 Madison Avenue, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/ca/ecca8ee284da1eca8dd94d853baa4230ce77aac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="625.44" OriginalAmount="619.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758951" Longitude="-73.983386" StarRating="4" HotelCode="|411560" HotelName="Riu Plaza Manhattan Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>145 W 47th St, New York</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/5/6/0/411560_18566ac1056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="625.58" OriginalAmount="619.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.718568016454" Longitude="-73.989855376075" StarRating="3" HotelCode="68532|87179" HotelName="Blue Moon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/55/0c55202d8e7ef92242ecdb8b688c5872ef0bd5bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of New York's most socially vibrant and attractive Lower East Side...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="625.75" OriginalAmount="619.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74526" Longitude="-73.98163" StarRating="5" HotelCode="|183758" HotelName="The Marmara Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 East 32nd Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/5/8/183758_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="626.12" OriginalAmount="619.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7566505" Longitude="-73.9769593" StarRating="3" HotelCode="|448505" HotelName="Hilton Club The Central at 5th New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 East 48th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/5/0/5/448505_dbf2b741139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="627.15" OriginalAmount="620.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75973" Longitude="-73.98452" StarRating="4" HotelCode="27801" HotelName="Renaissance New York Times Square Hotel By Marriott" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Two Times Square, 714 Seventh Avenue at West  48th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/27801/27801/1.jpg?f=17734025</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and concierge services. Additional amenities at this hotel include wedding services and a television in a common area.. Featured amenities include a business center, limo/town car service, and express check-out. Planning an event in New York? This hotel has 1591 square feet (148 square meters) of space consisting of conference space and 5 meeting rooms. Guests may use a train station pick-up service for a surcharge, and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="630.82" OriginalAmount="624.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71916" Longitude="-73.99688" StarRating="3" HotelCode="|183724" HotelName="NobleDEN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 Grand Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/2/4/183724_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="632.26" OriginalAmount="626" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76130799153" Longitude="-73.986581191421" StarRating="3" HotelCode="59761|6919" HotelName="Hilton Garden Inn Times Square" 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,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>790 Eighth Avenue, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/0a/260ab28871eb7e659f853a7b4fac2b2280ffa60f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming, renowned city hotel offers reliably good standards and a great location just 1 block ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="633.27" OriginalAmount="627" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.712913817278" Longitude="-74.00705709895" StarRating="3" HotelCode="437943|144633" HotelName="Green Holidays Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>38 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/59/4e59a5f153ab61c590e861d2e2ca4796b42108f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="634.74" OriginalAmount="628.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74623701" Longitude="-73.99066367" StarRating="3" HotelCode="446389|562741" HotelName="Hyatt House New York/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>815 Avenue of the Americas, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec7b69cb16fe34dd838d4acfa59722ac1b60c31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764318" Longitude="-73.982656" StarRating="3" HotelCode="293925|37124" HotelName="Courtyard New York Manhattan/Central Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1717 Broadway, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ec/01ec7414ec4f3c0a34e77406c8b48a5f5d475fa1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74439212" Longitude="-73.99265365" StarRating="3" HotelCode="855999|374483" HotelName="Renaissance New York Chelsea Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>112 West 25th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/07/6d072d9e8c150b8374a22221803b825ed39291fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764512054425" Longitude="-73.98010031288" StarRating="4" HotelCode="491624|144575" HotelName="The Carnegie Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>160 West 56th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/49/ac493768735388f249649cf2770826cbbf2ab81c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764616" Longitude="-73.978482" StarRating="4" HotelCode="262316|40194" HotelName="Le Méridien New York, Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 West 57th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/62/9862033a89f56b69f45d65dc2c9b5e11afb7ed4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="641.52" OriginalAmount="635.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76426" Longitude="-73.97707" StarRating="3" HotelCode="19722" HotelName="Hilton Club The Quin New York" Meals="DELUXE STUDIO" BedType="DELUXE STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>101 W. 57Th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/19722/19722/51.jpg?f=17743683</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and tour/ticket assistance.. Featured amenities include a 24-hour business center, a 24-hour front desk, and multilingual staff..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="645.84" OriginalAmount="639.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7498874" Longitude="-73.97972" StarRating="4" HotelCode="|26619" HotelName="Kimpton Ashbel New York Park Avenue  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>70 Park Avenue (Cross Street Park Avenue and 38th Street)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/1/9/26619_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004, has 17 floors and 150 rooms. This building with air-conditioning, has a lobby, with an elevator, a reception, a cloakroom, a bar and Silverleaf the restaurant There are many services available at the establishment, including room service and a laundry service (for a fee). SITUATION: This inviting hotel, Park Avenue is situated in Murray Hill it is in it is in New York the centre of You can find shops, restaurants, bars, cafÃ©s, leisure areas and entertainment. ROOM: The modern and comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, an iron, an ironing board, a double or king-size bed, a safe (available for a fee), an individual air-conditioning system and individual heating. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: At no extra cost, customers can enjoy wine at night.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="646.84" OriginalAmount="640.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.706389" Longitude="-74.007778" StarRating="4" HotelCode="|366015" HotelName="Mint House at 70 Pine	" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 Pine Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/0/1/5/366015_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="649.43" OriginalAmount="643" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764600121107" Longitude="-73.977357745171" StarRating="4" HotelCode="55999|38444" HotelName="The Quin Central Park by Hilton Club" 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,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 West 57th Street at Sixth Avenue, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/77/0877dd4b64a287dca0ebd556de602d2c49de23cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York's historic Arts District at 57th and 6th avenue. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="649.73" OriginalAmount="643.3" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76165" Longitude="-73.98265" StarRating="4" HotelCode="559997" HotelName="The Michelangelo Hotel" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>152 West 51st Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/59997/559997/1.jpg?f=17532029</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and concierge services.. Featured amenities include a business center, express check-in, and express check-out. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="652.46" OriginalAmount="646" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7226223" Longitude="-73.9915685" StarRating="4" HotelCode="482035|225962" HotelName="PUBLIC, an Ian Schrager Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Chrystie Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b7/92b70450b19ef375404d37c07ed8245ee140729c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.48" OriginalAmount="648" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.744367351307" Longitude="-73.985580056906" StarRating="4" HotelCode="18457|2800" HotelName="The James New York - NoMad" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 29th Street, At Madison Avenue, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/17/b1173576f0628a189d1ff81adca47879d2b98e4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Beaux-Arts style hotel offers luxurious accommodation and lies on Madison Avenue within the fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.48" OriginalAmount="648" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.722112" Longitude="-73.987074" StarRating="4" HotelCode="934144|298083" HotelName="The Ludlow New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 Ludlow Street, between Houston and Stanton, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d4/f4d4052123ab71a62127b46015916368d8ad9800.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="655.49" OriginalAmount="649" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.693553090963" Longitude="-73.988338708878" StarRating="4" HotelCode="14589|9771" HotelName="New York Marriott at the Brooklyn Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Adams Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ac/02ac0a1a6513b632e3d3c788b7f5fdad6e498d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in Brooklyn's Renaissance Plaza and only around 5 minutes away from Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="656.09" OriginalAmount="649.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.747099" Longitude="-73.987783" StarRating="2" HotelCode="|533858" HotelName="StudioPlus JG Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 W 31st St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/5/8/533858_5142a041137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="656.50" OriginalAmount="650" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.707913331494" Longitude="-74.006583094597" StarRating="4" HotelCode="317042|25169" HotelName="Gild Hall, a Thompson Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Gold Street, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/66/e86689ffef48838af945de3657a1548bf81ee112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located within a few blocks of Wall Street, the NYSE and leading financial institu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="658.60" OriginalAmount="652.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75894" Longitude="-73.98339" StarRating="4" HotelCode="3896149" HotelName="Hotel Riu Plaza Manhattan Times Square" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>145 West 47th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/96149/3896149/1.jpg?f=17754597</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659.53" OriginalAmount="653" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754412190878" Longitude="-73.985751720238" StarRating="4" HotelCode="497429|225957" HotelName="LUMA Hotel Times Square NYC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 West 41st Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/17/4f17f6e529fcbfcd5ac825aad187102813cdef69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="663.04" OriginalAmount="656.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754945" Longitude="-73.9730243" StarRating="4" HotelCode="|18697" HotelName="The Lexington , Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>511 Lexington Avenue (Entrance at 48th Street)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/9/7/18697_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 27 floors, 705 rooms and 20 suites. In the entrance, guests are offered a lobby with air-conditioning, a reception, a currency exchange service, a cloakroom, a safety deposit box service and a lift. You are also offered bars, restaurants, a mini-market, a nightclub, internet, a conference room, a laundry service, room service, a car park and an indoor car park (for a fee). SITUATION: This urban hotel, Lexington it is in is situated in Manhattan the centre of In the surrounding area of the establishment shops, bars, restaurants and public transport services. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet, an air-conditioning system, a central heating system, a safe (available for a fee) and a double or king-size bed. FACILITIES: This establishment has a gym. OBSERVATIONS: Clients have a car park (for a fee). PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="666.60" OriginalAmount="660" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.704919907777" Longitude="-74.006394953373" StarRating="0" HotelCode="495899|495482" HotelName="Welive NYC LOWER MANHATTAN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 Wall Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/16/6316f5f0ef979bea7c87180b3d89264986549ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="667.27" OriginalAmount="660.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7612882" Longitude="-73.9866125" StarRating="4" HotelCode="|20247" HotelName="Kimpton Theta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>790 8TH Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/4/7/20247_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 367 standard rooms, 15 floors, a reception, a safety deposit box service, a currency exchange service and a lift. This establishment with air-conditioning, has a kiosk, Pigalle Bar, a restaurant and internet. It also has a laundry service. At an extra cost you can use a car park and an indoor car park. SITUATION: This hotel is in an excellent location. It is close to Broadway and Times Square clients can find restaurants, bars, shops and a public transport stop. ROOM: The rooms have an iron, an ironing board, a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a central heating system and a safe (available for a fee). FACILITIES: Guests can use a gym. OTHERS: The establishment offers a breakfast service and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="673.67" OriginalAmount="667" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.742767545799" Longitude="-73.983052745462" StarRating="3" HotelCode="318142|22062" HotelName="Park South Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 East 28th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/9c/9b9c4179fcb1ee3591621678b6690d0fee7c9a02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled between Gramercy Park and New York City's Murray Hill neighbourhood on 28th Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="678.93" OriginalAmount="672.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755429" Longitude="-73.98604" StarRating="5" HotelCode="|168087" HotelName="The Knickerbocker " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Time Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/0/8/7/168087_7b58b7a1027.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establilshment offers WiFi (free of charge). SITUATION: This hotel and is in Times Square. ROOM: All the rooms have flatscreen cable television, computer safe, a mini-bar, a writing desk, a bathroom with slippers, toiletries (free of charge) and a hairdryer. FACILITIES: The establishment boasts a terrace on the roof terrace and a reception. RESTAURANT: Clients can enjoy a restaurant and a bar on the roof terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="680.74" OriginalAmount="674" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756246062311" Longitude="-73.971426710486" StarRating="4" HotelCode="259397|21301" HotelName="The Kimberly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East 50th Street, Manhattan, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec742a26e081dff94e8c6d248d0c4f7883ce849.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="684.78" OriginalAmount="678" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.743903010324" Longitude="-73.987096846104" StarRating="3" HotelCode="12797|2382" HotelName="The Evelyn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 East 27th Street, 10016 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/77/9c77158aa60020484a5a9a3620478591d8ffadf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The midtown hotel is located just off Fifth Avenue in the historic Flatiron District of Manhattan an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="686.80" OriginalAmount="680" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751950278137" Longitude="-73.984812784061" StarRating="4" HotelCode="285001|44385" HotelName="Archer Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 38th street, New York City 10018, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/24/1524af30873dc1250bb8d40ee80f3e0fc5e796ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="687.16" OriginalAmount="680.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75969" Longitude="-73.98335" StarRating="4" HotelCode="3937333" HotelName="Hard Rock Hotel New York" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>159 West 48th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/37333/3937333/1.jpg?f=17703696</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including a nightclub and a fitness center. Additional amenities at this hotel include concierge services and a banquet hall.. Featured amenities include complimentary wired internet access, express check-in, and express check-out. This hotel has 2 meeting rooms available for events..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="687.81" OriginalAmount="681" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765094538875" Longitude="-73.975288692499" StarRating="4" HotelCode="33331|10429" HotelName="Park Lane 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,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e8/67e81049f070b01a414b7699e6a20e3e3226cf7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="688.82" OriginalAmount="682" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746559972365" Longitude="-73.991468846798" StarRating="3" HotelCode="387967|12098" HotelName="Hilton Garden Inn New York/Manhattan-Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 West 28th Street, New York, New York 10001-6102</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/27/2227a9603d866c6797c4e67af233502f345aed06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manhattan's vibrant Chelsea neighbourhood, brimming with shops, galleries, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="689.83" OriginalAmount="683" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.742061166667" Longitude="-74.003729433333" StarRating="4" HotelCode="896937|298084" HotelName="The Maritime" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>363 West 16th Street, New York, NY 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/49/d8499b39f267cf9bb81c64fcca6c21e9686c27c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="692.30" OriginalAmount="685.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75036" Longitude="-73.97378" StarRating="4" HotelCode="27095" HotelName="The Westin New York Grand Central" Meals="DELUXE ROOM 2 DOUBLE BEDS" BedType="DELUXE ROOM 2 DOUBLE BEDS">
        <Address>
          <AddressLines>
            <AddressLine>212 East 42Nd Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/27095/27095/1.jpg?f=17696813</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a 24-hour fitness center or take in the view from a garden.. Featured amenities include a 24-hour business center, express check-in, and express check-out. This hotel has 16 meeting rooms available for events. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="699.11" OriginalAmount="692.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755771" Longitude="-73.982044" StarRating="4" HotelCode="64762|6735434" HotelName="Iroquois" Meals="FREE BREAKFAST" BedType="FREE BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 West 44th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/bd/e5bdceef18acaa78426da5da6ed819e35de7235e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="701.95" OriginalAmount="695" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764335009644" Longitude="-73.963184282184" StarRating="3" HotelCode="365923|12029" HotelName="Gardens Suites Hotel by Affinia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 East 64th Street, between 2nd and 3rd Avenue, New York, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/d2/9fd2820aa576b9dc774e779f7cb4ce9de8670ec8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This peaceful, elegant haven is located in one of the most exclusive neighbourhoods in New York. Thi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="704.21" OriginalAmount="697.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75567" Longitude="-73.97428" StarRating="5" HotelCode="144716" HotelName="Intercontinental New York Barclay, An Ihg Hotel" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>111 East 48Th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/44716/144716/90.jpg?f=17743055</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour health club, or other amenities including complimentary wireless internet access and concierge services. Additional features at this hotel include wedding services and a ballroom.. Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Planning an event in New York? This hotel has 20000 square feet (1858 square meters) of space consisting of conference space and 9 meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="704.24" OriginalAmount="697.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749868579941" Longitude="-73.979620188475" StarRating="4" HotelCode="86885" HotelName="Kimpton Ashbel" Meals="LUXURY ROOM" BedType="LUXURY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>70 Park Avenue (Cross Street Park Avenue and 38th Street)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/86885/86885/7.jpg?f=17694225</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless Internet access and concierge services.
There is a Facility fee (mandatory) not included in the reservation fee that must be paid by the customer at the hotel: $ 25 usd per room + taxes. "
 
This fee includes:
Access to the gym 24 hours
Freshwater at the lobby
WIFI
Unlimited toll free &amp; local calls
welcome water in room
$ 10 usd credit with Butler (room service)
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="707.69" OriginalAmount="700.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.6936783" Longitude="-73.9885357" StarRating="4" HotelCode="|23809" HotelName="Marriott New York at the Brooklyn Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>333 ADAMS STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/0/9/23809_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2005, has 7 floors and 355 rooms. The hotel with air-conditioning, has a lobby, a reception, a currency exchange service, a cloakroom and lifts. Regarding the food and beverage offering, the establishment has a bar a restaurant with highchairs, You are also offered internet, a hairdresser's, conference rooms with features that offer you the maximum level of comfort, a laundry service, room service and a car park. SITUATION: This hotel Renaissance Plaza it is located close to it is near Brooklyn Bridge Manhattan it is located close to Guests can enjoy leisure areas and entertainment. it is 40 minutes away from John F. Kennedy Airport. ROOM: The cosy rooms, have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, satellite or cable TV, a radio and internet. Are also equipped with a safety deposit box (available for a fee), a small fridge, a coffee maker, a kettle, a king-size bed, an iron, an ironing board, fitted carpets, a central air-conditioning system and central heating. FACILITIES: Clients can use a gym, a sauna, a covered pool and a jacuzzi. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a breakfast service and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="714.80" OriginalAmount="707.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759325" Longitude="-73.9855826" StarRating="4" HotelCode="|18708" HotelName="W New York - Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1567 BROADWAY &amp; 47TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/0/8/18708_292e4bf0605.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2001, with air-conditioning, has 467 rooms, 43 suites and 57 floors. In the establishment entrance, guests will find a lobby with a lift, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also has a bar, a restaurant, a classy nightclub, a kiosk, a conference room, room service, a laundry service and a car park (for a fee). SITUATION: This modern, luxury, urban hotel is in a skyscraper, Times Square is situated in in front of the establishment, you can find a public transport stop, Close to bars, pubs, nightclubs, restaurants and shops. ROOM: All the rooms have large windows, a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a safe (available for a fee), internet, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="720.70" OriginalAmount="713.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.759398853433" Longitude="-73.97498765809" StarRating="4" HotelCode="59147|734329" HotelName="Omni Berkshire Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 East 52nd Street at Madison Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/49/64495c69900bab17a8cc433ebb813838be0a8de9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is situated in an ideal location on Madison Avenue, just steps away from the Roc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="721.32" OriginalAmount="714.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75917" Longitude="-73.98411" StarRating="5" HotelCode="|443794" HotelName="The Times Square EDITION" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Times Square, 701 7th Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/9/4/443794_3d74d450953.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="723.30" OriginalAmount="716.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755811264944" Longitude="-73.981558084488" StarRating="4" HotelCode="17732|US000005" HotelName="Sofitel New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 44th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/b1/cdb127ed2c282d0cfc059b7becd6947b15eaa2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between 5th and 6th Avenues in New York. High-class shopping is one block away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="725.18" OriginalAmount="718" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745617093206" Longitude="-73.984264433384" StarRating="4" HotelCode="16870|9592" HotelName="The Roger New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>131 Madison Avenue, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/4a/1f4aae193a76d2d8b6e703b08bccd07885ffafef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located, at the corner of 31st Street and Madison Avenue in Murray Hill...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="727.41" OriginalAmount="720.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.706268971974" Longitude="-74.007782379762" StarRating="4" HotelCode="366471|1756968" HotelName="Q&amp;A Residential Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Pine Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/6f/fe6f7d4c8baf899e696b545136bf4891af64ced9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 132 rooms. Most of the storeys can be reached by lift. Amenities inclu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="729.56" OriginalAmount="722.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74678" Longitude="-73.99241" StarRating="4" HotelCode="|444510" HotelName="TownePlace Suites by Marriott New York Manhattan/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>140 West 28th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/1/0/444510_2a1e5d31234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="732.47" OriginalAmount="725.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754353" Longitude="-73.97272" StarRating="4" HotelCode="2481879" HotelName="The Bernic Hotel New York City" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>145 East 47Th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/81879/2481879/2.jpg?f=17428707</HotelPictures>
        <HotelDescription>Facilities: The friendly staff at the reception desk are happy to answer any questions. Services such as a baggage storage service and a safe ensure a comfortable stay. Wireless internet access allows guests to stay connected while on holiday. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Other services include a 24-hour security service, a car hire service, room service and a laundry service. Active guests can make use of the bicycle hire service to explore the surrounding area. A fax machine is available for guests' business needs.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="733.26" OriginalAmount="726" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755527" Longitude="-73.973702" StarRating="4" HotelCode="258456|1382" HotelName="InterContinental New York Barclay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111 East 48th Street, 10017-1297 New York City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/35/1835fac621ef0373c35bfd0d8b52b8747043027b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is situated at the heart of the city, just steps away from Park Avenue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="735.28" OriginalAmount="728" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755327766375" Longitude="-73.986078787794" StarRating="5" HotelCode="935270|44506" HotelName="The Knickerbocker Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f0/4ef0cf74b04d4d7e1a2ebec187e3fc2a0a7d9234.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="739.62" OriginalAmount="732.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.716" Longitude="-74.009" StarRating="5" HotelCode="|74971" HotelName="Smyth, A Thompson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 West Broadway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/9/7/1/74971_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, has a spacious hall, Frederick Lesort's brasserie Plein Sud the restaurant which serves French cuisine, WiFi. SITUATION: It is inTribeca the district of West Broadway it is in Where you can find restaurants, Soho and Performing Arts Center It is close to it is near Palace of Justice the town hall, near the establishment, guests will find the tourist area. ROOM: The stylish, modern rooms, have luxurious bedding, marble bathrooms, a shower, LCD flatscreen TVs, wooden furniture, complimentary bathroom items, a DVD player and an iPod docking station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="746.39" OriginalAmount="739" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.742095122786" Longitude="-73.984773418191" StarRating="4" HotelCode="443697|53315" HotelName="Giraffe" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>365 Park Avenue South at East 26th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/29/f3297843669ecb32085c6bab0ee306e4cc9c8c22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="747.40" OriginalAmount="740" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.707997710617" Longitude="-74.00142788887" StarRating="3" HotelCode="30059|20640" HotelName="Mr. C Seaport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Peck Slip, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/ae/5faedc364fae48e4a1bfbcfe45680ffa4d6df73d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="754.73" OriginalAmount="747.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75435972" Longitude="-73.97277627" StarRating="3" HotelCode="421984|CAY562900" HotelName="The Bernic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>145 East 47Th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3c/083cf036ed8b3bb31639feea2bb77c6e98cd5f38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Bernic draws inspiration from its neighbor, the United Nations, in our commitment to bridge ever...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="757.50" OriginalAmount="750" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.722290178493" Longitude="-73.956704549641" StarRating="5" HotelCode="319202|180089" HotelName="The William Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 North 12th Street, At Wythe Avenue, Brooklyn, New York 11249</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/cd/5ccd5d9e4db2a353484608118281cc50a2690ac7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="757.50" OriginalAmount="750" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.736283" Longitude="-73.99662" StarRating="4" HotelCode="263320|416634" HotelName="Walker Hotel Greenwich Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 West 13th Street, New York City, NY 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/35/ea3537b408eca37d2bbe5508ead25accb3755b8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="762.55" OriginalAmount="755" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.721475998156" Longitude="-73.958714169312" StarRating="5" HotelCode="497731|414030" HotelName="The Williamsburg Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Wythe Avenue, Brooklyn, New York 11249</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/2c/592ca3e2f754cf984b88950e89a0e5a4f5767542.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="763.56" OriginalAmount="756" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70832862" Longitude="-74.01366338" StarRating="3" HotelCode="583563|265226" HotelName="Fairfield Inn &amp; Suites New York Downtown Manhattan World Trade Center Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Greenwich Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b9/07b94abde61f79a941cca7f24edce366ce7dde06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="764.39" OriginalAmount="756.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7528966" Longitude="-73.9838338" StarRating="4" HotelCode="|39886" HotelName="Bryant Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>40 WEST 40TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/8/6/39886_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 25 floors, 129 rooms and a lobby. This air-conditioned establishment has a safety deposit box service, a cloakroom, a bar and a restaurant. There are many services available at the establishment, including room service, a laundry service, a car park and an indoor car park (for a fee). SITUATION: This hotel is in Manhattan the centre of Bryant Park it is located in front of the Garment District and Fifth Avenue it is situated 1 block away from el Barrio de los Teatros 3 streets away, clients can find. ROOM: All the rooms have wooden furniture, marble bathrooms, bathroom items, flatscreen LCD television, a stereo, internet, WiFi, a fax machine and snacks. They also have a safety deposit box, a hairdryer, a direct line telephone, a mini-bar, individual air-conditioning and individual heating. FACILITIES: The establishment has a gym (free of charge), well-equipped, a personal trainer on request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="765.96" OriginalAmount="758.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7082802" Longitude="-74.0136073" StarRating="3" HotelCode="|451329" HotelName="Courtyard by Marriott New York World Trade Center Area" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Greenwich Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/2/9/451329_369e6371514.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="766.59" OriginalAmount="759" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.709446371652" Longitude="-74.014640450478" StarRating="4" HotelCode="14698|3107" HotelName="New York Marriott Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 West Street at Albany Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/87/6387d197e4e8048acefeb6ecd35a520ddeff8773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Manhattan, only a few minutes’ walk from the subway, Wall Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="774.14" OriginalAmount="766.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752666" Longitude="-73.982922" StarRating="4" HotelCode="|444889" HotelName="Park Terrace " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 West 40th St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/8/9/444889_60c57850948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="775.96" OriginalAmount="768.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74482" Longitude="-73.98329" StarRating="4" HotelCode="|444695" HotelName="Hotel Park Avenue NYC (Formerly Mondrian Park Avenue)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>444 Park Avenue South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/9/5/444695_c6752650930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="778.71" OriginalAmount="771" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745862427834" Longitude="-74.005140612269" StarRating="4" HotelCode="401920|35401" HotelName="High Line Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 10th Avenue, at 20th Street, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/0f/2c0f8358839594ad4ed91732d0f0babea0dc7130.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="782.21" OriginalAmount="774.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7629034" Longitude="-73.9756559" StarRating="4" HotelCode="|45921" HotelName="Chambers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>15W 56TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/2/1/45921_1_2074.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, elegant hotel, has and 72 rooms, 5 suites. SITUATION: It is in56 the street Fifth Avenue it is near near the establishment, you will find the shops, museums ,Central Park It is close to. ROOM: standard rooms and suites and have modern equipment, some rooms with terraces andSkyline with views of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="782.75" OriginalAmount="775" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75257993" Longitude="-73.98302216" StarRating="4" HotelCode="851421|374482" HotelName="Park Terrace Hotel On Bryant Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a5/66a58ff7453fdc843e9a88fdac329af7a0d6b019.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="787.94" OriginalAmount="780.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751784682736" Longitude="-73.979278877377" StarRating="4" HotelCode="62437|327541" HotelName="The Dylan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 East 41st Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/c1/4cc13d644c81cca3b5b8ea52d481bb9fb83fad7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by excitement and cradled in comfort. That's what a stay at this hotel in N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="790.83" OriginalAmount="783" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.691377" Longitude="-73.984618" StarRating="4" HotelCode="161560|20121" HotelName="Sheraton Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>228 Duffield Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/67/f667f618cb144a2c90ce9e7b75e1f6afcd62980b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the Metro Tech Center in downtown Brooklyn; just 2.4 km from Manhattan a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="797.90" OriginalAmount="790" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.715207155979" Longitude="-74.009194225073" StarRating="4" HotelCode="894762|23682" HotelName="AKA Smyth Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 West Broadway, Tribeca, Manhattan, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1f/f71f7beb328dedd3a3e0775f9c70475fd30a8faa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="803.72" OriginalAmount="795.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.78204" Longitude="-73.98173" StarRating="4" HotelCode="|183761" HotelName="The Wallace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>242 W 76th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/7/6/1/183761_878f9591047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="804.97" OriginalAmount="797" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752224" Longitude="-73.985463" StarRating="4" HotelCode="208064|33847" HotelName="Refinery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 W 38th Street, near the corner of 38th and 6th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/48/fb487835e15ee018a426907ec3c6e4603f678e88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in New York City. For guests who appreciate a stylish amb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="807.30" OriginalAmount="799.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7212888" Longitude="-73.9993907" StarRating="4" HotelCode="|450514" HotelName="The Broome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>431 Broome Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/1/4/450514_fb75b5a0851.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="809.31" OriginalAmount="801.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7362804" Longitude="-73.9965852" StarRating="4" HotelCode="|279065" HotelName="Walker Greenwich Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 West 13th Steet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/0/6/5/279065_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="820.08" OriginalAmount="811.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.709963" Longitude="-74.008736" StarRating="4" HotelCode="|281847" HotelName="17John" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 John Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/8/4/7/281847_4aaede31338.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="826.18" OriginalAmount="818" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.70580138" Longitude="-74.00509948" StarRating="2" HotelCode="637846|297996" HotelName="AC Hotel New York Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>151 Maiden Lane, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/2f/cf2fe2b13eb456074aa085c4e94a7e5eff9cc39a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="826.18" OriginalAmount="818" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752956" Longitude="-73.983951" StarRating="4" HotelCode="69417|53354" HotelName="The Bryant Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/21/09/210993a85d3e9e647e795361bdc147ccad769fdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Midtown Manhattan design hotel is set in one of Manhattan's best locations, directly across fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="833.16" OriginalAmount="824.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7227428" Longitude="-74.0047984" StarRating="0" HotelCode="|71939" HotelName="ModernHaus SoHo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Grand Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/9/3/9/71939_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel and is ideal for holidays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="833.60" OriginalAmount="825.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7219324" Longitude="-74.0042793" StarRating="4" HotelCode="|27188" HotelName="Soho Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>310 WEST BROADWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/8/8/27188_5eed1840958.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1881, renovated in 2006, with air-conditioning, has 16 floors and 367 rooms. In the entrance, guests are offered a cosy hall with an elevator, a reception, a cloakroom and a safety deposit box service. You are also offered a bar, a living room, an Ã  la carte restaurant with air-conditioning and a business centre. There are many services available at the establishment, including room service, At an extra cost you can use the launderette and a car park. SITUATION: This luxurious boutique hotel is in Soho the heart of New York it is in nearby, you will find Tribeca, Greenwich Village, Chinatown and Wall Steet the university. ROOM: Each room has a bathroom with shower or WC, a hairdryer, a direct line telephone, satellite or cable TV, a radio, a mini-bar, an iron, a safety deposit box (available for a fee), internet, a double or king-size bed, fitted carpets, individual heating and an individual air-conditioning system. FACILITIES: The establishment has a gym. OTHERS: Free of charge coffee and newspapers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="838.14" OriginalAmount="829.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.782027" Longitude="-73.981865" StarRating="3" HotelCode="178665|906896" HotelName="Milburn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242, West 76th St, New York City 10023, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7b/027be55cb23ca2b2c8611330f0b00a75568ac8d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="840.70" OriginalAmount="832.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7190855" Longitude="-74.0049346" StarRating="4" HotelCode="|27189" HotelName="Roxy  New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 AVENUE OF THE AMERICAS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/8/9/27189_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2000, renovated in 2006, with air-conditioning, has 8 floors and 203 rooms. In the establishment entrance, guests will find an inviting hall with a reception, The establishment has various facilities, such as a bar, a cafÃ©, a conference room, Church the lounge an Ã  la carte restaurant with air-conditioning, There are many services available at the establishment, including room service, At an extra cost you can use the launderette and the car park. SITUATION: Is situated inTribeca (Manhattan) the district of Tribeca (Manhattan) Close to. ROOM: The luxurious rooms, have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a mini-bar, an iron, a safe (available for a fee), internet, a double or king-size bed, fitted carpets, individual heating and individual air-conditioning. FACILITIES: The establishment boasts a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="855.39" OriginalAmount="846.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.719163071516" Longitude="-74.004933404129" StarRating="4" HotelCode="32533|43107" HotelName="The Roxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue of the Americas, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/89/5489c78c321ff6c4a7545940fda74668332c7ea3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Manhattan's Tribeca area. Wall Street, SoHo, Greenwich Villag...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="855.82" OriginalAmount="847.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7407072" Longitude="-74.0077838" StarRating="4" HotelCode="|121745" HotelName="Standard New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>848 Washington Street New York, New York 10014</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/7/4/5/121745_general.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 4 star hotel is in New York the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="856.48" OriginalAmount="848" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.721933" Longitude="-73.958042" StarRating="4" HotelCode="204904|485538" HotelName="Wythe Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Wythe Avenue, Brooklyn, New York 11249</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/75/ab75071a52c0af96889a672971524053b3335e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="857.49" OriginalAmount="849" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.740782697792" Longitude="-74.007852630754" StarRating="4" HotelCode="896942|160381" HotelName="The Standard High Line New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>848 Washington Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/46/4a466f15b0c55930c7b0603ca85d9e170a3078c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="876.68" OriginalAmount="868" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756708793301" Longitude="-73.984161168337" StarRating="4" HotelCode="71390|15489" HotelName="AKA Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/8a/098a1ed60edded2c2e302568a2bb9d22899ef930.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is just a short walk from Times Square, yet still very close to 6th Avenue’s business a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="882.35" OriginalAmount="873.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7191768" Longitude="-73.9999275" StarRating="5" HotelCode="|314397" HotelName="11 Howard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Howard Stret</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/3/9/7/314397_1_2110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="884.76" OriginalAmount="876" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.754789" Longitude="-73.972515" StarRating="3" HotelCode="13270|32746" HotelName="Residence Inn New York Manhattan/Midtown East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>148 Eeast 48th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/e1/23e1c652443df0b15e9a37a564fde3b2ace32e87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="890.82" OriginalAmount="882" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71122049" Longitude="-74.00671935" StarRating="5" HotelCode="446426|144762" HotelName="The Beekman, a Thompson Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Nassau Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/c6/6fc6d41cd7d192f8c181e49fd08c5edd97eab5b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="892.11" OriginalAmount="883.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.751935" Longitude="-73.990921" StarRating="4" HotelCode="|444751" HotelName="Renaissance New York Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>218 West 35th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/5/1/444751_43553de1103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="903.95" OriginalAmount="895" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.722771785734" Longitude="-74.004713882505" StarRating="4" HotelCode="165516|24967" HotelName="The James New York Soho" 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>27 Grand Street, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/aa/f9aacf424821026c7520d33891b2acede107d62a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="918.80" OriginalAmount="909.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7279026" Longitude="-73.9909319" StarRating="4" HotelCode="|121746" HotelName="The Standard, East Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Cooper Square New York, New York 10003</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/7/4/6/121746_d9e384f1037.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 4 star hotel is in New York the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="924.15" OriginalAmount="915" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.725479" Longitude="-74.005382" StarRating="5" HotelCode="137370|53330" HotelName="The Dominick" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>246 Spring Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/ba/13ba9404c2f7c1168d20fff300179e26fcf79d7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="940.31" OriginalAmount="931" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.73347429759" Longitude="-73.990067392588" StarRating="4" HotelCode="208204|45653" HotelName="Hyatt Union Square New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Fourth Avenue, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/5f/0b5f3e293f6deaf00f6cefd5a6a0b4f0bd2eac3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="940.35" OriginalAmount="931.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75462" Longitude="-73.998615" StarRating="0" HotelCode="|446314" HotelName="Courtyard by Marriott New York Manhattan/Midtown West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>461 WEST 34TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/1/4/446314_f3b91780847.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="943.34" OriginalAmount="934" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.75179479" Longitude="-73.99106872" StarRating="4" HotelCode="935259|144750" HotelName="Renaissance New York Midtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>218 West 35th Street, South Garment District, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e8/50e8977af52c650b9adc760b402eaba1d07aa107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="963.54" OriginalAmount="954" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.752529" Longitude="-73.981318" StarRating="4" HotelCode="160521|20898" HotelName="Andaz 5th Avenue" 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,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>485 5th Avenue at 41st Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5f/bc5f1459cbfc6da88ea796900c59206816b5a907.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on 5th avenue at 41st Street and is in the fashionable Bryant Park area of midt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="963.54" OriginalAmount="954" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.727917" Longitude="-73.990856" StarRating="4" HotelCode="99642|160380" HotelName="The Standard East Village - The Cooper Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Cooper Square, New York City, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/09/7809b6b03e7895c150d06a8e0958dd5dfdc23b52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of Manhattan’s most authentic neighbourhoods.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="965.49" OriginalAmount="955.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.757904" Longitude="-73.9753354" StarRating="5" HotelCode="|18746" HotelName="Lotte New York Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>455 MADISON AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/4/6/18746_1_5390.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Manhattan the heart of la Catedral de San Patricio it is near and, Around the establishment, clients can find shops, leisure areas, bars, restaurants and public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="965.56" OriginalAmount="956" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.763421071214" Longitude="-73.980604927681" StarRating="5" HotelCode="76064|17015" HotelName="Conrad New York Midtown" 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,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>151 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/c9/37c9058a25fedcc37dc38e54642717305abd85a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located comfortably at the crossroads of culture and commerce in the midtown area; jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="972.71" OriginalAmount="963.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7408836" Longitude="-74.0078213" StarRating="4" HotelCode="|152405" HotelName="The Standard, High Line" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>848 WASHINGTON STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/0/5/152405_4d8dd001033.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have lovely views, a shower, a bath, toiletries, a bathrobe and WiFi (free of charge), They also have a sitting room, a flat-screen television, a mini-bar and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="988.60" OriginalAmount="978.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7640912" Longitude="-73.9786269" StarRating="0" HotelCode="|18749" HotelName="Thompson Central Park - New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>119 West 56th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/4/9/18749_ff392571147.jpg</HotelPictures>
        <HotelDescription>SITUATION: This luxurious hotel is in the heart of Midtown Manhattan, close to Central Park, the art museum, el Radio City Music Hall, El Rockefeller Center, Time Warner Center, Metropolitan Opera House, Times Square, Broadway and Grand Central Terminal.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="988.79" OriginalAmount="979" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.739908731153" Longitude="-74.005881696939" StarRating="4" HotelCode="370664|160379" HotelName="Gansevoort Meatpacking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Ninth Avenue, at 13th Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/94/e894196a2384f68d897b694d4908a99367075a83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel offers a full range of services in the Meatpacking district of Manhattan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1016.54" OriginalAmount="1006.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.732535" Longitude="-73.99688" StarRating="3" HotelCode="294136|4571975" HotelName="The Marlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 West 8th Street, Between 5th &amp; 6th Avenues, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d8/93d8ac29a635551ba8afe7209cfa37f4fc7c84b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1040.04" OriginalAmount="1029.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764307461259" Longitude="-73.978530704459" StarRating="4" HotelCode="14277|13018" HotelName="Parker New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 West 56th Street, New York, New York 10019-3318</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/66/4766598307b2f6b4774530c3be6df89dc3e46199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a short distance of an array of bars, restaurants, shops and links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1046.62" OriginalAmount="1036.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755433" Longitude="-73.990181" StarRating="4" HotelCode="|361153" HotelName="Ac By Marriott New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>260 West 40th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/1/5/3/361153_ceeea0e1422.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1081.71" OriginalAmount="1071" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.724045823333" Longitude="-74.003215630833" StarRating="4" HotelCode="82943|278491" HotelName="Sixty SoHo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Thompson Street, New York, New York 10012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/e6/02e6fd91db25166bd3f3d5bbaa75a289efc25900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1082.72" OriginalAmount="1072" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.701641" Longitude="-73.995502224537" StarRating="4" HotelCode="481784|137091" HotelName="1 Hotel Brooklyn Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Furman Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/40/ac4046e83388122b520a13fc59f50803d0428345.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1087.77" OriginalAmount="1077" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.755698934609" Longitude="-73.990121353373" StarRating="3" HotelCode="572204|265233" HotelName="AC Hotel New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>260 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/27/1d27d3fff471bdd4165c28cb3594188083b2f87e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1151.60" OriginalAmount="1140.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7645108" Longitude="-73.9779897" StarRating="4" HotelCode="|70563" HotelName="Hilton Club West 57th Street New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102 West 57th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/5/6/3/70563_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel establishment and has 28 floors, The hotel was built in 2009, has 161 rooms, a lobby, a reception, a safety deposit box service, a lift, a breakfast room and WiFi. There are many services available at the establishment, including room service, a laundry service, a car park and indoor parking. SITUATION: This urban hotel is in the Plaza district the heart of Midtown Manhattan it is in near the establishment, guests will find the tourist attractions, Carnegie Hall it is 1 streets away from Central Park it is situated 2 blocks away from Lincoln Center it is 4 streets away from 25 minutes away, guests can find Grand Central and Penn Station the metro station Fifth Avenue it is close to Broadway it is 8 minutes away from Rockefeller Center it is situated 15 minutes away from. ROOM: The rooms have large windows, beautiful views, a bathroom with a shower, a king-size bed, modern furniture and luxurious bedding. They also have a hairdryer, a direct line telephone, a satellite TV, a radio, a Hi-Fi, internet, a small kitchen with fridge, a microwave, a coffee maker, a kettle, a safety deposit box, an iron, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a gym. OTHERS: Regarding the food and beverage offering, you can enjoy a continental buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1206.95" OriginalAmount="1195" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76436" Longitude="-73.977922" StarRating="3" HotelCode="899765|16385" HotelName="West 57th Street by Hilton Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>102 West 57th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/f0/4ff052142dca710a12b96d44cb8df073cf4d75a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1237.25" OriginalAmount="1225" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.727519" Longitude="-74.005679" StarRating="3" HotelCode="171791|23619" HotelName="Courtyard New York Manhattan/SoHo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Varick Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/84/bd/84bdda54c943f01c124bf3c1bcb00d12e3959497.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1275.06" OriginalAmount="1262.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.71499519392" Longitude="-74.015777163646" StarRating="5" HotelCode="22374|13000" HotelName="Conrad New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 North End Avenue, New York, New York 10282</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/c9/78c9151be97dff550556e7ac38cda2e4604e2f9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb all-suite hotel is located in Battery Park, overlooking New York harbour. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1307.95" OriginalAmount="1295" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.736701" Longitude="-73.988687" StarRating="4" HotelCode="370663|17543" HotelName="W New York - Union Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201 Park Avenue South, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/08/0b0809dc3eb9f5637a47f8cfcbc27890082baa0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This visually stunning, luxury boutique hotel is housed within in a landmark building on historic Un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1311.99" OriginalAmount="1299" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.766424384341" Longitude="-73.978376984596" StarRating="5" HotelCode="12195|12117" HotelName="JW Marriott Essex House New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/4a/704a2b9dcd248f1c19b041a5388a7bebcaaf902b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning location on the southern edge of Central Park. In the immediate vicinit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1335.22" OriginalAmount="1322" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764709" Longitude="-73.976714" StarRating="4" HotelCode="311586|53237" HotelName="1 Hotel Central Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1414 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ba/59ba4a5d429c8806566459851ccff0b54fa49931.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1360.47" OriginalAmount="1347" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764545457674" Longitude="-73.968985003101" StarRating="4" HotelCode="59146|16551" HotelName="Loews Regency New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>540 Park Avenue and 61st Street, New York City, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a2/e4a2db44e29badc4f784d5a09ff9d78a0ff37782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a superb location on Park Avenue and 61st Street, just steps away from upsc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1387.03" OriginalAmount="1373.3" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76909" Longitude="-73.98141" StarRating="5" HotelCode="225626" HotelName="Trump International Hotel &amp; Tower New York" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1 Central Park West,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/25626/225626/70.jpg?f=17733039</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including a 24-hour health club, an indoor pool, and a sauna. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and wedding services.. Featured amenities include complimentary wired internet access, a business center, and limo/town car service. Planning an event in New York? This hotel has 665 square feet (62 square meters) of space consisting of conference space and meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1410.97" OriginalAmount="1397" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.764483666667" Longitude="-73.9726435" StarRating="4" HotelCode="896941|53437" HotelName="The Sherry-Netherland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>781 5th Avenue, New York, NY 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/23/6b23a8fbfbaed24931bdc4214122e7b4db5caf20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1463.77" OriginalAmount="1449.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765084" Longitude="-73.971705" StarRating="5" HotelCode="18418|CAL160300" HotelName="The Pierre, New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 East 61st Street, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1a/6e1a01723643a3912e015b969c6a678521bae835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This iconic Fifth Avenue hotel overlooks the emerald expanse of Central Park in Midtown Manhattan. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1482.77" OriginalAmount="1468.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7260366" Longitude="-73.9916445" StarRating="5" HotelCode="|363611" HotelName="The Bowery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>335 Bowery</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/3/6/1/1/363611_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1603.29" OriginalAmount="1587.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.74386" Longitude="-73.98377" StarRating="4" HotelCode="|77060" HotelName="Royalton Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>420 Park Avenue South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/0/6/0/77060_81915ab1245.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a covered swimming pool, On the rooftop, guests can find a heated pool 249 stylish rooms and a spa. Guests can enjoy a cosy bar, a restaurant and a lounge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1611.67" OriginalAmount="1595.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.758144" Longitude="-73.975359" StarRating="5" HotelCode="|450304" HotelName="The Towers at Lotte New York Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>455 Madison Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/3/0/4/450304_9a0816e1522.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1710.94" OriginalAmount="1694" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.712451802151" Longitude="-74.009096328836" StarRating="5" HotelCode="459300|144626" HotelName="Four Seasons Hotel New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>27 Barclay Street, New York, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/43/9343de1f7968ba0b569039b4a8da57c712402030.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1838.72" OriginalAmount="1820.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.744924" Longitude="-73.987516" StarRating="5" HotelCode="|449356" HotelName="The Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>250 5th Avenue, 28th Street &amp; Fifth Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/3/5/6/449356_ea19b121134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1996.77" OriginalAmount="1977" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.774479593822" Longitude="-73.964011743665" StarRating="5" HotelCode="28331|9211" HotelName="Surrey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 East 76th Street, New York City, New York 10021</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/2b/bc2ba1a21932496886798e0f5f60c1297c4be136.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet tree-lined street in the Yorkville area of the Upper East Side. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2011.21" OriginalAmount="1991.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7450308" Longitude="-73.9886096" StarRating="5" HotelCode="|384436" HotelName="THE NED NOMAD" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1170 Broadway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/4/4/3/6/384436_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2014.39" OriginalAmount="1994.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7654023" Longitude="-73.9789999" StarRating="5" HotelCode="|157361" HotelName="Park Hyatt New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153 West 57th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/3/6/1/157361_1.jpg</HotelPictures>
        <HotelDescription>OBSERVATIONS: Credit Card will be requested upon the arrival.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2025.41" OriginalAmount="2005.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7502039" Longitude="-73.9836317" StarRating="5" HotelCode="|73176" HotelName="The Langham, New York, Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>400 FIFTH AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/1/7/6/73176_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, boutique, has WiFi, (free of charge), an events room, a library, meeting rooms and a babysitting service. This establishment with air-conditioning, was built in 2010, has 214 rooms, a lobby with express check-out, a reception, a safety deposit box service, a cloakroom and a lift. The establishment also has a hairdresser's, a bar, a restaurant, room service, a laundry service, indoor parking and a bicycle rental desk. SITUATION: This aparthotel, Midtown Manhattan it is in Madison Square Garden it is near this hotel the Empire State is 2 streets away from 9 minutes away, guests can find a station, Times Square it is located 800 metres away from Clients can also find restaurants, bars, shops and the bus station. Philadelphia it is 2 hours away from. ROOM: The luxurious rooms, a bathroom with a shower, a bath with a hairdryer, a double bed, internet, an individual air-conditioning system, heating, a coffee maker, an LCD screen cable television, an iron, a direct line telephone, a radio, a Hi-Fi, a safe and a mini-bar. FACILITIES: The establishment has a spa, a hydromassage bath, a sauna, a steam bath, a massage service, a spa, a gym and a terrace. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="2101.87" OriginalAmount="2081.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.774261" Longitude="-73.963115" StarRating="5" HotelCode="25899|CAT458000" HotelName="The Carlyle, A Rosewood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 East 76th Street, New York, New York 10021</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/bc/34bca120bf58226b15afb7c115f75c462faf46f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2109.89" OriginalAmount="2089" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76159749419" Longitude="-73.975177109241" StarRating="5" HotelCode="18411|12165" HotelName="The Peninsula New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>700 Fifth Avenue at 55th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/3c/763cb51fdaae589f9e3ec7204b28ef5400e49438.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location on the corner of Fifth Avenue and 55th Street. It is convenient f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2111.91" OriginalAmount="2091" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745034" Longitude="-73.988671" StarRating="5" HotelCode="204952|228987" HotelName="The NoMad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1170 Broadway, New York, NY 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/eb/34eb3a4adf227121d0768e7caea06fe620d11dae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2130.81" OriginalAmount="2109.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7644335" Longitude="-73.9742464" StarRating="5" HotelCode="|18694" HotelName="The Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>768 Fifth Avenue at Central Park South</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/9/4/18694_2b92ab41003.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 806 rooms, a wellness centre, Oak the bar The Palm Court the restaurant. It also has a car park (for a fee). SITUATION: Central Park Is situated in. ROOM: standard rooms and have a double bed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2196.75" OriginalAmount="2175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76530149327" Longitude="-73.97603943944" StarRating="5" HotelCode="23534|21303" HotelName="The Ritz-Carlton New York, Central Park" 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,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/a0/8ba076c112cee78ff663fd1513c4bc04fbb5dcbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this city hotel is a 1930s European-style landmark located in New York City, NY. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2199.78" OriginalAmount="2178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.749937158274" Longitude="-73.98375749588" StarRating="5" HotelCode="165434|23769" HotelName="The Langham New York, Fifth Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>400 Fifth Avenue, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/47/c347e23020dac86cbd88974e8fcddb72f2e5f6fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in vibrant Midtown Manhattan on 36th Street. Within a short walking distan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2215.94" OriginalAmount="2194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7250812" Longitude="-73.99861976" StarRating="4" HotelCode="896932|409957" HotelName="The Mercer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Mercer Street, New York, NY 10012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e5/d9e5310b850846f413a0a5e26bf74aacf5a6fe04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2384.04" OriginalAmount="2360.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.745554" Longitude="-73.989417" StarRating="5" HotelCode="|443363" HotelName="The Ritz-Carlton New York, NoMad" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 WEST 28TH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/3/6/3/443363_a0850180756.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2419.31" OriginalAmount="2395.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76438" Longitude="-73.97407" StarRating="5" HotelCode="552520" HotelName="The Plaza Hotel, A Fairmont Managed Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Central Park South at 59th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/52520/552520/61.jpg?f=17525648</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You can take advantage of recreational amenities such as a 24-hour fitness center, bicycles to rent, and in-room fitness. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a 24-hour business center, limo/town car service, and dry cleaning/laundry services. Event facilities at this hotel consist of conference space and 9 meeting rooms. A roundtrip airport shuttle is provided for a surcharge during limited hours..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2425.50" OriginalAmount="2401.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76904" Longitude="-73.98288" StarRating="5" HotelCode="406291" HotelName="Mandarin Oriental, New York" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>80 Columbus Circle At 60Th Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/06291/406291/1.jpg?f=17734771</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You can take advantage of recreational amenities such as a health club, an indoor pool, and a sauna. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge). Guests can catch a ride to nearby destinations on the area shuttle (surcharge).. Featured amenities include a business center, limo/town car service, and express check-in. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2439.12" OriginalAmount="2414.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76095" Longitude="-73.97718" StarRating="5" HotelCode="|183652" HotelName="Baccarat Hotel and Residences New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 West 53rd Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/6/5/2/183652_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2439.15" OriginalAmount="2415" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.756739777368" Longitude="-73.974014371634" StarRating="4" HotelCode="907108|11307" HotelName="The Waldorf Astoria New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Park Avenue, New York City, New York 10022-6897</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a9/b5/a9b548084b70ad7e6113a54ffa7a918e31a17a35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 1232 rooms. A lobby and a reception are available to guests. Individua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2442.18" OriginalAmount="2418" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.768244534719" Longitude="-73.982533067465" StarRating="5" HotelCode="50603|27568" HotelName="Mandarin Oriental New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/09/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,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Columbus Circle at 60th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa3511a7c60ec4e4102cca711f212068d640a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located at Columbus Circle - a major landmark and point of attraction of New York ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2486.62" OriginalAmount="2462" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.765798" Longitude="-73.969163" StarRating="5" HotelCode="87057|53363" HotelName="The Lowell" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 East 63RD Street, New York, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/05/f7059d8197ac9df64aed345a53ce94bdfa84c2d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2511.87" OriginalAmount="2487" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.760989" Longitude="-73.977502" StarRating="5" HotelCode="311587|53269" HotelName="Baccarat Hotel &amp; Residences New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 West 53rd Street, New York, Neew York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/60/d36024fc0914268da7407d2b528855fc1ce59d18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2562.07" OriginalAmount="2536.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7753526" Longitude="-73.9634761" StarRating="5" HotelCode="|66844" HotelName="The Mark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Madison Avenue at 77th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/8/4/4/66844_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant, luxury hotel, was built in 1927 and renovated in 2009 150 rooms, The air-conditioned establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment boasts a cafÃ©, a bar and a restaurant. It also has WiFi, room service, a laundry service, a car park and indoor parking. SITUATION: Madison Avenue It is in it is in 77 the street Upper East Side Is situated in nearby, you will find Central Park shops, restaurants ,Whitney Museum and Metropolitan it is near 5 minutes away, there is a public transport stop. ROOM: The modern rooms, have WiFi, local calls, a shoe-shine service, press (free of charge), bathrooms with a shower, a bath, a hairdryer and a double or king-size bed. They also have satellite and cable television, a radio, a Hi-Fi, a safe, a mini-bar, a coffee maker, a kettle, an iron, a central air-conditioning system and central heating. FACILITIES: The establishment has a wellness centre with a gym, spa treatments and a massage service (available for a fee). OTHERS: Clients can enjoy a restaurant with a breakfast, lunch and dinner service, tea in the afternoon and brunch on Sundays. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Guests have access to doorman service, a concierge service and security. Check-in is at 15:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2606.08" OriginalAmount="2580.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76426441465" Longitude="-73.974050581455" StarRating="5" HotelCode="18421|1513219" HotelName="The Plaza - A Fairmont Managed Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,FREE BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fifth Avenue at Central Park South, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/0d/a50d3b3083631d0e4f26c9b475d8440163c5bb95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the corner of 5th Avenue, just steps from the nearest links to the public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2774.47" OriginalAmount="2747" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.775266698138" Longitude="-73.963376237692" StarRating="5" HotelCode="9692|23589" HotelName="The Mark Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Madison Avenue at 77th Street, New York, New York 10075</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cb/1bcbdc2b4b367786989ee4b5810ec6c672b26d80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This coveted Upper East Side address is only steps away from Central Park, shops and restaurants. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2931.73" OriginalAmount="2902.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762672" Longitude="-73.97569" StarRating="5" HotelCode="|444697" HotelName="The Whitby" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 W 56th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/9/7/444697_f44d1231004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3150.19" OriginalAmount="3119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.76266202" Longitude="-73.97569616" StarRating="0" HotelCode="562968|484994" HotelName="The Whitby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 West 56th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/ba/98ba3ab4d78fdbe62551244b604f78efa234fa00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3277.45" OriginalAmount="3245" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.761469872114" Longitude="-73.974574290322" StarRating="5" HotelCode="18511|24856" HotelName="The St. Regis New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" 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,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 East 55th Street, at 5th Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/fa/dffa71dc732b80082d6cf5429ec23f11b71a5809.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a superb location on Park Avenue and 61st Street, just steps away from upscale bout...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3861.67" OriginalAmount="3823.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7411292" Longitude="-73.9877709" StarRating="5" HotelCode="312612|1472818" HotelName="The New York Edition" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Madison Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/5d/925d6bdac24c30ff0ed64b4abc9aa9696ba15b47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4000.44" OriginalAmount="3960.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.7622444" Longitude="-73.9717362" StarRating="5" HotelCode="|73161" HotelName="Four Seasons Hotel Nueva York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>57 East 57th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/1/6/1/73161_a47088e0828.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Four Seasons is rated five stars, is elegant, perfect for business and holiday stays, has a restaurant, a bar, a lounge and a business centre has features that offer you the maximum level of comfort. SITUATION: It has good links to the leisure areas. It is in New York, ROOM: The establishment has 368 luxurious rooms. FACILITIES: The establishment has a spa, a fitness centre well-equipped and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4113.73" OriginalAmount="4073" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.762110469492" Longitude="-73.971467614174" StarRating="5" HotelCode="12640|24966" HotelName="Four Seasons New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 East 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/db/3edb2cecd1ec1cca2d3d50c2291011813e5aa64b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="518.17" OriginalAmount="513.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.750030466666665" Longitude="-73.98090858333333" StarRating="4" HotelCode="127329" HotelName="NH Collection New York Madison Avenue" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>22 East 38th Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Restaurant,Telephone Service,Bar,Central Heating,Laundry,Conference Hall,Currency Exchange,Designated Smoking Area,Room Service,Spa,Kitchen,Lounge,Wheelchair Access,Shopping Arcade,Sauna,Golf,Massage Centre,Nightclub,Bicycle Rental,Diet Meals,Jacuzzi,Swimming Pool,Garden,Heated Pool,24 Hour Power Supply,24 Hour Security,Business Centre,Meeting Room,Parking,Wake-up Call Service,Housekeeping,Printer,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Elevator,Luggage Storage,Vending Machine,Concierge,Dry Cleaning,LCD/Projector,Limousine Service,ATM/Cash Machine,Pets allowed</BasicAmenities>
    <HotelRating>4,3,2,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING</Meals>
    <PropertyType>HOTEL,CITY HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,SPA HOTEL,HISTORIC HOTEL,ECO HOTEL,CONFERENCE HOTEL,HOSTEL,VILLAGE,HOSTELS,APARTHOTEL,GUESTHOUSE,CLUB RESORT,AIRPORT HOTEL,APARTMENT</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
805a3451-bf3f-445c-962f-3bd9086a58bc|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
805a3451-bf3f-445c-962f-3bd9086a58bc|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="805a3451-bf3f-445c-962f-3bd9086a58bc">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80963" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-04T00:00:00" End="2026-10-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|18688" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@flyairtravel.com.pk" Password="Sultan@1988" RequestedCurrency="GBP" ClientNationality="pk" ClientCountry="Pakistan" 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
805a3451-bf3f-445c-962f-3bd9086a58bc|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|True