<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
a346b157-7219-4e78-828a-4bd12faa6a76|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="a346b157-7219-4e78-828a-4bd12faa6a76">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="76455" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-11T00:00:00" End="2026-05-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Shreeji Travels" Password="Shreeji@321" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a346b157-7219-4e78-828a-4bd12faa6a76|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a346b157-7219-4e78-828a-4bd12faa6a76|VeturisSearch|successfull supplier interation||Veturis|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
a346b157-7219-4e78-828a-4bd12faa6a76|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
a346b157-7219-4e78-828a-4bd12faa6a76|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
a346b157-7219-4e78-828a-4bd12faa6a76|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
a346b157-7219-4e78-828a-4bd12faa6a76|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
a346b157-7219-4e78-828a-4bd12faa6a76|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
a346b157-7219-4e78-828a-4bd12faa6a76|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-03-11T12:34:02.2745831+00:00" Version="0" EchoToken="Search" TransactionIdentifier="a346b157-7219-4e78-828a-4bd12faa6a76" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="258.56" OriginalAmount="256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.710993714264" Longitude="-117.16195647261" StarRating="2" HotelCode="402812|hostel_on_3rd" HotelName="Hostel on 3rd" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>542 3rd Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/4a/174a5c0529efe91b767ed9ba8b40baa9426b6dfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.80700355" Longitude="-117.21970803" StarRating="2" HotelCode="600928|motel_san_diego" HotelName="Motel San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4780 Mission Bay Drive, San Diego, California 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/18/9f181f827ecf7d3a6e727ae9158c0310d498244e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.76" OriginalAmount="276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.746337962821" Longitude="-117.250567376" StarRating="2.5" HotelCode="437763|ocean_beach_international_hostel_" HotelName="USA Hostels Ocean Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 06/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4961 Newport Avenue, San Diego, California 92107</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/08/d90889208e5286febccfcafea1836600a43ea191.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.760302" Longitude="-117.166446" StarRating="2" HotelCode="64775|super_8_san_diego_hotel_circle" HotelName="Super 8 San Diego Hotel Circle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>445 Hotel Circle South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/68/e8680196c523be516275b857fe2b103c7b78b237.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.04" OriginalAmount="304.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.747031935507" Longitude="-117.20996304663" StarRating="2" HotelCode="565109|americas_best_value_inn_259" HotelName="Americas Best Value Inn Loma Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3202 Rosecrans Street, San Diego, California 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a8/6aa882bab290b9b66d28ae72406804f18d3ae853.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.10" OriginalAmount="310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.747648925" Longitude="-117.207546175" StarRating="2" HotelCode="895568|super_8_san_diegosea_world_area_" HotelName="Travelodge San Diego Seaworld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3275 Rosecrans Street, San Diego, California  92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/bb/61bb35b0c32ff86536029a43e8e127568221f9fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.88" OriginalAmount="312.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.756502" Longitude="-117.219013" StarRating="2" HotelCode="395173|375115" HotelName="Heritage Inn San Diego/Sea World" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3333 Channel Way, San Diego, California 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/31/b931c9c792a854efc20c8831a3f8bda4630ce1a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This San Diego hotel is centrally located in the Sea World Sports Arena area. It is just minutes awa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.63" OriginalAmount="363.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.721509749308" Longitude="-117.16323675328" StarRating="2" HotelCode="128551|motel_6_san_diego_downtown" HotelName="Motel 6 San Diego Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1546 2nd Avenue, San Diego, Downtown San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/92/2f92e3608b70475810071ad07e71facf97c439a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.64" OriginalAmount="364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.781786537102" Longitude="-117.08436531546" StarRating="2" HotelCode="99028|days_inn_mission_valley__qualcomm__sdsu" HotelName="Days Inn Mission Valley Qualcomm Stadium/SDSU" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5343 Adobe Falls Road, I-8 Exit, Waring Road, San Diego, California 92120</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/8e/598eb87bc7991390fb713b77d0359f88b1f906e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.69" OriginalAmount="369.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.75836144" Longitude="-117.20178554" StarRating="2" HotelCode="520722|ez_8_motel_old_town" HotelName="E-Z 8 Motel Old Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 06/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4747 Pacific Highway, San Diego, California 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/3a/a93a7bef2e79c0ba21d1c36a3590669161f3668f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a seasonal outdoor pool and hot tub, this San Diego motel offers a cable TV with HBO film ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.77" OriginalAmount="377.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.7647" Longitude="-117.173" StarRating="2" HotelCode="890964|best_western_golden_triangle_inn" HotelName="Pleasant Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5550 Clairemont Mesa Boulevard, San Diego, California 92117</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/c3/2cc3d096ee600ee193458d3092e7bccbe3185688.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.68" OriginalAmount="381.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.758815571429" Longitude="-117.17857214286" StarRating="2" HotelCode="124557|225516" HotelName="Howard Johnson Express Inn San Diego Sea World Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1631 Hotel Circle South, San Diego, CA 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/19/6219823f427aa9f6edab063096588dfe9d1ef5c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.93" OriginalAmount="393.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.781532239182" Longitude="-117.08326287452" StarRating="2" HotelCode="64464|rodeway_inn_near_qualcomm_stadium" HotelName="Rodeway Inn near Qualcomm Stadium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5399 Adobe Falls Road, San Diego, California 92120</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/e2/c7e29347d5bb0cad6fb9e4e1454fa6d009a34551.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="409.05" OriginalAmount="405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.760352" Longitude="-117.167306" StarRating="3" HotelCode="31953|days_hotel_san_diego_hotel_circle_near_seaworld" HotelName="Days Inn San Diego Hotel Circle Near SeaWorld" 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,Jacuzzi,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>543 Hotel Circle South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/3d/c83d6def2dbb9ad2a74b6ec61449601c06777ae5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly value-for-money city hotel is located on the famous Hotel Circle an around 5-mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.834104761775" Longitude="-117.17483028901" StarRating="3" HotelCode="890940|california_suites_hotel" HotelName="California Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5415 Clairemont Mesa Boulevard, San Diego, CA 92117</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/fb/5cfb75a5e20803c906d43c018b2835b277eb52e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="419.15" OriginalAmount="415.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.728272666667" Longitude="-117.17327783333" StarRating="2" HotelCode="128550|motel_6_san_diego_airport_harbor" HotelName="Motel 6 San Diego Airport/Harbor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2353 Pacific Highway, I-5 At Hawthorn Street, Sassafras Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/49/8a49b1d4a988cea37b996522c0ec93fefb6de122.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.32" OriginalAmount="419.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.71950862457" Longitude="-117.15692426257" StarRating="2" HotelCode="891846|667795" HotelName="Days Inn San Diego/Downtown/Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>833 Ash Street, San Diego, California  92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/09/dd0946ef43ab2acdfafa77ca0712af5ff71b63fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="426.22" OriginalAmount="422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.748411" Longitude="-117.207857" StarRating="2" HotelCode="88402|howard_johnson_inn_seaworld" HotelName="Howard Johnson Sea World" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3330 Rosecrans Street, San Diego, California 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/e6/6ee608ffcb66e20ab0ec2eb09efc78d9ea75a075.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is about a 5-minute drive from the centre of San Diego, right beside Mission Valley Mall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.26" OriginalAmount="426.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.762799694949" Longitude="-117.15922106382" StarRating="3" HotelCode="84238|comfort_suites_mission_valley_seaworld_area" HotelName="Quality Suites San Diego SeaWorld Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>631 Camino Del Rio S., San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/5a/f45a384192c3bd3b592328ada55781988b14aad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.42" OriginalAmount="442.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.71111469" Longitude="-117.16027487" StarRating="0" HotelCode="481924|nest_on_fifth" HotelName="Nest On Fifth" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>552 5th Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/58/8958c4ed70a76febca0f9ecfa97a7e84d0f019af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Nest on Fifth in San Diego (Marina District), you'll be minutes fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.719577079355" Longitude="-117.15793804663" StarRating="2" HotelCode="25090|red_roof_inn_san_diego_downtown" HotelName="Baymont by Wyndham San Diego Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>719 Ash Street, San Diego, California 92101-3213</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/a5/eba5400deb8e45d9d069542b7e271a97394dda06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Diego only a few minutes walk from the Gaslamp Quarter, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="452.48" OriginalAmount="448.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.759167337713" Longitude="-117.17394703148" StarRating="2" HotelCode="901005|travelodge_mission_valley" HotelName="The Atwood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1201 Hotel Circle South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/d0/b4d0d54a93ef2a506ee6210bf9b52cf5f4456d39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.49" OriginalAmount="449.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.754046912298" Longitude="-117.21554741263" StarRating="3" HotelCode="13501|wyndham_garden_san_diego_near_seaworld" HotelName="Wyndham Garden San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3737 Sports Arena Boulevard, San Diego, California 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/77/4a778e1cc4f0352ff2e2417356fa3fb6fca70428.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 7 km from the San Diego International Airport, in Mission Bay. It is 2 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="453.60" OriginalAmount="449.11" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|499155" HotelName="Sunrise Inn San Diego" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1150 Rosecrans St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/9/1/5/5/499155_c3698570911.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="456.54" OriginalAmount="452.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.802939050956" Longitude="-117.21717014909" StarRating="2.5" HotelCode="888797|123073" HotelName="Holiday Inn Express San Diego SeaWorld - Beach Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4540 Mission Bay Drive, San Diego, California 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/8c/fd8cdfb7c3930b3558e1e6087c0dcdabaa25cac8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Diego.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="458.54" OriginalAmount="454.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.576173381818" Longitude="-117.08378093636" StarRating="2" HotelCode="898828|days_inn__south_san_diego" HotelName="Motel 6 San Diego - Southbay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1101 Hollister Street, San Diego, California 92154</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/15/92154b222676b5230cc6fabce71cb5b98709aa79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel warmly welcomes guests in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="459.55" OriginalAmount="455.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.725079251875" Longitude="-117.22873169196" StarRating="2" HotelCode="126641|ramada_san_diego_airport" HotelName="Ramada Limited San Diego Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1403 Rosecrans Street, San Diego, CA 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/cc/aecc44be124201ee593032bf5760648f9cf18391.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="461.57" OriginalAmount="457.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.76901123" Longitude="-117.04580632" StarRating="2.5" HotelCode="487099|ace_budget_motel" HotelName="Ace Budget Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7058 El Cajon Boulevard, San Diego, California 92115</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/28/bf28a5e1cf3b7a50ee72988b38bdd212687ba981.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.58" OriginalAmount="458.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.722098053182" Longitude="-117.23135780673" StarRating="2" HotelCode="145362|cabrillo_inn__suites" HotelName="Cabrillo Inn &amp; Suites Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1150 Rosecrans Street, San Diego, California 92106</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/cb/fbcb09aae2efa17c6ac696f2822b0d0a2df27396.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.63" OriginalAmount="463.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.760213" Longitude="-117.184417" StarRating="3" HotelCode="13189|crowne_plaza_hanalei_san_diego__mission_valley" HotelName="Crowne Plaza San Diego - Mission Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2270 Hotel Circle North, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/5c/915c277d5b485242bd88c0b9e84fe2d8d73ca011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 8 km from the centre of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.67" OriginalAmount="467.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.724277" Longitude="-117.160927" StarRating="3" HotelCode="88421|occidental_3" HotelName="Occidental" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>410 Elm Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c9/0bc933f69fbc1358ac3d3b0b50425e4b2b87bd1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="474.70" OriginalAmount="470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.8036795" Longitude="-117.2171925" StarRating="2" HotelCode="128546|red_roof_inn_san_diego__pacific_beachseaworld_area" HotelName="Red Roof Inn San Diego-Pacific Beach / SeaWorld Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4545 Mission Bay Drive, San Diego, CA 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/16/6f/166ff847eba87ee5d15d71410fd5f2eaa1913f3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="483.79" OriginalAmount="479.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.683357838715" Longitude="-117.11075887084" StarRating="2" HotelCode="102868|quality_inn_i5_naval_base" HotelName="Quality Inn I-5 Naval Base" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3878 Dalbergia Court, San Diego, Kalifornien 92113</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/ae/e0ae2a0020e79c4934713cd429621dcce9b0ca32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by palm trees and basks in the glory of downtown San Diego. It lies just mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.83" OriginalAmount="483.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.759002443613" Longitude="-117.17522012052" StarRating="2" HotelCode="564927|kings_inn_hotel__seaworld__zoo" HotelName="Kings Inn San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1333 Hotel Circle South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/3a/ea3a1d51fb44ebccc747359d211db86513a378cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="507.02" OriginalAmount="502.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.556092" Longitude="-116.941708" StarRating="3" HotelCode="84267|quality_suites_otay_mesa" HotelName="Quality Suites Otay Mesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2351 Otay Center Dr., San Diego, California 92154-7614</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/93/fc9325a177e7063cdb708759faa308a306bb29a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This San Diego, CA hotel is near Knott's Soak City. It is conveniently located in the heart of the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="509.04" OriginalAmount="504.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.760964997943" Longitude="-117.1724563837" StarRating="3" HotelCode="18458|handlery_hotel_san_diego" HotelName="The Handlery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>950 Hotel Circle North, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/15/2615a21894ee07c56034912de1cb671570fd7204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the hotel ring of the Mission Valley area. One of San Diego's most popular...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.14" OriginalAmount="514.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.713458587882" Longitude="-117.15543577861" StarRating="2" HotelCode="391836|buckner_rk_hostel" HotelName="RK Buckner Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>765 10th Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/69/5569e110f4a2ba6cc4a435fb2286bfac62ef9d62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at RK Buckner Hostel in San Diego (Downtown - San Dieg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="529.13" OriginalAmount="523.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.725758" Longitude="-117.227573" StarRating="2" HotelCode="64694|356225" HotelName="Comfort Inn at the Harbor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Heated Pool,Internet,Laundry,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5102 North Harbor Drive, San Diego, California 92106</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/ea/fbeafdcb6a8a5dc21ea965f06c705d31340e1722.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This San Diego, CA hotel is centrally located near many popular destinations, including SeaWorld San...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="532.27" OriginalAmount="527.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.760698840911" Longitude="-117.16594398022" StarRating="3" HotelCode="20692|best_western_seven_seas" HotelName="Best Western Seven Seas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>411 Hotel Circle South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/0f/660f65fc309a37a9efd09f03162d5ca1242c72d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in San Diego's Mission Valley, guests will be close to beautiful California beache...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="532.27" OriginalAmount="527.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.78991" Longitude="-117.204067" StarRating="2" HotelCode="425618|best_western_mission_bay" HotelName="Best Western Mission Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Jacuzzi,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2575 Clairemont Drive, San Diego, California 92117-6602</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/32/5a322eb33b38ea01c0575825c389993ebf03c1ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This San Diego hotel is located within walking distance of the enchanting waters of Mission Bay with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="532.83" OriginalAmount="527.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.80694" Longitude="-117.217979" StarRating="3" HotelCode="85953|137181" HotelName="La Quinta Inn &amp; Suites Mission Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4610 De Soto Street, San Diego, California 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/3e/f83e554cf860c84d1f93f80f6abf9526b4cb0e29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in Pacific Beach, only 1.5 km from Mission Bay Park. The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="534.94" OriginalAmount="529.64" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|509661" HotelName="Sonder The Baker" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>765 10th Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/9/6/6/1/509661_a6824e51418.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="535.30" OriginalAmount="530.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.77908624" Longitude="-117.16087996" StarRating="2" HotelCode="124296|extended_stay_san_diego__mission_valley" HotelName="Extended Stay America - San Diego - Fashion Valley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7444 Mission Valley Road, San Diego, California  92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/79/b57951215186d4d6450bd5652a65ed3720d295e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.36" OriginalAmount="536.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.99071434062" Longitude="-117.0757806047" StarRating="3" HotelCode="86928|staybridge_suites_san_diego_rancho_bernardo_area" HotelName="Staybridge Suites San Diego Rancho Bernardo Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11855 Avenue of Industry, San Diego, CA 92128</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/38/5f382fb69ccf5331ac60aa11fa667c3e360d62fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="541.81" OriginalAmount="536.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.76026" Longitude="-117.186" StarRating="2" HotelCode="128549|474375" HotelName="Motel 6 San Diego - Circle - Mission Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2424 Hotel Circle North, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/00/22005a6bdd1c98c875d174b36652606a1bb11da6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the heart of San Diego. The location allows easy access to all th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="544.39" OriginalAmount="539.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.755389516994" Longitude="-117.20588925502" StarRating="2" HotelCode="88403|good_nite_inn_san_diego_sea_world" HotelName="Good Nite Inn Near SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3880 Greenwood Street, San Diego, California 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/f0/20f004d9be40175274ea43ac82f677229e2b2fc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="545.94" OriginalAmount="540.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.950733990817" Longitude="-117.10649405512" StarRating="2" HotelCode="64415|139305" HotelName="La Quinta Inn San Diego Scripps Poway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>10185 Paseo Montril, San Diego, CA 92129</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/19/b319392873ff434a4a877e12ac9dd5ddb9d1a435.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.41" OriginalAmount="541.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.814001" Longitude="-117.11599166667" StarRating="2" HotelCode="443537|extended_stay_america_san_diego__mission_valley__stadium" HotelName="Extended Stay America San Diego Mission Valley Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3860 Murphy Canyon Road, San Diego, California 92123</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/d3/bdd373a115be95f260e570ad92dbc3e3b9666c49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="555.50" OriginalAmount="550.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.723402896638" Longitude="-117.22849733157" StarRating="2" HotelCode="99558|vagabond_inn_san_diego_airport_marina" HotelName="Vagabond Inn San Diego Airport Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1325 Scott Street, San Diego, California 92106</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/63/fe63927f42b0a02fbf58d7c0f106cc0269354b53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.892916790324" Longitude="-117.11902678013" StarRating="2" HotelCode="906432|144629" HotelName="Quality Inn I-15 Miramar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9350 Kearny Mesa Road, San Diego 92126</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/242438/a_242438_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="561.56" OriginalAmount="556.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.749806926907" Longitude="-117.19457745065" StarRating="2" HotelCode="87141|old_town_western_inn__suites" HotelName="Western Inn &amp; Suites - Old Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Golf,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3889 Arista Street, San Diego, CA 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/e8/b1e89d1e526ec704297372ca9615191253e11a46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="569.64" OriginalAmount="564.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.719344619618" Longitude="-117.17264682054" StarRating="3" HotelCode="41990|wyndham_san_diego_bayside_3" HotelName="Wyndham San Diego Bayside" 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,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1355 North Harbor Drive, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/6f/a26f867dee93d33dd5d8a8fdfb1f2cd438c6f0f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies within a few minutes walk of the nearest beach as well as of the historical centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="570.65" OriginalAmount="565.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.716323" Longitude="-117.160025" StarRating="4" HotelCode="76311|palomar_san_diego_a_kimpton_hotel" HotelName="Kimpton Hotel Palomar San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1047 5th Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/6a/856a1f7e7eed94e5a63ed4ecacb9ffda3b100d15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is central to all the best of San Diego. Set in the heart of the San Diego financial distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="570.68" OriginalAmount="565.03" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|58644" HotelName="The Sofia" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 WEST BROADWAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/6/4/4/58644_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has modern facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="571.66" OriginalAmount="566" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.760681" Longitude="-117.188743" StarRating="3" HotelCode="431039|42199" HotelName="Comfort Inn &amp; Suites Zoo Sea World Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2485 Hotel Circle Place, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/62/2d626f77a6ad8457f0362f3db1809627e5694871.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.69" OriginalAmount="569.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.557178558229" Longitude="-116.93929310232" StarRating="3" HotelCode="123886|holiday_inn_express_hotel__suites_san_diego_otay_mesa" HotelName="Holiday Inn Express Hotel &amp; Suites San Diego Otay Mesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2296 Niels Bohr Court, San Diego, CA 92154</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/23/2723bf7b9c262b9a13617c1ee546e2cd44b243b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location in San Diego, in the Otay Mesa Business Park, near the Internat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="576.28" OriginalAmount="570.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.712691860336" Longitude="-117.15860679746" StarRating="2" HotelCode="67859|347335" HotelName="Comfort Inn Gaslamp/Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>660 G Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/57/27576da183c4c5e64d0df9f67eccd051881ac6eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of downtown San Diego, in the historic Gaslamp Quarter, the city´...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="577.72" OriginalAmount="572.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.801519425404" Longitude="-117.25709604151" StarRating="2" HotelCode="894583|pacific_shores_inn_on_pacific_beach" HotelName="Pacific Shores Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4802 Mission Boulevard, San Diego, CA 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/77/2f773219977fbe3e09bda2392eaaaf6eb5cf31bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.77" OriginalAmount="577.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.749251" Longitude="-117.194462" StarRating="3" HotelCode="565038|la_quinta_inn__suites_san_diego_old_townairport" HotelName="La Quinta Inn San Diego Old Town/ Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2380 Moore Street, San Diego, California 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/8a/a88ac9f346edfa69c84705b22f218e06b600f26f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="584.79" OriginalAmount="579.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.892359532495" Longitude="-117.11864006994" StarRating="3.5" HotelCode="395171|best_western_plus_san_diego_miramar_hotel" HotelName="Best Western San Diego/Miramar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9310 Kearny Mesa Road, San Diego, California 92126-4503</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/2c/652c0867748d0bf2481a4ef64932ffb86d7b7ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Marine Corps Air Station Miramar (2.7 km), University of California - San ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="586.55" OriginalAmount="580.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.558867876856" Longitude="-117.05950319767" StarRating="2.5" HotelCode="83095|187706" HotelName="Best Western Americana Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>815 W San Ysidro Boulevard, San Diego, California 92173-1827</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/cb/d9cb06de6992128f50ad2ca5239a58ef80a816da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 5 minutes north of the Mexican Border and is perfect for touring both Tijuana ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="587.82" OriginalAmount="582" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.8005583" Longitude="-117.25680983333" StarRating="2.5" HotelCode="86557|65225" HotelName="PB Surf Beachside Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4760 Mission Boulevard, San Diego, Kalifornien 92109-2539</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/62/12626dd2b43aa8bb7d332bfb7398e9ec3d54934a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="589.84" OriginalAmount="584.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.724443" Longitude="-117.167505" StarRating="3" HotelCode="120437|porto_vista_hotel" HotelName="Porto Vista 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1835 Columbia Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/11/a511b5bd5f38905f4e74bca0e5c28b46e00134f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in historic Little Italy.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="593.88" OriginalAmount="588.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.765391" Longitude="-117.150752" StarRating="3" HotelCode="395953|sheraton_san_diego_hotel_mission_valley" HotelName="Sheraton Mission Valley San Diego Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1433 Camino Del Rio South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/68/e368ea5296e962ccc1de85f2b8ba8764f0a3f57c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego, approximately 11 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.89" OriginalAmount="589.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.710790749041" Longitude="-117.15906762476" StarRating="3" HotelCode="226434|z_a_piece_of_pineapple_hospitality" HotelName="Hotel Z" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>521 6th Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/f3/37f33d2facee0ff0343566f526d1edd0c6b36f5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="600.95" OriginalAmount="595.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.8992101" Longitude="-117.18904908" StarRating="2" HotelCode="124297|extended_stay_america_san_diego__sorrento_mesa" HotelName="Extended Stay America San Diego Sorrento Mesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9880 Pacific Heights Boulevard, San Diego, California 92121</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/06/8d0654cb3117268440f6745c12990aa5e794610d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="607.01" OriginalAmount="601.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.766456298163" Longitude="-117.05969388967" StarRating="2" HotelCode="83925|best_western_lamplighter_inn__suites_at_sdsu" HotelName="Best Western Lamplighter Inn &amp; Suites at SDSU" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6474 El Cajon Boulevard, San Diego, California 92115-2645</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/71/b0717002c8862ff0c1a6b7c817722cc41efaa3e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="615.09" OriginalAmount="609.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.7230975" Longitude="-117.16838825" StarRating="3" HotelCode="564957|la_pensione_hotel" HotelName="La Pensione" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>606 West Date Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/df/31df242708e2249fccf4262f3a3c5a7e278d067d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="618.12" OriginalAmount="612.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.935804" Longitude="-117.236348" StarRating="3" HotelCode="50996|doubletree_by_hilton_san_diego__del_mar" HotelName="DoubleTree by Hilton Hotel San Diego – Del Mar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11915 El Camino Real, San Diego, California 92130-2539</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/64/a964ce19d42130181fb6e66d830adb358a80c9d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego, about 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="621.15" OriginalAmount="615" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.749228521478" Longitude="-117.19287469983" StarRating="3" HotelCode="16461|1788" HotelName="Fairfield Inn &amp; Suites San Diego Old Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3900 Old Town Avenue, San Diego, California 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/21/a1217db8e83ccad1fc4c916bbd9ba9bdf537d888.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is tucked away amid the history and charm of Old Town San Diego, California, within walkin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.18" OriginalAmount="618.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.91708114648" Longitude="-117.1135844273" StarRating="2.5" HotelCode="85843|holiday_inn_express_mira_mesasan_diego" HotelName="Holiday Inn Express Mira Mesa - San Diego" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9888 Mira Mesa Boulevard, San Diego, California 92131</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/85/1885510a68187a4eda49e44bcf97d13cd693fcc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="632.26" OriginalAmount="626" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.713671" Longitude="-117.227082" StarRating="3.5" HotelCode="258675|39698" HotelName="Best Western Plus Island Palms Hotel &amp; Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2051 Shelter Island Drive, San Diego, Kalifornien 92106</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d4/5cd441966a6c4c2f1ad6620983b0490e543d49ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right by the harbour on Shelter Island. Guests may enjoy views out over the pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="636.30" OriginalAmount="630.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.937152111111" Longitude="-117.10828588889" StarRating="2.5" HotelCode="125145|springhill_suites_by_marriott_san_diego_rancho_bernardoscripps_poway" HotelName="SpringHill Suites San Diego Rancho Bernardo/Scripps Poway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12032 Scripps Highlands Drive, San Diego, California 92131</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/87/8987556ae230ac4a731e8bb6ac23a4ea7f9f4b7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="640.34" OriginalAmount="634.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.721258919778" Longitude="-117.17089671725" StarRating="3" HotelCode="40824|hampton_inn_san_diego_downtown" HotelName="Hampton Inn San Diego Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1531 Pacific Highway, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/f5/23f58983092814c1f1b2cb9d46fd97e0cfb6c6c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="641.35" OriginalAmount="635.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.935036803874" Longitude="-117.23809601451" StarRating="3" HotelCode="40826|hampton_inn_san_diego_del_mar" HotelName="Hampton Inn San Diego/Del Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11920 El Camino Real, San Diego, California 92130</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/d7/aad7f6971de414be2514987880819ed6e5f4b37a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="649.43" OriginalAmount="643.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.758695" Longitude="-117.182102" StarRating="3" HotelCode="395955|hampton_inn_san_diego_mission_valley" HotelName="Hampton Inn San Diego/Mission Valley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2151 Hotel Circle South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/a1/59a11e22602811e756bfa6b03b078cb1c399be24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 1 km from the Riverwalk Golf Club, this 4-storey hotel is 1.6 km from Fashion Valley Mall an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="649.81" OriginalAmount="643.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.763378419456" Longitude="-117.15856790543" StarRating="3" HotelCode="395958|139306" HotelName="La Quinta Inn &amp; Suites San Diego SeaWorld/Zoo Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>641 Camino Del Rio South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/94/91946363e78ee24c6042e84785df35d50d85e84c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="655.49" OriginalAmount="649.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.7129376" Longitude="-117.1602813" StarRating="3" HotelCode="45413|usa_hostels_san_diego" HotelName="USA Hostels San Diego" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Bicycle Rental,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>726 5th Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/62/e362e60aa94104f66b024fd898538562ad6a84a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at USA Hostels San Diego places you in the heart of San Die...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="657.51" OriginalAmount="651" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.976877333333" Longitude="-117.0836675" StarRating="3" HotelCode="898420|92881" HotelName="Residence Inn San Diego Rancho Bernardo/Carmel Mountain Ranch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11002 Rancho Carmel Drive, San Diego, CA 92128</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/ea/3cea1eb7fc94b608cc2d2c9ea3d83171e3d2e829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="658.52" OriginalAmount="652.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.01838096669" Longitude="-117.07777550036" StarRating="3" HotelCode="119689|courtyard_by_marriott_san_diego__rancho_bernardo" HotelName="Courtyard by Marriott San Diego Rancho Bernardo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11611 Bernardo Plaza Court, San Diego, California 92128</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/7f/1d7f250a3a295875e95003c7f87d8ebb995c806d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="670.64" OriginalAmount="664.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.810088394495" Longitude="-117.1499864509" StarRating="3" HotelCode="395957|four_points_by_sheraton_san_diego" HotelName="Four Points by Sheraton San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8110 Aero Drive, San Diego, California 92123</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/bc/5cbc5abadfb9d01f487439c646eaabbc38b80d2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="681.75" OriginalAmount="675.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.7647" Longitude="-117.173" StarRating="3" HotelCode="395951|courtyard_by_marriott_san_diego_mission_valley" HotelName="Courtyard San Diego Mission Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>595 Hotel Circle South, San Diego 92108, Kalifornien</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/cf/c0cf3ad1cdf3f9b2b774c7b7203c35754e18a08f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="682.76" OriginalAmount="676.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.811527098787" Longitude="-117.11593234103" StarRating="3" HotelCode="56837|holiday_inn_san_diego_mission_valley" HotelName="Hilton Garden Inn San Diego Mission Valley Stadium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3805 Murphy Canyon Road, San Diego, California 92123</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/6c/ff6c31e91a4d456651032f39c7ddbf2cc48596ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in a wonderful location, surrounded by the attractions of the area. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="684.78" OriginalAmount="678.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.722361552686" Longitude="-117.16495495693" StarRating="3" HotelCode="42216|doubletree_by_hilton_san_diego_downtown" HotelName="Doubletree San Diego Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1646 Front Street, San Diego, CA 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/31/373142c1fa34b7abbe33c64298bdc2991992af86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="685.84" OriginalAmount="679.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.916369971659" Longitude="-117.22917118174" StarRating="3" HotelCode="124425|CAP207400" HotelName="Homewood Suites San Diego - Del Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11025 Vista Sorrento Parkway, San Diego, CA 92130</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/b7/29b7dcbc679621f14a30f985054d4ff3a5e99e0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="686.80" OriginalAmount="680.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.906435794453" Longitude="-117.1748068244" StarRating="3" HotelCode="86929|staybridge_suites_sorrento_mesa" HotelName="Staybridge Suites San Diego-Sorrento Mesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6639 Mira Mesa Boulevard, San Diego, CA 92121</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/0f/b00f93571e60820f527069bb2d5cc83ccbe18946.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="687.81" OriginalAmount="681.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.751499" Longitude="-117.200535" StarRating="2" HotelCode="44400|old_town_inn" HotelName="Old Town Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 07/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4444 Pacific Highway, San Diego, California 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/96/6596aba5ce98d2956ed5ad9bad80773d4141fbbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="688.82" OriginalAmount="682.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.758409111111" Longitude="-117.17525055555" StarRating="2.5" HotelCode="444177|candlewood_suites_san_diego" HotelName="Candlewood Suites San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1335 Hotel Circle South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a7/6aa71b0418ba72f31926578575fece612c55a1d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="692.86" OriginalAmount="686.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.756098769491" Longitude="-117.21995567217" StarRating="2" HotelCode="85954|holiday_inn_express_san_diego__seaworld_area" HotelName="Holiday Inn Express San Diego-Sea World Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3950 Jupiter Street, I-8 &amp; Sports Arena Blvd, San Diego, Kalifornien 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/fe/64fe7a674b5af162d186ed8c284e55ee5ef188a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="692.86" OriginalAmount="686.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.897013" Longitude="-117.193453" StarRating="3" HotelCode="85397|holiday_inn_express_hotel__suites_san_diegosorrento_valley" HotelName="Holiday Inn Express &amp; Suites Sorrento Valley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5925 Lusk Boulevard, San Diego, California 92121</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/ac/99ac8671a96ce1b6915c05420ad39de48117ba43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This San Diego hotel is located near the University of California-San Diego. Another place of intere...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="696.90" OriginalAmount="690.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.917575" Longitude="-117.114506" StarRating="3" HotelCode="86361|comfort_suites_i15_miramar" HotelName="Azul Inn &amp; Suites San Diego" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Restaurant,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9880 Mira Mesa Boulevard, San Diego, California 92131</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/bd/eabdcf4020c3fd34d8d770d7e1acf181e81cb801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This San Diego, CA hotel is near Marine Corps Air Station Miramar. It is conveniently located in nor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="699.66" OriginalAmount="692.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.715012" Longitude="-117.160012" StarRating="3" HotelCode="565478|484155" HotelName="Wyndham Harbour Lights" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>911 Fifth Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/75/e47542c6f1f94e0c582d8411a3281f540b87e370.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just over 5th Avenue, overlooking the famed Gaslamp Quarter. It is located clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="699.93" OriginalAmount="693.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.834506415483" Longitude="-117.17203283738" StarRating="2" HotelCode="128552|motel_6_san_diego_north" HotelName="Motel 6 San Diego North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5592 Clairemont Mesa Boulevard, San Diego, California 92117</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/89/cc893ac0814c63dd4762a216628e0cefd504fdc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="703.84" OriginalAmount="696.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.719075" Longitude="-117.156868" StarRating="3.5" HotelCode="83221|210456" HotelName="Best Western Cabrillo Garden Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>840 A Street, San Diego, California 92101-4613</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/a1/65a127b4695f5c647cb83901e0fbdc2752546019.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="704.98" OriginalAmount="698.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.726105192193" Longitude="-117.22281485795" StarRating="3" HotelCode="13761|holiday_inn_san_diegobayside" HotelName="Holiday Inn San Diego Bayside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4875 North Harbor Drive, San Diego, California 92106</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/0a/ff0a50163ad59c25ab355ebb353c19908119f1f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent, family-friendly hotel is situated at Point Loma in San Diego, across the road from S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="704.98" OriginalAmount="698.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.755778662293" Longitude="-117.20567482981" StarRating="3" HotelCode="35579|hampton_inn_seaworld__airport" HotelName="Four Points by Sheraton San Diego - SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3888 Greenwood Street, San Diego, California 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/16/3416c8618f2b513ed34c3b5da2bdeb166210920c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="705.99" OriginalAmount="699.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.758817537026" Longitude="-117.17713275598" StarRating="3" HotelCode="40974|doubletree_by_hilton_san_diego__hotel_circle" HotelName="Doubletree by Hilton San Diego Hotel Circle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1515 Hotel Circle South, San Diego, Kalifornien 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f3/80f3b4492b262036c25d5ac2f0bf49f3786c2ac0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="705.99" OriginalAmount="699.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.763745" Longitude="-117.156284" StarRating="4" HotelCode="13338|hilton_san_diego_mission_valley" HotelName="Hilton San Diego Mission Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>901 Camino del Rio South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/d7/dfd7a594728107c64eabbb625c4b21a5c5922b34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="705.99" OriginalAmount="699.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.722332332387" Longitude="-117.16359972954" StarRating="3" HotelCode="13477|four_points_by_sheraton_san_diego_downtown" HotelName="Four Points by Sheraton San Diego Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1617 First Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3a/d93aac4c074898a81d85ebee913ae593f96b6020.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in downtown San Diego, overlooking San Diego Bay and the city's skyline. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="710.82" OriginalAmount="703.78" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|88945" HotelName="Indigo Gaslamp Quarter, An Ihg" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>509 9TH AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/8/9/4/5/88945_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="711.04" OriginalAmount="704.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.710391842857" Longitude="-117.16165871429" StarRating="3" HotelCode="13565|the_horton_grand_hotel" HotelName="Horton Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>311 Island Avenue, San Diego, CA 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a3/4fa3f46d4e2f163c0ebbf962dc6088efe84221c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="713.06" OriginalAmount="706.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.7647" Longitude="-117.173" StarRating="0" HotelCode="880314|abpopa_hillcrest" HotelName="Abpopa Hillcrest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>3776 Fourth Avenue</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/9a/919aedcb923e61fa97e72a3da7dca65231aaad94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="713.06" OriginalAmount="706.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.799980571429" Longitude="-117.25679" StarRating="2" HotelCode="83027|beach_haven_inn__pacific_beach" HotelName="Beach Haven Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4740 Mission Boulevard, San Diego, CA 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/17/d317a3a017f45ee68b7eb91b7a11b0a9cdde4ff6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="715.08" OriginalAmount="708.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.917351861037" Longitude="-117.22883164936" StarRating="3" HotelCode="123559|hilton_garden_inn_san_diego_del_mar" HotelName="Hilton Garden Inn San Diego Del Mar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3939 Ocean Bluff Avenue, San Diego, California 92130</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/85/ee850c1f552cb10431fe4ca1cb75656eb64a4d96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.09" OriginalAmount="709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.722681729364" Longitude="-117.16751503795" StarRating="3" HotelCode="307024|urban_boutique_hotel_2" HotelName="Urban Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1654 Columbia Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/83/c0831d35d0ae27ab1a4038379e1e09d74253646b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in San Diego, this boutique hotel has the perfect ambience for guests who appreciate a styli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="722.15" OriginalAmount="715.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.714043477223" Longitude="-117.15934521771" StarRating="3" HotelCode="23874|ramada_gaslamp_convention_centerthe_historic_st_james_hotel" HotelName="Ramada Gaslamp Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>830 6th Avenue, San Diego, CA 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/ec/26ec643ece076fa1bdd8fa45cf118f66441eed15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="723.16" OriginalAmount="716" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.799025714286" Longitude="-117.257619" StarRating="2" HotelCode="892133|65391" HotelName="Diamond Head Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>605 Diamond Street, San Diego, CA 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/70/ca70d1be46929d318c56fb6fd7d799d5f42c5298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="723.16" OriginalAmount="716.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.717642986108" Longitude="-117.16669489497" StarRating="4" HotelCode="27924|w_san_diego" HotelName="Hotel Republic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Golf,Heated Pool,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>421 West B Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/2a/d22a095e1263e85ee2522a22c49fbc8f710cc768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is perfect for business or leisure travellers as it is located in the heart of the Downto...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="724.17" OriginalAmount="717.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.710693" Longitude="-117.156364" StarRating="4" HotelCode="130385|hotel_indigo_gaslamp_quarter" HotelName="Indigo San Diego-Gaslamp Quarter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>509 9th Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/4a/5c4a0b1c6299d4c924612aa15ecca1d9c70a51b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in downtown San Diego just steps away from the Gaslamp Quarter, San Diego's ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="724.17" OriginalAmount="717.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.720233722852" Longitude="-117.15805292129" StarRating="3" HotelCode="124026|holiday_inn_express_san_diego_downtown" HotelName="Holiday Inn Express Downtown San Diego" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1430 Seventh Ave, San Diego, CA 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/cd/3dcde9823f6d062f24f1874a167609327dfa7e5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated close to San Diego harbour and the Gaslamp Quarter. The trolley t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="725.18" OriginalAmount="718.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.719624439866" Longitude="-117.16770619154" StarRating="3.5" HotelCode="10944|best_western_plus_bayside_inn" HotelName="Best Western Plus Bayside Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>555 West Ash Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/2f/2a2ff36125ba863d1af33e4cd1891ac8440cb023.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a wonderful location in the bay of San Diego, close to Sea World, San Diego Zoo a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="726.84" OriginalAmount="719.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.7540552" Longitude="-117.2490633" StarRating="2" HotelCode="894498|2428495" HotelName="Ocean Villa Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,Parking,Pets allowed,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>5142 West Point Loma Boulevard, San Diego, CA 92107</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/79/8b790d4822f9d5f0ab0bf5030aebdee5b9c15d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Ocean Villa Inn in San Diego (Beach Cities), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="731.24" OriginalAmount="724.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.7251816" Longitude="-117.22884093333" StarRating="3" HotelCode="897252|the_pearl_hotel" HotelName="The Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1410 Rosecrans Street, San Diego, California 92106</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/2d/5d2d125ca051f674808298afa5ea98bfcf0b0680.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="744.37" OriginalAmount="737.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.760975" Longitude="-117.189434" StarRating="2" HotelCode="226462|premier_inns_mission_valley" HotelName="Riverleaf Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2484 Hotel Circle Place, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/8a/b68a0ffa428b9ceb7cd15afd412d51284f5cdcce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Premier Inns Mission Valley in San Diego (Mission Valley), you'll b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="748.41" OriginalAmount="741.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.7983815" Longitude="-117.257154" StarRating="2" HotelCode="226471|pacific_view_inn" HotelName="Pacific View Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>610 Emerald Street, San Diego, CA 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/e4/56e45646fbe479988e6f25250040725409270850.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="760.53" OriginalAmount="753" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.758784364556" Longitude="-117.18306602088" StarRating="3" HotelCode="427433|32334" HotelName="Homewood Suites by Hilton San Diego Hotel Circle/Sea World Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Jacuzzi,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>2201 Hotel Circle South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/72/be72b00a4c4d1d75f198f92dc1426c73352e073b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="766.59" OriginalAmount="759.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.714023" Longitude="-117.158802" StarRating="4" HotelCode="70730|andaz_san_diego__a_hyatt_hotel" HotelName="Andaz San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>600 F Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/42/2e4299eb41176e1a4267b584bfdbd9b4034ab52a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Downtown, just 1 block from the Gas Lamp quarter with its restaurants, bars ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="772.74" OriginalAmount="765.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.7385376" Longitude="-117.1601256" StarRating="3" HotelCode="565449|344692" HotelName="Inn at the Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>525 Spruce Street, San Diego, CA 92103</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/53/cc5363357df6c139cb44d13ef7b7f96caf868d58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego, right on the beach.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="773.66" OriginalAmount="766.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.7583" Longitude="-117.198" StarRating="3" HotelCode="890586|americas_best_value_padre_trail_inn" HotelName="Hilton Garden Inn San Diego Old Town/Sea World Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>4200 Taylor Street, 92110 San Diego</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/b0/16b02e296dec67ea98f9ba1a5ac3a734b716fb2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="781.74" OriginalAmount="774.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.716447" Longitude="-117.16359" StarRating="3" HotelCode="18265|bristol_hotel_4" HotelName="The Bristol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1055 First Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/c5/8ec5d7ee3e8f739be9945ca5d51b9e7b353ab552.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="788.81" OriginalAmount="781.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.708053818227" Longitude="-117.16075821453" StarRating="4" HotelCode="40976|hilton_san_diego_gaslamp_quarter" HotelName="Hilton San Diego Gaslamp Quarter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>401 K Street, San Diego, CA 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/84/96846be73d8da337cd5a50a5ff9c9b491009a295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="794.47" OriginalAmount="786.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.938682922133" Longitude="-117.02846826773" StarRating="3" HotelCode="123129|169936" HotelName="Hampton Inn &amp; Suites San Diego - Powa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14068 Stowe Drive, Poway, CA 92064</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/35/af3532630595dc813f2ed35304f8c9e57172b987.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 108 rooms. Services and facilities at the hotel inclu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="794.87" OriginalAmount="787.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.759386685035" Longitude="-117.16924064108" StarRating="3" HotelCode="306458|holiday_inn_express_suites_san_diego_hotel_circle" HotelName="Holiday Inn Express &amp; Suites San Diego - Mission Valley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>635 Hotel Circle South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/00/e4004f1f58aef842025d846a447a36e5b41fd068.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="799.92" OriginalAmount="792.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.717841" Longitude="-117.223674" StarRating="3" HotelCode="31954|humphreys_half_moon_inn__suites" HotelName="Humphreys Half Moon Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2303 Shelter Island Drive, San Diego, California 92106</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/ae/ddae3a7020265166a9f0fadcdd3a42e51031cf76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury waterfront hotel is located on Shelter Island, surrounded by America's Cup Harbor and Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="811.25" OriginalAmount="803.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.75904" Longitude="-117.17104" StarRating="3" HotelCode="370667|267085" HotelName="Mission Valley Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>875 Hotel Circle South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/8e/0f8e16071e05c029a97a5b8c0189ee50b255b8d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the Hotel Circle, in the Mission Valley area, the hotel is just minutes from San Diego's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="812.04" OriginalAmount="804.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.725093" Longitude="-117.20901" StarRating="3" HotelCode="54786|hilton_san_diego_airportharbor_island" HotelName="Hilton San Diego Airport/Harbor Island" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1960 Harbor Island Drive, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/cc/11cc54f845069b296affea3c6ac11fb598336e14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This San Diego, California airport hotel offers a resort-like setting with spectacular views of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="816.08" OriginalAmount="808.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.71409361" Longitude="-117.15912748" StarRating="2" HotelCode="773116|moxy_san_diego_downtowngaslamp_quarter" HotelName="Moxy By Marriott San Diego Downtown Gaslamp Quarter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>831 6th Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/90/2490ea17a0be7cfef9c13c61a2bcc57de55eca5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="818.10" OriginalAmount="810.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.747627830527" Longitude="-117.2526690455" StarRating="2" HotelCode="894469|ocean_beach_hotel" HotelName="Ocean Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5080 Newport Avenue, San Diego, California 92107</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/b8/52b8c6366b4835608e29fcc98e5594169913aca2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="818.98" OriginalAmount="810.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.71977746" Longitude="-117.16668334" StarRating="4" HotelCode="957693|CBG811300" HotelName="Carte Hotel San Diego Downtown Curio Collection by Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>401 West Ash Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="819.83" OriginalAmount="811.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.89800982427" Longitude="-117.19261553002" StarRating="3" HotelCode="891038|734685" HotelName="Country Inn &amp; Suites by Radisson, San Diego North, CA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5975 Lusk Boulevard, San Diego, California 92121</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/31/f731b79f3baf5cd5b9d261fb4a25e14b32cb1bb2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="820.12" OriginalAmount="812.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.750147" Longitude="-117.195371" StarRating="3" HotelCode="27496|courtyard_san_diego_old_town" HotelName="Courtyard Old Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2435 Jefferson Street, San Diego, California 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/9b/ab9bd23183d85b2d71d899eb80333fe16662cac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="822.14" OriginalAmount="814.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.715989394548" Longitude="-117.166851238" StarRating="4" HotelCode="19448|westin_san_diego" HotelName="The Westin San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 West Broadway, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/29/67296f10b40d8fed5bbf50dd123fab3c31cff3cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="826.18" OriginalAmount="818.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.725251895241" Longitude="-117.22784236049" StarRating="2" HotelCode="226461|the_monsaraz_san_diego_tapestry_collection_by_hilton" HotelName="Dolphin Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2912 Garrison Street, San Diego, California 92106</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/0c/050c6613d86c995b609d880d854b61082dfdf35b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Shopping facilities are also av...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="826.18" OriginalAmount="818.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.715784" Longitude="-117.224744" StarRating="3" HotelCode="83008|bay_club_hotel__marina" HotelName="Bay Club &amp; Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2131 Shelter Island Drive, San Diego 92106, CA</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/91/f9918975433b81018a32ffc7650256726b149d96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="826.20" OriginalAmount="818.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.71471885" Longitude="-117.15987973333" StarRating="3" HotelCode="443690|4857993" HotelName="Gaslamp Plaza Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>520 East Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/6e/5a6eb9549f4471273568eabd6a6fc5f495549c94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="834.26" OriginalAmount="826.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.8334236" Longitude="-117.1432882" StarRating="3" HotelCode="40825|hampton_inn_san_diegokearny_mesa" HotelName="Hampton Inn San Diego Kearny Mesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5434 Kearny Mesa Road, San Diego, CA 92111</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/0f/8d0f3f67aa75718949801f6da59a227747ac3871.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="835.27" OriginalAmount="827.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.79077862" Longitude="-117.2546487" StarRating="3" HotelCode="897256|surfer_beach_hotel" HotelName="Surfer Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>711 Pacific Beach Drive, San Diego, California 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/cf/92cfabd3f0f00bf5c20ab5e23ef54949ee8a18df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="840.32" OriginalAmount="832.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.80139750013" Longitude="-117.21419354166" StarRating="2" HotelCode="894576|fairfield_inn_suites_by_marriott_san_diego_mission_bay" HotelName="Rodeway Inn San Diego Beach SeaWorld Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4345 Mission Bay Drive, San Diego, CA 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/d8/77d8c15e8c4501edf7f637b0a2d1f6bbccc9206e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="842.34" OriginalAmount="834.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.725973009911" Longitude="-117.17192640741" StarRating="3" HotelCode="469724|hilton_garden_inn_san_diego_downtownbayside_ca" HotelName="Hilton Garden Inn San Diego Downtown/Bayside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2137 Pacific Highway Suite A, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/52/f5523e00a785192d95643c1f1e559ee01c8efcaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="843.35" OriginalAmount="835.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.716595" Longitude="-117.162737" StarRating="4" HotelCode="64727|westgate_hotel" HotelName="The Westgate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1055 Second Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/95/fd951cc737c65d0d2a2cb635e20096cd04da2cc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="843.35" OriginalAmount="835.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.752615" Longitude="-117.193491" StarRating="3.5" HotelCode="365929|best_western_plus_hacienda_hotel_old_town" HotelName="Best Western Plus Hacienda Old Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4041 Harney Street, San Diego, California 92110-2866</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a5/15a54018572e145b0e1e47c99298407831024505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The local charm of Old Town and the peaceful atmosphere of the hillside retreat make this the perfec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="846.38" OriginalAmount="838.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.731433" Longitude="-117.21578266667" StarRating="3" HotelCode="889843|courtyard_by_marriott_san_diego_airportliberty_station" HotelName="Courtyard San Diego Airport/Liberty Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2592 Laning Road, San Diego, California 92106</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/99/0199bf7628d52a59f9a0fd751e8d7d92328d90e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="846.38" OriginalAmount="838.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.727025817961" Longitude="-117.19765841961" StarRating="4" HotelCode="17644|sheraton_san_diego_hotel_and_marina" HotelName="Sheraton San Diego Hotel &amp; Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1380 Harbor Island Drive, San Diego, 92101 California</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/32/f132dacf2ae7d04e48f28fb12798cb9d7033eacd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is nestled at the edge of the spectacular San Diego Bay, where guests can enjoy the panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="848.40" OriginalAmount="840.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.936983714286" Longitude="-117.10738742857" StarRating="3" HotelCode="898421|residence_inn_by_marriott_scripps_poway_parkway" HotelName="Residence Inn San Diego/Scripps Poway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12011 Scripps Highlands Drive, San Diego, California 92131</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/0d/350da508c3bfe9e41a22dc1f0c70ff928a9f1115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="849.41" OriginalAmount="841.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.901923833333" Longitude="-117.1889675" StarRating="3" HotelCode="898422|residence_inn_san_diego_sorrento_mesasorrento_valley" HotelName="Residence Inn San Diego Sorrento Mesa / Sorrento Valley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5995 Pacific Mesa Court, San Diego, California 92121</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/53/245300d04235f4bdb794f2ce4b528a63ad9ff6a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="861.43" OriginalAmount="852.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.762313533184" Longitude="-117.1595819828" StarRating="3" HotelCode="445348|468061" HotelName="Homewood Suites by Hilton San Diego Mission Valley/Zoo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>445 Camino Del Rio South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/0d/720d2b347863c8a2cf9c3ad219691dec6a294abc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="865.57" OriginalAmount="857.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.766393976636" Longitude="-117.23733365536" StarRating="3" HotelCode="48036|the_dana_on_mission_bay" HotelName="The Dana on Mission Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1710 West Mission Bay Drive, San Diego, California 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/29/a929fb2fbdfea4846f175589d4866c96141e30dd.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the wonderful Mission Bay only about a 10-minute walk from Sea World. The hotel o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="868.60" OriginalAmount="860.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.715936676923" Longitude="-117.15940468462" StarRating="3" HotelCode="395961|courtyard_by_marriott_san_diego_downtowngaslamp" HotelName="Courtyard San Diego Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>530 Broadway, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/de/e0de91ec6e5188ccf99e21f273b97ff85620c6f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="873.65" OriginalAmount="865.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.723223166667" Longitude="-117.17104516667" StarRating="3" HotelCode="898418|residence_inn_by_marriott_san_diego_downtown" HotelName="Residence Inn San Diego Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1747 Pacific Highway, San Diego, CA 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3e/623ee99aad9cd2f38424d5b87d67ef37060d5bbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="876.39" OriginalAmount="867.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.772342717699" Longitude="-117.24671956686" StarRating="3" HotelCode="43722|13120" HotelName="Bahia Resort Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>998 West Mission Bay Drive, San Diego, California 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/24/2e24ae7a25257b0c8b9c009ae86d61f1d1ef8d63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated on a private peninsula, directly on the famous Mission Bay beach an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="885.77" OriginalAmount="877.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.761745" Longitude="-117.158618" StarRating="3" HotelCode="263895|worldmark_san_diego_mission_valley_" HotelName="WorldMark San Diego - Mission Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>425 Camino Del Rio South, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/9a/3e9aec5767ab76ff9c8da7772f3d8f7c48e762c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="889.81" OriginalAmount="881.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.899345334849" Longitude="-117.19183610555" StarRating="3" HotelCode="99578|hyatt_house_san_diegosorrento_mesa" HotelName="Hyatt House San Diego/Sorrento Mesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10044 Pacific Mesa Boulevard, San Diego, California 92121</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/e9/dae9f033d530161ef09f65d41d25939329bde612.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="892.84" OriginalAmount="884.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.745062974981" Longitude="-117.18693628907" StarRating="2.5" HotelCode="337001|holiday_inn_express_san_diego_airport__old_town" HotelName="Holiday Inn Express San Diego Airport-Old Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 04/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1955 San Diego Avenue, San Diego, California 92110</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/07/42075fc381362fde337675dd328a9164632914ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only 5 km from San Diego International Airport and is close to many of the area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="894.21" OriginalAmount="885.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.719136" Longitude="-117.154281" StarRating="4" HotelCode="86927|766975" HotelName="WorldMark San Diego - Balboa Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1110 A Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/47/ae471182c9db1d9da603af60c9a5cc6dcb8ee02f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled within San Diego's telecoms and biotech corridor, the hotel is a short drive from Sea World,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="896.29" OriginalAmount="887.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.72973104" Longitude="-117.21121598" StarRating="2" HotelCode="849273|650017" HotelName="Hampton Inn &amp; Suites San Diego Airport Liberty Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2211 Lee Court, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/79/3879367eca28ed0d82f845e964661e4568fa9c11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is set in San Diego International Airport. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="914.05" OriginalAmount="905.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.718695080185" Longitude="-117.15784131517" StarRating="3" HotelCode="60835|sheraton_suites_san_diego_at_symphony_hall" HotelName="Marriott Vacation Club Pulse San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 03/05/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,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>701 A Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/47/8947d34ca8e2d797185aa656fff053c3ceeb9b69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located atop Copley Symphony Hall in Downtown San Diego, California. It is situated thr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="920.11" OriginalAmount="911.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.025757064797" Longitude="-117.0767998569" StarRating="3" HotelCode="444251|hilton_garden_inn_san_diego__rancho_bernardo" HotelName="Hilton Garden Inn San Diego/Rancho Bernardo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17240 Bernardo Center Drive, San Diego, California 92128</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/aa/d3aab51b57cec028f35359b84e3d221d8d1ccf76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="920.11" OriginalAmount="911.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.72057809" Longitude="-117.15913651" StarRating="3" HotelCode="612613|towneplace_suites_by_marriott_san_diego_downtown" HotelName="TownePlace Suites San Diego Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1445 Sixth Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/4f/4a4f9ac0a39048e4fb4f031ff862bee9cca4d318.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="920.70" OriginalAmount="911.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.70975" Longitude="-117.15911" StarRating="4" HotelCode="395177|243946" HotelName="Kimpton Solamar Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>435 6th Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9a/14/9a149d70c7f989c61658f4527e3e4b70690d12b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Downtown San Diego's Gaslamp quarter, 1 block from the new Petco Park (home...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="935.26" OriginalAmount="926.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.826495431442" Longitude="-117.14207868333" StarRating="3" HotelCode="891609|courtyard_by_marriott_san_diego_central" HotelName="Courtyard San Diego Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Babysitting,Bar,Kitchen,Laundry,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>8651 Spectrum Center Boulevard, San Diego, California 92123</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a8/7da80df034669f016f02fdc72bc2f15bf7136c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Mission Valley. A total of 245 accommodation units are available for guests'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="937.28" OriginalAmount="928" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.78988340565" Longitude="-117.25279659033" StarRating="4" HotelCode="47271|5447" HotelName="Catamaran Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 03/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3999 Mission Boulevard, San Diego, California 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/2f/0f2f93333db8c7f509a17a0ac167167e706c14c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive and elegant city hotel is set on the sandy beach of Mission Bay and ensures quick an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="961.52" OriginalAmount="952.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.728518129418" Longitude="-117.21769349201" StarRating="3" HotelCode="124424|homewood_suites_by_hilton_san_diego_airportliberty_station_3" HotelName="Homewood Suites San Diego Airport - Liberty Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2576 Laning Road, San Diego, CA 92106</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/84/1284286c9d03b6c95baee1a0ed3c08bf57258507.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="964.55" OriginalAmount="955" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.711927934744" Longitude="-117.17056542635" StarRating="3" HotelCode="40975|39713" HotelName="Embassy Suites San Diego Bay Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>601 Pacific Highway, 92101 San Diego, Kalifornien</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/73/a3739c897e38cdd862e976263ff4ad1cbd990978.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, with its 12-storey atrium, is situated on the waterfront, 1 block from Seaport Village an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="979.70" OriginalAmount="970.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.709048381802" Longitude="-117.23273074287" StarRating="3" HotelCode="17475|kona_kai_resort" HotelName="Kona Kai Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1551 Shelter Island Drive, San Diego, Kalifornien 92106</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/50/01508a332626a92941c8ceb93751e1f4b6d92916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="990.81" OriginalAmount="981.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.710109056298" Longitude="-117.15919419016" StarRating="3" HotelCode="318321|courtyard_san_diego_gaslampconvention_center" HotelName="Courtyard San Diego Gaslamp Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>453 6th Avenue, San Diego, California  92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/b6/0eb69406c32b39e676ef4df0836d507a15739b42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="993.23" OriginalAmount="983.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.754908600782" Longitude="-117.14062124491" StarRating="3" HotelCode="258431|254706" HotelName="The Lafayette Hotel, Swim Club &amp; Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2223 El Cajon Boulevard, San Diego, California 92104</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/d7/75d79a515270afd33ab32b653092f21872a1dff7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="993.84" OriginalAmount="984.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.775175049114" Longitude="-117.139249295" StarRating="4" HotelCode="565304|san_diego_marriott_mission_valley" HotelName="Marriott San Diego Mission Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8757 Rio San Diego Drive, 92108 San Diego, Kalifornien</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/5b/685bfc0aa2d7fd34822d0d48b7e1d06708572d1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is steps away from the Rio Vista Trolley, and just minutes from SeaWorld, Qualcomm Stadium...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1005.96" OriginalAmount="996.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.892717" Longitude="-117.117928" StarRating="3" HotelCode="564450|holiday_inn_san_diego_north_miramar" HotelName="Holiday Inn Select San Diego North Miramar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9335 Kearny Mesa Rd, San Diego, California 92126</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/77/7977946dd973b7b24db8b523d86018caa93c2e90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This San Diego hotel is located near Marine Corps Air Station Miramar. Other regional points of inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1007.98" OriginalAmount="998.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.775277660867" Longitude="-117.23887860775" StarRating="4" HotelCode="17127|paradise_point_resort__spa" HotelName="Paradise Point" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1404 Vacation Road, San Diego, California 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/f3/1ef3df10d4cb2cb52d876dda6b63575099eadad2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located some 9.6 km from the Fashion Valley Mall, just over 14 km from UTC Weslfield S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1010.00" OriginalAmount="1000.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.710261" Longitude="-117.168238" StarRating="4" HotelCode="70640|manchester_grand_hyatt_san_diego" HotelName="Manchester Grand Hyatt San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Airport Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Market Place, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/a1/fda1805497794e3dd52dc98a02d7de676c24c326.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a prime waterfront location on San Diego Bay, between the San Diego Convention Cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1012.02" OriginalAmount="1002.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.7090609" Longitude="-117.1593459" StarRating="3" HotelCode="907562|residence_inn_by_marriott_san_diego_downtowngaslamp_quarter" HotelName="Residence Inn by Marriott San Diego Downtown/Gaslamp Quarter" 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>356 6th Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/1d/501dc0c27f9f576739334649d6846ba86ad96107.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1017.07" OriginalAmount="1007.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.703453" Longitude="-117.15851" StarRating="4" HotelCode="899425|hilton_san_diego_bayfront" HotelName="Hilton San Diego Bayfront" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Park Boulevard, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/28/e4282c93786922992bf6b2eea96b80e24aaf7087.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is adjacent to the San Diego Convention Center and across the street from Petco Park,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1020.10" OriginalAmount="1010.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.726075759848" Longitude="-117.1718789131" StarRating="3" HotelCode="433232|homewood_suites_san_diego_downtownbayside" HotelName="Homewood Suites by Hilton San Diego Downtown/Bayside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2137 Pacific Highway Suite B, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/9a/5e9a8f91028e03be60025942521b696209c8b841.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1024.14" OriginalAmount="1014.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.82415338" Longitude="-117.13868027" StarRating="3" HotelCode="785921|towneplace_suites_by_marriott_san_diego_central" HotelName="TownePlace Suites San Diego Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>8650 Tech Way, San Diego, California 92123</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/cf/ebcf15878a75f26f369d1867d0151c18ce621668.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1024.14" OriginalAmount="1014.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.708435582551" Longitude="-117.15871633471" StarRating="4" HotelCode="47503|san_diego_marriott_gaslamp_quarter" HotelName="San Diego Marriott Gaslamp Quarter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>660 K Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/a0/7ba020865fb15f2fb599bf865df505ead409d820.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This downtown location is within 650 m of the trolley station, adjacent to the new San Diego Padres ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1038.28" OriginalAmount="1028.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.8954966" Longitude="-117.20308064" StarRating="3" HotelCode="891764|courtyard_by_marriott_san_diego_sorrento_mesa" HotelName="Courtyard San Diego Sorrento Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9650 Scranton Road, San Diego, Californien  92121</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/55/7a55df491d1dadaa80cf9a78f55b47ec27e7567e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1039.29" OriginalAmount="1029.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.935739765388" Longitude="-117.2379952288" StarRating="3" HotelCode="931200|residence_inn_san_diego_del_mar" HotelName="Residence Inn Del Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3525 Valley Centre Drive, San Diego, California 92130</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/22/3022127ce8808db31337e1205261eeafabfe42f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Del Mar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1040.30" OriginalAmount="1030.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.76199804058" Longitude="-117.16848939657" StarRating="3" HotelCode="18671|town_and_country_resort__convention_center" HotelName="Town &amp; Country Resort Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>500 Hotel Circle North, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/39/3539b6296ad23ab9599e7ea358ea3de6d1bc9692.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled in Mission Valley, minutes from San Diego attractions, including the San Diego ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1046.36" OriginalAmount="1036.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.631270507011" Longitude="-117.13508784771" StarRating="4" HotelCode="565107|loews_coronado_bay_resort__spa" HotelName="Loews Coronado Bay Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4000 Coronado Bay Road, Coronado, California 92118</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/df/07df50f697fa2df9a9a28369bf0530e1feb9a9a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is an elegant, family-friendly luxury resort overlooking the San Diego coastline. It is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1054.44" OriginalAmount="1044.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.725866008451" Longitude="-117.22548365593" StarRating="2" HotelCode="31928|best_western_yacht_harbor_hotel" HotelName="Best Western Yacht Habor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5005 North Harbor Drive, San Diego, California 92106</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/4a/d64a807a94829e0f7e3e1c0647d61e052f364812.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Diego just a few minutes' drive from San Diego airport, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1099.89" OriginalAmount="1089.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.779396" Longitude="-117.21034" StarRating="4" HotelCode="40827|hilton_san_diego_resort__spa" HotelName="Hilton San Diego Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 03/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1775 East Mission Bay Drive, San Diego, California 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/98/1a98c500b7482fbc4275ec3b1f68cff41fd088ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is right on San Diego's famous Mission Bay, with its numerous restaurants and shops. This...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1128.17" OriginalAmount="1117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.716982467386" Longitude="-117.17165440681" StarRating="4" HotelCode="434055|springhill_suites_by_marriott_san_diego_downtownbayfront" HotelName="SpringHill Suites San Diego Downtown/Bayfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>900 Bayfront Court, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/aa/ebaa8ef55b9359acb07f4920d7ded0f0a4c91180.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1174.29" OriginalAmount="1162.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.707714" Longitude="-117.159765" StarRating="4" HotelCode="123293|1053320" HotelName="Hard Rock Hotel San Diego" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>207 Fifth Avenue, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/4c/224c0aba931abd46be4b389f7969a77e067350fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in the heart of the historic Gaslamp Quarter; one block from Petco Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1175.64" OriginalAmount="1164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.715853674145" Longitude="-117.16757362665" StarRating="2" HotelCode="68878|500_west_hotel" HotelName="The Guild Hotel, San Diego, A Tribute Portfolio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500 West Broadway, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/b9/4eb9d418994e0dfb73583f0b45021ecb9e0ca30b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1201.90" OriginalAmount="1190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.72949779" Longitude="-117.2116178" StarRating="0" HotelCode="849535|towneplace_suites_by_marriott_san_diego_airportliberty_station" HotelName="Towne Place Suites San Diego Airport Liberty Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2311 Lee Court</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/1a/b71a2da0a9f8888a0b4c44f6723c20ce5c04f9e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1204.91" OriginalAmount="1192.98" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|42691" HotelName="Omni San Diego" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>675 L Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/6/9/1/42691_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2004, has 32 floors and 511 rooms. The establishment boasts air-conditioning, a lobby with a reception, a safety deposit box service, a lift, a kiosk and a cafÃ©. The establishment also has a bar, a restaurant, conference rooms, WiFi, room service, a laundry service and a car park (for a fee). SITUATION: Nearby, you will find the Congress Centre, Clients can also find shops, restaurants, bars and the nightlife. Coronado it is 65 kilometres away from Mission Beach 13 kilometres away, you can find Sea World it is situated 11 kilometres away from nearby, there is a tram stop, 20 minutes away, you can find the bus station, 22 minutes away from the establishment guests have the railway station, 6 kilometres away, you can findSan Diego Airport. ROOM: The rooms have a flat-screen television, a CD player, a DVD player, a direct line telephone, a mini-bar, a safe, a coffee maker and a kettle. There is also internet (free of charge), an ironing set, an air-conditioning system, individual heating, a bathroom with a shower, a bath and a hairdryer. FACILITIES: The establishment boasts a terrace, a swimming pool, an outdoor bar, deck chairs, parasols, a spa bath, a gym and a massage service (available for a fee), 7 minutes away, customers can find a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a set-menu restaurant, a swimming pool bar and a coffee shop. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is from 15:00 and check-out is at 12:00, Pets are permitted (for a fee) and on request.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1230.18" OriginalAmount="1218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.707202" Longitude="-117.158999" StarRating="4" HotelCode="88286|omni_san_diego_hotel" HotelName="Omni San Diego Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>675 L Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/62/9f62441a5fae8372054383c9e3771920b5e3168a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located near the convention centre and the Gaslamp district, this city hotel is surroun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1232.20" OriginalAmount="1220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.794841297763" Longitude="-117.25569735054" StarRating="3" HotelCode="901467|ocean_park_inn" HotelName="Ocean Park Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>710 Grand Avenue, San Diego, CA 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/23/242371f01f4e049f3d12377a2af3d2c4d7f57c5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1237.25" OriginalAmount="1225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.029622" Longitude="-117.067334" StarRating="4" HotelCode="16483|rancho_bernardo_inn_san_diego__a_golf_and_spa_resort" HotelName="Rancho Bernardo Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17550 Bernardo Oaks Drive, San Diego, California 92128</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/34/a434fc5facc521113e5e8577a47ddd52f42b0c60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a beautiful location in the hills to the north of San Diego. The Temecula w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1245.33" OriginalAmount="1233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.874527790419" Longitude="-117.20866084099" StarRating="3" HotelCode="40823|embassy_suites_hotel_san_diego__la_jolla" HotelName="Embassy Suites San Diego La Jolla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Village,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 03/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4550 La Jolla Village Drive, San Diego, California 92122</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/71/d971e65d19381959518987e8de08a80a0d20fb2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the upscale neighbourhood of University Town Center, the business hotel is w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1249.37" OriginalAmount="1237.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.70946627" Longitude="-117.15955462" StarRating="5" HotelCode="510806|pendry_san_diego" HotelName="Pendry San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>550 J Street, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/a9/b0a9ce139be772f80ec4dc6e570b3cc80d7d19e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1353.40" OriginalAmount="1340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.77185114" Longitude="-117.1377904" StarRating="3.5" HotelCode="421718|springhill_suites_by_marriott_san_diego_mission_valley" HotelName="SpringHill Suites San Diego Mission Valley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2401 Camino Del Rio North, San Diego, California  92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/04/ae04ac80e23ac0dc208820bf56968f011de52746.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Mission Valley. Those wishing to escape the hustle and bustle of da...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1404.91" OriginalAmount="1391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.790276872935" Longitude="-117.25460976362" StarRating="3.5" HotelCode="10952|best_western_plus_blue_sea_lodge" HotelName="Blue Sea Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>707 Pacific Beach Drive, San Diego, 92109 California</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/37/1837c0c381f7bf719072f0e3d5238c27f9c2ea2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel enjoys a perfect location and San Diego's temperate climate, with a warm ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1470.56" OriginalAmount="1456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.79717844" Longitude="-117.25671302" StarRating="4" HotelCode="897249|tower23_hotel" HotelName="Tower 23" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>723	Felspar Street, Pacific Beach, San Diego, California 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/4a/ff4a586a638b5f99915e8eb6f2bce6c77fd6cdba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1477.63" OriginalAmount="1463.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.799243" Longitude="-117.257687" StarRating="4" HotelCode="565438|pacific_terrace_hotel" HotelName="Pacific Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>610 Diamond Street, San Diego, California 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/11/6811acf454a1e3438de7222fa88ccd249b0c31a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located near some of the finest beachfront dining, shopping and entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1532.17" OriginalAmount="1517.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.764858017493" Longitude="-117.24020898342" StarRating="4" HotelCode="13622|hyatt_regency_mission_bay_spa_and_marina" HotelName="Hyatt Regency Mission Bay Spa and Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1441 Quivira Road, San Diego, California 92109</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/8f/658fe22947975c89ab63421b0dd986fd767715b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is nestled in the marina of Mission Bay Shores only about two minutes from Sea World.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1605.90" OriginalAmount="1590.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.71711581287" Longitude="-117.1714704" StarRating="3" HotelCode="421906|residence_inn_by_marriott_san_diego_downtownbayfront" HotelName="Residence Inn San Diego Downtown/Bayfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>900 Bayfront Court, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/a5/f2a5dab42ab8952d05724a51b39e79c88b7cb83b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Downtown/Gaslamp District. The property consists of 147 guests rooms. This p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1629.13" OriginalAmount="1613.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.93613565" Longitude="-117.23878226667" StarRating="4" HotelCode="88111|san_diego_marriott_del_mar" HotelName="Marriott San Diego Del Mar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11966 El Camino Real, San Diego, CA 92130</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/c6/07c689efe3aa458871cd50d038ffd54343b87765.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1668.52" OriginalAmount="1652.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.71665439" Longitude="-117.17156737" StarRating="4" HotelCode="755024|intercontinental_san_diego" HotelName="Intercontinental San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>901 Bayfront Court, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/48/f64885bcb3c0a59b581bfcb78414282852b2f7cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is located in San Diego International Airport. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1831.13" OriginalAmount="1813.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.708840476465" Longitude="-117.16561986243" StarRating="4" HotelCode="14600|san_diego_marriott_marquis__marina" HotelName="Marriott Marquis San Diego Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 West Harbor Drive, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/29/98291ee4e53e00ea27b833e6dd2e65492c064788.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego, just a few steps from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1978.59" OriginalAmount="1959.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.759728939911" Longitude="-117.1694201231" StarRating="2" HotelCode="31929|vagabond_inn_sea_worldzoomission_valley" HotelName="Hotel Iris San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>625 Hotel Circle South, 92108 San Diego, California</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/c9/97c9bc2c4e38cb4fd138b39ad4a67c6b09bf3811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the famous Mission Valley area, just a short drive from all the major sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2043.23" OriginalAmount="2023.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.870721" Longitude="-117.225291" StarRating="4" HotelCode="564786|hyatt_regency_la_jolla" HotelName="Hyatt Regency La Jolla at Aventine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3777 La Jolla Village Drive, San Diego, California 92122</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/6d/636d42c32e9feb396382155a0ae49f92671a8130.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2047.24" OriginalAmount="2026.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.769961" Longitude="-117.159759" StarRating="3" HotelCode="40822|133403" HotelName="DoubleTree San Diego Mission Valley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7450 Hazard Drive, San Diego, California 92108</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/ee/cfee9f89d4b85a3dc5d7c156b254f55e80371e53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is adjacent to the Hazard Center retail complex in the Mission Valley...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2135.14" OriginalAmount="2114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.719509" Longitude="-117.155468" StarRating="2" HotelCode="907877|san_diego_downtown_lodge" HotelName="San Diego Downtown Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1345 10th Ave, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/bb/b0bb3bd55d150c180e4f001eb388749937d209ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in the heart of San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2191.70" OriginalAmount="2170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.725789703962" Longitude="-117.16789607399" StarRating="2" HotelCode="123288|harborview_inn__suites_san_diego_harbor" HotelName="Harborview Inn &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 06/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>550 West Grape Street, San Diego, CA 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/00/4800483c5b1b8174a758bdda5e3c0c878d84e923.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in San Diego.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2211.90" OriginalAmount="2190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.904181658732" Longitude="-117.24481165409" StarRating="5" HotelCode="26061|the_lodge_at_torrey_pines" HotelName="The Lodge at Torrey Pines" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11480 North Torrey Pines Road, La Jolla, California 92037</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/1d/b11d91d671e30e59cb1b06ea9b484082a1e8f22d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel enjoys a great location near the Torrey Pines Golf Course in La Jolla an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2239.17" OriginalAmount="2217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.9393804" Longitude="-117.1979188" StarRating="5" HotelCode="897255|the_grand_del_mar" HotelName="Fairmont Grand Del Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5300 Grand Del Mar Court, San Diego, California 92130</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/3c/b63cebd20348ddd486b35374da353fe2d473a2f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Diego. The nearest airport is San Diego - Lindberg Field (SAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2513.89" OriginalAmount="2489.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.715875" Longitude="-117.16153" StarRating="5" HotelCode="18523|the_us_grant__a_luxury_collection_hotel" HotelName="The US Grant ALuxury Collection Hotel, San Diego" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>326 Broadway, San Diego, California 92101</AddressLine>
          </AddressLines>
          <CityName>San Diego</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/76/2e76fa0b155223bb1a2346118ebfc0e9cbd4fa64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Moments from San Diego's International Lindbergh Field Airport, the hotel sits at the foot of the Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access,Nightclub,Sauna,Laundry,Kitchen,Bicycle Rental,Swimming Pool,Diet Meals,Golf,Heated Pool,Garden,24 Hour Front Desk,Dry Cleaning,Elevator,Housekeeping,Parking,Pets allowed,Babysitting,Wake-up Call Service,Luggage Storage,ATM/Cash Machine,Concierge,Vending Machine</BasicAmenities>
    <HotelRating>4,5,3,3.5,2,2.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CLUB RESORT,SPA HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,RESORT,ECO HOTEL,FAMILY-FRIENDLY HOTEL,BEACH HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,HISTORIC HOTEL,VILLAGE,HOTEL,INNS,MOTEL,HOSTELS</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
927a092c-dc34-428c-aa92-9d2eb8d663f3|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="927a092c-dc34-428c-aa92-9d2eb8d663f3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="76272" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-13T00:00:00" End="2026-05-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Shreeji Travels" Password="Shreeji@321" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
927a092c-dc34-428c-aa92-9d2eb8d663f3|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
927a092c-dc34-428c-aa92-9d2eb8d663f3|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
927a092c-dc34-428c-aa92-9d2eb8d663f3|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
927a092c-dc34-428c-aa92-9d2eb8d663f3|VeturisSearch|successfull supplier interation||Veturis|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
927a092c-dc34-428c-aa92-9d2eb8d663f3|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
927a092c-dc34-428c-aa92-9d2eb8d663f3|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
927a092c-dc34-428c-aa92-9d2eb8d663f3|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
927a092c-dc34-428c-aa92-9d2eb8d663f3|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-03-11T12:49:30.0226101+00:00" Version="0" EchoToken="Search" TransactionIdentifier="927a092c-dc34-428c-aa92-9d2eb8d663f3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="341.38" OriginalAmount="338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.101539977838" Longitude="-118.33920151653" StarRating="2" HotelCode="452711|samesun_hollywood__hostel" HotelName="Walk of Fame Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6820 Hollywood Boulevard, Los Angeles, California 90028</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/6c/416cc47979928d1581556f4b5926b8f1e13a2381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.41" OriginalAmount="341.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.09565187" Longitude="-118.28775508" StarRating="0" HotelCode="601512|podshare_los_feliz" HotelName="PodShare Los Feliz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>4534 Fountain Avenue</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/47/8c4746b8be9bb0c355221eb50c1795a95cc1bcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="345.65" OriginalAmount="342.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.06883231" Longitude="-118.17715185" StarRating="2" HotelCode="520901|841833" HotelName="Starlight Inn Valley Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 08/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4949 Valley Boulevard, Los Angeles, California 90032</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e8/97e8df4d9346c7fe90da5942ed5b567d4960585d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.51" OriginalAmount="351.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.92331372" Longitude="-118.28232364" StarRating="2" HotelCode="604797|satellite_motel_3" HotelName="Satellite Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Motel" CnxPolicy="Free CXL until 09/05/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/4c/e04c0c5e00f09f66750967b40bbf4540490f7d47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  With a stay at Tripbz Flo Suites in Los Angeles, you'll be minutes from Loyola ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.68" OriginalAmount="368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.888291666667" Longitude="-118.11309566667" StarRating="2" HotelCode="895973|value_inn_bellflower" HotelName="Value Inn - Bellflower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10410 Alondra Boulevard, Bellflower, California 90706</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/98/c798e5a9d13284d86b4e81990576946d3590fcd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.75" OriginalAmount="375.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.98721826302" Longitude="-118.47327813506" StarRating="1.5" HotelCode="906869|samesun_venice_beach" HotelName="Venice Beach Cotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Bar,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,Library,Lounge,Parking">
        <Address>
          <AddressLines>
            <AddressLine>25 Windward Ave., Venice, California 90291</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/01/09010d517c4bbafddafb88c4a9aed7359e277f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Samesun Venice Beach in Venice (Beach Cities), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.87455048692" Longitude="-118.14578714352" StarRating="0" HotelCode="267966|royalty_inn_2" HotelName="Royalty Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 07/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>8730 Artesia Boulevard, Bellflower, California 90706</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/d8/63d888611c36229b7a80dd186a6b36c2dbf6a2c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="408.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.097884" Longitude="-118.339694" StarRating="2" HotelCode="395247|hotel_hwood_2" HotelName="Rodeway Inn Hollywood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6826 Sunset Boulevard, Hollywood, California 90028</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/53/d5538ff667066b4857d32b2e8d26800bb57f9a42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="434.30" OriginalAmount="430" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.100012279341" Longitude="-118.30927241142" StarRating="2" HotelCode="225816|142880" HotelName="Roxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1655 North Western Avenue, Los Angeles, California 90027</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/15/dc15db28340b346a75eeeb3a27a6bbf80dd35043.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="435.31" OriginalAmount="431.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.0550107" Longitude="-118.3089142" StarRating="2" HotelCode="225780|rotex_western_inn" HotelName="Western Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>921 South Western Avenue, Los Angeles, CA 90006</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/25/2625e53d3de136894c11591437ef541ced31a1b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="435.31" OriginalAmount="431.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.876341860578" Longitude="-118.15085581199" StarRating="2" HotelCode="129676|motel_6_los_angeles__bellflower" HotelName="Motel 6 Los Angeles - Bellflower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>17220 Downey Avenue, Bellflower, Los Angeles, California 90706</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/cc/1dcc40b210419a954e4e4e69ac370bf5e98a660b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="441.14" OriginalAmount="436.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.07143" Longitude="-118.400273" StarRating="2" HotelCode="178657|312706" HotelName="Hotel Del Flores" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>409 North Crescent Drive, 90210 Beverly Hills, Los Angeles</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/ae/1caee2155f09cedd8592a179799573d3b8186381.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="450.10" OriginalAmount="445.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.06368679" Longitude="-118.30825229" StarRating="2" HotelCode="686234|828528" HotelName="Libra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>3909 West 6th Street, Los Angeles, California 90020</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/59/8859e2b5f9b56b930f3c4bf2bc80ef6c2f974918.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.52" OriginalAmount="452.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.0447" Longitude="-118.324" StarRating="0" HotelCode="812520|budget_inn_101" HotelName="Budget Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2050 Marengo Street, Los Angeles, California 90033</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/95/cc95981e35fafe2c444afd410458936fe21dc3dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="466.62" OriginalAmount="462.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.060586653648" Longitude="-118.26643906746" StarRating="2" HotelCode="472287|holiday_lodge_4" HotelName="Holiday Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Housekeeping,Internet,LCD/Projector,Parking,Room Service,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>1631 West 3rd Street, Los Angeles, California 90017</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/e3/bfe3cbcbdddd856e99ec0ba711746d39692281ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Holiday Lodge in Los Angeles, you'll be close to Go...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="467.76" OriginalAmount="463.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.04487548" Longitude="-118.25667845" StarRating="3.5" HotelCode="531765|2099545" HotelName="Freehand Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hostel" CnxPolicy="Free CXL until 29/04/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>416 West 8th Street, Downtown, Los Angeles, California 90014</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/05/d605b9a7770dbf89ede7c18fd02c4eb1911127ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.66" OriginalAmount="466.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.069484532942" Longitude="-118.20016251474" StarRating="2.5" HotelCode="377784|lincoln_park_motel" HotelName="Lincoln Park Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2101 Parkside Avenue, Los Angeles, California 90031</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/bf/46bf3ca360552b3cb146faa332afb31de77139ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Los Angeles. The nearest airport is Burbank (BUR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.67" OriginalAmount="467.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.92714299" Longitude="-118.30980367" StarRating="2" HotelCode="520531|la_mirage_inn" HotelName="La Mirage Inn LAX Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11711 South Western Avenue, Los Angeles, California 90047</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/7d/0d7d247acc58f171fea0c061246ddfadf56003af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="483.79" OriginalAmount="479.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.952014177773" Longitude="-118.38566735245" StarRating="2" HotelCode="895183|super_8_los_angeles_airport_la" HotelName="Super 8 by Wyndham Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9250 Airport Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/1c/c81ce52914a1a842aba237342edb5308f7517acc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.81" OriginalAmount="481.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.06041" Longitude="-118.309311" StarRating="3" HotelCode="908903|garden_suite_hotel" HotelName="Garden Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>681 South Western Avenue, Los Angeles, California 90005</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/ec/7fecb6ef3bc198c04eb6a1469bc7226d2a2bfeef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.88" OriginalAmount="488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.96151638" Longitude="-118.37217407" StarRating="2" HotelCode="121754|days_inn_airport_center_lax" HotelName="Days Inn by Wyndham Los Angeles LAX/VeniceBch/Marina DelRay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>901 West Manchester Boulevard, Los Angeles, California 90301</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/ac/89acb5941bf7d33dcd9df57b8304331dc4060925.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="507.02" OriginalAmount="502.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.94512034334" Longitude="-118.35150850489" StarRating="2" HotelCode="98796|royal_century_hotel" HotelName="Royal Century" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Elevator,Garden,Housekeeping,Internet,Luggage Storage,Parking,Porter,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>4330 West Century Boulevard, Inglewood, CA 90304</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/26/2026efc41c7e6ed7297fca0d0be66b17b6b5438f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Royal Century is a great hotel in Los Angeles as it is under 15 minutes form Los Angeles Airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="507.54" OriginalAmount="502.51" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|362397" HotelName="Hollywood Palms Inn and Suites" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6055 West Sunset Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/2/3/9/7/362397_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="511.06" OriginalAmount="506.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.139097863724" Longitude="-118.20776952076" StarRating="2" HotelCode="225830|welcome_inn_21" HotelName="Welcome Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1840 Colorado Boulevard, Los Angeles, California 90041</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ee/18ee5b094f843a1c5191eccefc2dfff38751f0ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="514.09" OriginalAmount="509" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.05762851" Longitude="-118.2967868" StarRating="2" HotelCode="369190|373485" HotelName="Palga Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Internet,LCD/Projector,Lounge,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3160 West 8th Street, Los Angeles, CA 90005</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/90/8d90713544bab08e8d490da14b93b0140efe8030.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Palga Grand Hotel in Los Angeles (Koreatown), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.14" OriginalAmount="514.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.04498926" Longitude="-118.23634815" StarRating="0" HotelCode="517648|american_hotel_los_angeles" HotelName="American Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>303 South Hewitt Street, Los Angeles, California 90013</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/36/543650217662a073b225a1180f8d44380edb2fab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="535.30" OriginalAmount="530.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.929817" Longitude="-118.351261" StarRating="2" HotelCode="899423|comfort_inn_cockatoo_near_lax_airport" HotelName="Comfort Inn Cockatoo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11500 Acacia Avenue, Hawthorne, California 90250</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/b3/25b36788fca97c486970352febc8906e449f3a4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located near major freeways, restaurants and shopping. The hotel is just min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.37" OriginalAmount="537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.888611714286" Longitude="-118.35197941429" StarRating="2" HotelCode="121753|days_inn_southmanhattan_beach" HotelName="Days Inn Los Angeles LAX/Redondo and Manhattan Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15636 Hawthorne Boulevard, Lawndale, CA 90260</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/a4/26a48774542d66d153ec317543f67b084eeaf8d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="543.38" OriginalAmount="538.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.060604706698" Longitude="-118.27281771734" StarRating="2" HotelCode="391650|travel_inn_19" HotelName="Travel Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Housekeeping,Internet,LCD/Projector,Luggage Storage,Parking,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>401 South Westlake Avenue, Los Angeles, California 90057</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/bd/cebdf43234317897dc30e307eaf0493125f8f9a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Travel Inn in Los Angeles, you'll be close to MacAr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.54" OriginalAmount="554.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.103573736149" Longitude="-118.33978806508" StarRating="2" HotelCode="128794|hollywood_liberty_hotel" HotelName="Hollywood VIP Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1770 Orchid Avenue, Los Angeles, Hollywood, California 90028</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/89/e78907431e427f2d42272244ad76b0d34f3843fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="568.57" OriginalAmount="562.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.052810535779" Longitude="-118.24781835079" StarRating="2" HotelCode="259271|1PD" HotelName="Kawada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 03/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>200 South Hill Street</AddressLine>
          </AddressLines>
          <PostalCode>2136874455</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/be/a4be3a16f85d99877b507cebe1ebd6706316ce3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in the historic core of Downtown Los Angeles on the corner of Hill Street an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="570.25" OriginalAmount="564.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.061432909091" Longitude="-118.31141918182" StarRating="2" HotelCode="126757|3594392" HotelName="Ramada Wilshire Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3900 Wilshire Boulevard, Los Angeles, CA 90010</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/14/781450787123c34c15f7cf12b4773484d7f6b07c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.69" OriginalAmount="569.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.050694" Longitude="-118.277965" StarRating="2" HotelCode="443775|rodeway_inn_convention_center" HotelName="Rodeway Inn Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Fax,Heated Pool,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1904 W Olympic Boulevard, Los Angeles, California 90006</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/a9/75a91087f92b6c7d4e26e901b0953d85b69677ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Los Angeles, very close to the Staples Center and Garment District.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.70" OriginalAmount="570.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.99127456" Longitude="-118.44575808" StarRating="0" HotelCode="945463|encore_motel" HotelName="Encore Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>13432 Washington Boulevard, Los Angeles, California 90291</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/da/dcda37259f1854f9f058f33ccd631e6d7ae0e79a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="590.85" OriginalAmount="585.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.99959277" Longitude="-118.27784686" StarRating="0" HotelCode="767041|solo_motel_broadway" HotelName="Solo Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4760 South Broadway, Los Angeles, California 90037</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/54/2254ec2ca6ead7496d4456892b63975a51812a3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="600.95" OriginalAmount="595.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.075192263644" Longitude="-118.26525916617" StarRating="2" HotelCode="891532|americas_best_value_innlos_angeleshollywood" HotelName="Americas Best Value Inn Dodger Stadium Hollywood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>811 North Alvarado Street, Los Angeles, California 90026</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/2a/eb2ae882cddf9aaddbd7e95655c15a40e70a17d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="611.05" OriginalAmount="605.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.139696652479" Longitude="-118.21847766638" StarRating="1" HotelCode="906865|regency_inn_los_angeles" HotelName="Regency Inn in Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2378 Colorado Boulevard, Los Angeles, California 90041</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/5d/bb5df845391264ad5484f42e219616cfd87d5061.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Burbank (BUR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="614.08" OriginalAmount="608.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.946110167367" Longitude="-118.3888489008" StarRating="4" HotelCode="47947|crowne_plaza_los_angeles__international_airport" HotelName="Crowne Plaza Los Angeles Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5985 West Century Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b6/3f/b63f3af4036a1b211e83b8c6314d22a0434a7167.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant full-service hotel is located by Los Angeles international airport. All the attractions...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="614.51" OriginalAmount="608.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.061625817115" Longitude="-118.32185670733" StarRating="2" HotelCode="64677|112177" HotelName="Dunes Inn Wilshire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4300 Wilshire Blvd., Los Angeles, California 90010</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/6c/6b6c970488e56ee1cc643352b5402fb472794782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to the airport, this property is also near La Brea Tar Pits, Los Angeles County Museum of Art,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="615.09" OriginalAmount="609.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.996651358286" Longitude="-118.43385735949" StarRating="2" HotelCode="896730|super_8_los_angeles" HotelName="Super 8 by Wyndham Los Angeles-Culver City Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12664 West Washington Boulevard, Los Angeles, California 90066</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/bf/81bfc99506dd01015b8bfe652ebe119a246ee46f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="627.21" OriginalAmount="621.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.098289652914" Longitude="-118.31261551786" StarRating="2" HotelCode="64678|dunes_inn_sunset" HotelName="Dunes Inn Sunset" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5625 West Sunset Boulevard, Hollywood, Los Angeles, California 90028</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b1/9ab147a180d04f19ebe149d7a5e5a78b1e75865d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers guests easy access to the Universal Studios, Los Angeles Zoo, Staples Centre, Holl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="654.48" OriginalAmount="648.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.066257527794" Longitude="-118.25396731496" StarRating="2" HotelCode="128446|knights_inn_los_angeles_ca" HotelName="Knights Inn Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1255 West Temple Street, Los Angeles, California 90026</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/1e/c31ec7b25b93f138285f606f1ad70ba131ff12d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in the centre of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="664.58" OriginalAmount="658.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.044868" Longitude="-118.258671" StarRating="2" HotelCode="178660|stillwell_hotel" HotelName="Stillwell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/05/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>838, South Grand Avenue, 90017 Los Angeles</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/76/e076a1e456341622a52ebaf67efdec3371f0f1bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="674.68" OriginalAmount="668.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.139444" Longitude="-118.216954" StarRating="2" HotelCode="431577|comfort_inn_near_old_town_pasadena__eagle_rock" HotelName="Comfort Inn Near Old Town Pasadena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2300 Colorado Blvd, Los Angeles, California 90041</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a8/58/a858356c305fb15f5163777f1620bd8d504d1611.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Burbank (BUR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="690.66" OriginalAmount="683.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.052802757838" Longitude="-118.31237912178" StarRating="2.5" HotelCode="907451|1377178" HotelName="Rotex Hotel &amp; Condo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3411 West Olympic Boulevard, Los Angeles, California 90019</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/4f/444f4cc7c978476a24a2d427fc6bdeabc3bdac5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="696.90" OriginalAmount="690.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.051052703055" Longitude="-118.27760159969" StarRating="3" HotelCode="30226|ramada_los_angeles" HotelName="Ramada by Wyndham Los Angeles/Downtown West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1901 West Olympic Boulvard, Los Angeles, California 90006</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/80/5f8024554721a58eaedeb9c526916003c18eba5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located 800 metres from the Los Angeles Convention Center and Staples Cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="704.98" OriginalAmount="698.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.900931" Longitude="-118.378298" StarRating="3" HotelCode="888642|towneplace_suites_los_angeles_laxmanhattan_beach" HotelName="Towne Place Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14400 Aviation Boulevard, Hawthorne, California 90250</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/66/67660f7f5eb428612657cdc60bf1bc38ebaac9ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="720.13" OriginalAmount="713.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.076084416667" Longitude="-118.3644919" StarRating="2" HotelCode="144905|beverly_laurel_hotel" HotelName="Beverly Laurel Motor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8018 Beverly Boulevard, Los Angeles, CA 90048</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/cc/47cc07eacf0a5f7e30ae2dd147415ca706fc931b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="721.14" OriginalAmount="714.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.0447" Longitude="-118.324" StarRating="0" HotelCode="963349|the_godfrey_hotel_hollywood" HotelName="The Godfrey Hotel Hollywood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1400 North Cahuenga Boulevard, Los Angeles, California 90028</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/6e/286e9b5a34f35c6f5656b0383cc628d6578a82a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="727.07" OriginalAmount="719.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.04966" Longitude="-118.253347" StarRating="4" HotelCode="317479|G4A" HotelName="Millennium Biltmore Hotel Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>506 South Grand Avenue</AddressLine>
          </AddressLines>
          <PostalCode>2136121545</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/ac/baac6145f4343a71fb4ad06f2faf768cae19fe83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is centrally located in the business district of the city of Los Angeles, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="727.20" OriginalAmount="720.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.945754897479" Longitude="-118.38161263558" StarRating="4" HotelCode="13334|hilton_los_angeles_airport" HotelName="Hilton Los Angeles Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5711 West Century Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/20/8f200dc81752dce5d6a5cb1b25014ef2c8dfe098.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located just about 500 m from the Los Angeles International Airport, 10 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="735.28" OriginalAmount="728.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.945560140407" Longitude="-118.37196178527" StarRating="3" HotelCode="56546|la_quinta_inn__suites_lax" HotelName="La Quinta Inn &amp; Suites LAX" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5249 West Century Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0e/ba/0ebae9e1b8bf5be345f8a32d78f57333868726c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 1.5 km from Los Angeles airport and is a superb base for those wishing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="766.59" OriginalAmount="759.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.946096816996" Longitude="-118.39087665081" StarRating="4" HotelCode="17497|sheraton_gateway_hotel_los_angeles_airport" HotelName="Sheraton Gateway Los Angeles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6101 West Century Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f4/75f41368ba2e5ca74d6071c5711f66ef35f64b78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Whether guests are coming for a relaxing Los Angeles getaway, inspired business trip, or uncommon ad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="766.59" OriginalAmount="759.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.04129" Longitude="-118.429313" StarRating="3" HotelCode="99455|la_sky_boutique_hotel" HotelName="L.A. Sky Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2352, Westwood Boulevard, 90064 Los Angeles, California</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/0e/3b0ebcb16abc0ff25e229e8c5a3e52dbec3c59a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right on Westwood Boulevard, guests are just footsteps away from shopping, dining, entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="768.61" OriginalAmount="761.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.946036740297" Longitude="-118.3844473958" StarRating="4" HotelCode="169325|los_angeles_airport_marriott" HotelName="Marriott Los Angeles Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5855 West Century Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/00/e200707d7afead638ebaba095341556777cd1d09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Los Angeles, this airport hotel is ideal for business travellers arriving or departing fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="768.61" OriginalAmount="761.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.949027" Longitude="-118.385636" StarRating="4" HotelCode="16619|renaissance_los_angeles_airport_hotel" HotelName="Renaissance Los Angeles Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9620 Airport Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/51/7f/517f286555718167143774a86021aa19a7325fba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="774.67" OriginalAmount="767.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.128831" Longitude="-118.348305" StarRating="2.5" HotelCode="85806|holiday_inn_express_universal_city" HotelName="Tilt Hotel Universal/Hollywood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>3241 Cahuenga Blvd W, Los Angeles 90068, California</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/60/8460de2266767f4d089b26924d935397e897bf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="774.67" OriginalAmount="767.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.946176919194" Longitude="-118.37070643902" StarRating="3" HotelCode="13488|holiday_inn_los_angeles_international_airport" HotelName="Holiday Inn Los Angeles International Airport (LAX)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9901 La Cienega Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/2c/8a2ceefac0f6dbb17b4c69e87e2394e1bdb14c6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming city hotel is located at Los Angeles airport and provides the ideal base for those wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="789.82" OriginalAmount="782.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.959052367586" Longitude="-118.38527351618" StarRating="3" HotelCode="13593|holiday_inn_express_los_angeles_lax_airport" HotelName="Holiday Inn Express Los Angeles LAX Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Airport Boulevard 8620, 90045 Los Angeles, California</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/cd/87cd01a73d279a3dad0f3d038cfc10f728d57939.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This full service hotel is located just a few minutes walk from Los Angeles International Airport. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="791.71" OriginalAmount="783.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.05316575" Longitude="-118.27876175" StarRating="2" HotelCode="128445|1321018" HotelName="Americas Best Value Inn  Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>906 South Alvarado Street, Los Angeles, California 90006</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a2/90a2562a19c6484c7d66b76c1e853d4ec64abca3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.081052" Longitude="-118.270526" StarRating="2" HotelCode="88109|comfort_inn_west_sunset_boulevard" HotelName="Comfort Inn Los Angeles Sunset" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2717 West Sunset Boulevard, Los Angeles, California 90026</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/48/8348cad66d628f7332ec008235faeb847d63e239.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Burbank (BUR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="806.99" OriginalAmount="799.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.142924909091" Longitude="-118.22840136364" StarRating="3.5" HotelCode="83452|best_western_plus_eagle_rock" HotelName="Best Western Plus Glendale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2911 Colorado Boulevard, Los Angeles, California 90041</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ea/11ea7bfdd7acd0c6332babec7b3cf05739041ba2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="808.00" OriginalAmount="800" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.049487" Longitude="-118.254922" StarRating="4" HotelCode="54766|40808" HotelName="Hilton Checkers Los Angeles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>535 South Grand Avenue, Los Angeles, California 90071</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/dc/cedc3022c385e990f3598a7d1776ecad43870700.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="813.05" OriginalAmount="805.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.063278" Longitude="-118.300482" StarRating="3" HotelCode="293918|hotel_normandie" HotelName="Hotel Normandie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>605 South Normandie Avenue, 90005 Los Angeles</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/4d/4c4d50f342a78a14eaf4b7c5a2877c01aed449a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="822.14" OriginalAmount="814.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.057649756875" Longitude="-118.29794484943" StarRating="2.5" HotelCode="225776|east_west_hotel" HotelName="East West Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3206 West 8th Street, Los Angeles, Claifornia 90005</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/f7/e5f7f54cd7ea728d9797ad6843e63cd7577c314c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="824.77" OriginalAmount="816.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.987552972343" Longitude="-118.45354914665" StarRating="3.5" HotelCode="39230|167885" HotelName="The Kinney Venice Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>737 Washington Boulevard, Venice, Los Angeles, California 90292</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/zz/acad7aa6fe595b6934953fa6547bbeef8a9edf6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Marina del Rey, approximately 1.4 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="829.21" OriginalAmount="821.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.076117919156" Longitude="-118.37443577597" StarRating="3" HotelCode="443414|elan_hotel_los_angeles" HotelName="Élan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8435 Beverly Boulevard, Los Angeles, California 90048</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/ee/17ee8a392e9f2af87f97ad5f3b8dfc4313b25929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="830.22" OriginalAmount="822.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.056441644981" Longitude="-118.38392972946" StarRating="3.5" HotelCode="427110|best_western_plus_carlyle_inn" HotelName="Carlyle Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1119 South Robertson Boulevard, Los Angeles, California 90035</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/17/30177243021761cb426f27c35cd87a310b34de75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Los Angeles, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="833.25" OriginalAmount="825.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.063370629208" Longitude="-118.29319766394" StarRating="2" HotelCode="425601|howard_johnson_los_angeles" HotelName="Best Western Plus LA Mid-Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>603 South New Hampshire Avenue, Los Angeles, California 90005-1342</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/1b/4a1be31f5aacd7199716d805caa0a22aca950c08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="834.26" OriginalAmount="826.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.034430647473" Longitude="-118.43342949194" StarRating="3.5" HotelCode="426269|best_western_plus_royal_palace_inn__suites" HotelName="Best Western Royal Palace Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2528 South Sepulveda Boulevard, Los Angeles, California 90064</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/c5/76c5fa7c9158c46d16f4132ba160304378c3d6da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Los Angeles, this apartment hotel has the perfect ambience for parents with children.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="836.28" OriginalAmount="828" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.945990013946" Longitude="-118.3947712183" StarRating="3" HotelCode="48299|7509" HotelName="Hyatt Regency Los Angeles International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6225 West Century Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d1/d17b4c97d8f25c37/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located very near the terminal of Los Angeles Airport, and represents an opt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="837.29" OriginalAmount="829.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.073652852749" Longitude="-118.46843004227" StarRating="3" HotelCode="41975|hotel_angeleno" HotelName="Angeleno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>170 North Church Lane, Los Angeles, California 90049</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/43/1c4311e66d3bbd5bf5c490502f02a46fd2dab9ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the exclusive Bel Air/Brentwood area, home to many film stars. The fabulous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="847.96" OriginalAmount="839.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.064586" Longitude="-118.365307" StarRating="2" HotelCode="178662|5296468" HotelName="Wilshire Crest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6301, Orange Street, Los Angeles 90048, California</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/8b/d78b9a53b0d8a5b779460019434e42dd75040f7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Santa Monica (SMO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="851.43" OriginalAmount="843.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.1071332146" Longitude="-118.33768246708" StarRating="2.5" HotelCode="64455|best_western_hollywood_plaza_inn" HotelName="Best Western Hollywood Plaza Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2011 North Highland Avenue, Los Angeles, California 90068</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/ee/06ee2ad485704bc6ca79c3e904298fdddaf38a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="866.58" OriginalAmount="858" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.058579657143" Longitude="-118.30796758571" StarRating="3" HotelCode="894562|424946" HotelName="Oxford Palace Hotel and Galleria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>745 South Oxford Avenue, Los Angeles, California 90005</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/39/6639354c03443bd807f4164bd4b85bd5b5eac4c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Oxford Palace Hotel And Galleria in Los Angeles (Ko...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="866.58" OriginalAmount="858.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.066623" Longitude="-118.236237" StarRating="2" HotelCode="408816|royal_pagoda_motel" HotelName="Royal Pagoda Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>995 North Broadway, Los Angeles, California 90012</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/ba/91ba52a0ba5a8ff2d6252caa8c5ee9a96a8dc984.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="873.65" OriginalAmount="865.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.052116645833" Longitude="-118.41751857417" StarRating="2.5" HotelCode="85589|holiday_inn_express_century_city" HotelName="Century Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10330 West Olympic Boulevard, Los Angeles, California 90064</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/41/094137d6fba5aa89328977ef1d1f0c1c748734ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="904.96" OriginalAmount="896.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.94457" Longitude="-118.374092" StarRating="4" HotelCode="19363|the_westin_los_angeles_airport" HotelName="The Westin Los Angeles Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5400 West Century Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/8d/ac8d2a9246e091124e4722ff389602c567433166.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is just 3 km from Hollywood Park Racetrack and 14.5 km from Venice and Redondo Beaches....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="914.05" OriginalAmount="905.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.072959922989" Longitude="-118.46848636866" StarRating="4" HotelCode="14270|luxe_sunset_boulevard" HotelName="Luxe Sunset Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11461 Sunset Boulevard, Los Angeles, California 90049</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/5d/9e5d42c43aed0a29063478b40f8b3ec99ae076ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is an urban retreat located on seven acres of lush, pristine property, perfectly perched a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="914.05" OriginalAmount="905.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.044304" Longitude="-118.264254" StarRating="3" HotelCode="32901|luxe_city_center_hotel" HotelName="Luxe City Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1020 South Figueroa Street, Los Angeles, California 90015</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/72/ee72acb1fe2dfd8a44bcf91411bdc738bc18c497.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located convenient and central in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="916.07" OriginalAmount="907.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.07623866" Longitude="-118.3574846" StarRating="2.5" HotelCode="144904|beverly_inn" HotelName="Beverly Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7701 Beverly Boulevard, Los Angeles, CA 90036</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/fb/a7fb5d668ca926ef43d618b93b7824d19b46f86f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 27 rooms. Wireless internet access in public areas allows travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="921.12" OriginalAmount="912.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.928122996521" Longitude="-118.39606171571" StarRating="2.5" HotelCode="498209|hampton_inn_suites_lax_el_segundo" HotelName="Hampton Inn &amp; Suites Lax El Segundo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>888 North Sepulveda Boulevard, Los Angeles, California 90245</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/64/2364fb8910be3c6c1a2fc70fe559aab01f50fdaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="926.17" OriginalAmount="917" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.062041337117" Longitude="-118.300960958" StarRating="3.5" HotelCode="16435|1744" HotelName="The LINE 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,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3515 Wilshire Boulevard, Los Angeles, California 90010</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/fe/c2fef229f809a20e4fc3449039cb903cb7a0e257.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This great value hotel is situated between the centre of Los Angeles and Beverly Hills. It is around...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="928.19" OriginalAmount="919.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.05206171625" Longitude="-118.2975859883" StarRating="3" HotelCode="322298|hotel_aventura_2" HotelName="Aventura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1020 Fedora Street, Los Angeles, California 90006</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/4a/c64aae714cd2484ebdc803617a59a59132e9e4c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="929.20" OriginalAmount="920.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.04253382" Longitude="-118.25398532" StarRating="0" HotelCode="562956|the_audemar" HotelName="Tuck Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>820 South Spring Street, Los Angeles, California 90014</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/2c/d42c72f91f3006a46ff5e22fffafd29c219dce81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Located in Los Angeles (Historic Core), Tuck Hotel is minutes from Orpheum T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="940.31" OriginalAmount="931.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.130365432643" Longitude="-118.18862904897" StarRating="2" HotelCode="379194|eagle_rock_motel_" HotelName="Eagle Rock Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7041 North Figueroa, Los Angeles, California 90042</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/dd/f0ddc036a3363778f8adf3ea5d64b8c1bd912b53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Los Angeles. The nearest airport is Burbank (BUR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="940.31" OriginalAmount="931.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.94614614" Longitude="-118.39269166" StarRating="3.5" HotelCode="943383|h_hotel_los_angeles_curio_collection_by_hilton" HotelName="H Hotel Los Angeles Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6151 West Century Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/48/1c48e3a0cd34824dfaf7c3982624c4a9621fec5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="941.32" OriginalAmount="932.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.06322289155" Longitude="-118.23903143406" StarRating="3.5" HotelCode="32900|best_western_plus_dragon_gate_" HotelName="Best Western Plus Dragon Gate Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>818 North Hill Street, Los Angeles, California 90012</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/a0/6da0400f7e88aa2d8166f92b57d226d1ec2c0fa9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers great value for money at the heart of Chinatown in the centre of Los Angeles. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="947.38" OriginalAmount="938.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.04698799199" Longitude="-118.2605856657" StarRating="2" HotelCode="64679|ritz_milner_hotel" HotelName="Milner Hotel Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>813 South Flower Street, Los Angeles, CA 90017</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/73/9e73e231842d7e924fd5a2874d3c137cc489f027.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="948.39" OriginalAmount="939.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.102555" Longitude="-118.345255" StarRating="2" HotelCode="225819|hollywood_7_star_motel" HotelName="Hollywood 7 Star Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1730 North La Brea Avenue, Los Angeles, CA 90046</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/fc/f4fccff0cea391601e966cb52390945e1ffa1fc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Los Angeles. The nearest airport is Burbank (BUR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="949.40" OriginalAmount="940.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.980893" Longitude="-118.464083" StarRating="3" HotelCode="365915|the_inn_at_venice_beach" HotelName="The Inn At Venice Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>327 Washington Blvd., Venice, California 90291</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/eb/08ebd16275db7ad6e4a9974aec1b8b4a27560114.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in Los Angeles, approximately 300 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="950.41" OriginalAmount="941.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.050262" Longitude="-118.257107" StarRating="4" HotelCode="99495|the_standard_downtown_la" HotelName="Standard Downtown" 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>550 South Flower Street, Los Angeles, California 90071</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/55/245594bb5568b738052c10ad9d6ffcb26d183272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Los Angeles property is located near Los Angeles Central Public Library and the US Bank Tower. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="957.48" OriginalAmount="948.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.946442" Longitude="-118.393605" StarRating="3" HotelCode="56799|courtyard_by_marriott_los_angeles_lax__century_boulevard" HotelName="Courtyard Los Angeles LAX/Century Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6161 West Century Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/a6/ada69bec477f93082b4625762b4f9aba7165b7e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale and conveniently located hotel is perfect for overnight stopovers or business traveller...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="976.21" OriginalAmount="966.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.058415858333" Longitude="-118.27410288333" StarRating="4" HotelCode="126618|826215" HotelName="Holiday Inn Express Los Angeles Downtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>611	South Westlake Avenue, Downtown Los Angeles, Los Angeles, California 90057</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/0e/010eab1aafde3c43e1a5f1d3a158f17270df4dff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1010.00" OriginalAmount="1000.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.076245467903" Longitude="-118.35808401075" StarRating="2" HotelCode="443744|rodeway_inn_los_angeles" HotelName="SureStay Hotel by Best Western Beverly Hills West LA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7721 Beverly Boulevard, Los Angeles, California 90036</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3a/b73ac63fcc1cbe5b0af38eb03bae4a9fce2d60e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1010.00" OriginalAmount="1000.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.050941847605" Longitude="-118.43306772655" StarRating="2" HotelCode="893716|azul_inn_west_los_angeles" HotelName="Good Nite Inn West Los Angeles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10740 Santa Monica Boulevard, Los Angeles, California 90025</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/d0/21d00b403352e1930eec32b83580e9f436eb2b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1047.37" OriginalAmount="1037.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.9463446" Longitude="-118.39271287" StarRating="3" HotelCode="559174|homewood_suites_by_hilton_los_angeles_international_airport" HotelName="Homewood Suites by Hilton Los Angeles International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6151 W. Century Boulvard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/92/a592d3d18cb4e637897a67a63f06a6ee8e2ff758.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1049.39" OriginalAmount="1039.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.063680065926" Longitude="-118.36603403091" StarRating="4" HotelCode="906868|hotel_wilshire_a_kimpton_hotel" HotelName="Kimpton Hotel Wilshire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6317 Wilshire Boulevard, Los Angeles, California 90048</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/a8/b6a84ed3180143ef598c635cb1ee5daf10ab4e99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1062.52" OriginalAmount="1052.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.046557" Longitude="-118.44728" StarRating="3" HotelCode="36300|holiday_inn_express_west_los_angeles" HotelName="Holiday Inn Express West Los Angeles-Santa Monica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11250 Santa Monica Boulevard, Los Angeles, California 90025</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/d3/13d3ae32f1a965c07f4a40844efec2c3bb496396.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Los Angeles, this hotel is about 6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1069.59" OriginalAmount="1059.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.993369" Longitude="-118.479319" StarRating="3" HotelCode="178661|su_casa_at_venice_beach" HotelName="Su Casa at Venice Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>431, Ocean Front Walk, Los Angeles 90291, California</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/4f/a14fcac774da870a1802e06f419ad7c27beb4f3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1072.62" OriginalAmount="1062.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.947183410967" Longitude="-118.38632817409" StarRating="3" HotelCode="40598|embassy_suites_los_angeles_intl_airport_north" HotelName="Embassy Suites by Hilton LAX North hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9801 Airport Boulevard, Los Angeles International Airport, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/0b/fa0b0a79c1fc0fee05ddd6d3f61f0915ee28ea18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1074.64" OriginalAmount="1064.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.0701486" Longitude="-118.35133074286" StarRating="2" HotelCode="901832|park_plaza_lodge_hotel" HotelName="Park Plaza Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6001 West 3rd Street, Los Angeles, CA 90036</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/a9/b4a9d6b7ac4da97639c0356c4cb13ca1fdf8071b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1081.99" OriginalAmount="1071.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.095039781985" Longitude="-118.37277173996" StarRating="3.5" HotelCode="58127|1317575" HotelName="Best Western Plus Sunset Plaza" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8400 Sunset Boulevard, Los Angeles, California 90069-1910</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/8b/2b8b158ec983cc5e4238fe24c4bcacc4e11e14d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1082.43" OriginalAmount="1071.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.052781646281" Longitude="-118.25585961342" StarRating="4" HotelCode="19359|WJ7" HotelName="The Westin Bonaventure Hotel &amp; Suites, Los Angeles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>404 South Figueroa Street</AddressLine>
          </AddressLines>
          <PostalCode>2136124800</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/60/ef60d84ad89396a33158d71afc3e590de7836640.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Los Angeles in the heart of many attractions and is just a kilometr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1084.74" OriginalAmount="1074.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.946382268751" Longitude="-118.38739872746" StarRating="3" HotelCode="935265|residence_inn_by_marriott_los_angeles_laxcentury_boulevard" HotelName="Residence Inn Los Angeles LAX/Century Boulevard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5933 West Century Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/c9/b5c958deaea0ebb73c8a0a519c62ef0ae4cb838d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1094.84" OriginalAmount="1084.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.058735" Longitude="-118.261715" StarRating="2" HotelCode="225813|jerrys_motel" HotelName="Jerry's Motel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>285 Lucas Avenue, Los Angeles, CA 90026</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/34/91341bc6edd97a71209e06da04acca1f2196f732.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1095.85" OriginalAmount="1085.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.091754" Longitude="-118.326846" StarRating="2" HotelCode="26463|vagabond_inn_executive_hollywood" HotelName="Hampton Inn &amp; Suites Los Angeles/Hollywood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1133 Vine Street, Hollywood, California 90038</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/b1/13b13bd8f9d60af13f2fb35c48fa4869a660a92e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1102.62" OriginalAmount="1091.70" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|224997" HotelName="Hampton Inn And Suites Los Angeles/hollywood" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1133 Vine St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/9/9/7/224997_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1105.40" OriginalAmount="1094.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.10428425" Longitude="-118.3421975" StarRating="3" HotelCode="565123|1928676" HotelName="Magic Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7025 Franklin Avenue, Los Angeles, CA 90028</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/a1/a7a11bc3fb87906fd7d28dc816e87d69ab85c0bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1118.07" OriginalAmount="1107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.983331757589" Longitude="-118.39362859726" StarRating="3" HotelCode="396090|four_points_by_sheraton_los_angeles_westside" HotelName="Four Points by Sheraton Los Angeles Westside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5990  Green Valley Circle, Culver City, California 90230</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/73/c973ca071f9162537e99f8ae2e2cf741143a4e4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.11" OriginalAmount="1111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.987157103367" Longitude="-118.47212076187" StarRating="3" HotelCode="10996|hotel_erwin" HotelName="Erwin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1697 Pacific Avenue, Los Angeles, Venice Beach, California 90291</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/56/5d564b5616ef8b92755537ac8f867f592da66745.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located adjacent to the boardwalk, the beach and local shops of Venice Beach. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1127.18" OriginalAmount="1116.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.06028147374" Longitude="-118.43754440546" StarRating="4" HotelCode="11267|103755" HotelName="Kimpton Hotel Palomar Beverly Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 02/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10740 Wilshire Boulevard, Los Angeles, California 90024</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/e6/02e63c97bf07038135b10f21ea9ce9003eebb5de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Westwood Village neighbourhood, the hotel is centrally located, just 500 metres from...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1136.10" OriginalAmount="1124.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.04386021" Longitude="-118.25792259" StarRating="4" HotelCode="429469|65618856" HotelName="LEVEL Furnished Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Security,Air Conditioning,Business Centre,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Pets allowed,Printer,Room Service,Sauna,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>888 S. Olive St, Los Angeles, CA 90015</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/15/07152bc979d9d9ac143123ccf281b6f63251f190.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;LEVEL DTLA is situated in the heart of Downtown Los Angeles South Park District and is approximately...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1165.66" OriginalAmount="1154.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.072726419755" Longitude="-118.25088004491" StarRating="2" HotelCode="895185|4556556" HotelName="Super 8 by Wyndham Los Angeles Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1341 West Sunset Boulevard, Los Angeles, California 90026</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/c5/8cc52e099c71ecd493d5962a376337e9ef2d04f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1183.72" OriginalAmount="1172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.04692688663" Longitude="-118.2606219063" StarRating="3" HotelCode="894377|o_hotel_2" HotelName="O Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>819 South Flower Street, Los Angeles, California 90017</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/ed/85ed237ce0d35aad81b23be0927014fc43d08c55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1194.83" OriginalAmount="1183" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.0801948" Longitude="-118.3898711" StarRating="3" HotelCode="890723|67059" HotelName="Beverly Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>469 North Doheny Drive, Beverly Hills, California 90210</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/7a/c97af67f135ab5b407d21a257ede8b5bf34eed80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1202.91" OriginalAmount="1191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.041648" Longitude="-118.256947" StarRating="4" HotelCode="294129|ace_hotel_downtown_los_angeles" HotelName="Ace Hotel Downtown Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>929 South Broadway, Los Angeles, California 90015</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/66/8e669ddb7511f50251831ac543c09d92645cc732.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1225.13" OriginalAmount="1213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.0600211" Longitude="-118.44265893" StarRating="4.5" HotelCode="517668|plaza_la_reina" HotelName="Plaza la Reina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10850 Lindbrook Drive, Los Angeles, California 90024</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/24/0d24849787618e836eed6672610663b8b64920e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1255.85" OriginalAmount="1243.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.050615" Longitude="-118.242558" StarRating="4" HotelCode="88368|261475" HotelName="DoubleTree by Hilton Hotel Los Angeles Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 South Los Angeles Street, Los Angeles, California 90012</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/9a/1f9ad13071dbce301fd2b1dd7a0d2de0adeb00b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the eclectic Little Tokyo district, adjacent to Weller Court Shopping Center...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1272.60" OriginalAmount="1260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.067713" Longitude="-118.426038" StarRating="3" HotelCode="395246|beverly_hills_plaza_hotel__spa" HotelName="Beverly Hills Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10300 Wilshire Blvd., Los Angeles, California 90024</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a0/40a03ed57f93c0558db0585d2a0258c8377ee304.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1285.26" OriginalAmount="1272.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.049695" Longitude="-118.240012" StarRating="3" HotelCode="64423|173720" HotelName="Miyako Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>328 East 1st Street, Los Angeles, California 90012</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/8a/d98a276fa5c5d9140993c62bcbfd4b1766048ec4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1302.90" OriginalAmount="1290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.083641126574" Longitude="-118.3628462255" StarRating="3" HotelCode="907294|palihotel_melrose" HotelName="Palihotel Melrose Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7950, Melrose Avenue, Los Angeles, California 90046</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/df/04dfb494cc682e1405d70461386303fd2d806cab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1321.08" OriginalAmount="1308.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.006181" Longitude="-118.489699" StarRating="2" HotelCode="120567|bayside_hotel" HotelName="Bayside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2001 Ocean Avenue, Santa Monica, California 90405</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/bc/0dbccba4abe28d02a65fd71a74131f75e080d5b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 45 rooms. Services and facilities at the hotel include room service an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1370.57" OriginalAmount="1357" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.069885" Longitude="-118.376775" StarRating="5" HotelCode="100318|54232" HotelName="SLS Hotel A Luxury Collection Hotel Beverly Hills" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>465 South La Cienega Boulevard, Los Angeles, California 90048</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/a7/c3a769f9ffddff432a9a89ecedd852629c7f7c5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Beverly Hills.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1373.60" OriginalAmount="1360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.094372320452" Longitude="-118.37445884943" StarRating="4" HotelCode="14968|mondrian_los_angeles_in_west_hollywood" HotelName="Mondrian Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8440 Sunset Boulevard, Los Angeles, California 90069</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f9/68f99420a94bbf3742072f21afe33fb252973d90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel, located on Sunset Boulevard, is a popular haunt of the rich and famous and has se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1395.82" OriginalAmount="1382" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.07623388" Longitude="-118.35509594" StarRating="2" HotelCode="144906|142848" HotelName="Bevonshire Lodge Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7575 Beverly Boulevard, Los Angeles, CA 90036</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/b9/03b9729075544a00939a416980fd4e787da64c4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1420.06" OriginalAmount="1406.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.046976155157" Longitude="-118.26437501779" StarRating="3" HotelCode="429790|indigo_los_angeles_downtown" HotelName="Indigo Los Angeles Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>899 Francisco Street, Los Angeles, CA 90017</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d3/34d3a1b475959693f201df6ed5493bf0246466f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a bar, room service, a c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1422.54" OriginalAmount="1408.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.072892013198" Longitude="-118.37277892662" StarRating="4" HotelCode="87066|3038886" HotelName="The Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8384 West 3rd Street, Los Angeles, CA 90048</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/63/1263bc69a73be1f79990527ce50903aaf6c0144c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1426.07" OriginalAmount="1411.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.04687" Longitude="-118.25572" StarRating="5" HotelCode="630422|7274630" HotelName="NoMad Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>649 South Olive &amp; 7th Street, Los Angeles, California 90014</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/8d/728d32472499ecce9866053603db7005b2e4f818.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1440.26" OriginalAmount="1426.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.0523919" Longitude="-118.4170169" StarRating="3" HotelCode="119481|courtyard_by_marriott_los_angeles_century_citybeverly_hills" HotelName="Courtyard Los Angeles Century City Beverly Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10320 West Olympic Boulevard, Los Angeles, California 90064</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/9e/f79ede094e10bfc65ab7fe27281516f4c308cb91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Los Angeles, this hotel is about 8 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1455.41" OriginalAmount="1441" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.076262225225" Longitude="-118.37754741311" StarRating="4" HotelCode="17727|14044" HotelName="Sofitel Los Angeles at Beverly Hills" 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,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8555 Beverly Boulevard, Los Angeles, California 90048</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/9a/439a51c9cc29d8c14d6c89173ae41981bb945883.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys the perfect LA location, directly across from Beverly Center shopping and clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1458.44" OriginalAmount="1444.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.0667029" Longitude="-118.396171" StarRating="4" HotelCode="317481|thompson_beverly_hills" HotelName="Sixty Beverly Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9360 Wilshire Boulevard, Beverly Hills, California 90212</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/04/da0453e6f0e8409a644fe01b01b8d0895c0df3dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles, about 9.999 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1477.63" OriginalAmount="1463.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.99501207" Longitude="-118.48005048" StarRating="4" HotelCode="517595|the_rose_hotel_2" HotelName="The Rose Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rose Avenue, Los Angeles, California 90291</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/d5/e4d5704b4248c7db8a67cb045deb10245dab5465.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The Rose Hotel to discover the wonders of Los Angeles (CA). Featuring a complete list of ame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1480.66" OriginalAmount="1466.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.103956" Longitude="-118.325106" StarRating="4" HotelCode="544743|kimpton_everly_hotel" HotelName="Kimpton Everly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1800 Argyle Avenue, Los Angeles, California 90028</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/55/0855e6a2813ddc4afb0605b9c0293fdb79f2dba3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1489.75" OriginalAmount="1475.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.052277189626" Longitude="-118.25054883957" StarRating="4" HotelCode="27610|omni_los_angeles_hotel_at_california_plaza" HotelName="Omni Los Angeles Hotel at California Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>251 South Olive Street, Los Angeles, California 90012</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/ff/5aff530e5aab69f9c2f1cf95558cd6c57fc9a0d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on historical Bunker Hill at the heart of Los Angeles within walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1541.26" OriginalAmount="1526.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.073911846492" Longitude="-118.36155162551" StarRating="3" HotelCode="443651|farmers_daughter" HotelName="Farmer's Daughter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115 South Fairfax Avenue, Los Angeles, CA 90036</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/e1/9ae17beb23f1038a31f7ce7c4daf45235dbcc882.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1548.33" OriginalAmount="1533.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.958639" Longitude="-118.41903" StarRating="3" HotelCode="12693|custom_hotel_a_joie_de_vivre_boutique_hotel" HotelName="Custom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8639 Lincoln Boulevard, Los Angeles, California 90045</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/55/fa55576c5e42a276b067617741a2cb26e9612b2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located approximately 1.5 km north of Los Angeles Airport, just south of Playa Vist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1575.60" OriginalAmount="1560.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.06399316" Longitude="-118.36802543" StarRating="2" HotelCode="773229|ac_hotel_by_marriott_beverly_hills" HotelName="AC Hotel Beverly Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6399 Wilshire Boulevard, Los Angeles, California 90048</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/89/7d89e3a64b7668a6351e18fede4910fbb9e33f4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1598.83" OriginalAmount="1583.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.058407571429" Longitude="-118.47832042857" StarRating="2" HotelCode="896729|brentwood_inn" HotelName="The Brentwood Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12200 Sunset Boulevard, Los Angeles, California 90049</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/89/308919f72d7e90287f2ff0bde5e4edd01ac36bea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a dining area, a bar, a business centre and a fireplace are available to guests of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1599.84" OriginalAmount="1584.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.055699476672" Longitude="-118.3959583601" StarRating="3" HotelCode="60825|residence_inn_by_marriott_beverly_hills" HotelName="Residence Inn by Marriott Beverly Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1177 South Beverly Drive, Los Angeles, California 90035</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/0d/760de25f966928000e8bc1b55e8e768f30283dbd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smoke-free Los Angeles hotel is 1.6 km from Rodeo Drive, and 14 km from Hollywood and the LA Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1647.31" OriginalAmount="1631.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.060819" Longitude="-118.442753" StarRating="2" HotelCode="225811|palihotel_westwood_village" HotelName="Palihotel Westwood Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 07/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1044 Tiverton Avenue, Los Angeles, California 90024</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/13/c7135b0db66b7b1b3f70cd4407c66d69a5e27e14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1666.50" OriginalAmount="1650.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.137511600541" Longitude="-118.3596188575" StarRating="4" HotelCode="21455|sheraton_universal_hotel" HotelName="Sheraton Universal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Universal Hollywood Drive, Universal City, Loa Angeles, California 91608</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ae/09ae7da1ec64eb5a27fb7e8aa42401b9748cd060.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can stroll over to Melrose Avenue, Hollywood, Beverly Hills, and downtown Los Angeles. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1680.09" OriginalAmount="1663.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.06894675" Longitude="-118.4451675" StarRating="4" HotelCode="637776|749449" HotelName="UCLA Luskin Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>425 Westwood Plaza</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/31/e331729e7c73eef8e52d8b23954debda4caab3c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1698.82" OriginalAmount="1682.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.04541005821" Longitude="-118.26387405396" StarRating="3" HotelCode="12465|hotel_figueroa_downtown_los_angeles" HotelName="Hotel Figueroa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>939 South Figueroa Street, Los Angeles, California 90015</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/94/a2944037a70fca870915e7427156cc8e1a90238d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1703.87" OriginalAmount="1687.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.045873" Longitude="-118.265921" StarRating="3" HotelCode="300682|courtyard_by_marriott_los_angeles_la_live_2" HotelName="Courtyard Los Angeles L.A. LIVE" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>901 West Olympic Boulevard, Los Angeles, California 90015</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/19/ad19eff3694a10fce3b1193ab90fd12ea1565396.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1712.96" OriginalAmount="1696.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.047732499846" Longitude="-118.25818508864" StarRating="4" HotelCode="27038|sheraton_los_angeles_downtown_hotel" HotelName="Sheraton Grand Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>711 South Hope Street, Los Angeles, California 90017</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/zz/86ad631214b880dd3210cc2f09165117faa9b049.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is just adjacent to Macy's Plaza with a direct entrance from the hotel. There is a metr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1713.39" OriginalAmount="1696.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.055628325593" Longitude="-118.39898228645" StarRating="4.5" HotelCode="44778|43297" HotelName="Mr. C Beverly Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1224 Beverwil Drive, Los Angeles, California 90035</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/a4/bea497f782dfb5c435701d59b1507f43a08f42c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a hillside with views over Hollywood, Beverly Hills and Century City. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1753.36" OriginalAmount="1736.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.056375477613" Longitude="-118.39575628958" StarRating="4" HotelCode="13517|crowne_plaza_beverly_hills" HotelName="Beverly Hills Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1150 South Beverly Drive, Los Angeles, California 90035</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ff/49ff3b8066e7fa2359cb98b53f7c4ac5ae4bffda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming city hotel is on the outskirts of Beverly Hills, close to the famous Rodeo Drive. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1796.79" OriginalAmount="1779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.045739" Longitude="-118.265824" StarRating="3" HotelCode="933307|residence_inn_los_angeles_la_live" HotelName="Residence Inn by Marriott Los Angeles L.A. LIVE" 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>901 West Olympic Boulevard, Los Angeles, California 90015</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/12/bb124d3180eb12ca15b3c4b1a6e87e505934ee6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1932.13" OriginalAmount="1913.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.063156787153" Longitude="-118.44146445394" StarRating="4" HotelCode="21456|w_los_angeles__westwood" HotelName="W Los Angeles West Beverly Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>930 Hilgard Avenue, Los Angeles, Californien 90024</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/55/f4552186e26022006a227fe1a2a05696efd23563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1990.71" OriginalAmount="1971.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.09193433" Longitude="-118.28277967" StarRating="0" HotelCode="952588|silver_lake_pool_inn" HotelName="Silver Lake Pool &amp; Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4141 Santa Monica Boulevard, Los Angeles, California 90026</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b3/0ab3ddfd1d6bc45d6f02d2b5782d4a8e19709216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2015.96" OriginalAmount="1996.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.0500867" Longitude="-118.2603645" StarRating="4" HotelCode="429793|intercontinental_los_angeles_downtown_2" HotelName="Intercontinental Los Angeles Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>900 Wilshire Boulevard, Los Angeles, CA 90017</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/bf/3cbf16a61bbad187c7325781fa277b1861819740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a bar, a newspaper stand, a laundry se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2229.07" OriginalAmount="2207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.057554" Longitude="-118.415679" StarRating="5" HotelCode="19360|hyatt_regency_century_plaza" HotelName="Fairmont Century Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2025 Avenue of the Stars, Los Angeles, California 90067</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/86/96868bbf7a34a1cec4f6fe3316f2c08b91be5ace.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on seven lush acres with 726 spacious and recently renovated guestrooms, this hotel near Beverly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2279.57" OriginalAmount="2257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.045229" Longitude="-118.266691" StarRating="4" HotelCode="142128|jw_marriott_los_angeles_la_live" HotelName="JW Marriott Los Angeles L.A. LIVE" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>900 West Olympic Boulevard, Los Angeles, California 90015</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d9/8fd9b26b4aba99ed8d787ebed9a98bce569395f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its central location in the Los Angeles Downtown district, the hotel provides a deluxe level of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2514.90" OriginalAmount="2490.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.0447" Longitude="-118.324" StarRating="0" HotelCode="974480|downtown_los_angeles_proper" HotelName="Downtown Los Angeles Proper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1100 South Broadway, Los Angeles, California 90015</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/9e/379e644af25f2ea313a5547cf18431d1310ef9df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3513.79" OriginalAmount="3479.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.072456" Longitude="-118.395379" StarRating="5" HotelCode="39309|lermitage_beverly_hills" HotelName="Viceroy L'Ermitage Beverly Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9291 Burton Way, Beverly Hills, 90210 California</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/2b/302bca080ce7415d1ff89d382da1c2ee32327eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a tree-lined boulevard in Beverly Hills, this secluded Los Angeles hotel is less than a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3555.20" OriginalAmount="3520.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.05330606" Longitude="-118.27138333" StarRating="2" HotelCode="562674|stuart_hotel_4" HotelName="Stuart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>718 South Union Avenue, Los Angeles, Califorina 90017</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/93/7f93ca65eb16f6b1add595820a2635ef6a08eaa2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3572.37" OriginalAmount="3537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.073030768263" Longitude="-118.38927805424" StarRating="5" HotelCode="12633|four_seasons_los_angeles_at_beverly_hills" HotelName="Four Seasons Hotel Los Angeles at Beverly Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 South Doheny Drive, Los Angeles, California 90048</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/83/98835cabee91191cb4800996557f5954421c6417.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Los Angeles. The nearest airport is Los Angeles - International (LAX).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3694.72" OriginalAmount="3658.14" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|67878" HotelName="Four Seasons Los Angeles At Beverly Hills" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Beverly Hills,300 South Doheny Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/8/7/8/67878_29b7b420725.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4017.78" OriginalAmount="3978.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.066659693653" Longitude="-118.40060770512" StarRating="5" HotelCode="18435|beverly_wilshire__beverly_hills_a_four_seasons_hotel" HotelName="Beverly Wilshire,  A Four Seasons 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,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9500 Wilshire Boulevard, Beverly Hills, California 90212</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/b7/6db74cfbc916e6626f25e3154bf3f4dc057b12b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;World renowned as the setting of the famous film 'Pretty Woman', this hotel is ideally located on Ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12354.32" OriginalAmount="12232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.045529" Longitude="-118.266967" StarRating="5" HotelCode="904071|the_ritzcarlton_los_angeles" HotelName="The Ritz-Carlton, Los Angeles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>900 W Olympic Blvd, Los Angeles, California 90015</AddressLine>
          </AddressLines>
          <CityName>Los Angeles</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/35/663524ec80c79530eedc4845475382b3727231fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Los Angeles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service,Wheelchair Access,Conference Hall,Currency Exchange,Golf,Heated Pool,Jacuzzi,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Bicycle Rental,Lounge,Massage Centre,Nightclub,Diet Meals,24 Hour Front Desk,Coffee Shop,Elevator,LCD/Projector,Parking,Housekeeping,Vending Machine,ATM/Cash Machine,Dry Cleaning,Library,24 Hour Security,Business Centre,Meeting Room,Pets allowed,Printer,Valet Parking,Luggage Storage,Garden,Porter</BasicAmenities>
    <HotelRating>2,4,3.5,3,5,2.5,4.5,1.5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,CLUB RESORT,SPA HOTEL,AIRPORT HOTEL,ECO HOTEL,BEACH HOTEL,VILLAGE,HOTEL,HOSTEL,HOSTELS,MOTEL,APARTMENT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||True