<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
9c153f53-8dc8-4f03-97fb-15433631f37d|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="9c153f53-8dc8-4f03-97fb-15433631f37d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72643" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-03-21T00:00:00" End="2026-03-23T00: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
9c153f53-8dc8-4f03-97fb-15433631f37d|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c153f53-8dc8-4f03-97fb-15433631f37d|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
9c153f53-8dc8-4f03-97fb-15433631f37d|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
9c153f53-8dc8-4f03-97fb-15433631f37d|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
9c153f53-8dc8-4f03-97fb-15433631f37d|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
9c153f53-8dc8-4f03-97fb-15433631f37d|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
9c153f53-8dc8-4f03-97fb-15433631f37d|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
9c153f53-8dc8-4f03-97fb-15433631f37d|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-12T05:43:38.1998878+00:00" Version="0" EchoToken="Search" TransactionIdentifier="9c153f53-8dc8-4f03-97fb-15433631f37d" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050687009267" Longitude="103.8526767868" StarRating="1" HotelCode="434531|campbell_inn_hostel" HotelName="Campbell Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>50 Campbell Lane, Little India, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/3b/733bd6a9b8e4ff621796568288eca042fa2beb9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2878145" Longitude="103.84893423" StarRating="2" HotelCode="857588|hipstercity" HotelName="Hipstercity" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 Circular Road, Singapore 049365</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/40/0f408ca6230f3327f7493d9a8728f700ce2931aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Singapore, known for "its delicious hybrid cuisine from many countries". Hipstercity is p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.90" OriginalAmount="74.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2877445788887" Longitude="103.84902034981" StarRating="2" HotelCode="383779|1241148" HotelName="Quarters Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 Circular Road, Singapore 049368</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/e7/93e711f8caac5a4041930bf016650b61c6b9d659.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30271401" Longitude="103.8583919" StarRating="2" HotelCode="779404|bond_boutique_capsule_hotel_at_bugis_hostel" HotelName="Bond Boutique Capsule Hotel At Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>7A Jalan Pinang, Singapore 199139</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/df/43dfe27c08eb118ce8d75e98162735334f2aee73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.302730221272" Longitude="103.85846654904" StarRating="1" HotelCode="384400|feel_at_home_2" HotelName="Feel At Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jalan Pinang, Singapore 199139</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/07/9b07b6886f340638f846edb8a5886392196cb94c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Feel At Home Backpackers is located near Little India and Arab Street a Metro line going/coming ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.31" OriginalAmount="82.49" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|507281" HotelName="RadZone Hostel" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26a Circular Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/2/8/1/507281_168212f1122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2875638032952" Longitude="103.84716816601" StarRating="2" HotelCode="437141|river_city_inn_" HotelName="River City Inn - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33C Hong Kong Street, Singapore 059672</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/1c/9b1c54b119e54bbee33c25d9cd322f5cfc0b66ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.36" OriginalAmount="83.52" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|234583" HotelName="Cube Boutique Capsule" Meals="CAPSULE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76, 78 Smith Street (2nd y 3rd Level)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/5/8/3/234583_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.23" OriginalAmount="84.39" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|188265" HotelName="Galaxy Pods Capsule Boat Quay" Meals="CAPSULE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Circular Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/2/6/5/188265_e3d10361055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113355278999" Longitude="103.86071371266" StarRating="2" HotelCode="522574|abc_hostel" HotelName="Meadows Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7A Hamilton Road, Singapore 209178</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/01/9b01673241e31e5f55f69a825f12b34e95b2a953.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.82" OriginalAmount="86.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2830180539045" Longitude="103.84293561412" StarRating="2" HotelCode="491669|2290095" HotelName="Cube Smith Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>76 and 78 Smith Street, Level 2 and 3, Singapore 058971, 058972</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/657651/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30100519" Longitude="103.85954487" StarRating="0" HotelCode="865893|met_a_space_arab_street" HotelName="Met A Space Pod @ Arab Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Arab Street, Kampong Glam, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ae/5faea9316287597007563c3ff8fc6627416708f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3120586815058" Longitude="103.86074718651" StarRating="2" HotelCode="549378|dream_lodge_2" HotelName="Dream Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>172 Tyrwhitt Road, Singapore 207574</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/33/9133a2c854fb6d662f2caf73708dd2cb97521a6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.72" OriginalAmount="101.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3259550363873" Longitude="103.84859651327" StarRating="2" HotelCode="99089|88268" HotelName="Fragrance Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>435 Balestier Road, Singapore 329816</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/72/de72d03718b5488efcbdfc357d876d4998ec6919.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of the city, near an area where a number of famous restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.54" OriginalAmount="102.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2874123916281" Longitude="103.8473748105" StarRating="2" HotelCode="378376|1227968" HotelName="Beds and Dreams Inn @ Clarke Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Hong Kong Street, 02-01, Singapore 059677</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/60/4f604174ccbe31af488b0a11d76baf47496faf60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.26" OriginalAmount="103.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3009485412788" Longitude="103.86053799279" StarRating="2" HotelCode="442684|1222968" HotelName="The POD" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>289 Beach Road, Level 3, Singapore 199552</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/96/d196f8c51248ed79b4b6d4c641d0890698d979db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.77" OriginalAmount="103.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3048247991918" Longitude="103.8535130024" StarRating="2" HotelCode="163819|1154788" HotelName="Sandpiper Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>63 Dunlop Street, Singapore 209391</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e0/82/e0826837c15a40bf2273fa7fb29c26395469a353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk from Little India MRT Station and the 24-hour Mustafa Centre shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.322116" Longitude="103.852668" StarRating="2" HotelCode="65622|63994" HotelName="Fragrance Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>263 Balestier Road, Singapore 329715</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/fa/c3fabd9d0ac16b7a05dff34159daeadd193e4ef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Balestier road, around an 8-minute drive from Orchard Road, the famous shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.28" OriginalAmount="104.24" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|60312" HotelName="Fragrance - Oasis (sg Clean)" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>435 BALESTIER ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/1/2/60312_1_8105.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Fragrance Oasis is rated two stars and is comfortable, inviting. SITUATION: It is in front of the street Balestier. 20 minutes away from the establishment you have the Station of MRT Novena. 10 minutes away from the establishment, clients can find the commercial area of Orchard Road. 20 minutes away from the establishment guests have the airport. ROOM: The establishment has 36 rooms with air-conditioned, an LCD TV, a DVD player, WiFi, drinks, snacks and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31187" Longitude="103.881429" StarRating="2" HotelCode="167768|hotel_81_lucky" HotelName="Hotel 81 - Lucky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lorong 20 Geylang, Singapore 398741</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/00/4d0097861bec20de501b9beb32dd5648359614cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geylang, the hotel is within around a 15-minute drive from Orchard Road and the Central B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304602" Longitude="103.854626" StarRating="1" HotelCode="909699|haising" HotelName="Haising" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan Besar, Singapore 208801</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/8b/c98b059c367088a98a10151e39ea916868756d9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Singapore. There are a total of 60 guests rooms on the premises....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311766" Longitude="103.879551" StarRating="2" HotelCode="65787|35098" HotelName="Hotel 81 Geylang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 16 Geylang, Singapore 398863</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/62/3662096676b2ac28db3ecc02f9d274ae85f5f9fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the outskirts of the Central Business District, along Lorong 16 in the middl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312269" Longitude="103.900457" StarRating="2" HotelCode="149261|hotel_81_sakura" HotelName="Hotel 81 - Sakura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Joo Chiat Road, Singapore 427452</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/53/935324902daf10c1aeb344891a05b547fe864ac4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is approximately 20 minutes' drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.321302" Longitude="103.853094" StarRating="2" HotelCode="900640|value_hotel_balestier" HotelName="Value Hotel Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Balestier Road, Singapore 329684</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0b/e60be7790df68353de86481ac0ada1a69f073a9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the top of Balestier Road, surrounded by many local speciality food outlets...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3132689955934" Longitude="103.8759015114" StarRating="2" HotelCode="358038|regin" HotelName="Regin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Sims Avenue, Singapore 387416</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/46/a446e520d7fac577ab0095b86dcd30e141e9113b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the new generation budget hotel - Regin Hotel. Whether you are on business or holiday, si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.321952" Longitude="103.852713" StarRating="2" HotelCode="64179|fragrance_hotel__balestier" HotelName="Fragrance Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>255 Balestier Road, Singapore 329710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7d/f87d2adcafebe7301427b849189cf987f8ba6f4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Balestier, around 5 minutes by car from Orchard Road, the famous shopping b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312245" Longitude="103.88122" StarRating="2" HotelCode="65789|fragrance_hotel__ruby" HotelName="Fragrance Ruby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 20 Geylang, Singapore 398730</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/b7/d5b771f2ba9f08baa9b9c374b1024231447b2b0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Geylang Lorong 20, just a 15-minute drive from Changi International Airpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.78" OriginalAmount="115.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301316" Longitude="103.842555" StarRating="3" HotelCode="95899|1251098" HotelName="Hotel Supreme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Kramat Road, Singapore 228750</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/be/6dbebb9d71c621bee750f1c938050f4cc4719b6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the heart of the city centre, this hotel is the perfect base for business a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.20" OriginalAmount="116.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3090990220189" Longitude="103.85601191802" StarRating="2" HotelCode="98041|1120168" HotelName="Arianna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83 Syed Alwi Road, Singapore 207662</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/07/f7075a04e643437b0083f7e93d6aa0f4cf251e79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a great location, this hotel is the ideal place to stay for business and holidays travelle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.22" OriginalAmount="116.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311659" Longitude="103.900676" StarRating="2" HotelCode="65785|1032828" HotelName="Venue Hotel The Lily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 Joo Chiat Road, Singapore 427495</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c2/06c2651c05f94134dbaef174b44c44bf731622a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is within around a 15-minute drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2878386947894" Longitude="103.84792864323" StarRating="3" HotelCode="177432|jayleen_1918_hotel" HotelName="Jayleen 1918 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Carpenter Street, Near the Singapore River, Boat Quay, Singapore 059921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/51/2251a5f02000df50aa5dfce93a3cb0cc2f9f4f66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.31" OriginalAmount="117.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.323301" Longitude="103.852421" StarRating="2" HotelCode="154485|505415" HotelName="Value Nice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Balestier Road, Singapore 329738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0b/070be034fef49a9777be8f6c233423f4cdefc6f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the middle of Balestier Road, surrounded by many local speciality food outl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3095147619356" Longitude="103.90240162611" StarRating="3" HotelCode="95901|35119" HotelName="Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>305 Joo Chiat Road, Singapore 427556</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/71/e77166a4741ef154005892050969d9bef3354c3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Malay heritage site of Geylang Serai, which is just a mere 10-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309968" Longitude="103.877526" StarRating="2" HotelCode="176112|hotel_81_hollywood" HotelName="Hotel 81 - Hollywood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Lorong 8 Geylang, Singapore 399121</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c3/d0c3442c23ef1b844e4601256c9ab497dc0b90d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Geylang district, close to the Kallang area, buzzing with dining venues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3118" Longitude="103.880041" StarRating="2" HotelCode="64177|hotel_81_palace" HotelName="Hotel 81 Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Lorong 16 Geylang, Singapore 398867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/67/2b67d010aea56032130aefea04c5eb2e99f28507.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the vibrant Geylang district, with the central business district around a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.36" OriginalAmount="118.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3115785239987" Longitude="103.88080411023" StarRating="2" HotelCode="64178|1006485" HotelName="Hotel 81 Premier Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Lorong 18 Geylang, Singapore 398828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/7a/7d7a3f4e7e31ebbf7c1a614740aeab9bbc6e50e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the vibrant Geylang district, with the central business district around a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311174" Longitude="103.877264" StarRating="2" HotelCode="73809|hotel_81_orchid" HotelName="Hotel 81 - Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 8, Geylang, Singapore 399090</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/88/9a88c4a2a3bbce24ae81887bb4197909a7b68169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the vibrant Geylang district. Geylang is home to some of the illustrious nam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3110893" Longitude="103.878562" StarRating="2" HotelCode="65786|hotel_81_princess" HotelName="Hotel 81 - Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 12 Geylang, Singapore 399001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/97/00974c3b0a601417b0eab52db2911ded01df6463.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Lorong 12 in the heart of the Geylang area, with a number of restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.00" OriginalAmount="119.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3157573998465" Longitude="103.89770937095" StarRating="2" HotelCode="149260|501635" HotelName="Hotel Classic by Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Joo Chiat Road, Singapore 427353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/aa/24aa2d94969c310361f9a134c47be61b5244608c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is within around a 15-minute drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.15" OriginalAmount="119.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31195" Longitude="103.88122" StarRating="2" HotelCode="167766|501995" HotelName="Hotel 81 - Gold" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 20 Geylang, Singapore 398738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/fd/33fd0b71c09043f86d77ed8d155a36b5b1b7c115.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geylang, the hotel is within around a 20-minute drive from Orchard Road and the Central B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.61" OriginalAmount="120.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312429" Longitude="103.8601937" StarRating="2" HotelCode="65784|401655" HotelName="Hotel 81 - Elegance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Foch Road, Singapore 209276</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/70/b17038a140b41e3b0ab0a2dcabb03e6e7c6b09b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Foch Road, just behind the Eminent Plaza and around a 5-minute walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.61" OriginalAmount="121.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3140330996757" Longitude="103.87781113386" StarRating="2" HotelCode="909671|2262685" HotelName="Amrise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Sims Avenue #01-01, Singapore 387436</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/f7/ddf744c167da32bb5e56c7868dec137c78a8dd79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Singapore. A total of 58 rooms are available for guests' convenience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3158136174676" Longitude="103.89714449644" StarRating="2" HotelCode="409436|hotel_81_tristar" HotelName="Hotel 81 - Tristar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Onan Road, Singapore 424780</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c5/3dc53306ab8e8a24ce8963f42a7cf460ac9264ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the east, halfway between the airport and the city and a 15-minute drive fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303812" Longitude="103.853995" StarRating="2" HotelCode="409438|hotel_81_rochor" HotelName="Hotel 81 - Rochor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Besar, Singapore 208785</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/45/9745a9cdbed20f41c6dcc03a1509dce012fb4996.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along Rochor Road and is surrounded by numerous restaurants, food st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.26" OriginalAmount="122.04" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|163957" HotelName="Fragrance  - Lavender" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Lavender Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/5/7/163957_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.68" OriginalAmount="122.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304993" Longitude="103.854397" StarRating="2" HotelCode="888738|911185" HotelName="Hotel 81 - Dickson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Dickson Road, Singapore 209530</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/40/e14072ee66564d25b3b0a2a7821edc2031b6fd98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located within Singapore's ‘Little India’, the hotel is within walking distance of a host of food an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.92" OriginalAmount="123.68" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|75097" HotelName="Value Nice (sg Clean)" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>BALESTIER ROAD 302</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/0/9/7/75097_1_3696.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 5 floors and 67 rooms. The establishment has a lobby with an elevator, express check-out, a reception, a safety deposit box service, a car park and a laundry service (for a fee). SITUATION: Balestier Road It is in close to the establishment, guests have places of interest, shopping areas, 15 minutes away, guests can find the city centre situated 25 minutes away fromSingapore Changi Airport. ROOM: The rooms have a bathroom with a shower, a hairdryer, a double bed, a direct line telephone and satellite or cable TV. They also have internet, a coffee maker, a kettle, an ironing set and an air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.19" OriginalAmount="123.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3222641852614" Longitude="103.85266065492" StarRating="2" HotelCode="455038|2104475" HotelName="Hotel 81 Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>269 Balestier Road, 329720 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4b/3f4b5005c2c5355e8df9c5cadd0b8fe2346b3876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is in Singapore. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.84" OriginalAmount="125.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3214420832649" Longitude="103.85308653116" StarRating="2" HotelCode="186840|1449978" HotelName="Hotel 81 - Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 Balestier Road, Singapore 329688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a8/3aa8597495b8d9217240e37ed2ae9c49baa2fbac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests staying here can conveniently explore the Old World charm of the Balestier neighbourhood - a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.74" OriginalAmount="126.48" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|41072" HotelName="81 Tristar (sg Clean)" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 ONAN ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/7/2/41072_1_868.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel renovated in 2007, has 4 floors, 117 rooms and 6 suites. The establishment boasts a lobby with a lift, a reception with safety deposit boxes, a business centre with internet and a car park. The establishment offers guests a laundry service. SITUATION: This hotel is in the east, is located between the airport, the city centre, is 15 minutes away from Singapore Changi the Exhibition Centre 10 minutes away from the establishment you have Paya Lebar the metro station of East Coast Park 10 minutes away from the establishment, clients can find Where you can find restaurants and cafÃ©s. Clients can also find bicycle hire. ROOM: The rooms with adjustable air-conditioning system, a bathroom with a bath, a television, a direct line telephone, a coffee maker, a kettle, a hairdryer, a mini-bar and an ironing set (available on request), The establishment has non-smoking rooms. MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard, Visa, JCB, Diners Club, UnionPay and American Express.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.65" OriginalAmount="127.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311144" Longitude="103.876391" StarRating="2" HotelCode="65620|63984" HotelName="ibis budget Singapore Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 6 Geylang, Singapore 399174</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/fa/23fa21caeb921c125b5d88c25b665748165d2e9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geylang, which is in the east of Singapore, well known for being a food mec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.354025" Longitude="103.878559" StarRating="2" HotelCode="147837|fragrance_hotel__kovan" HotelName="Fragrance Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>760 Upper Serangoon Road, Singapore 534629</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/24/0f24f819bd21ad71700c7914b57c1cba9d17ddda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.03" OriginalAmount="128.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28319" Longitude="103.843881" StarRating="3" HotelCode="79828|1086288" HotelName="The Inn At Temple Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Temple Street, Singapore 058581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c3/e6c3ac43b0959440cdffb0e6c9d10501906c0430.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Temple Street, which is a five-minute walk away from the Chinatown MRT St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.37" OriginalAmount="129.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309845" Longitude="103.863112" StarRating="2" HotelCode="177398|1175878" HotelName="Fragrance Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Lavender Street, Singapore 338710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ca/8fcae19a9dee54ea64865d634cbbc1fdb788f011.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.92" OriginalAmount="133.58" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|188226" HotelName="Arton Boutique" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>176 Tyrwhitt Road, Lavender</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/2/2/6/188226_1_1715.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.12" OriginalAmount="134.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.26961" Longitude="103.813831" StarRating="2" HotelCode="140921|112372" HotelName="Fragrance Hotel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 Telok Blangah Road, Harbourfront, Singapore 098838</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d6/cad6a0c2a45bf359dd9fed87f8b4545f3c92134c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the foot of Mount Faber, amid lush and tranquil green landscape, the hotel is just 10 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.326675" Longitude="103.842665" StarRating="3" HotelCode="136260|value_hotel_thomson" HotelName="Value Thomson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>592 Balestier Road, Singapore 329901</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/fe/3ffe33473e25515e45c51bac1e904828722a2b9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the junction of Balestier Road and Thomson Road. Balestier Road is a l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30922" Longitude="103.855436" StarRating="2" HotelCode="943391|grandmax" HotelName="Golden Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Desker Road, Singapore 209645</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/75/b775324467c89f68632a9fe38e8c1cb7d8ccf5be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.38" OriginalAmount="135.03" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|234720" HotelName="Seng Wah" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 22 Geylang Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/7/2/0/234720_707ee180900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="136.47" OriginalAmount="135.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292207" Longitude="103.768792" StarRating="2" HotelCode="114233|CAN909100" HotelName="Fragrance Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>418 Pasir Panjang Road, Singapore 118759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9f/619fc987a734dc133638815832fd05c396a773b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the suburbs of Singapore, allowing travellers to experience the peace and q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3122966347293" Longitude="103.88049342791" StarRating="2" HotelCode="345782|budgetone_hotel" HotelName="BudgetOne Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 18 Geylang, 398793 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/01/2f01d0485eeccfa6bf8abb5f30a4d26a7f834da9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.03" OriginalAmount="137.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3037" Longitude="103.850025" StarRating="3" HotelCode="64175|64054" HotelName="Fragrance Hotel Selegie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183 Selegie Road, Singapore 188329</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/64/506442fded5b84a322d88ab6a4e6517801af7dae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is around a 2-minute walk from Little India MRT Station. Located within some 10 minutes' w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3117541344284" Longitude="103.86024663272" StarRating="2" HotelCode="517457|pine_hostel" HotelName="Pine Hostel by Just Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>153A Tyrwhitt Road, Qinan Building, 207566 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5a/cc5a757e07fd141a27d4b10bdc9a8c9c849b1043.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.27" OriginalAmount="139.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292129" Longitude="103.76869" StarRating="2" HotelCode="114234|98039" HotelName="Fragrance Ocean View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>432 Pasir Panjang Road, Singapore 118773</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c2/68c25b863ab2a147d6b37c233bf9cd0b30a53bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the suburbs of Singapore, allowing travellers to experience the peace and q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.47" OriginalAmount="140.07" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|234781" HotelName="The Amazing Inn" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong 14 Geylang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/7/8/1/234781_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3151448333333" Longitude="103.857118" StarRating="2" HotelCode="144116|asphodel_inn_singapore" HotelName="Asphodel Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>380 Race Course Road, Singapore 218702</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e75d481a224790c56de1c6d65bd5818ce99d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121435103141" Longitude="103.86088833499" StarRating="3" HotelCode="932935|arton_boutique_hotel" HotelName="Arton Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Tyrwhitt Road, Singapore 207576</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/ec/80ec50755f3d67f7c4e1985ad3ccf344aac84b30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28344" Longitude="103.834938" StarRating="2" HotelCode="167769|hotel_81_osaka" HotelName="Hotel 81 - Osaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Eng Hoon Street, Singapore 169753</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/28/d5287b825a8129c4451c0d561028076980de0301.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on the fringe of the city area. The Tiong Bahru area is an old residential ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.74" OriginalAmount="145.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297767" Longitude="103.848132" StarRating="3" HotelCode="909743|1221248" HotelName="YMCA @ One Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>One Orchard Road, Singapore 238824</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/51/46517c9348c57982b65f31b039cb20df55864fc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30279" Longitude="103.86139" StarRating="2" HotelCode="176113|hotel_81__heritage" HotelName="Hotel 81 - Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71 Jalan Sultan, Singapore 198985</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fe/8efe7051d5311c1a2ba699f41db8016bd1e6a868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the area known as Kampong Glam, next to the Concourse Building and the Sult...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2832814025" Longitude="103.84585670082" StarRating="3" HotelCode="343172|the_southbridge_" HotelName="The Southbridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>210 South Bridge Road, Singapore 058759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/27/2327b2b264f455d244068f4936c066c74b889fd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="148.64" OriginalAmount="147.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3885841333604" Longitude="103.97651341171" StarRating="4" HotelCode="932934|868552" HotelName="Changi Cove" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>351 Cranwell Road, Singapore 509866</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/64/9364779c89e3083dc9001659c6d979699ab5453d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.93" OriginalAmount="147.46" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|189773" HotelName="BudgetOne" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 18 Geylang Singapore 398793</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/7/3/189773_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3078202057286" Longitude="103.85865031349" StarRating="3" HotelCode="296206|j8_hotel" HotelName="J8 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Townshend road, #01-01, 33 Maude road, Singapore 207606</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/eb/bceb01be0dce83e51b790f79010e433ebf534d2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3120326971487" Longitude="103.87778699398" StarRating="2" HotelCode="909675|ascendere" HotelName="Ascendere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong 10 Geylang, 399035 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/0d/fc0d733d3c821b312ea1b86c860af639757fe339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Singapore. Pets are not allowed at this hotel. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.324432" Longitude="103.851109" StarRating="1.5" HotelCode="909721|new_orchid" HotelName="New Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>347 Balestier Road, Singapore 329777</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/93/519314fe0cec3754a06e98d0185d8102f4860269.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;New Orchid Hotel is ideally situated within the bustle of activities. Bus stops are but a short walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.305186803489" Longitude="103.85405749083" StarRating="3.5" HotelCode="170285|moon_hotel" HotelName="Moon 23 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Dickson Road, Singapore 209507</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/56/575608df40f1477a74c88e6bf5be527021e82a87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore's colourful Little India, the hotel is within 10 minutes' walk of the Little In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3143395707326" Longitude="103.86023909913" StarRating="2" HotelCode="322449|rucksack_inn__lavender_street" HotelName="Rucksack Inn @ Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>280A Lavender Street, Singapore 338800</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/63/0f63fcdfbc5af5ce548baef0adfa183a56f9f03a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.94" OriginalAmount="150.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2874096083415" Longitude="103.84770911657" StarRating="3" HotelCode="501735|2002545" HotelName="Hotel Clover 7" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Hong Kong Street, 059650 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c1/38c15dd1b44143953304f9d69236236984294ab1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.354322" Longitude="103.878865" StarRating="2" HotelCode="167767|62904" HotelName="Hotel 81 - Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>768 Upper Serangoon Road, Singapore 534636</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/10/fa10fde466f645f137ab7ffdb872f54f7e5eefce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a residential area, this hotel is accessible from the Kovan MRT Station, which is 3 bus s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3316690612254" Longitude="103.87917754301" StarRating="3" HotelCode="378760|windsor_5" HotelName="ibis Styles Singapore On Macpherson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>401 Macpherson Road, Corner Of Macpherson &amp; Aljunied Road, Singapore 368125</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/93/bf9329e971ed0fdd7f1da7d46a8a7393d585411b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a lift and a 24-hour guest services desk. A safe, a currency exchange service, a 24-h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050061205023" Longitude="103.85299907289" StarRating="2" HotelCode="932933|madras_hotel_tekka" HotelName="The Great Madras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Designated Smoking Area,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28-32 Madras Street, Singapore 208422</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/80/d180b1b0b06086db4769bac3b8ba0abea9f8fed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;ON THE LITTLE RED DOT,
IN LITTLE INDIA, SITS A LITTLE GREAT HOTEL.
OF LITTLE OBJECTS THAT SPEAK OF T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.325867" Longitude="103.84957" StarRating="2" HotelCode="177397|fragrance_hotel__classic" HotelName="Fragrance Classic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418 Balestier Road, Singapore 329808</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/82/02822294e5cdc0b971ed67f8c9a14caef75108d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.308861" Longitude="103.911973" StarRating="2" HotelCode="140883|le_peranakan_hotel" HotelName="Garden Terrace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 East Coast Road, Singapore 428992</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/6e/c96e63a0a075e8fe7e77bb65e0288f6e3edf848c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the bustling Katong district and is surrounded by some of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3054842631902" Longitude="103.85495455841" StarRating="2" HotelCode="933732|buncradius_hostel" HotelName="Bunc Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Upper Weld Road, 207372 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/80/8380ccf68a85a3ef0afc3330a4791e8680053336.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.05" OriginalAmount="153.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.272427" Longitude="103.827875" StarRating="3" HotelCode="118487|1096928" HotelName="Harbour Ville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>512 Kampong Bahru Road, Singapore 099448</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/eb/e0eb464df573cfc344fa4a3b8a2ddd1c6204a0dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along Kampong Bahru Road in the direction of Mount Faber, within two prominent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.72" OriginalAmount="154.18" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|470691" HotelName="Dream Chaser Boutique Capsule" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Sultan Gate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/9/1/470691_ed390a71205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.94" OriginalAmount="154.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3035370474116" Longitude="103.85125120909" StarRating="4" HotelCode="169600|916155" HotelName="Parc Sovereign Hotel - Albert St" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 Albert Street, Singapore 189970</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/34/b4340a604d40b271165293861b4ed2fca0990416.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk away from both Little India and Bugis MRT stations and a 10-minute dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3011246485777" Longitude="103.84210212527" StarRating="3" HotelCode="362035|53984" HotelName="Hotel Chancellor@Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Cavenagh Road, Orchard Road, Singapore 229635</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/fd/0afd5611a035574c15f5eeec5c866af632c3cf70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292303" Longitude="103.768551" StarRating="3" HotelCode="902297|santa_grand_hotel_west_coast" HotelName="Santa Grand West Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Pasir Panjang Road, Singapore 118769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c0/cfc0334234217171cbf0c541b25c04e86da73c96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned city hotel is situated close to the National University of Singapore (NUS), Nati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.14" OriginalAmount="155.58" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|189795" HotelName="Chancellor@orchard" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Cavenagh Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/9/5/189795_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297019003828" Longitude="103.85255303393" StarRating="2" HotelCode="73808|victoria_hotel_6" HotelName="Victoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Victoria Street, Singapore 188016</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fd/a1fdc75790b396a358f171f1963de5f2c5bdb6fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the central area of Singapore, not far from Orchard Road's shopping paradise...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.287255" Longitude="103.84011" StarRating="4" HotelCode="213835|the_seacare_hotel" HotelName="The Seacare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Chin Swee Road, Singapur 169875</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/34/6f349f520b6bd1ff69877348a6d7d8192d0cf0f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31145" Longitude="103.87755" StarRating="2" HotelCode="900639|35115" HotelName="Fragrance Sunflower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 10 Geylang, 399043 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/86/e386048bf6af1c24f58d47dc23c8db6027795321.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Geylang which is surrounded by many local famous eateries, fresh fruit stall...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311827" Longitude="103.877738" StarRating="2" HotelCode="65798|35113" HotelName="Fragrance Hotel - Sapphire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Lorong 10 Geylang, Singapore 399037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/b5/4bb5f1500e5104ae8c64585f5d66f44c4af8d9b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Lorong 10, in the heart of the Geylang area, a colourful entertainment dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3095415770204" Longitude="103.8581559062" StarRating="1.5" HotelCode="909668|classique" HotelName="Classique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Photocopy">
        <Address>
          <AddressLines>
            <AddressLine>240 Jalan Besar, 208913 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/a8/45a811cb6cb7efc2e5ee579416e799ea0590afb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Convenience,comfort and class are encapsulateed in Classique Hotel. A Hotel with modern facilities a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.90" OriginalAmount="157.33" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|51465" HotelName="Harbour Ville" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>512 Kampong Bahru Road, near Chinatown</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/4/6/5/51465_1_6859.jpg</HotelPictures>
        <HotelDescription>SITUATION: This business hotel is close to the tourist areas, close to the establishment, clients can find the harbour, in front of the hotel there is public transport. ROOM: The establishment has 100 rooms with TV, a direct line telephone and an air-conditioning system. The rooms a bathroom. FACILITIES: The establishment boasts a business centre and internet. OTHERS:.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.05" OriginalAmount="157.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.26997" Longitude="103.813998" StarRating="2" HotelCode="177399|1453528" HotelName="Fragrance Viva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Wishart Road, Singapore 098721</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/67/15676c5a513d4c2ae1a1d6e43b29863375825aee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.32" OriginalAmount="157.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3148706589658" Longitude="103.89099176293" StarRating="2" HotelCode="341559|1718318" HotelName="Four Chain View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>757 Geylang Road Lorong 39, Singapore 389659</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2f/ac2fa04ce217724a68909a4413187a736b656650.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a transfer service and a hairdresser are available to guests of the hotel. Wireless in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.49" OriginalAmount="157.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.314802691106" Longitude="103.8984426856" StarRating="2.5" HotelCode="909678|1744378" HotelName="Champion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Joo Chiat Road #01-06, Singapore 427726</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/60/cb606c6fe50f39a56208eda6f9f0a21158ebc4e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3044784066187" Longitude="103.84983365878" StarRating="3" HotelCode="224701|soluxe_inn" HotelName="City Inn Mackenzie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Mackenzie Road, Singapore 228677</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/71/3271ab9e4d4b2155524247827e721ca8c2306aff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3041329686122" Longitude="103.85097295046" StarRating="3" HotelCode="172229|3166" HotelName="Village Hotel Albert Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 Albert Street, Singapore 189971</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/02/4f0292b21198ba3f0aef7529b3d4dcb2dc687a50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex is situated opposite Little India Arcade and Shopping centre, where opportunities ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3047329817812" Longitude="103.85283289636" StarRating="3" HotelCode="341051|the_daulat" HotelName="The Daulat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16 Madras Street, Singapore 208413</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/ce/c2ce7cf328269c23cc88a7ff2887a7d5c1340777.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311573" Longitude="103.879261" StarRating="2" HotelCode="65788|fragrance_hotel__pearl" HotelName="Fragrance Hotel - Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 14 Geylang, Singapore 398961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d0/edd056f1e283a5fc1d4ef889f732b2e06e2a6602.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Lorong 14 in the centre of Geylang, with its colourful landscape of small...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3007703475073" Longitude="103.90111684799" StarRating="1" HotelCode="909684|amber_katong" HotelName="Amber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Amber Road, 439878 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/9c/e99c11ef0bd228e7d37a2217ca4f8768b10e1b92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These budget lodgings are close to the East Coast Park and about 15 minutes from the airport. Twenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.00" OriginalAmount="159.41" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|60372" HotelName="Robertson Quay" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 MERBAU ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/7/2/60372_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is next to Singapore the river inRobertson Quay the heart of It has 150 rooms and 10 floors. The establishment boasts air-conditioning, a lobby with a reception, a lobby lounge, a currency exchange service, a lift, computers with internet, a safety deposit box service, a laundry service, a tumble dryer (for a fee) and a car park (for a fee). SITUATION: This hotel is in Robertson Quay a good location in Where you can find restaurants, a travel agency, banks, nightlife and entertainment. It has excellent transport links to, and. in the surrounding area, clients have Clarke Quay the Station of it is 25 minutes away from Singapore Changi Airport. ROOM: All the rooms have an air-conditioning system, a bathroom, double bed or twin bed, a hairdryer, a direct line telephone, a safe, WiFi (available for a fee), a mini-bar, a coffee maker, a kettle and a television with international channels. FACILITIES: Outdoors, clients can enjoy a swimming pool with slides, chairs, deck chairs, parasols and a solarium. MEALS: The establishment offers a breakfast service and local cuisine. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3073270682151" Longitude="103.8589228499" StarRating="3.5" HotelCode="578485|nuve_urbane" HotelName="Hotel NuVe Urbane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 King George’s Avenue, Singapore 208582</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/01/d0014b5994abe0ace2f38678c46c7dc6721ecd4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285781" Longitude="103.834254" StarRating="2" HotelCode="909737|cape_inn" HotelName="New Cape Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Seng Poh Road, Singapore 168891</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/28/ff285d87fa7e097238371b0fcb48d462356a7c75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.04" OriginalAmount="161.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3093752753479" Longitude="103.85802536314" StarRating="3" HotelCode="934378|1012695" HotelName="Aqueen Hotel Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>230 Jalan Besar, Singapore 208906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/364949/364949a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.13" OriginalAmount="161.51" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|129803" HotelName="1888 Collection" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRENGGANU STREET 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/8/0/3/129803_f4e501a1724.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 40 rooms, air-conditioning, a lobby, a reception and express check-out. The establishment also offers internet and a laundry service (for a fee). SITUATION: This hotel Chinatown it is in 5 minutes away from the establishment, clients can find Chinatown the Railway Station of Close to, and, 20 minutes away from the establishment, you can find Singapore Changi Airport it is 5 minutes away from the business area and the harbour. ROOM: All the rooms have a coffee maker, a kettle, mineral water, satellite or cable TV, WiFi (free of charge), a bathroom with a shower, a hairdryer, a double bed, a direct line telephone and an individual air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="164.43" OriginalAmount="162.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3046973" Longitude="103.788674" StarRating="4" HotelCode="201401|960304" HotelName="Park Avenue Rochester Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rochester Drive, Singapore 138637</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/78/7c7856d8db4e187a50da6e95970be725ef482ea9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 271 rooms. A dining area and a bar are available to guests of the acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.47" OriginalAmount="162.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31138" Longitude="103.901089" StarRating="2" HotelCode="64180|64034" HotelName="The Fragrance Hotel (Joo Chiat)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>219 Joo Chiat Road, Singapore 427485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/24/642421529c4792a5963b86d85c286ff7935a0f62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Joo Chiat Road in the east of the city, a historically rich area of Singapo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="164.87" OriginalAmount="163.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3053176393006" Longitude="103.86024506304" StarRating="3" HotelCode="355033|113225" HotelName="Hotel Boss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Jalan Sultan, Singapore 199020</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/b9/5fb9709c7e73ba40fa91aa49a45d8c6e776d2553.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.88" OriginalAmount="163.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3137885698907" Longitude="103.85987326057" StarRating="2" HotelCode="909717|2291095" HotelName="The Noble Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>407 Jalan Besar, Singapore 209012</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/4d/9e4d03aee2693392134de6a94e50c9d6ae7534d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the midst of cosmopolitian Singapore, Penang Hotel is a newly renovated budget hotel that aim...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2969247" Longitude="103.85576321" StarRating="3" HotelCode="784418|populous_hotel" HotelName="Populous Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Business Centre,Designated Smoking Area,Internet,Parking,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Middle Road, Singapore 188933</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/e9/4ae984448e89995bb4feacef536d0787dd923425.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to Our Hotel in Singapore, undoubtedly one of the most cosmopolitan, contemporary and vibran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3110080866374" Longitude="103.87659261015" StarRating="3.5" HotelCode="549346|five6_hotel_splendour" HotelName="Five/6 Hotel Splendour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Lor, 6 Geylang, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/cf/f4cf1d300b706b7ad85fc2766840eb5ad23037bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3016682164407" Longitude="103.85954906367" StarRating="1" HotelCode="427913|sleepy_sam_s" HotelName="Cube At Kampong Glam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Golf,Internet,Kitchen,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Nightclub,Off-Site Parking,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>54, 55, 56 Bussorah Street, Singapore 199470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/38/7c38f94af72d368b9cf46bc0457f46c2a8b4fa96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Green Kiwi Backpacker Hostel - Bugis, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3131713513436" Longitude="103.85971288222" StarRating="3" HotelCode="185569|kam_leng_hotel" HotelName="Kam Leng Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>383 Jalan Besar, Singapore 209001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/a0/56a06ff44644e7a5ce1920898922f8a0edaa4da9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along Jalan Besar, near to Little India, the CBD and nearest MRT stations are just 10 minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.22" OriginalAmount="166.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873911846805" Longitude="103.84833053373" StarRating="3" HotelCode="933731|1226168" HotelName="Clover The Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58 South Bridge Road, 058689 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/b2/d9b2e99ac36ce7ccff272f8e020c91007edfdfdf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285055" Longitude="103.833611" StarRating="4" HotelCode="140922|nostalgia_hotel" HotelName="Nostalgia Urban Boutiquehotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>77 Tiong Bahru Road, Singapore 168727</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/49/1c49e64e773ff21a9bd67000cedeaa91ce01b376.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the Tiong Bahru Estate which is popular with young adults for its Art De...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.22" OriginalAmount="167.54" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|235110" HotelName="Champion City" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 North Canal Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/1/0/235110_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.53" OriginalAmount="167.85" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|256864" HotelName="Dash Living Rochor" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Belilios Lane Singapore 219962</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/8/6/4/256864_b3a35741643.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297002" Longitude="103.855584" StarRating="2" HotelCode="172030|fragrance_hotel__bugis" HotelName="Fragrance Hotel Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Middle Road, Bugis, 188942 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/12/9c12ecfc5f8737cbcffe4f4c4d9ed509ec26fc42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, situated in the City District, is just a stone's throw from the Bugis MRT station and in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295934709394" Longitude="103.85489724077" StarRating="3" HotelCode="383783|heritage__cityhall" HotelName="Heritage @ Cityhall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>39 Seah Street, Singapore 188395</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6e/506e95aaf7bd9c3e406e82a655d3e6f1eaa3ba8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.02" OriginalAmount="168.34" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|71562" HotelName="Nostalgia Hotel (sg Clean)" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 TIONG BAHRU ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/6/2/71562_1_3425.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is boutique, non-smoking, was built in 2009 and has 50 rooms, The establishment boasts an outdoor pool, a terrace with a bar, air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, internet, room service and a laundry service (for a fee). SITUATION: This hotel Tiong Bahru Estate it is in 10 minutes away from the establishment, you can find VivoCity the shopping centre Clients can also find, 5 minutes away, clients can find Zouk the nightclub in front of the hotel there is public transport, is 22 kilometres away from Singapur Changi Airport. ROOM: All the rooms have WiFi, cable television, an iPod docking station, a bathroom with a shower, a hairdryer, a double bed, a safety deposit box, a mini-bar, a coffee maker, a kettle, an iron and individual air-conditioning. FACILITIES: Outdoors, guests have access to a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offersPotion the cafÃ© a lobby bar and a bar with terrace, The establishment serves a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.42" OriginalAmount="168.73" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|250227" HotelName="Mercure Singapore On Stevens" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, #01-02</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.45" OriginalAmount="168.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30737519" Longitude="103.85172729" StarRating="3.5" HotelCode="632896|2241715" HotelName="Aqueen Heritage Hotel Little India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Belilios Lane, Singapore 219962</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/31/383153e4b08f8dff63e35c7bf4b8012f4721169d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28054551" Longitude="103.78650072" StarRating="2" HotelCode="765320|k2_guest_house" HotelName="K2 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 South Buona Vista Road, Singapore 118146</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9c/b59cba487e331c269fb7ceedc98f85dfa3c8999b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.02" OriginalAmount="169.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3067256747647" Longitude="103.9059042037" StarRating="3" HotelCode="177395|1791388" HotelName="Santa Grand Hotel East Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 East Coast Road, Singapore 428877</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/83/5d83f63ca8b5d0cf0f10633aa0c7fbb11d4ad898.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. Services and facilities at the hotel include a baggage stor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.91" OriginalAmount="171.20" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|188225" HotelName="Aqueen Paya Lebar" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Jalan Afifi Aqueen Hotel - Paya Lebar Singapore 409180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/2/2/5/188225_1_1260.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.03" OriginalAmount="171.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2989466666667" Longitude="103.85008733333" StarRating="3" HotelCode="149351|1571718" HotelName="Hotel Bencoolen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Bencoolen Street, Singapore 189626</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/d9/ced9730ebc8e647dfac78a7e2909c730ed8a6b60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.72" OriginalAmount="172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3112654494484" Longitude="103.87757696678" StarRating="1" HotelCode="451267|oxley_blossom_" HotelName="Oxley Blossom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Lorong 10 Geylang, Singapore 399047</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/a4/96a40401381fecacaabb009e84f18b2d266a7d64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Oxley Blossom has a good reputation for facilitating facilities and service.&lt;br/&gt;&lt;br/&gt;a good rep...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.01" OriginalAmount="172.29" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|201272" HotelName="Boss" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>500 Jalan Sultan Road #01-01</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/2/7/2/201272_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311107" Longitude="103.853702" StarRating="3" HotelCode="296207|penta_hotel_2" HotelName="Penta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Birch Road, Singapore 219894</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/db/2fdb88e450360d9ea2d48bbd587c5ca08df92356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Singapore, Penta Hotel puts everything the city has to offer just outside...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.296955" Longitude="103.855689" StarRating="2" HotelCode="73810|hotel_81_bugis" HotelName="Hotel 81 - Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Middle Road, Singapore 188995</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/66/6766e49d6a826386b56370329236ec5b15cc8547.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along Middle Road. It is a 10-minute walk from Bugis MRT Station, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31123141" Longitude="103.87763252" StarRating="2" HotelCode="845472|k_hotel_14" HotelName="K Hotel 14" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Lorong 10 Geylang</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02723944e9d8c090f1504117a169e5e91bc147ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3132475440837" Longitude="103.87808692081" StarRating="2" HotelCode="909689|k_hotel_1515" HotelName="Chang Ziang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 15 Geylang, Singapore 388607</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/20/12206d4612101d5f13018730f16ac3dc2636a1be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29715" Longitude="103.856511" StarRating="3" HotelCode="909728|park_view_7" HotelName="Park View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>81 Beach Road, Singapore 189692</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/4e/4b4e9d3b26ba3bbaee81f7659f7d37c751c70640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Undeniably one of the city's best hotels, Park View Hotel offers more than just quality accommodatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.33" OriginalAmount="174.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297609" Longitude="103.845089" StarRating="3" HotelCode="75489|1439668" HotelName="Fort Canning Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Fort Canning Road, Singapore 179494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/97/b3970ceef0ec8281619636e7b0a2c6155c9311e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located next to the lush gardens of Fort Canning Park, this city hotel is 5 minutes' walk from Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.68" OriginalAmount="174.93" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|256821" HotelName="Bright Star (sg Clean)" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 20 Lorong 17 Geylang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/8/2/1/256821_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.82" OriginalAmount="175.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.287473" Longitude="103.847521" StarRating="3" HotelCode="177396|915975" HotelName="Fragrance Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hong Kong Street, Clarke Quay, Riverside, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/c6/a6c6e609f90139d1d3bd8c4b980909fae52f2880.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated a 2-minute walk from Clarke Quay MRT Station and just opposite Clarke Quay. Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3221359730599" Longitude="103.89152538351" StarRating="3" HotelCode="346080|aqueen_hotel_paya_lebar" HotelName="Aqueen Hotel Paya Lebar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33 Jalan Afifi, Singapore  409180</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/09/420970008ec0b47271f7bac2c5a80a227dbf0e59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29783655" Longitude="103.85724828" StarRating="2" HotelCode="937330|zen_rooms_bugis" HotelName="Marrison Hotel by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 Beach Road, Singapore 189704</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/a2/9ca29cb517871cec2040b3548cefb59cf56c5a48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Colonial District (City Hall), ZEN Rooms Bugis is minutes from Suntec Singapore and Alive...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.05" OriginalAmount="177.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2883924309829" Longitude="103.83645415306" StarRating="4" HotelCode="47744|101682" HotelName="Copthorne King's Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 Havelock Road, Singapore 169632</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/9f/ed9fae55fe51c067bd153471b8d9810f65483829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre by the historical Singapore River with easy access to all m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.69" OriginalAmount="177.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3135826070211" Longitude="103.87888938189" StarRating="2" HotelCode="909672|1571728" HotelName="Bright Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Lor 17 Geylang, 388575 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/b1/39b1bb284dda6ae71875857ce7307b604567ff92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="181.63" OriginalAmount="179.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2841180671268" Longitude="103.84433984756" StarRating="3" HotelCode="170283|828304" HotelName="Porcelain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Mosque Street, Singapore 059526</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/147829/147829a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of Chinatown's best-known historical lanes, Mosque Street, surrounded by...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.290632" Longitude="103.839004" StarRating="4" HotelCode="160562|studio_m_hotel" HotelName="Studio M Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Nanson Road, Singapore 238910</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/4a/184a5d77138d28a49316a5f2094777fe89053187.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location at the Robertson Quay entertainment precinct, surrounded by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.09" OriginalAmount="180.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3115907402778" Longitude="103.86136962673" StarRating="3.5" HotelCode="437138|2289745" HotelName="Arcadia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>32 Hamilton Road, Singapur 209201</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/b6/5cb627d41f8b78c55c30944f9117a67fc34d87bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.28" OriginalAmount="180.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2870782966736" Longitude="103.84822535358" StarRating="2.5" HotelCode="577723|2260625" HotelName="The Quay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>57 South Bridge Road, Singapore 058688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/7b/237b7d65712249157c1b940bfee923d973a53216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.80" OriginalAmount="180.99" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|71560" HotelName="Studio M" Meals="LOFT" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 NANSON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/6/0/71560_1_1977.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel centrally located was built in 2010, has 9 floors and 365 standard rooms. The establishment boasts a lobby with a reception, express check-out, air-conditioning, a currency exchange service, a lift, a cafÃ©, a bar, a restaurant and a laundry service (for a fee). SITUATION: This hotel is in a good location in Robertson Quay where you can find bars, restaurants and leisure areas. It is 3 minutes away from Clarke Quay where you can find bars and restaurants. 5 minutes away from the establishment, guests can find the business district. 10 minutes away from the establishment, guests can find nightclubs. It is 10 minutes away from the city centre. 15 minutes away from the establishment, guests can find the harbour. It is 21 kilometres away from Singapur Changi International Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29800625" Longitude="103.85174175" StarRating="3" HotelCode="81053|oxford_hotel_4" HotelName="Oxford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Queen Street, Singapore 188549</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/c0/5dc0c79b65cf979520940edad6090dfd4a838680.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.90" OriginalAmount="181.09" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|125961" HotelName="Ibis Budget Singapore Clarke Quay " Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hong Kong Street, Boat Quay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/9/6/1/125961_1_9261.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 5-minute walk away from MRT de Clarke Quay Station and the Singapore River. It is situated 5 minutes walk away from Clarke Quay and Boat Quay it is situated 10 minutes walk away from Chinatown and about 10 minutes away (by car) from Orchard Road. ROOM: Each room has a kettle, a coffee maker, a DVD, a flatscreen TV with cable television and a bathroom with toiletries. FACILITIES: The establishment has a gym, a swimming pool on the rooftop, an air-conditioning system, a launderette, a dry cleaner's, a luggage room and a reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.96" OriginalAmount="181.15" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|168834" HotelName="Mercure Singapore Tyrwhitt" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>165 Tyrwhitt Road, Lavender</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/8/3/4/168834_e9089321201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2908990892066" Longitude="103.83731312709" StarRating="4" HotelCode="442248|m_social_singapore" HotelName="M Social Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>90 Robertson Quay, Singapore 238259</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/3b/833b5a125da9ebab47b4012cf4dd2aa929bff8e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.43" OriginalAmount="182.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2846968037277" Longitude="103.83430119398" StarRating="4" HotelCode="73807|504765" HotelName="Link Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Tiong Bahru Road, Singapore 168733</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/af/35af229a368dbfdbeac171b3f3c8574664746314.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Tiong Bahru estate in the heartlands of Singapore, this city hotel is a mere 10-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="185.79" OriginalAmount="183.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873978720416" Longitude="103.80531084789" StarRating="4" HotelCode="309889|1478388" HotelName="Park Hotel Alexandra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Alexandra Road, Singapore 159972, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/10/bd10781e67845ea5abe360a4aad15f5c404f8c22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3082946752726" Longitude="103.83581846952" StarRating="4" HotelCode="18301|the_elizabeth_hotel" HotelName="The Elizabeth" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24 Mount Elizabeth, Singapore 228518</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/60/c0604d57a63cea8cc1e8f45c9bb7334ad41a891a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location within the prime residential district of Mount Elizabeth, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.69" OriginalAmount="184.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295853" Longitude="103.845428" StarRating="5" HotelCode="168481|836305" HotelName="Fort Canning Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Canning Walk, Singapore 178881</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ba/f4ba0fc127001c1a16f3c17fd969e00cf2640928.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Fort Canning Park, this park setting straddles not only the Orchard Road shopping belt an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.390595" Longitude="103.985928" StarRating="4" HotelCode="60575|30711" HotelName="Village Hotel Changi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Netheravon Road, Singapore 508502</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/30/8c300113b9389a5baacb5382044d1ccffa55b3c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Singapore district of Changi, amidst quaint little shops a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2828949690525" Longitude="103.84393982573" StarRating="3" HotelCode="165514|jinshan_hotel_4" HotelName="Hotel 1888 Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Trengganu Street, Singapore 058479</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/b1/deb17360a9f57db43db6e5c796e9948aaa5efe39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the highly dynamic Chinatown area and fully intertwined with the rich histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312239" Longitude="103.86057" StarRating="4" HotelCode="299470|parc_sovereign_hotel_tyrwhitt" HotelName="Parc Sovereign Hotel - Tyrwhitt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Tyrwhitt Road, Singapore 207569</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/46/0c46e108d2cefa3114c12df6ba9ec8c3ceb0aa06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28413961" Longitude="103.84423828" StarRating="3" HotelCode="937482|the_porcelain_hotel" HotelName="Porcelain Hotel by JL Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Business Centre,Concierge,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Porter,Smoking Rooms,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Mosque Street, Singapore 059526</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/59/6c59a3d02ba5bab08fbae7128d5aea1002305575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property's full service health spa has massage/treatment rooms and beauty services. Complimentar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2811925103281" Longitude="103.84189367294" StarRating="3" HotelCode="888807|hotel_1929" HotelName="Hotel 1929" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Keong Saik Road, Singapore 089154</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb98211b9fcdae97327069e9a9669a0fab0d909.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the business district of Chinatown. It is a two-minute walk from the Chi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.326132592547" Longitude="103.84581740245" StarRating="3" HotelCode="168362|29642" HotelName="ibis Singapore Novena Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Irrawaddy Road, Singapore 329543</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/74/b1745949c232bb36c738fe5cec59931ad91bc5c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance to Novena MRT Station and the Orchard shopping belt is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2662" Longitude="103.823826" StarRating="4" HotelCode="185568|bay_hotel_singapore" HotelName="Travelodge Harbourfront" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Telok Blangah Road, Singapore 098828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/59/e059e90a441a31554f01615bc82bd740f28b6578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is nestled between Sentosa and Mount Faber and offers those with an urban appetite simpli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.73" OriginalAmount="188.84" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|507689" HotelName="ST Signature Bugis Middle" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Middle Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/6/8/9/507689_20d7adf1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29164143" Longitude="103.84959786" StarRating="0" HotelCode="985184|lyf_funan_singapore_by_ascott" HotelName="lyf Funan Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Hill Street, Singapore 179370</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/7e/0d7ef8cd4b1a84fa0467febf134dcbfa9e33551f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.90" OriginalAmount="190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2880558038282" Longitude="103.84853890426" StarRating="2" HotelCode="311326|heritage_south_bridge" HotelName="Heritage @ South Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 South Bridge Road, Singapore 058670</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/21/3c2177a7b6135701f736f6faa2325f9209e61101.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2993469729994" Longitude="103.85324852173" StarRating="4" HotelCode="455174|mercure_singapore_bugis" HotelName="Mercure Singapore Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Middle Road, Singapore 188973</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/e7/5ae7a5250be85f2c1292b7c287ee6f39b1456b36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.68" OriginalAmount="191.76" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|236068" HotelName="Mono (sg Clean)" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Mosque Street #01-04</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/6/8/236068_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.72" OriginalAmount="191.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2872155021542" Longitude="103.84782587507" StarRating="4" HotelCode="513573|2291305" HotelName="Hotel Bencoolen Hong Kong Street" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Hong Kong Street, Singapore 059685</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a9/baa9dcb17c27890a70492ea7d5a244cfb4daf68b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.92" OriginalAmount="192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297906" Longitude="103.85716" StarRating="3" HotelCode="224700|marrison_hotel" HotelName="Marrison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Beach Road, Singapore 189704</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/51/d7516f73521631d49b1d7c42f3ab5008dbdf5c15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="195.90" OriginalAmount="193.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2991" Longitude="103.850267" StarRating="3" HotelCode="260561|980434" HotelName="V Hotel Bencoolen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Bencoolen Street, Singapore 189627</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/cd/33cd28e93325cb969f9b74ce156ea112e059a353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30072" Longitude="103.851537" StarRating="1" HotelCode="931426|big_hotel" HotelName="Hotel G Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Middle Road, Singapore 188980</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/67/d467fff2302ca579a7fc5556896147917b7bf40d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3083655275689" Longitude="103.85183372884" StarRating="3" HotelCode="165515|210612" HotelName="Hilton Garden Inn Singapore Serangoon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Belilios Road, Singapore 219924</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9f/2f9fa0a5aaa0433f5536a8cc536f2ce8c66681ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Belilios Road which forms part of Little India, a must-see tourist destinat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3105899192554" Longitude="103.85626559373" StarRating="2" HotelCode="909733|grand_c_hotel" HotelName="Hotel 165" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>165 Kitchener Road, Singapore 208532</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/0c/ff0c2947ccfdd32b66b3efbfaf96eefa5c96c1bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.97" OriginalAmount="196.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301667" Longitude="103.852413" StarRating="3" HotelCode="65792|23094" HotelName="Summer View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>173 Bencoolen Street, Singapore 189642</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/35/db35839d957e34070eb328e3190446a0b41e3e0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Singapore, a mere 5 to 10-minute drive from the business distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291536" Longitude="103.842405" StarRating="4" HotelCode="96863|park_hotel_clarke_quay" HotelName="Park Hotel Clarke Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Unity Street, Singapore 237983</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/51/d9/51d9e98136bf54774ad81331e7a55a968bf5a66e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along the picturesque Singapore River, this city hotel is just a 5-minute drive from the cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.04" OriginalAmount="198.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3045597555314" Longitude="103.9046947907" StarRating="3" HotelCode="421620|1614398" HotelName="Holiday Inn Express Singapore Katong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Fax,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 East Coast Road, Singapore 423371</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/479734/479734a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The largest Holiday Inn Express in Singapore!   The new hotel is the smart choice for savvy business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3123454121457" Longitude="103.88240395328" StarRating="2" HotelCode="387597|157774" HotelName="Seng Wah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 22 Geylang, Singapore 398673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/96092/2496092/1.jpg?f=15677952</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.68" OriginalAmount="199.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280991" Longitude="103.841722" StarRating="3" HotelCode="909710|2262305" HotelName="Keong Saik" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>69 Keong Saik Road, Singapore 089165</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/1c/761c96d329e06c60060235e6c977d65791b6f760.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3032081469688" Longitude="103.86098272024" StarRating="4" HotelCode="176119|1171058" HotelName="The Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Sultan, 01-01, Singapore 199002</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/70/187097ac08a36c57703065cd8f45715d4b8e6399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Kampong Glam and is just walking distance from the Malay Herita...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.32100417" Longitude="103.852548" StarRating="0" HotelCode="970845|citadines_balestier_singapore" HotelName="Citadines Balestier Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>207 Balestier Road, Singapore 329683</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/be/b1be30747afb39fc700f9eee451c58a9007b6bc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.21" OriginalAmount="200.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.283861" Longitude="103.844608" StarRating="2" HotelCode="909695|2729455" HotelName="Hotel Mono" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Mosque Street, Singapore 059498</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c2/39c24dbb54f7fd8e1310af97ea688199ec3bc9eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2878775769958" Longitude="103.83609741926" StarRating="4" HotelCode="15218|furama_riverfront" HotelName="Furama Riverfront" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>405 Havelock Road, Singapore 169633</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/63/246333b960b54aefb27ae29b1d4b6a34a60df98d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located near the Singapore River, this hotel is within walking distance of the entertainment areas l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2827157482909" Longitude="103.84566827475" StarRating="1.5" HotelCode="414270|khostel_hometown_inn" HotelName="Heritage @ Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>229 South Bridge Road, Singapore 058778</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/fb/cafb3a3ac6f64df0248caab64b3a6e3b0f0c1ad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hometown Inn in Singapore (Chinatown), you'll be mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.26" OriginalAmount="201.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3201023185029" Longitude="103.85264335582" StarRating="3" HotelCode="63255|504955" HotelName="Quality Hotel Marlow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>201 Balestier Road, Singapore 329926</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/a1/94a1d01b172eae8db65da3f7bcb8b77f81f7c43d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the top of Balestier Road, the hotel is a 10-minute drive from the city centre and the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.33" OriginalAmount="201.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873142738718" Longitude="103.84779162698" StarRating="4" HotelCode="933729|1201498" HotelName="Clover 5 Hongkong Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Hongkong Street, 059648 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/d7/f2d7bdef8353fa0ed0b59bc1352cd1b2b8b257fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Singapore. For guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.84" OriginalAmount="202.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3024129950033" Longitude="103.86404327635" StarRating="3" HotelCode="482281|1925705" HotelName="Destination Singapore Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>700 Beach Road, Singapore 199598</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/36/ce360ff46efa682359fd7fd407df6088e69dc64f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.379517" Longitude="103.95481575" StarRating="3" HotelCode="230800|costa_sands_resort_downtown_east" HotelName="D'Resort at Downtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Pasir Ris Close, Singapore 519599</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/12/2312c3f905d06dedab6a3f3b3382ef82ee8f03fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a childcare service and a conference room. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309451" Longitude="103.86262" StarRating="3" HotelCode="76107|35103" HotelName="Fragrance Imperial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Penhas Road, 208187 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/dd/76ddf09c36024ad6bcf81aa85e8929058dbdfb37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, on the corner of Lavender Road and Kallang Road, and a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.61" OriginalAmount="204.56" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|129447" HotelName="The Keong Saik" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69 KEONG SAIK ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/4/4/7/129447_1_4175.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Singapore it is in. ROOM: The establishment has 25 rooms with air-conditioned, a television, a bathroom with a shower and a fridge. FACILITIES: This establishment has a reception, a safe, wake-up service, a launderette and internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.82" OriginalAmount="204.77" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|71557" HotelName="D' (sg Clean)" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>231 OUTRAM ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/5/7/71557_1_1895.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2009, has 41 rooms and 7 floors. The establishment has artwork, a lobby with a reception, express check-out, air-conditioning and a lift. Regarding the food and beverage offering, the establishment has a cafÃ©, a bar and room service. It has a car park, At an extra cost you can use the laundry service. SITUATION: This hotel Tiong Bahru Estate it is in near the establishment, you will find restaurants, is 7 minutes away from VivoCity the shopping centre It has excellent transport links to, is 20 kilometres away from Singapur Changi Airport. ROOM: The rooms a bathroom, a shower and a king size or double bed. They have LCD satellite and cable TV, internet (free of charge), a hairdryer, a direct line telephone, a radio, a safe, a mini-bar, a coffee maker, a kettle, an iron and individual air-conditioning. FACILITIES: It does not have a swimming pool, The establishment has a gym. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant with western dishes and Asian specialties. The establishment serves a continental breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: The establishment offers a reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.00" OriginalAmount="204.95" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|79068" HotelName="Oasia Novena, Singapore" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Sinaran Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/6/8/79068_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.47" OriginalAmount="205.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298681" Longitude="103.849766" StarRating="3" HotelCode="909734|2730015" HotelName="Strand Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Bencoolen Street, Singapore 189619</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/85/3d854f2565fa8911cea87e110977b6df02fcb334.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the heart of the cultural, civic and commercial district, Strand Hotel provides a welcome...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3271725677369" Longitude="103.84612238628" StarRating="4" HotelCode="201402|ramada_singapore_at_zhongshan_park" HotelName="Ramada by Wyndham Singapore at Zhongshan Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Ah Hood Road, Singapore 329982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8e/3d8eb67a838ff571fcdcd9d60d8e63c41d2d3413.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 384 rooms. The individual storeys can eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.77" OriginalAmount="206.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102069444029" Longitude="103.85847955445" StarRating="3" HotelCode="104119|120484" HotelName="Holiday Inn Express Singapore Serangoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>270 Jalan Besar, Singapore 209019</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/79/89798ab9286c70261ab045c789ad0d88f10de955.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 5-minute walk from 2 MRT stations, Farrer Park and Lavender and Little India,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2887598397228" Longitude="103.84737668756" StarRating="3" HotelCode="513580|jayleen_clarke_quay_hotel" HotelName="Jayleen Clarke Quay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>25 New Bridge Road, Opposite Central Shopping Center and Clarke Quay MRT, Singapore 059390</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b6519612f7160d86709277f58b148fdff44d60ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.50" OriginalAmount="208.42" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|218719" HotelName="Yotel Singapore Orchard Road" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>366 Orchard Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/1/9/218719_1_1874.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="211.13" OriginalAmount="209.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30126" Longitude="103.841743" StarRating="3" HotelCode="395434|154238" HotelName="Hotel Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Cavengah Road, Orchard Road, Singapore 229617</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/6b/686bc1dc7820b4017ad87a1a9541964860f4c0db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the famous Orchard Road area, and is just a few minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="211.17" OriginalAmount="209.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298933" Longitude="103.850167" StarRating="2" HotelCode="64176|347089" HotelName="Hotel Mi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Bencoolen Street, Singapore 189623</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/61/8c61394b8f5192a0b0897b32df58acd1e4066fc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Singapore's museum belt, and is best suited for the artistically incli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28066031" Longitude="103.84143792" StarRating="0" HotelCode="883325|504038" HotelName="Kesa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Keong Saik Road, Chinatown, Singapore 089158</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1092379/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2986921703408" Longitude="103.84899884462" StarRating="4" HotelCode="16631|3165" HotelName="Rendezvous Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Bras Basah Road, Singapore 189559</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/22/5e224499721a25eb60f4c68cfe80a4a18223c38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the urban and cultural district of the city, with shopping venues, re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3201035987076" Longitude="103.84500094136" StarRating="4" HotelCode="170068|oasia_hotel_by_far_east_hospitality" HotelName="Oasia Hotel Novena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Sinaran Drive, Singapore 307470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/62/f462d6896119bceb74a69d03ac416c294d2eb042.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the charming enclave of the Novena district, the hotel is within walking distance of Nove...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3069753721034" Longitude="103.83543491363" StarRating="4" HotelCode="19480|york_hotel_2" HotelName="York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Mount Elizabeth, Singapore 228516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b7/4ab77e4bdb20a386ec4f16c5bdfff93abe24cd82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Orchard Road, Singapore's main shopping and entertainment belt, and a 15 minute dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.07" OriginalAmount="210.96" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|453934" HotelName="Mercure ICON Singapore City Centre" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Club Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/9/3/4/453934_b01bc8a1436.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113164" Longitude="103.87758762" StarRating="2" HotelCode="703173|k_hotel_12" HotelName="K Hotel 12" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Lorong 10 Geylang, Singapore 399045</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02723944e9d8c090f1504117a169e5e91bc147ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.66" OriginalAmount="211.54" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|39884" HotelName="Grand Central" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CAVENAGH ROAD / ORCHARD ROAD 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/8/4/39884_1_8924.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 2 buildings and 390 rooms. It has that are perfect for families and suites. This building was built in 1970, renovated in 2007, it offers a car park, (for a fee), a beauty centre, a souvenir shop and a hairdresser's. The establishment also offers room service, a laundry service (for a fee), an ironing service, a currency exchange service, a safety deposit box service and facilities for conferences, banquets and groups. The establishment has a lobby with a reception, a cafÃ©, a bar, restaurants and internet (for a fee). SITUATION: This hotel is in Orchard the area nearby, you will find the commercial area, Where you can find boutiques and commercial centres. Clients can also find bars, nightclubs and restaurants. it is 10 minutes away from Istana park It has excellent transport links to Sommerset and Dhoby Ghaut the metro stations of 20 minutes away from the establishment, clients can find the art museum, Guests can also enjoy Fort Canning park the auditorium. 15 minutes away, you can find the theatres, the harbour, is 25 kilometres away from Singapore Airport. ROOM: The establishment has superior rooms, recently renovated deluxe rooms and family rooms. All the rooms have a central air-conditioning system, a bathroom with a bath, a television, a direct line telephone, piped music, films and a mini-bar. Some rooms have internet, All the rooms have an LCD television, a hairdryer, an iron and a double bed. FACILITIES: The establishment boasts a swimming pool that has an area for children, deck chairs, a solarium, a health centre, a sauna and a pub with karaoke. MEALS: Regarding the food and beverage offering, the establishment offers a coffee shop, Zi Yean the Chinese restaurant Gold Coast the seafood restaurant Shinjuku the Japanese restaurant Guests are offered a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.77" OriginalAmount="211.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2845147171765" Longitude="103.84433988648" StarRating="3" HotelCode="353636|1220998" HotelName="Bliss Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Upper Cross Street, 058353 Singapore Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/80/6580af7b774c4b26f2a1d8cf00dd9a971d72a0c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.31" OriginalAmount="212.19" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|256817" HotelName="Jayleen Clarke Quay" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 New Bridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/8/1/7/256817_1_2629.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.60" OriginalAmount="212.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3164004354177" Longitude="103.82657706019" StarRating="3" HotelCode="80631|1508808" HotelName="Metropolitan Ymca Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Stevens Road, Singapore 257854</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a7/07a7f88d5b9da7d39da175f7867f382e9a390734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within the CBD area, as well as the shopping and entertainment dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113174803166" Longitude="103.85482327796" StarRating="2" HotelCode="95900|61818" HotelName="The Claremont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Serangoon Road, Singapore 218224</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/7f/3b7f4b5017b346160779ec3e9618b207be9d9aab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050446832896" Longitude="103.85447055101" StarRating="3.5" HotelCode="169599|wanderlust" HotelName="Wanderlust" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Dickson Road, Singapore 209494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c6/4bc6d65ddca653e998cb3dbaad96f0619d42dd07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Little India, a bustling cultural enclave where Indian immigrants once settled, the hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.33" OriginalAmount="213.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.310349" Longitude="103.85656" StarRating="2" HotelCode="909735|1571878" HotelName="Tai Hoe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>163 Kitchener Road, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/20/b020cf7d694954fdcc1e48ed567ff3b24343e6a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Tai Hoe Hotel in Singapore ends your search for true 'value for money' hotel. At Tai Hoe Hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="215.34" OriginalAmount="213.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3065179058739" Longitude="103.83106482222" StarRating="4" HotelCode="571272|45473069" HotelName="YOTEL Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Dining,Housekeeping,Internet,Printer,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>366 Orchard Road, Singapore 238904</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/49/de490c46d0678836c51d01555317c8dfe8767cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Inspired by first class travel, YOTEL translates the language of luxury airline travel into compact ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307636" Longitude="103.835721" StarRating="4" HotelCode="153319|30649" HotelName="Quincy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Mount Elizabeth, Singapore 228517</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/36/21364bed107ba5c921924dd49ce0d1ec10ff4038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location within the prime residential district of Mount Elizabeth, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.60" OriginalAmount="214.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.284399" Longitude="103.835042" StarRating="4" HotelCode="142230|127394" HotelName="Wangz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 Outram Road Riverside, 169040 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ea/b1ea06613404566c7aab7b6de9a26434c48e163b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Tiong Bahru Estate and is within easy walking distance of some of the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3027595492557" Longitude="103.858334485" StarRating="3" HotelCode="344527|hotel_nuve" HotelName="Hotel NuVe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, Singapore 199141</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f3/bdf3b8c8dd067e85d30e3511f67739bdd87d630c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.22" OriginalAmount="215.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3135324244157" Longitude="103.82912899021" StarRating="4" HotelCode="571548|2173965" HotelName="Novotel Singapore On Stevens" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, 01-01, Orchard District, Singapore 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f9/94/f9941a0b86b76f97d53c741e8a3fd147f1b0d567.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a bar, a babysitting service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.71" OriginalAmount="215.55" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|55409" HotelName="1929" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 KEONG SALK ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/0/9/55409_1_7943.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inChinatown the outskirts of Keong Saik Road it is in Outram Park MRT 10 minutes away from the establishment, guests will find. HOTEL: This boutique hotel is rated 4 stars. ROOM: All the rooms have a satellite television, internet, a radio, a mini-bar, a safety deposit box, a coffee maker, a kettle and a hairdryer. FACILITIES: Regarding the food and beverage offering, there isEmber the restaurant a cafÃ©. The establishment has a jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.90" OriginalAmount="215.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2830051131966" Longitude="103.84309458609" StarRating="1" HotelCode="909741|1758278" HotelName="Yes Chinatown Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>68a Smith Street, Singapore 058967</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/91/dc91ce540fef7a314c307ff3ef5f7f4b80f65ab5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.01" OriginalAmount="217.83" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|188261" HotelName="Nuve" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 - 11A Jalan Pinang, Bugis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/2/6/1/188261_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.06" OriginalAmount="217.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2972533402842" Longitude="103.84033827858" StarRating="3.5" HotelCode="344941|1846048" HotelName="Lloyd's Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lloyd road, Singapore 239091</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/4a/804ac195b11678a9d629cce82b3eb47cf75c4f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.97" OriginalAmount="218.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2964934425715" Longitude="103.85530165411" StarRating="4" HotelCode="344755|1208258" HotelName="Hotel Nuve Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13 Purvis Street, Singapore 188592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98bd95967adbf217c99ee0b297f2ed5e8b5b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2892839554101" Longitude="103.83660938161" StarRating="4" HotelCode="48141|riverview_hotel_singapore" HotelName="Four Points by Sheraton Singapore, Riverview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>382 Havelock Road, Singapore 169629, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/8e/e78ed880dd53f79f670aa83017537aed31fca892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on the banks of the historical Singapore River, near Chinatown, just a 5-1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.59" OriginalAmount="220.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311526" Longitude="103.877569" StarRating="2" HotelCode="909708|1571918" HotelName="Hotel 88 International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10/12 Lorong, 10 Geylang, Singapore 399045</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/60339/560339/1.jpg?f=14995826</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Singapore. Hotel 88 International features a total of 22 accommod...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.20" OriginalAmount="220.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301164" Longitude="103.852568" StarRating="3" HotelCode="888086|98955" HotelName="ibis Singapore on Bencoolen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>170 Bencoolen Street, Singapore 189657</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fc/78fc7d21e5940988571497b6170b4c2f3a56cf9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bencoolen Street, in the heart of the business and cultural district of Sin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28895" Longitude="103.842261" StarRating="3" HotelCode="293496|holiday_inn_express_singapore_clarke_quay" HotelName="Holiday Inn Express Singapore Clarke Quay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Magazine Road, Singapore 059573</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/25/5f251490b1c0a10a3b93afe41bdf13c7f9ef6a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.55" OriginalAmount="223.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2972897349774" Longitude="103.85257691145" StarRating="4" HotelCode="165729|401815" HotelName="Grand Pacific" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Victoria Street, Singapore 188018</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/fe/67fe00d5c546d9e9c131836e0555b19f1a486dec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of the business district, adjacent to the Civic Art Centre, this hotel is with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.67" OriginalAmount="223.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3117730628022" Longitude="103.86047559053" StarRating="3" HotelCode="376221|1827848" HotelName="Hotel Yan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Tyrwhitt Road, Singapore 207581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96a759ec3707a08057744525508ec5db7664e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2905414" Longitude="103.8348422" StarRating="5" HotelCode="12994|16398" HotelName="Grand Copthorne Waterfront Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>392 Havelock Road, Singapore 169663</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/d2/55d2f20e80ed0a0eafb505f17f4b1b32fe03246e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the banks of the historic Singapore River, within easy access of the shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="226.64" OriginalAmount="224.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.288732985386" Longitude="103.83417159319" StarRating="4" HotelCode="7748|1239349" HotelName="Holiday Inn Atrium" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Outram Road, 169075 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/68/77683dc205526455018b06d91b3340cfa883e96e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the crossroads of Outram and Havelock Roads, the hotel lies by the Singapore River, with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.85" OriginalAmount="224.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3069510388523" Longitude="103.82782536442" StarRating="4" HotelCode="7752|22974" HotelName="Orchard Rendezvous Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Tanglin Road, Singapore 247905</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/8c/8d8c66f34eee2990e8f2a423be767eefcab44b73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the top of Orchard Road, a prime shopping, restaurant and entertainment bel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.26" OriginalAmount="226.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034465008725" Longitude="103.9045715332" StarRating="4" HotelCode="60940|40934" HotelName="Grand Mercure Singapore Roxy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 East Coast Road, Roxy Square, via Marine Parade Road, Singapore 428769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/90/d7909048babfdfcd13b165737f2f5058f3d13818.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the east coast of Singapore, on Marine Parade Road in the centre of histori...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.56" OriginalAmount="227.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3124131335486" Longitude="103.85376502076" StarRating="5" HotelCode="297063|1018008" HotelName="One Farrer Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,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>1 Farrer Park Station Road, Singapore 217562</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/9b/0e9b85fb6c26903d6519671ffcd96a7599b0b768.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3125045930778" Longitude="103.86121112304" StarRating="3" HotelCode="143917|aqueen_hotel_lavender" HotelName="Aqueen Lavender" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>139 Lavender Street, Singapore 338739</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/46/a54690125cda301b1a9122fa364bd32ab650be46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within close proximity of various eateries offering uniquely Singaporean fares....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.331287" Longitude="103.739603" StarRating="3" HotelCode="312604|genting_hotel_jurong" HotelName="Genting Hotel Jurong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Town Hall Link, Singapore 608516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5d/4c5d97e8acbd27c94727f9df7cad02e41e9cda82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 557 rooms. Services and facilities at the hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307427" Longitude="103.861575" StarRating="4" HotelCode="170067|v_hotel_lavender" HotelName="V Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Jellicoe Road, Singapore 208767</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/8b/dd8b37ad66041c8b0465ee389137774c43edd9b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the city centre, at the junction of Kallang Road and Lavender Road. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.44" OriginalAmount="234.10" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|205638" HotelName="Genting Jurong" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Town Hall Link</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/6/3/8/205638_1_1411.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.39" OriginalAmount="239" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.302393" Longitude="103.857804" StarRating="4" HotelCode="7749|20864" HotelName="Village Hotel Bugis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390 Victoria Street, 188061 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/64/0a6437b1e765df60d83d4c707c201012049f813b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located next to the Sultan Mosque on Arab Street and Bugis Village, with its enchanting atmosphere, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.41" OriginalAmount="241.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2881457301271" Longitude="103.84437203407" StarRating="4" HotelCode="165517|park_regis_singapore" HotelName="Park Regis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Merchant Road, Singapore 058268</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/d0/a6d0ac10a05f16282a3f5b4b5dc7b36314141f0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location in the city centre, within easy reach of Singapore's vibrant en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2974854860404" Longitude="103.8567557931" StarRating="2" HotelCode="909665|hotel_calmo_bugis_sg_clean_staycation_approved" HotelName="Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Beach Road, Singapore 189699</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/a7/6ba74d39d1ce28b9c191d3cfff0b4af5ec2494a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.01" OriginalAmount="243.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3019832805711" Longitude="103.8619674957" StarRating="4" HotelCode="935364|1245598" HotelName="Clover 33 Jalan Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Jalan Sultan #01-01, 198965 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/b1/f8b1a14c10cff63806d8ebc9ea0812e9538e8da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307257" Longitude="103.828447" StarRating="4" HotelCode="25905|orchard_hotel_singapore" HotelName="Orchard Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>442 Orchard Road, Singapore 238879</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e4/eae48261dbe48ac6aa223887cd8f1575769b77b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the top of Orchard Road, adjacent to the Delfi Orchard mall and opposite to the Forum Sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28643" Longitude="103.844669" StarRating="4" HotelCode="39411|furama_city_centre" HotelName="Furama City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Eu Tong Sen Street, 059804 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/b1/c1b1ddd37f9608d89b5f68318bda9f207aaa3a09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Chinatown- a shopping and entertainment haven in the middle of the Financial...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3130017856416" Longitude="103.8259270913" StarRating="3.5" HotelCode="93357|relc_international_hotel" HotelName="Relc International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Orange Grove Road, Off Orchard Road, Singapore 258352</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/84/3a84dd6f4e6cd440c30046ec594f61dfaee0381c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.13" OriginalAmount="246.66" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|188361" HotelName="Rucksack Inn Tyrwhitt Road" Meals="SHARED ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153A Tyrwhitt Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/3/6/1/188361_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="249.59" OriginalAmount="247.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034572269324" Longitude="103.90298098326" StarRating="4" HotelCode="62537|952535" HotelName="Village Katong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Marine Parade, Singapore 449536</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e8/c6e85bc9675c8dc266bb041409e39f72e246cae8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN) (about 15 km away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.49" OriginalAmount="249.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.296858" Longitude="103.855824" StarRating="2" HotelCode="932932|amaris_hotel_by_santika_bugis_singapore" HotelName="Amaris Hotel Bugis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Middle Road, Bugis Junction, Singapore 188931</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/6a/0e6a77bd47ecda54d09b10a29b637e287da550dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.77" OriginalAmount="250.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3070789388963" Longitude="103.85836352474" StarRating="5" HotelCode="376374|1800688" HotelName="The Vagabond Club Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Syed Alwi Road, 207630 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ab/b2ab01d8df3c24714b252178efb597bbabab6db5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3298194655477" Longitude="103.81636986378" StarRating="0" HotelCode="527289|hollandse_club" HotelName="Hollandse Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Golf,Spa">
        <Address>
          <AddressLines>
            <AddressLine>22 Camden Park, Off Adam Road, Singapore 299814</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/cf/43cf44f8a10d30a062290131590dac2672ecd228.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.56" OriginalAmount="252.04" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|54001" HotelName="The Scarlet" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 ERSKINE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/0/1/54001_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is business.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.53" OriginalAmount="253" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2758543579617" Longitude="103.84450086012" StarRating="4" HotelCode="435236|157754" HotelName="Oasia Hotel Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>100 Peck Seah Street, Singapore 079333</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/8d/218de6ad596e04cf6f324dd16fb012ae6e6602e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304248273722" Longitude="103.82375121117" StarRating="4" HotelCode="166875|traders_hotel_singapore" HotelName="Hotel Jen Tanglin Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1A Cuscaden Road, 249716 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ab/3dab5da136bff4f765a44f8012f19373fe4b1987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Orchard Spring, this hotel is just a 5-minute stroll to the main shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.97" OriginalAmount="254.43" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|60369" HotelName="Relc International" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Orange Grove Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/6/9/60369_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has an events room, Orchard Road It is 10 minutes away from The establishment offers a transfer service, The establishment has a lobby with a seating area. SITUATION: Orange Grove Road It is in It has excellent transport links to, near the establishment, you will find Shangri La the hotel. ROOM: Customers can find large rooms with a bathroom with a balcony and large windows. The establishment has standard rooms with two beds, rooms with queen size bed and suites with king size bed. RESTAURANT: Regarding gastronomy, the establishment offers a Chinese restaurant a coffee shop with breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.56" OriginalAmount="256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30338" Longitude="103.84996" StarRating="2" HotelCode="96720|hotel_81_selegie" HotelName="Hotel 81 - Selegie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Selegie Road, Singapore 188318</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d2/a9d296e1770339108012e2628efb114398066148.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on Selegie Road. It is surrounded by shopping centres, such as Peace Cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.56" OriginalAmount="256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3109230687953" Longitude="103.8769932358" StarRating="1" HotelCode="909720|darlene_hotel" HotelName="Darlene Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Lorong 8 Geylang, Singapore 399096</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/54/4054047b95e9a420769dfafd6a1314d062a79fca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="260.04" OriginalAmount="257.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.333214" Longitude="103.963317" StarRating="4" HotelCode="187410|1165418" HotelName="Capri by Fraser, Changi City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Changi Business Park Central 1, Singapore 486037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/e7/0ae7edf21e4fb5f4538d23b8c64975a1b9d16e70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Changi Business Park, which comprises a mix of high technology ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29776168272" Longitude="103.84440153837" StarRating="4" HotelCode="169598|innotel" HotelName="Innotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Penang Lane, Singapore 238485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ea/14eaa7e62d48e7e27a72326306a3be22d5fb223d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is roughly a 5-minute walk away from Dhoby Ghaut MRT station and two train stops away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2829480913796" Longitude="103.84590810154" StarRating="2" HotelCode="383782|istayinn_singapore" HotelName="iStay.inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>211A South Bridge Road, Singapore 058760</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/88/5a88002a4ea5dad83bfd55c9ee6a7c607ce4c216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31156631" Longitude="103.86142628" StarRating="3" HotelCode="760237|hamilton_2" HotelName="Harbour Ville Hotel Hamilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Hamilton Road, Lavender, Singapore 209210</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f5/acf530ce4fac20602baf687f97164ba7ba0a3f9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Friendly and cosy hotel ideal for travelers and small tourists groups that is located in the serene ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265.63" OriginalAmount="263" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3107004621788" Longitude="103.8557665112" StarRating="4" HotelCode="166868|9204" HotelName="PARKROYAL on Kitchener Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Kitchener Road, Singapore 208533</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/dc/66dcd2c42d8533c47565503ef6f26cd8521f0f57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Singapore's Little India on Serangoon Road, just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.63" OriginalAmount="263.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.300607" Longitude="103.842129" StarRating="4" HotelCode="302591|concorde_hotel_singapore" HotelName="Concorde Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Road, Singapore 238840</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/99/2999ecd00d9a719750f16937c2d4d149d213db08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Orchard Road, the celebrated commercial and entertainment hub ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.63" OriginalAmount="263.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2756153746671" Longitude="103.8441560766" StarRating="4" HotelCode="255651|carlton_city_hotel_singapore" HotelName="Carlton City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Gopeng Street, Singapore 078862</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a6/63a6ddb2746f2969961c545f39712cf39d8a8879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.83" OriginalAmount="263.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30027" Longitude="103.860328" StarRating="4" HotelCode="166870|102592" HotelName="PARKROYAL on Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Beach Road, Singapore 199591</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/db/dbb238427b2b934c722d60ced0eb8c81/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Beach Road, on the perimeter of Singapore's Central Business District, in cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.72" OriginalAmount="265.07" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|60329" HotelName="Concorde  Singapore" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/2/9/60329_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Orchard Road where you can find the commercial area and the leisure area. 5 minutes walk away, guests will find el Palacio Presidencial near the establishment, you will find commercial centres and Fort Canning Park. 200 metres away you can find restaurants, bars and nightclubs. Close to the establishment, guests can find El Museo de Arte de Singapur guests can also find Esplanade the Chijmes Hall theatres. HOTEL: This air-conditioned hotel has 407 standard rooms and 7 floors. Some of the establishment facilities on offer are a hairdresser's, a business centre, a secretary service, a medical care service and express check-out. The establishment has a lobby with a reception, a safety deposit box service and a currency exchange service. It has a bar and a restaurant. The establishment offers guests conference facilities and internet (for a fee). Guests have access to a gift shop. The establishment also offers room service, a laundry service and a car park (for a fee). ROOM: All the rooms have a marble bathroom with a shower, a bath, a hairdryer, a direct line telephone, a bathrobe, slippers, a king-size bed and a direct line telephone. They have a radio, a direct line telephone, a mini-bar, a mini-fridge, a coffee maker, an iron, cable television, a safe, a central air-conditioning system, internet (available for a fee), a writing desk and press. The establishment has non-smoking rooms (available on request).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.42" OriginalAmount="265.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102148464866" Longitude="103.82612431097" StarRating="4" HotelCode="416765|1730438" HotelName="Darby Park Executive Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Orange Grove Road, Singapore 258353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b7/96b7cf64a0e79035bfd24249be709e502f6480a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Singapore. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.48" OriginalAmount="269.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.24419" Longitude="103.839736" StarRating="5" HotelCode="909724|1571938" HotelName="One15 Marina Club" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>01-01, 11 Cove Drive, Sentosa Cove, Singapore 098497</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/69/da693db8f9870dfa124e7ee3f3673d5b0d0c3248.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.70" OriginalAmount="270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.38881578" Longitude="103.97654425" StarRating="3" HotelCode="861348|zen_premium_cranwell_road" HotelName="Changi Cove by ZEN Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>351 Cranwell Road, Changi, Singapore 509866</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/84/3e84dd6087b313824d30513f7dbdcf4a5c5e6bb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="273.62" OriginalAmount="270.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121597710242" Longitude="103.8546538832" StarRating="4" HotelCode="523462|1990285" HotelName="Park Hotel Farrer Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Designated Smoking Area,Golf,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Farrer Park Station Road, Singapore 217564</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/51/ef517998314b052d4c4aa81f616dad1f528d5c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally situated and in one of Singapore's most bustling districts, Park Hotel Farrer Park enjoys ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.73" OriginalAmount="273" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3073883247959" Longitude="103.83266150951" StarRating="5" HotelCode="16998|4225" HotelName="Royal Plaza on Scotts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Scotts Road, Singapore 228220</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ab/d2/abd2f87a033547c9369c49ef58c65cfdbe0ec105.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Scotts Road, opposite the Grand Hyatt Hotel Singapore and the Marriot Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.74" OriginalAmount="274.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3036473758348" Longitude="103.85962130381" StarRating="4" HotelCode="935363|hotel_clover_769_north_bridge_road" HotelName="Clover 769 North Bridge Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Boutique,Garden,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>769 North Bridge Road, Singapore 198737</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/96/e996fb127f3a28083aba1aa5dc6d2400d190990e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a wonderful setting amidst the bustle and splendour of Singapore. The hotel is loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.57" OriginalAmount="276.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3046033904852" Longitude="103.8540370464" StarRating="1.5" HotelCode="565653|2270065" HotelName="Snooze Inn @Dunlop Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Laundry,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>28 Dunlop Street, Singapore 209356</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/09/990976f803c5d195a194d682da2f73886db0fee9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located within Singapore's culturally rich Little India, within walking distance of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.77" OriginalAmount="277.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311566" Longitude="103.87727088" StarRating="3" HotelCode="973285|jh_hotel_2" HotelName="JH Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Lorong 10 Geylang, 399041 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/59/7359ad5f2a1db7e345e2eed28164e2bbd05cb0ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="280.16" OriginalAmount="277.39" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|211111" HotelName="Oasia Downtown Singapore (sg Clean)" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Peck Seah Street, Chinatown</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/1/1/1/211111_1_1096.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3007814831625" Longitude="103.859719881" StarRating="2" HotelCode="380624|shophouse_the_social_hostel" HotelName="The Shophouse on Arab Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>48 Arab Street, Singapore 199745</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/2a/fe2a14a452648e0467a32fd3b8e0b1e8aab8fb24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297708" Longitude="103.852214" StarRating="4" HotelCode="73184|15871" HotelName="Royal at Queens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Queen Street, Singapore 188553</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/68/af68a4cae8e08e748d28d03adee43774d6aa3c4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Singapore hotel is strategically located in the city's dynamic business, financial, convention,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295817" Longitude="103.855138" StarRating="5" HotelCode="401651|naumi_hotel" HotelName="Naumi Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Seah Street, Singapore 188396</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/4a/424ad067f78d2481d771e4d4c69163034d174ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, a mere two-minute walk from the famous Raffles Hotel. With...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.80" OriginalAmount="280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280198" Longitude="103.840155" StarRating="4" HotelCode="213830|dorsett_singapore" HotelName="Dorsett Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 New Bridge Road, Singapore 088765</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/87/5b871ea13dbcec335b78465b9e89b11b007329d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="284.52" OriginalAmount="281.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3009817883746" Longitude="103.83997854233" StarRating="4" HotelCode="33020|960633" HotelName="Jen Orchardgateway Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Orchard Road, Singapore 238858</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/53/27538e905bbdf6199adb03910a98de35c5a4c239.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Orchard Road and is annexed to the Specialist Shopping Centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.85" OriginalAmount="285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.273803" Longitude="103.844895" StarRating="4" HotelCode="59955|m_hotel_singapore" HotelName="M Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anson Road 81, 079908 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ed/67ed424396d653d79b4ee0093a1f014c52c84064.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of the business district with easy access to key local att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.43" OriginalAmount="285.57" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|34818" HotelName="Parkroyal On Beach Road, Singapore" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7500A BEACH ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/1/8/34818_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 341 standard rooms and suites. The establishment offers guests a business centre, a laundry service, a cleaning service and catering service. The establishment has air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a hairdresser's, shops, a bar, dinner service, conference facilities, a car park and room service. SITUATION: This hotel is in Beach Road and is situated in the surounding areas of the business district. Nearby, you will find the convention centre. 20 minutes away from the establishment guests have Singapore Changi International Airport. It is situated 5 minutes away from MRT Bugis Station. Nearby, you will find commercial zones, boutiques, shops and restaurants. ROOM: The establishment has standard rooms and suites with individual air-conditioning systems, a mini-bar, cable television with films, a radio, a direct line telephone with an answering machine, internet, a kettle, a coffee maker, a safe, an ironing set and a bathroom. The establishment has non-smoking rooms. FACILITIES: Outdoors, guests have access to a swimming pool with a children's area, a pool bar with deck chairs and parasols. The establishment boasts a gym, a jacuzzi, a solarium, a steam bath, a massage service and a spa. PAYMENT METHODS: Customers can pay by American Express, Mastercard, JCB and Visa. OTHERS: The establishment offers restaurants and a club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.86" OriginalAmount="286" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2921881539601" Longitude="103.84990840194" StarRating="4" HotelCode="7753|8619" HotelName="Peninsula Excelsior Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Coleman Street, Singapore 179805</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e3/49e3d900d92fb056fcea25d9dbd11b877bea63df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the middle of Singapore's bustling Civic District, the hotel is just a stone’s throw away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.86" OriginalAmount="286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.276803" Longitude="103.843845" StarRating="4" HotelCode="909726|orchid_hotel_3" HotelName="Orchid Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Tras Link (Tanjong Pagar), Singapore 078867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1f/2f1f247634e95558680e6176e52d7caa8a396caa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="289.71" OriginalAmount="286.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28396357" Longitude="103.84694548" StarRating="4" HotelCode="961310|A2B163" HotelName="Capri By Fraser China Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>181 South Bridge Road, Singapore 058743</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b0/7bb0072c8219a1fa6d3bf16ad74488219d666cac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.87" OriginalAmount="289.97" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|35269" HotelName="Sheraton Towers Singapore" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Scotts Road, Orchard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/2/6/9/35269_1_3924.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, it offers 413 rooms and 21 floors. The establishment offers room service, a laundry service, a car park, a shoe-shining service and a medical care service (for a fee), This air-conditioned hotel has a reception, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a business centre, conference facilities, internet and secretarial services. You are also offered a souvenir shop, daily newspapers and magazines. Regarding the food and beverage offering, the establishment has 3 restaurants. SITUATION: This hotel is in a central location, Scotts Road is situated in Orchard Road 10 minutes away from the establishment, clients can find Where you can find leisure areas and shops. Newton Hawker Centre it is 5 minutes away from. ROOM: The establishment has standard rooms and suites with business facilities, internet, a coffee maker, a kettle, press, a mini-bar, shoe-shining and a safety deposit box. The rooms a bathroom with a hairdryer, a direct line telephone, cable and satellite television and individual air-conditioning. FACILITIES: Guests are offered a sauna, a gym, an outdoor swimming pool, a snack bar, a sauna, a solarium and a massage service. OTHERS: Regarding the food and beverage offering, you can enjoyDomus the restaurant, which serves Italian dishes Li Bai the restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.90" OriginalAmount="290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3207301070789" Longitude="103.84315026442" StarRating="3.5" HotelCode="571270|courtyard_singapore_novena" HotelName="Courtyard Singapore Novena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Irrawaddy Road, Novena, Singapore 329568</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c3/7ec364e638223eac4f792cd2c63e1cdcc9679e9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.31" OriginalAmount="290.41" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|449481" HotelName="Mondrian Singapore Duxton" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16A Duxton Hill</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/8/1/449481_eb2d78f1151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2888751065014" Longitude="103.84534299374" StarRating="4" HotelCode="14729|swissotel_merchant_court" HotelName="Swissôtel Merchant Court, Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Merchant Road, Singapore 058281</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/9a/149a0fdcb95d39d05d23b4cb2717a75d5087416c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the banks of the Singapore river opposite the Clarke Quay Festival Village....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2985944850046" Longitude="103.85033038526" StarRating="3" HotelCode="38596|bayview_hotel_singapore" HotelName="30 Bencoolen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Bencoolen Street, Singapore 189621</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/72/a472ccebd1aee522e7e99739a5e6cfcdf87a3eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located at the crossroads of Singapore's popular shopping area and business district, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.97" OriginalAmount="293.04" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|55408" HotelName="Grand Copthorne Waterfront" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>392 HAVELOCK ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/0/8/55408_cf8a6e40959.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 538 rooms and 30 floors. The establishment boasts a lobby, room service (for a fee), a business centre, a secretary service, internet (for a fee), air-conditioning, a reception, a safety deposit box service and a currency exchange service. The establishment also offers internet (for a fee), a lift, a cafÃ©, a bar and a restaurant. For an extra cost you can have access to a laundry service and a car park. SITUATION: It is situated next to the river, is well-connected with shops, leisure areas ,Chinatown 10 minutes away from the establishment clients have Orchar Road 5 minutes away, you can find near the establishment, guests will find a nightclub, boutiques and restaurants. close to the establishment, guests have the metro station. ROOM: The rooms have internet, (available for a fee), a safe, a mini-bar, a coffee maker, a direct line telephone, satellite or cable TV, a mini-bar and a central air-conditioning system. The establishment has superior rooms and 3 disabled access rooms. FACILITIES: The establishment boasts a swimming pool, a jacuzzi, 2 tennis courts, (available for a fee) and a gym. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard, JCB and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="297.90" OriginalAmount="294.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.35974362" Longitude="103.98945839" StarRating="3" HotelCode="946965|2373105" HotelName="YOTELAIR Singapore Changi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Airport Boulevard, Singapur 819666</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/85/2485a6ff2bfa97f3745b6e6aa02586d25e87b025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.99" OriginalAmount="297.02" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|33307" HotelName="Carlton Hotel Singapore" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76 BRAS BASAH ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/3/0/7/33307_8370e1a0939.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 630 standard rooms and suites and 26 floors. The establishment boasts 2 conference rooms, computers, internet (for a fee) and secretarial services. Guests are also offered a lobby, a conference room, meeting rooms, a cafÃ©, 2 Chinese restaurants, a reception with safety deposit boxes, a currency exchange service, lifts and a hairdresser's. The establishment offers guests room service, a laundry service and a car park. SITUATION: This complex is in Bras Basah Road near the establishment, you will find the tourist attractions. 7 minutes away from the establishment guests have MRT City Hall Station. It is situated 5 minutes away from the Raffles City Shopping Centre. Close to the establishment, guests can find shops, bars and restaurants. It is 8 minutes away from the city centre. It has excellent transport links to the art museum, the city of Suntec, the Esplanade Theatre and Merlion Park. Is 30 kilometres from the airport. ROOM: The establishment has standard rooms and suites with telephone, a desk, a mini-bar, a television with films, a coffee maker and a kettle. Each room has a bathroom with telephone, scales, a hairdryer and a bathrobe. They have internet, a central air-conditioning system, a safety deposit box, a balcony or terrace with city views and daily press. FACILITIES: The establishment has a swimming pool with a terrace, a bar, deck chairs, a gym, a sauna and a steam bath. Guests are offered a massage service. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment offers all meals in a buffet form and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.91" OriginalAmount="299.91" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|188342" HotelName="Beat. Arts Hostel Chinatown" Meals="FAMILY ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211A, South Bridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/3/4/2/188342_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.35" OriginalAmount="300.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30496" Longitude="103.904327" StarRating="4" HotelCode="437144|1912815" HotelName="Hotel Indigo Singapore Katong" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 East Coast Road, Katong 428788</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/1f/fc1f774dae305ee09c6e0cd46ae43be6e8ef33f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="304.52" OriginalAmount="301.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303302" Longitude="103.8366149" StarRating="3" HotelCode="931427|1455948" HotelName="Holiday Inn Express Orchard Road" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Bideford Road, Singapore 229921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9f/0f9ff6a3b53e211c3df435fb4dc6c674f4fb44a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.05" OriginalAmount="305.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2807786709365" Longitude="103.84580159573" StarRating="4" HotelCode="909738|ann_siang_house" HotelName="Ann Siang House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Ann Siang Road, Singapore 069708</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/4e/894eb5430dae4507eee1d432e3edb19c503bbb23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.07" OriginalAmount="307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295552" Longitude="103.85311" StarRating="4" HotelCode="48140|carlton_hotel_singapore" HotelName="Carlton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>76 Bras Basah Road, 189558 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/aa/dcaaf83024cf34da302ae7902b33d26c4373e935.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel grounds are located on Bras Basah Road, close to several popular tourist attractions. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.60" OriginalAmount="309.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3106846140334" Longitude="103.85881959585" StarRating="2" HotelCode="520059|1735698" HotelName="Travellers Loft @ Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>290A Jalan Besar, Singapore 208953</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/84/a1845e21d0219014465dc8aee536a84260331dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="317.59" OriginalAmount="314.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292444220966" Longitude="103.84994029999" StarRating="5" HotelCode="7750|101672" HotelName="Grand Park City Hall" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Coleman Street, Singapore 179809, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/fc/c1fc9e138cb4f46dbb7a9100b14fdba734b924c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This atrium hotel is strategically located in a vibrant quarter of Singapore's city centre, just a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2986335478394" Longitude="103.7880492037" StarRating="4" HotelCode="201400|fraser_place_fusionopolis_3" HotelName="Citadines Fusionopolis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Fusionopolis Way, Symbiosis Tower, Singapore 138633</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6d/b06d3e909a0b6e625c8972ca19567fac0dd30935.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="326.13" OriginalAmount="322.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304129" Longitude="103.859397" StarRating="3" HotelCode="141694|505105" HotelName="Santa Grand Bugis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kubor, Singapore 199202</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/79/0c79134482e71ade601bfdd13f65df44dc7c9b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very easily accessible, with convenient links to public transport and taxis. It takes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="326.23" OriginalAmount="323" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3024436140725" Longitude="103.84086638689" StarRating="4" HotelCode="13510|59787" HotelName="Holiday Inn Orchard City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Cavenagh Road, Singapore 229616</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/37/fb3730592ead8d620be7afc27843087932d20455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Orchard Road, with easy access to the popular Orchard Road shopping and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="328.22" OriginalAmount="324.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.35480657214" Longitude="103.98910361532" StarRating="2" HotelCode="440859|2289715" HotelName="Ambassador Transit Hotel Terminal 2" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Departure, Level 3, Passenger Terminal Building (PTB) 2, Singapore Changi Airport, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8230690</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.25" OriginalAmount="325.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2748506640107" Longitude="103.84367465973" StarRating="4" HotelCode="35453|amara_singapore" HotelName="Amara Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Tanjong Pagar Road, 088539 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/57/62574c7873f0d645740338366365a3ec4eb98eef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located within the heart of the bustling business and shopping districts of Chinatown and Shenton Wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="328.58" OriginalAmount="325.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.27886388" Longitude="103.84415178" StarRating="5" HotelCode="792058|2330875" HotelName="Six Senses Maxwell" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/4a/8c4a7c7e23e8a6211340ec2b517c03495e6732c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="338.35" OriginalAmount="335" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2771845099187" Longitude="103.8488305086" StarRating="4" HotelCode="536080|223085" HotelName="Oakwood Premier OUE Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Shenton Way, OUE Downtown 1, Singapore 068809</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/592542/592542a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.57" OriginalAmount="335.22" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|54011" HotelName="Goodwood Park Hotel" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 SCOTTS ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/1/1/54011_410d7b80941.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 234 standard rooms and suites. The establishment boasts air-conditioning, a concierge, a business centre, a hairdresser's, conference rooms, meeting rooms, a currency exchange service and a lift. The establishment also has a grill, 2 Chinese restaurants, a cafÃ© and a bar. The establishment offers guests internet, room service and a laundry service (for a fee). SITUATION: This hotel is in the heart of the commercial area, close to the Orchard and Scotts Streets. It is 10 minutes away from the business area of Shenton Way, 25 minutes away from Airport Singapore Changi. 10 minutes away from the establishment, guests will find Far East Square. can also find the Scotts Shopping Centre, Tang Square and the Shaw Centre. 8 minutes away, there is a metro station. 10 minutes away from the establishment guests have Orchard Station. It has excellent transport links to Chinatown, Little India and the theatres. ROOM: The establishment has 118 rooms with teapot, a coffee maker, individual air-conditioning, a safety deposit box, internet (available for a fee), satellite or cable TV and king size bed or two beds. The rooms have a bathroom with a hairdryer, a direct line telephone, a sitting room and a balcony or terrace. FACILITIES: There is a range of facilities and services available at the establishment, including a well-equipped gym, 2 swimming pools, a massage service, a spa for an additional charge, deck chairs and parasols.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.37" OriginalAmount="337.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994245602115" Longitude="103.85048779788" StarRating="4" HotelCode="82175|somerset_bencoolen_singapore" HotelName="Somerset Bencoolen Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Bencoolen Street, Singapore 189630</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/46/d446a9b747d1e01c718b2e1773eb1258b0473435.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.80" OriginalAmount="340.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3083214903705" Longitude="103.83391141891" StarRating="5" HotelCode="29566|22824" HotelName="Goodwood Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Scotts Road, 228221 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/f8/82f891b5cddc061a7f8a712ed43910f5f5e049ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the shopping and entertainment hub of Orchard and Scotts Roads...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3031542157233" Longitude="103.83622348309" StarRating="5" HotelCode="33019|20964" HotelName="Grand Park Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Orchard Road, Singapore 238857, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/db/75db5bc237ff4f6b17730135e25e66cd967af842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the heart of Orchard Road, surrounded by the city's most prestigious ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.57" OriginalAmount="357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994524916385" Longitude="103.86038441468" StarRating="5" HotelCode="931429|pan_pacific_serviced_suites_beach_road_singapore" HotelName="Pan Pacific Serviced Suites Beach Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500B Beach Road, Singapore 199592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/16/8e165e2dbb1c9ea4562010abfb0f202b611ec0ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.39" OriginalAmount="357.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.282029150194" Longitude="103.85163411498" StarRating="5" HotelCode="114231|500515" HotelName="Ascott Raffles Place Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Finlayson Green, Singapore 049247</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/09/6b092f6017e9a5c00d9631aaf8362f71c903e4dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With immediate access to the multinational business and financial institutions, the residence offers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="364.82" OriginalAmount="361.21" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|468917" HotelName="Pullman Singapore Hill Street" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 HILL STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/9/1/7/468917_6ed74981826.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="375.06" OriginalAmount="371.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.358479" Longitude="103.988104" StarRating="4.5" HotelCode="76109|113102" HotelName="Crowne Plaza Changi Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Airport Boulevard #01-01, 819664 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/c8/10c847d3dee8832e887b32a77c06d62dc8f206e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located at Changi Airport in the east of Singapore. It lies close to the Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="386.02" OriginalAmount="382.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.306033" Longitude="103.829093" StarRating="5" HotelCode="17568|GFVU" HotelName="Hilton Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>581 Orchard Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)67322917</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/fb/63fb7288a352fc76b84940890649bcc196983a98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located on fashionable Orchard Road and in the heart of Singapore's shopping, entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.88" OriginalAmount="388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2903955337865" Longitude="103.83877694607" StarRating="4" HotelCode="20381|gallery_hotel_2" HotelName="InterContinental Singapore Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Nanson Road, 238909 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4a/2c4af48c27374f15873b69bbc96d6265d4a5c15a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located along the historic riverfront area of the famous Singapore River, right i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.06" OriginalAmount="389.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311698283772" Longitude="103.8826998692" StarRating="2" HotelCode="346122|1823608" HotelName="Hotel Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Molek, Singapore 399541</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/64/5764b716842a019c02a00452e5be0a9239192897.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.78" OriginalAmount="392.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280176" Longitude="103.849816" StarRating="5" HotelCode="212980|1006955" HotelName="SO Sofitel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Robinson Road, 068876 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/24/97240c08068d6aeab6091600af94e9ca9e0f6efa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="398.52" OriginalAmount="394.57" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|63534" HotelName="Fraser Suites Singapore" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>491A RIVER VALLEY ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/3/4/63534_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel and it is near the tourist points of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="399.80" OriginalAmount="395.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2769600391389" Longitude="103.8462816209" StarRating="5" HotelCode="506564|2187875" HotelName="Sofitel Singapore City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Wallich Street, Singapore 078885</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/55/9e55bf4d2e219a3be1df949adff866971b5452fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.44" OriginalAmount="396.48" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|54017" HotelName="Pan Pacific Singapore" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 RAFFLES BOULEVARD, MARINA SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/1/7/54017_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 35 floors and 775 standard rooms and suites. Some of the establishment facilities on offer are a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, facilities for people with reduced mobility, a shoe-shining service, a cafÃ© and a business centre with features that offer you the maximum level of comfort. The establishment offers guests WiFi (for a fee), room service, a babysitting service and a laundry service. The establishment has 6 restaurants and a bar. You are also offered a car park (for a fee). SITUATION: This hotel is in Marina Bay. It has excellent transport links to the Millennia Walk,Suntec and Marina Square shopping centres. 5 minutes away from the establishment, you can find the theatres. It is situated 5 minutes away from Chinatown,Boat Quay and Orchard Road and 20 minutes away from Airport Singapore Changi. ROOM: The establishment has 775 standard rooms and suites, 94 superior rooms, 343 deluxe rooms and 134 panoramic rooms. All the rooms have workspace with desk, chair, a satellite or cable television, a coffee maker, a kettle, a mini-bar, a safety deposit box and a direct line telephone. They also have a bathroom with a bath, a hairdryer, an iron, a radio, a king-size bed, a central air-conditioning system and a balcony or terrace. FACILITIES: The establishment has an outdoor pool, a steam bath, a gym and a spa with treatments. For a fee, guests can enjoy a massage service. can enjoy activities such as tennis. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers 2 restaurants and a dining room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="404.18" OriginalAmount="400.18" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|54007" HotelName="Intercontinental Singapore Robertson Quay, An Ihg" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 NANSON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/0/7/54007_1_9869.jpg</HotelPictures>
        <HotelDescription>HOTEL: This designer hotel and it is in a central area. SITUATION: This modern hotel is next to Singapore the River of it is in Robertson Quay the leisure area of. ROOM: The establishment has 223 well-equipped rooms. FACILITIES: Guests are offered WiFi (free of charge), The establishment has a business centre, Regarding the food and beverage offering, there is a restaurant and a lounge bar. The establishment boasts a swimming pool, a spa and a fitness centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="408.91" OriginalAmount="404.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3022344558126" Longitude="103.83624494076" StarRating="5" HotelCode="56120|CBP438300" HotelName="Mandarin Orchard Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Orchard Road, Singapore 238867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b5f5bf5192fd053/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Orchard Road, Singapore's premier shopping, entertainment and b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="410.39" OriginalAmount="406.33" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|55412" HotelName="Swissotel The Stamford, Singapore" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 STAMFORD ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/1/2/55412_1_8882.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 72 floors, 1261 rooms and modern facilities. Guests are also offered restaurants and an events room. SITUATION: This complex is in the heart of the cultural area, is in Singapore the commercial area of close to the establishment, guests have City Hall Station the Station of it is situated near Mass Rapad Transit the underground station of. ROOM: The luxurious rooms, have a balcony and city views. FACILITIES: There is a range of facilities and services available at the establishment, including a spa, 2 outdoor pools, 6 tennis courts and 35 treatment cabins. MEALS: The establishment serves all meals in a buffet format and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by credit cards, American Express, Visa, Mastercard, JCB and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="410.69" OriginalAmount="406.62" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|54022" HotelName="Parkroyal Collection Marina Bay, Singapore" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Raffles Boulevard, Marina Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/2/2/54022_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, is situated in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="412.08" OriginalAmount="408" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2934337041036" Longitude="103.8536632061" StarRating="5" HotelCode="20379|13101" HotelName="Swissôtel The Stamford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Stamford Road, Singapore 178882</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/4d/cd4d84e746a40cdda2d7c5cbd8be09fdf79e4338.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex is located at the heart of Singapore’s business and cultural centre where the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="413.25" OriginalAmount="409.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.306895259978" Longitude="103.83600032258" StarRating="4.5" HotelCode="491667|2085045" HotelName="Oakwood Studios Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Currency Exchange,Garden,Housekeeping,Internet,Kitchen,Laundry,Parking,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Mount Elizabeth, Singapore 228514</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a1/f0/a1f0c5f9e4483e071caf56e2f8c7752f3b2ef7e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;MODERN SERVICED LIVING IN AN EXCLUSIVE DISTRICT

Stylish apartments with eclectic tech-enabled space...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.10" OriginalAmount="410" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304703" Longitude="103.824868" StarRating="5" HotelCode="44765|27894" HotelName="Regent Singapore Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cuscaden Road 1, 249715 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9a/8a/9a8af0f499d4c3be2c02a906ee6a50af8a7c52e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Singapore's most exclusive areas, close to the main business distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307471" Longitude="103.829995" StarRating="5" HotelCode="14802|13318" HotelName="Pan Pacific Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Claymore Road, Singapore 229540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/32/4a32574605e9caef76cddd11b7d15cfd38c39852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a desirable residential district of Singapore just a stone's throw from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.18" OriginalAmount="418.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3051144026337" Longitude="103.8325381279" StarRating="5" HotelCode="17569|singapore_marriott_hotel" HotelName="Singapore Marriott Tang Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Orchard Road, Singapore 238865</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/2a/542a35f73978ecbb11bc41beb826911d2b91cca0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a renowned landmark on the corner where Scotts Road meets Orchard Road. Located in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.19" OriginalAmount="419.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2998191722603" Longitude="103.85814998934" StarRating="5.5" HotelCode="544889|andaz_singapore" HotelName="Andaz Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>5 Fraser Street, Singapore 189354</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/33/46337bbb97053e8be59b85fbd5f3cdbe7481e3e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="430.83" OriginalAmount="426.56" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|60315" HotelName="Grand Hyatt Singapore (sg Clean)" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 SCOTTS ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/1/5/60315_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated establishment in 2006, has 21 floors and 663 standard rooms and suites. The establishment offers conference facilities, leisure areas and a meal service. There are many services available at the establishment, including a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. The establishment has a hairdresser's, internet, restaurants, a business centre, a transfer service, daily newspapers, audiovisual equipment, room service and a car park. SITUATION: This hotel is in Orchard Road the commercial area of Clarke Quay it is situated 2 kilometres away from nearby, there is a bus stop, taxis, near the establishment, you will find Far East Plaza and Scotts the shopping centres Where you can find restaurants and bars. near the establishment, you will find Marina Bay and Fort Canning the parks Clients can also find the art museum, Suntec the city of the theatres. it is 200 metres away from the city centre, 10 minutes away, guests can find nightclubs, 300 metres away, there is a public transport stop excellent transport links to and. 25 minutes away from the establishment clients have Singapore Changi Airport. ROOM: The establishment has 663 rooms and suites. The establishment has rooms with business facilities, a large desk, WiFi, a safe, an LCD TV with video, a DVD player, an iron, a hairdryer, a mini-bar and an individual air-conditioning system. The establishment has Grand Deluxe rooms with a sitting room, a flat-screen television, a desk with telephone, a wardrobe and internet. The rooms a bathroom, a radio, a coffee maker, a kettle and a double bed. FACILITIES: The establishment boasts a health club, squash, tennis, a gym, aerobics, dances, ping pong, golf areas, a spa with a hydromassage, heated swimming pools, thermal area, a sauna, a massage service, beauty treatments and a lounge. Customers can enjoy Brixs Wine the bar with a live music and a nightclub. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offersMezza 9 the restaurant Straits Kitchen the restaurant Oasis the restaurant Petes Place the restaurant, which serves Italian specialities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.91" OriginalAmount="431.59" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|552483" HotelName="Artyzen Singapore" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cuscaden Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/4/8/3/552483_b8503eb1128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.32" OriginalAmount="432.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285693" Longitude="103.846355" StarRating="5" HotelCode="213802|parkroyal_on_pickering" HotelName="PARKROYAL on Pickering" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Upper Pickering Street, Singapore 058289</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/7b/fa7b18c7c5cb7355d444fc38b1e399ea812712ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="445.74" OriginalAmount="441.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3063639874729" Longitude="103.83299410343" StarRating="5" HotelCode="13029|22844" HotelName="Grand Hyatt Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Scotts Road, 228211 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/bf/2cbf00bb3aa50bcebe60bcec6bd2af5fa62e1d63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the shopping and entertainment district of Orchard Road, 2 km from Clarke Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="446.42" OriginalAmount="442" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2890194087833" Longitude="103.83746552618" StarRating="4" HotelCode="565884|228390" HotelName="The Warehouse Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Havelock Road, Robertson Quay, Singapore 169628</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/02/de02dedef77420cafaa3e6892ded2078e2c66826.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="451.93" OriginalAmount="447.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2936" Longitude="103.85377" StarRating="5" HotelCode="16441|86019" HotelName="Fairmont Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Bras Basah Road, Singapore 189560</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/zz/d5/add55fda5d8d5df75ef67b9e59409410aa686184.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Singapore's business, historical, cultural, and shopping distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="453.44" OriginalAmount="448.95" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|233396" HotelName="7 Wonders (sg Clean)" Meals="FAMILY ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>257 Jalan Besar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/3/9/6/233396_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="462.58" OriginalAmount="458" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2936482261422" Longitude="103.85868430138" StarRating="5" HotelCode="47711|59740" HotelName="Conrad Centennial Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Two Temasek Boulevard, Singapore 038982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/29/fb29d2ec8e5302c11c49c6a7d74832bf3ef668d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre in the Marina Bay district, between Millenia Walk and Suntec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="466.62" OriginalAmount="462.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2895127814525" Longitude="103.83144748751" StarRating="3.5" HotelCode="384764|louis_kienne_serviced_residences" HotelName="Louis Kienne Serviced Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>554 Havelock Road, Singapore 169639</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a0/d2a036722279d516672ce7aa4f33e0685d0aed2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="471.49" OriginalAmount="466.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2578844725642" Longitude="103.81010144949" StarRating="5" HotelCode="17469|CAK212500" HotelName="Shangri-La's Rasa Sentosa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Siloso Road, Sentosa 098970</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/b4/32b4d0cc0ea772597629ad1efc4e9536e4069a52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is located on the western tip of Sentosa island, Singapore, on the beachfront. Set...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="478.74" OriginalAmount="474" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2938033630504" Longitude="103.85171436442" StarRating="5" HotelCode="297946|157782" HotelName="The Capitol Kempinski Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Stamford Road, Singapore 178906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/05/69058c2a8ad952bb48a57d48d2daebdcc2536b48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="479.41" OriginalAmount="474.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.316816" Longitude="103.841882" StarRating="3" HotelCode="21221|1521208" HotelName="Hotel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Newton Road, Singapore 307964</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/5a/765aa4cdb7885c247713fcbe0bdcb433f593fbbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Singapore’s exclusive residential district, a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="482.07" OriginalAmount="477.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3108716048677" Longitude="103.82658898831" StarRating="5" HotelCode="17459|CAW972300" HotelName="Shangri-La Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Orange Grove Road, Singapore 258350</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/77/4877f857003a3c6c82490852be1682ccb0a5a801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Orchard Road, the hotel provides a tranquil garden setting in the midst of the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="541.99" OriginalAmount="536.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304082" Longitude="103.837064" StarRating="4" HotelCode="498323|2049495" HotelName="Ascott Orchard Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Cairnhill Road, Singapore 229724</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/e6/84e67a9c762ab99c283a69fd66d5a4134843765f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.43" OriginalAmount="543.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.27885" Longitude="103.843175" StarRating="4" HotelCode="62531|the_duxton" HotelName="Six Senses Duxton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duxton Road 83, Singapore 089540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/26/e9262628cc4bb1016c7d182e62c6c5c5d45ae794.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Duxton Road, in the heart of Chinatown and within walking distance of the central busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="551.46" OriginalAmount="546.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.246217" Longitude="103.842456" StarRating="5" HotelCode="186924|w_singapore_sentosa_cove" HotelName="W Singapore Sentosa Cove" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Ocean Way, Singapur, Singapur 098374</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/1b/101bb81c0343729ef9d1c495795c82b60a452a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the island of Sentosa, where East meets West. It is situated just off the so...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="555.50" OriginalAmount="550.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298142" Longitude="103.854851" StarRating="5" HotelCode="7751|intercontinental_singapore" HotelName="Intercontinental" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Middle Road, 188966 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9a/c59a68f731a64aab7387ed344519b6e80d64aaae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the civic and cultural district of Singapore at Bugis Junction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="571.66" OriginalAmount="566.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.305918856464" Longitude="103.82598280907" StarRating="5" HotelCode="71201|the_st_regis_singapore" HotelName="The St. Regis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Tanglin Road, Singapore, 247911 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/aa/d2aa3ee99e9d6a947f3b6c656ada9b25ca56260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the heart of Orchard road, offering immediate access to excep...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="576.71" OriginalAmount="571.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2859012875482" Longitude="103.8531884551" StarRating="5" HotelCode="21222|the_fullerton_hotel_singapore" HotelName="The Fullerton Hotel Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Fullerton Square, 049178 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/d9/7ed907bc4a17830cb12641e9a5ceaadede4b26f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated in a prime location in the heart of the Civic District. Lying at the forefront...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="607.01" OriginalAmount="601.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2943975700687" Longitude="103.85499990846" StarRating="5" HotelCode="314906|the_south_beach_singapore" HotelName="JW Marriott Hotel Singapore South Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Beach Road, Access via Nicoll Highway, Singapore  189763</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/52/dd52080c8c944e0463276eeb2ed5903694d119bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="611.05" OriginalAmount="605.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.278149" Longitude="103.850936" StarRating="5" HotelCode="262127|the_westin_singapore" HotelName="The Westin Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Marina View, Asia Square Tower 2, Singapur 018961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0b/110b26b0c1c48e71880b2758062a999d7b1eace3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="622.06" OriginalAmount="615.90" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|205714" HotelName="Jw Marriott Singapore South Beach" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>30 Beach Road, City Hall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/7/1/4/205714_1_3022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="642.36" OriginalAmount="636.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2906127376103" Longitude="103.86016488075" StarRating="5" HotelCode="18489|the_ritzcarlton_millenia_singapore" HotelName="The Ritz-Carlton Millenia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Avenue, Singapore 039799</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5f/485f29e909bc2313674ae4f25a38253b0a050730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Marina Centre, a 7-minute walk from the City Hall MRT Station (public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="647.98" OriginalAmount="641.56" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|33853" HotelName="Four Seasons  Singapore" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>190 ORCHARD BOULEVARD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/3/33853_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet hotel and it is surrounded by garden areas 254 rooms and 20 floors. Some of the establishment facilities on offer are a lobby with a reception, a currency exchange service, lifts, a cafÃ©, a shop, a bar and restaurants. The establishment offers internet, business facilities, secretarial services, translation services, a shoe-shining service, children's facilites, a babysitting service, room service and a car park. SITUATION: This hotel Orchard Boulevard it is in It has excellent transport links to the business areas, the commercial area and boutiques. it is in an excellent location, 5 minutes away from the establishment you have Orchard Mass Rapid Transit the underground station of it is situated 22 kilometres away from Singapore Changi the International Airport of. ROOM: The establishment has deluxe rooms and premier rooms. All the rooms have a sitting room with sofa, table, a desk, chair, internet, a mini-bar, video, satellite or cable TV, an air-conditioning system and a safety deposit box. The rooms a bathroom with mirror, a bath, a shower, a WC and a bidet. The establishment has non-smoking floors. FACILITIES: The establishment has a gym, aerobics room, a spa, body treatments, facial treatments, a massage service and spa treatments. You also have at your disposal a billiards table, a golf simulator, a jacuzzi, a sauna, a steam bath, tennis courts, an outdoor swimming pool and a children's swimming pool. Guests are offered games, video games and DVD player. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment serves international dishes and local products.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="672.66" OriginalAmount="666.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3039452626082" Longitude="103.82791936398" StarRating="5" HotelCode="12628|four_seasons_hotel_singapore_2" HotelName="Four Seasons Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Orchard Boulevard, Singapore 248646</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/df/2cdf7bb5ed10b56978b251903ec8f8f21148f8eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the tree-lined Orchard Boulevard, the hotel is linked to the business, shopping and enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="706.20" OriginalAmount="699.21" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|468229" HotelName="Fraser Residence River Promenade" Meals="STUDIO" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Jiak Kim St,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/2/2/9/468229_aa3c1c21718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="709.02" OriginalAmount="702" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2905698331527" Longitude="103.85820150375" StarRating="5" HotelCode="45313|19160" HotelName="Mandarin Oriental Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Raffles Avenue, Marina Square, Singapore 039797</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/40/7e4062bdb1e25bce5d1c298450eec59f30fdb14e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated along Marina Bay, with panoramic views of Singapore Harbour. It is adjacent to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="860.31" OriginalAmount="851.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2550929643592" Longitude="103.82044672966" StarRating="5" HotelCode="160449|231806" HotelName="Hotel Michael" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Singapore 098269, Sentosa Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b98f3711184d016b7f95b3cc83459b79801158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Sentosa Island, the hotel is a mere 10-minute drive from Singapore's Central Business Dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="897.44" OriginalAmount="888.55" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|42922" HotelName="Re!" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175A CHIN SWEE ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/2/2/42922_1_1516.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 12 floors, This hotel was opened in 2008, has 140 rooms and suites. Some of the facilities that the establishment offers to guests include a lobby with a reception, a lift, a laundry service, a dry cleaner's (for a fee), multifunctional areas, a business centre, a car park, a restaurant, a cafÃ© and a winery. SITUATION: This hotel Peoples Park is situated 1 kilometre away from Clients can also find Pearls Centre the commercial centre Lai Chun Yuen the opera Chinatown Heritage Centre the museum Sri Mariamman Temple the Temple of Robertson Quay the area Clarke Quay it is 10 minutes away from It has excellent transport links to Fort Canning park The Battle Box bunker Merlion Park park Orchard Road it is situated 15 minutes away from 20 minutes away from the establishment guests have Singapore Changi Airport. ROOM: The establishment has superior rooms, deluxe rooms and business rooms. All the rooms have an air-conditioning system, a bathroom with a shower, internet (free of charge), a coffee maker, a kettle, LCD cable TV, a safe, a mini-bar and a hairdryer. They have an ironing set (available on request), The establishment has suites with hydromassage bath, They also have a direct line telephone, a king size or double bed and a balcony or terrace. FACILITIES: The establishment boasts a gym. MEALS: Regarding the food and beverage offering, the establishment offers a coffee shop, The establishment serves a buffet breakfast and Ã  la carte lunch and dinner. Clients have at their disposal a winery. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="925.05" OriginalAmount="915.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285484" Longitude="103.838141" StarRating="4" HotelCode="75448|87177" HotelName="Re! @ Pearl’s Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175A Chin Swee Road, 169879 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/b2/12b2e6fda59dbcf2afd8e8007865d13df68edddc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 1 km from the People's Park Complex, Pearl's Shopping Centre, Lai Chun Yu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="970.61" OriginalAmount="961" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303088" Longitude="103.832473" StarRating="4" HotelCode="76122|59101" HotelName="Orchard Parksuites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Orchard Turn, Singapore 238800</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/00/95003365267f4e8c0b6fc912765495a90553695e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located just off Orchard Road, the residences are next to Wisma Atria and just a 5-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1047.37" OriginalAmount="1037" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994434075962" Longitude="103.84220963062" StarRating="4" HotelCode="75159|59100" HotelName="Regency House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Penang Road, Singapore 238464</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e6/1fe6253a2914290f46eaa7863aa173a9e25e259a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, at the junction of Penang Road and Oxley Road, between Fort...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1356.05" OriginalAmount="1342.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.283837" Longitude="103.859605" StarRating="5" HotelCode="140953|2006196" HotelName="Marina Bay Sands Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Casino Resort,Conference Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Bayfront Avenue, Singapore 018956</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/25/ba255bdb55d657bec92aa4697213ba338ba4e5ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The conference hotel is located in the heart of Singapore's city centre and just 10 minutes by car f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1747.83" OriginalAmount="1730.52" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|71563" HotelName="Marina Bay Sands" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 BAYFRONT AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/6/3/71563_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has a swimming pool, 20 restaurants and casino. You are also offered direct access to a commercial area. SITUATION: The establishment is situated next to Bayfront Metro Station and the business district. ROOM: Customers have modern rooms with cable TV, fitted carpets and lovely views. FACILITIES: The establishment offers a garden area, a scenic lookout, a swimming pool and a nightclub.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2069.49" OriginalAmount="2049" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2946646879905" Longitude="103.85467035582" StarRating="5" HotelCode="26429|35122" HotelName="Raffles Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Beach Road, Singapore 189673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a8/49a8bcfd4e195f8a7d5bdf172355e08dfb37d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Singapore's shopping and commercial district. Across the stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2091.71" OriginalAmount="2071.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2831419880535" Longitude="103.85305702686" StarRating="5" HotelCode="161919|the_fullerton_bay_hotel" HotelName="The Fullerton Bay Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Collyer Quay, Singapore 049178</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/6a/b56adabc16f8695cf18e311a9ad3b9c7c9dbdb66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Central Business District and within the Fullerton Heritage precinct whi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2156.35" OriginalAmount="2135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3001570763725" Longitude="103.86029464693" StarRating="5" HotelCode="407792|157764" HotelName="PARKROYAL Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>7500A Beach Road, The Plaza #01-345/346, Singapore 199591</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/cd/cde3e1815f96f25f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at PARKROYAL Serviced Suites Singapore in Singapore (K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="466.50" OriginalAmount="461.88" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|256857" HotelName="Reddoorz Plus Near Lavender Street" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>407 Jalan Besar Singapore 209012</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Lounge,Sauna,Shopping Arcade,Wheelchair Access,Central Heating,Spa,Nightclub,Garden,Golf,Kitchen,Swimming Pool,Boutique,24 Hour Front Desk,Coffee Shop,Elevator,Luggage Storage,Parking,Photocopy,Bicycle Rental,Diet Meals,Business Centre,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Babysitting,Housekeeping,Printer,Wake-up Call Service,Concierge,Dry Cleaning,LCD/Projector,Meeting Room,Heated Pool,Dining,24 Hour Room Service,Library,Off-Site Parking,Valet Parking,Beauty Salon,Porter,Smoking Rooms</BasicAmenities>
    <HotelRating>5,3,4,2,2.5,5.5,3.5,1.5,4.5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,CASINO RESORT,HOTEL,BOUTIQUE HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,HOSTELS,AIRPORT HOTEL,CLUB RESORT,APARTMENT,VILLAGE,BEACH HOTEL,SPA HOTEL,HOSTEL</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
9c153f53-8dc8-4f03-97fb-15433631f37d|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="9c153f53-8dc8-4f03-97fb-15433631f37d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72643" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-03-21T00:00:00" End="2026-03-23T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|250227" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Shreeji Travels" Password="Shreeji@321" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c153f53-8dc8-4f03-97fb-15433631f37d|RateHawkPrice|exception while supplier interation||RateHawk|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c153f53-8dc8-4f03-97fb-15433631f37d|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9c153f53-8dc8-4f03-97fb-15433631f37d|WebbedsSunHotelsPrice|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
9c153f53-8dc8-4f03-97fb-15433631f37d|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="9c153f53-8dc8-4f03-97fb-15433631f37d" TimeStamp="0001-01-01T00:00:00" HotelName="Mercure Singapore On Stevens" HotelCode="250227" StarRating="4" GTCityId="72643" CountryCode="SG" CityName="Singapore" CountryName="Singapore" Address="28 Stevens Road, #01-02" PostCode="257878" PhoneNo="+6564916100" FaxNo="+6564916085" Email="" CheckInTime="" CheckOutTime="" Latitude="1.313878" Longitude="103.828419" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Accommodation Only" RoomTypeCode="250227H1_70-890H1HNHNr5re5|1773294218.DDUCAP-GBRA35b7foffK|195.37|94|MTk1LjM3fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="169" TotalPrice="170.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:03.3146467+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Superior" RoomTypeCode="233961036|1|191|27|MTkxfEdCUHwyMDI2LTAzLTEy" OriginalAmount="191" TotalPrice="192.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:06.9748362+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Superior" RoomTypeCode="233959891|1|191|27|MTkxfEdCUHwyMDI2LTAzLTEy" OriginalAmount="191" TotalPrice="192.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:07.1064851+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, TWIN BEDS" RoomTypeCode="0|0|1133784215|1773294603035486B2164B8||yes|2170735|16|MTkxLjI5fEdCUHwyMDI2LTAzLTEy" OriginalAmount="191" TotalPrice="193.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="193.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE BED" RoomTypeCode="0|0|1133784185|1773294603035486B2164B0||yes|2170735|16|MTkxLjI5fEdCUHwyMDI2LTAzLTEy" OriginalAmount="191" TotalPrice="193.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="193.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Superior Room With 1 Double Bed" RoomTypeCode="01001|6b377800-1dd6-11f1-9af9-899f7ff90508$0pw-gZXr5g0jm1WiYDA64GwAulW8K1zopJPmLjiYuoc9j9n7x3mMsah1-UdqRDIDUz-J2vAF8OYlCrVfxiwSK2yUnmuTUNekGUPOP5sLgotaO8H-38obSdx4mJE4Ap-1JJIEYVcar6tDYPGTkibTCyVVXyWzcZSmqWyTqeRWZMFop4-wrhoWd6zh-CJkc1Q4ksEsJYD1Herp2rRuTrFol6yfWexNCn4j-mvUVZx7MIhbVHdM1Hy7o_AZpevyHCXHE8eRVDYUsw7OIo-XYiO4pMnC9TSJKOmalwPOiidYPTYrEh3hvZd9VSSLYNbOs_wZhzur9_KnaJkuB2t5TPupXg|199.90|571826|CBD725800|1|MTk5LjkwfEdCUHwyMDI2LTAzLTE5" OriginalAmount="200" TotalPrice="201.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="100.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room With 2 Single Beds Non Refundable Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489321495|1773294603080204B2091B107||yes|2170735|16|MjAxLjkyfEdCUHwyMDI2LTAzLTEy" OriginalAmount="202" TotalPrice="203.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="203.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room With 1 Double Bed Non Refundable Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489322755|1773294603080204B2091B111||yes|2170735|16|MjAxLjkyfEdCUHwyMDI2LTAzLTEy" OriginalAmount="202" TotalPrice="203.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="203.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Bed and breakfast" RoomTypeCode="250227H1_70-890H2HNHNr65p6|1773294218.DDUCAP-GBRA35b7foffK|245.50|94|MjQ1LjUwfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="212" TotalPrice="214.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:03.3156477+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: superior" RoomTypeCode="0|0|986004465|1773294603054758B2153B8||yes|2170735|16|MjEyLjk4fEdCUHwyMDI2LTAzLTEy" OriginalAmount="213" TotalPrice="215.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="215.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED" RoomTypeCode="0|0|1133793065|1773294603042389B2132B0||no|2170735|16|MjE2LjU3fEdCUHwyMDI2LTAzLTEy" OriginalAmount="217" TotalPrice="218.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="109.37" /></CancelPenalty><CancelPenalty Start="2026-03-16T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="218.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Superior Room With 2 Single Beds" RoomTypeCode="01001|6b377800-1dd6-11f1-9af9-899f7ff90508$0pw-gZXr5g3cg2pL_IJFRF4xNF3WmORL1H2jltMczgccoOf1Lkx8-ZRn_8ZhY9Wh5kn4Ckixgw-kVch_1P3REcn2aCM0HZWefMV6EFCVnCKNwh_RfdizRF_RmsEguN6Y0xHRDdoGxylNIEsLI4ugRkTIXEJ_73WobhBGZK_xgjSoeNzrBGhT-NJhaF0Cu8QKsdZ0Ij11gPv189QZRe5n3yvlsinEbPIPKBIAIHArSRD_wScilvUBcEyGtTtN4mUAf8DEO7Kzhyx6O-siukYvcCSPw0Bi5WYYKazVdiG9K2oodlTVf29qg6Rg-sxgSQNQxMAsKJqyHWQ|217.39|571826|CBD725800|1|MjE3LjM5fEdCUHwyMDI2LTAzLTE5" OriginalAmount="217" TotalPrice="219.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="109.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Superior Double Room" RoomTypeCode="01001|6b377800-1dd6-11f1-9af9-899f7ff90508$gf-xCppmRkEni4zEPk8dOZC9WcuUzrX8kFX3O-ZRg9qFkOgpq3qJUrZduqu1tIZtdiwKhlT1Y91Bj7IuTWcTfeLc5kebT1VDbfD-E3lA73dK2jdN2G1K1zOUZ9rUJsLkqaVR3oxUUAWWhJY60vwGR8LlCj4taZD8WcatXFIn5jCqA5umPF3C4ehs0Ul_AVqOO9_OmObCIC9m2T-J_22omQV5hIKIrilKbxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qEsz3F4ZEs9WG7yJ6Ijw1bU|220.30|571826|CBD725800|1|MjIwLjMwfEdCUHwyMDI2LTAzLTE5" OriginalAmount="220" TotalPrice="222.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:03.3747003+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room With 2 Single Beds Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489322745|1773294603080204B2091B99||no|2170735|16|MjIwLjY0fEdCUHwyMDI2LTAzLTE4" OriginalAmount="221" TotalPrice="222.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-14T00:00:00" End="2026-03-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="118.11" /></CancelPenalty><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="222.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room With 1 Double Bed Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489322735|1773294603080204B2091B103||no|2170735|16|MjIwLjY0fEdCUHwyMDI2LTAzLTE4" OriginalAmount="221" TotalPrice="222.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-14T00:00:00" End="2026-03-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="118.11" /></CancelPenalty><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="222.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, DOUBLE BED" RoomTypeCode="0|0|1133784255|1773294603054758B2153B10||yes|2170735|16|MjI2LjI5fEdCUHwyMDI2LTAzLTEy" OriginalAmount="226" TotalPrice="228.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="228.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe" RoomTypeCode="0|0|986004485|1773294603054758B2153B14||yes|2170735|16|MjI2LjI5fEdCUHwyMDI2LTAzLTEy" OriginalAmount="226" TotalPrice="228.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="228.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Run of House" RoomTypeCode="284510502|1|227|27|MjI3fEdCUHwyMDI2LTAzLTEy" OriginalAmount="227" TotalPrice="229.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:07.2896483+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - De Luxe" RoomTypeCode="89584223|1|240|27|MjQwfEdCUHwyMDI2LTAzLTEy" OriginalAmount="240" TotalPrice="242.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:07.4487901+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - De Luxe" RoomTypeCode="284510499|1|241|27|MjQxfEdCUHwyMDI2LTAzLTEy" OriginalAmount="241" TotalPrice="243.41" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:07.6147882+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, TWIN BEDS" RoomTypeCode="0|0|1133784275|1773294603035486B2164B24||yes|2170735|16|MjQ2LjY0fEdCUHwyMDI2LTAzLTEy" OriginalAmount="247" TotalPrice="249.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="249.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - De Luxe" RoomTypeCode="233960808|1|247|27|MjQ3fEdCUHwyMDI2LTAzLTEy" OriginalAmount="247" TotalPrice="249.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:07.7731489+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: privilege" RoomTypeCode="0|0|986004475|1773294603054758B2153B16||yes|2170735|16|MjUyLjkxfEdCUHwyMDI2LTAzLTEy" OriginalAmount="253" TotalPrice="255.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="255.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room With 1 Double Bed Non Refundable Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489319865|1773294603080204B2091B91||yes|2170735|16|MjYwLjM0fEdCUHwyMDI2LTAzLTEy" OriginalAmount="260" TotalPrice="262.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="262.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room With 2 Single Beds Non Refundable Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489321935|1773294603080204B2091B95||yes|2170735|16|MjYwLjM0fEdCUHwyMDI2LTAzLTEy" OriginalAmount="260" TotalPrice="262.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="262.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed and breakfast-Breakfast included" FilterMealType="BED AND BREAKFAST-BREAKFAST INCLUDED" RoomType="Room 1: Superior Twin Room" RoomTypeCode="00001|6b377800-1dd6-11f1-9af9-899f7ff90508$gf-xCppmRkFl2SR9oEiT4_ck59jFwxtbbfzDCHzG7zgDMNZ-vpGBPNREA7sE4YWizIjwyG22UNXTy8zHQBGXj0w1Tmh9BUhk-UeNnUmyqRZK2jdN2G1K1zOUZ9rUJsLkqaVR3oxUUAWWhJY60vwGR9kfYwmQdkQaWcatXFIn5jAI83PrtOZ8jPY5Mj9aHLCNO9_OmObCIC9m2T-J_22omQV5hIKIrilKbxprvyX3a2KIkeiZim5kMuen_n3cSkqPdsI6VjvzCUiiCSqRuzlhi5nbJj4ihBg5YwjBadVc9aGR2f5wzeE7qEsz3F4ZEs9WG7yJ6Ijw1bU|265.58|571826|CBD725800|1|MjY1LjU4fEdCUHwyMDI2LTAzLTE5" OriginalAmount="266" TotalPrice="268.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:03.3747003+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room" RoomTypeCode="284510501|1|270|27|MjcwfEdCUHwyMDI2LTAzLTEy" OriginalAmount="270" TotalPrice="272.70" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:08.0224206+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Deluxe Room With 2 Single Beds" RoomTypeCode="01001|6b377800-1dd6-11f1-9af9-899f7ff90508$0pw-gZXr5g0jm1WiYDA64OZcB7u0rOA2-TP8ErCEUbUv1L-0_mLiSs-pIKsqGyuLofGaA6WQtmwlCrVfxiwSKxeWU1VsUyi0GUPOP5sLgotaO8H-38obSdx4mJE4Ap-1JJIEYVcar6tDYPGTkibTCyVVXyWzcZSmqWyTqeRWZMFop4-wrhoWdwVQend3_UJ9ksEsJYD1Herp2rRuTrFol6yfWexNCn4j-mvUVZx7MIhbVHdM1Hy7o_AZpevyHCXHE8eRVDYUsw7OIo-XYiO4pMnC9TSJKOmalwPOiidYPTYrEh3hvZd9VSSLYNbOs_wZhzur9_KnaJkuB2t5TPupXg|271.71|571826|CBD725800|1|MjcxLjcxfEdCUHwyMDI2LTAzLTE5" OriginalAmount="272" TotalPrice="274.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="137.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Deluxe Twin Room" RoomTypeCode="00001|6b377800-1dd6-11f1-9af9-899f7ff90508$gf-xCppmRkFz40OjgjIJrhRVt58gWXjh5a1uVs7naksKoJUqUqrh2_iXmLvVJRKWt0TqBohMpT7Ty8zHQBGXj-Lc5kebT1VDQ8cjsxlWwvdK2jdN2G1K1zOUZ9rUJsLkqaVR3oxUUAWWhJY60vwGR9kfYwmQdkQaWcatXFIn5jBpxTkSCCAvd1llHiL7638iO9_OmObCIC9m2T-J_22omQV5hIKIrilKbxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qEsz3F4ZEs9WG7yJ6Ijw1bU|276.34|571826|CBD725800|1|Mjc2LjM0fEdCUHwyMDI2LTAzLTE5" OriginalAmount="276" TotalPrice="279.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:03.3757011+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TWIN BEDS, PRIVILEGE FLOOR" RoomTypeCode="0|0|1250516565|1773294603035486B2164B40||yes|2170735|16|Mjc4Ljg4fEdCUHwyMDI2LTAzLTEy" OriginalAmount="279" TotalPrice="281.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="281.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE BED, PRIVILEGE FLOOR" RoomTypeCode="0|0|1250516555|1773294603035486B2164B32||yes|2170735|16|Mjc4Ljg4fEdCUHwyMDI2LTAzLTEy" OriginalAmount="279" TotalPrice="281.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="281.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Privilege Floor" RoomTypeCode="233962242|1|279|27|Mjc5fEdCUHwyMDI2LTAzLTEy" OriginalAmount="279" TotalPrice="281.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:08.338707+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Privilege Floor" RoomTypeCode="233961847|1|279|27|Mjc5fEdCUHwyMDI2LTAzLTEy" OriginalAmount="279" TotalPrice="281.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:08.8357114+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Deluxe Double Room" RoomTypeCode="01001|6b377800-1dd6-11f1-9af9-899f7ff90508$gf-xCppmRkFdzxE6jgFcPssKoYEu04dRffUt5x3KY3dxC7_mQ67fE8AUsrBuFIVUSy7Vg9j47S9Bj7IuTWcTfeLc5kebT1VD84HoH9y5HXJK2jdN2G1K1zOUZ9rUJsLkqaVR3oxUUAWWhJY60vwGR8LlCj4taZD8WcatXFIn5jCX3i_006RZhehs0Ul_AVqOO9_OmObCIC9m2T-J_22omQV5hIKIrilKbxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qEsz3F4ZEs9WG7yJ6Ijw1bU|286.00|571826|CBD725800|1|Mjg2LjAwfEdCUHwyMDI2LTAzLTE5" OriginalAmount="286" TotalPrice="288.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:03.3757011+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room With 1 Double Bed Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489321105|1773294603080204B2091B83||no|2170735|16|Mjg2LjQzfEdCUHwyMDI2LTAzLTE4" OriginalAmount="286" TotalPrice="289.29" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-14T00:00:00" End="2026-03-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="138.85" /></CancelPenalty><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="289.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room With 2 Single Beds Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489319975|1773294603080204B2091B87||no|2170735|16|Mjg2LjQzfEdCUHwyMDI2LTAzLTE4" OriginalAmount="286" TotalPrice="289.29" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-14T00:00:00" End="2026-03-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="138.85" /></CancelPenalty><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="289.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room" RoomTypeCode="242023029|1|293|27|MjkzfEdCUHwyMDI2LTAzLTEy" OriginalAmount="293" TotalPrice="295.93" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:09.0602572+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Privilege" RoomTypeCode="242032956|1|293|27|MjkzfEdCUHwyMDI2LTAzLTEy" OriginalAmount="293" TotalPrice="295.93" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:09.2194046+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Privilege Floor Room With 1 Double Bed Non Refundable Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489322715|1773294603080204B2091B75||yes|2170735|16|Mjk0LjM3fEdCUHwyMDI2LTAzLTEy" OriginalAmount="294" TotalPrice="297.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="297.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Privilege Floor Room With 2 Single Beds Non Refundable Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489322725|1773294603080204B2091B79||yes|2170735|16|Mjk0LjM3fEdCUHwyMDI2LTAzLTEy" OriginalAmount="294" TotalPrice="297.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="297.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Deluxe Room With 1 Double Bed" RoomTypeCode="01001|6b377800-1dd6-11f1-9af9-899f7ff90508$0pw-gZXr5g3cg2pL_IJFRNlM45xE9Mkgp_lRxHuxW-kCR2VqxCvpToaKao4Pwv7YJQyUa4-wQW2kVch_1P3REQGaEVqjofxcfMV6EFCVnCKNwh_RfdizRF_RmsEguN6Y0xHRDdoGxylNIEsLI4ugRkTIXEJ_73WobhBGZK_xgjTyUvOXAIt1fZX-k_Z2Fr_FsdZ0Ij11gPv189QZRe5n3yvlsinEbPIPKBIAIHArSRD_wScilvUBcEyGtTtN4mUAf8DEO7Kzhyx6O-siukYvcCSPw0Bi5WYYKazVdiG9K2oodlTVf29qg6Rg-sxgSQNQxMAsKJqyHWQ|295.52|571826|CBD725800|1|Mjk1LjUyfEdCUHwyMDI2LTAzLTE5" OriginalAmount="296" TotalPrice="298.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="149.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRIVILEGE, DOUBLE BED" RoomTypeCode="0|0|1250516625|1773294603073750B2098B34||yes|2170735|16|MzAzLjgwfEdCUHwyMDI2LTAzLTEy" OriginalAmount="304" TotalPrice="306.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="306.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRIVILEGE, TWIN BEDS" RoomTypeCode="0|0|1250516685|1773294603073750B2098B30||yes|2170735|16|MzAzLjgwfEdCUHwyMDI2LTAzLTEy" OriginalAmount="304" TotalPrice="306.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="306.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room" RoomTypeCode="301813764|1|314|27|MzE0fEdCUHwyMDI2LTAzLTEy" OriginalAmount="314" TotalPrice="317.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:09.3745428+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Privilege Floor Room With 1 Double Bed" RoomTypeCode="01001|6b377800-1dd6-11f1-9af9-899f7ff90508$0pw-gZXr5g0jm1WiYDA64D6JcpwxJwk2ccQ0sjYyxLJ-2hlx43BbX7xXjgeF4OnB9F1a9bMTIjglCrVfxiwSK3T3KX-IGCVPBl3p6h7RsalGTrFDPdfI5FbE0heoR8yFsEMgSpDvQzaKIxN6Av-HmpMrLDgL5MTU0dNgqeh_B0tk_FW8UYv3dzZxLmnzLSAWQicNNMd4H5YCP4X7E6RE__dhYp-hsSF3QO48njhvwKxBzjQvW2dgaD7cq_fJfPhI91FWpiKdZLziSSqQJ3XSOEa49MBpsiGDHxNkkLGJ6xLxiRq0Fass8HoqUgzuVOv-zDrGivsT530NNZEE4rRdTg|315.17|571826|CBD725800|1|MzE1LjE3fEdCUHwyMDI2LTAzLTE5" OriginalAmount="315" TotalPrice="318.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="159.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Half-board" FilterMealType="Half-board" RoomType="Room 1: Half-board" RoomTypeCode="250227H1_70-890H3HNHNr6l88|1773294218.DDUCAP-GBRA35b7foffK|366.20|94|MzY2LjIwfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="316" TotalPrice="319.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:03.3156477+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Room Assigned on Arrival" RoomTypeCode="00001|6b377800-1dd6-11f1-9af9-899f7ff90508$gf-xCppmRkF99_OyPeuEZ5V_XuxvI2dEtKgLPDWL0NVC0KdxH1yk69uMY7sAozMVIr-kXB1laUs-FPwjHhCDIJeFKu--m-3hiLDKzxcphCmxEAY38KleVrBDIEqQ70M2iiMTegL_h5qp1jW3c4wd6dHTYKnofwdLZPxVvFGL93cadYRxWaGKIEInDTTHeB-WAj-F-xOkRP_3YWKfobEhd0DuPJ44b8CsQc40L1tnYGg-3Kv3yXz4SPdRVqYinWS84kkqkCd10jhGuPTAabIhgx8TZJCxiesS8YkatBWrLPB6KlIM7lTr_sw6xor7E-d9DTWRBOK0XU4|320.54|571826|CBD725800|1|MzIwLjU0fEdCUHwyMDI2LTAzLTE5" OriginalAmount="321" TotalPrice="323.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:03.3757011+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Privilege Floor Room With 2 Single Beds Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489319855|1773294603080204B2091B67||no|2170735|16|MzIxLjA0fEdCUHwyMDI2LTAzLTE4" OriginalAmount="321" TotalPrice="324.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-14T00:00:00" End="2026-03-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="155.64" /></CancelPenalty><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="324.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Privilege Floor Room With 1 Double Bed Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489322705|1773294603080204B2091B71||no|2170735|16|MzIxLjA0fEdCUHwyMDI2LTAzLTE4" OriginalAmount="321" TotalPrice="324.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-14T00:00:00" End="2026-03-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="155.64" /></CancelPenalty><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="324.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, TWIN BEDS, HIGH FLOOR" RoomTypeCode="0|0|1317984875|1773294603038839B2172B36||yes|2170735|16|MzIyLjM1fEdCUHwyMDI2LTAzLTEy" OriginalAmount="322" TotalPrice="325.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="325.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, DOUBLE BED, HIGH FLOOR" RoomTypeCode="0|0|1317974105|1773294603038839B2172B4||yes|2170735|16|MzIyLjM1fEdCUHwyMDI2LTAzLTEy" OriginalAmount="322" TotalPrice="325.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="325.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE BED" RoomTypeCode="0|0|1276591755|1773294603059667B2036B48||yes|2170735|16|MzI3LjAzfEdCUHwyMDI2LTAzLTEy" OriginalAmount="327" TotalPrice="330.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="330.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRIVILEGE, KING BED" RoomTypeCode="0|0|1250516705|1773294603053338B2129B64||yes|2170735|16|MzM3LjUzfEdCUHwyMDI2LTAzLTEy" OriginalAmount="338" TotalPrice="340.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: If you are planning to arrive after 11:00 PM please contact the property in advance using the information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SGD 40 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SGD 90 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Pool access available from 8:00 AM to 9:00 PM.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 12 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 93.48 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 81.00 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 123.44 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="340.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed and breakfast-Breakfast included" FilterMealType="BED AND BREAKFAST-BREAKFAST INCLUDED" RoomType="Room 1: Privilege Floor Room With 2 Single Beds" RoomTypeCode="01001|6b377800-1dd6-11f1-9af9-899f7ff90508$0pw-gZXr5g0jm1WiYDA64KWRnTx-nv0kwb3gG5Q0P_Ks3DbVaSHjBgGp4Qg6FEmK5pUxn8yRIHElCrVfxiwSK9DjyyOhF9aYBl3p6h7RsamwTiEN1r1FV1bE0heoR8yFsEMgSpDvQzaKIxN6Av-HmpMrLDgL5MTU0dNgqeh_B0tk_FW8UYv3d89XESn_kp_XQicNNMd4H5YCP4X7E6RE__dhYp-hsSF3QO48njhvwKxBzjQvW2dgaD7cq_fJfPhI91FWpiKdZLwNBLvzF4IeWlt8kOp3990cHxNkkLGJ6xLxiRq0Fass8HoqUgzuVOv-zDrGivsT530NNZEE4rRdTg|359.72|571826|CBD725800|1|MzU5LjcyfEdCUHwyMDI2LTAzLTE5" OriginalAmount="360" TotalPrice="363.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="181.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, TWIN BEDS" RoomTypeCode="0|0|1367551895|1773294603059667B2036B54||yes|2170735|16|MzYxLjg4fEdCUHwyMDI2LTAzLTEy" OriginalAmount="362" TotalPrice="365.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="365.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRIVILEGE, DOUBLE BED, LOUNGE ACCESS, HIGH FLOOR" RoomTypeCode="0|0|1317980535|1773294603038839B2172B28||yes|2170735|16|MzY0LjQ4fEdCUHwyMDI2LTAzLTEy" OriginalAmount="364" TotalPrice="368.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="368.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRIVILEGE, TWIN BEDS, LOUNGE ACCESS, HIGH FLOOR" RoomTypeCode="0|0|1317980545|1773294603038839B2172B12||yes|2170735|16|MzY0LjQ4fEdCUHwyMDI2LTAzLTEy" OriginalAmount="364" TotalPrice="368.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="368.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Privilege Twin Room" RoomTypeCode="00001|6b377800-1dd6-11f1-9af9-899f7ff90508$gf-xCppmRkF8LxqIO3m9aTX5p8dhdvuLL8ECSoVPAq9quoBBAbd14nk3cU5OyKf34vX1RroIFfA-FPwjHhCDIPOfty1t_M5kiLDKzxcphCmxEAY38KleVrBDIEqQ70M2iiMTegL_h5qp1jW3c4wd6dHTYKnofwdLZPxVvFGL93cC_Kw5lV6lz0InDTTHeB-WAj-F-xOkRP_3YWKfobEhd0DuPJ44b8CsQc40L1tnYGg-3Kv3yXz4SPdRVqYinWS84kkqkCd10jhGuPTAabIhgx8TZJCxiesS8YkatBWrLPB6KlIM7lTr_sw6xor7E-d9-fghRXt637k|365.54|571826|CBD725800|1|MzY1LjU0fEdCUHwyMDI2LTAzLTE4" OriginalAmount="366" TotalPrice="369.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-14T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="369.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, KING BED" RoomTypeCode="0|0|1509793555|1773294603059667B2036B60||yes|2170735|16|MzgyLjYwfEdCUHwyMDI2LTAzLTEy" OriginalAmount="383" TotalPrice="386.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="386.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed" RoomTypeCode="301813872|1|388|27|Mzg4fEdCUHwyMDI2LTAzLTEy" OriginalAmount="388" TotalPrice="391.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:09.5342234+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Full-board" FilterMealType="Full-board" RoomType="Room 1: Full-board" RoomTypeCode="250227H1_70-890H4HNHNr75c0|1773294218.DDUCAP-GBRA35b7foffK|461.33|94|NDYxLjMzfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="398" TotalPrice="402.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:03.3156477+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite - King bed - Privilege" RoomTypeCode="233962260|1|486|27|NDg2fEdCUHwyMDI2LTAzLTEy" OriginalAmount="486" TotalPrice="490.86" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:09.7525076+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRIVILEGE, SUITE, KING BED" RoomTypeCode="0|0|1250517725|1773294603035486B2164B48||yes|2170735|16|NDg2LjgzfEdCUHwyMDI2LTAzLTEy" OriginalAmount="487" TotalPrice="491.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="491.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite - King Bed" RoomTypeCode="242023256|1|512|27|NTEyfEdCUHwyMDI2LTAzLTEy" OriginalAmount="512" TotalPrice="517.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:09.8445896+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Privilege Suite With 1 King Bed Non Refundable Year-End 2025 - 2026.H1" RoomTypeCode="0|0|1489319845|1773294603080204B2091B15||yes|2170735|16|NTEzLjg4fEdCUHwyMDI2LTAzLTEy" OriginalAmount="514" TotalPrice="519.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="519.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Privilege Suite With 1 King Bed" RoomTypeCode="01001|6b377800-1dd6-11f1-9af9-899f7ff90508$0pw-gZXr5g0jm1WiYDA64AhuPNte9QyaB1LUy-mjZyMHHFbF7Bg42aRg7GZxEJkmXwnO5TyD1_clCrVfxiwSKzUY_kW-N6FoGUPOP5sLgotaO8H-38obSdx4mJE4Ap-1JJIEYVcar6tDYPGTkibTCyVVXyWzcZSmqWyTqeRWZMFop4-wrhoWdz5FCLNQa0S3ksEsJYD1Herp2rRuTrFol6yfWexNCn4j-mvUVZx7MIhbVHdM1Hy7o_AZpevyHCXHE8eRVDYUsw7OIo-XYiO4pMnC9TSJKOmalwPOiidYPTYrEh3hvZd9VSSLYNbOs_wZhzur9_KnaJkuB2t5TPupXg|554.62|571826|CBD725800|1|NTU0LjYyfEdCUHwyMDI2LTAzLTE5" OriginalAmount="555" TotalPrice="560.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-15T00:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="280.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Privilege King Suite" RoomTypeCode="01001|6b377800-1dd6-11f1-9af9-899f7ff90508$gf-xCppmRkFHylZWxWv3dhHucui8jsFuhyEbeCcWBb5yNMYf4IuoJCOUdku4xznX8y6cU_OpsfdBj7IuTWcTfeLc5kebT1VDm1F14D8W1elK2jdN2G1K1zOUZ9rUJsLkqaVR3oxUUAWWhJY60vwGR8LlCj4taZD8WcatXFIn5jDlaAm_Tsfmy1llHiL7638iO9_OmObCIC9m2T-J_22omQV5hIKIrilKbxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qEsz3F4ZEs9WG7yJ6Ijw1bU|564.04|571826|CBD725800|1|NTY0LjA0fEdCUHwyMDI2LTAzLTE5" OriginalAmount="564" TotalPrice="569.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:03.3787037+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Double room King bed" RoomTypeCode="301813816|4|625|27|NjI1fEdCUHwyMDI2LTAzLTE3" OriginalAmount="625" TotalPrice="631.25" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/03/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-13T15:00:00" End="2026-03-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="51" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite" RoomTypeCode="301813925|1|680|27|NjgwfEdCUHwyMDI2LTAzLTEy" OriginalAmount="680" TotalPrice="686.80" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-12T05:50:09.9828061+00:00" End="2026-03-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_10.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_9.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_4.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_12.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_1_3912.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_3.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_1_1286.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_1_3759.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_1_615.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_1_8910.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_1_9507.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_1_2168.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/2/5/0/2/2/7/250227_8.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel warmly welcomes guests in Singapore.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;This hotel has a lift and a reception desk. Wireless internet access is provided in public areas. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain comfortable temperatures. There is also a safe and a minibar for an additional fee. Guests will also find a tea/coffee station included among the standard features. A telephone, a TV and WiFi (no extra charge) provide all the essentials for a comfortable holiday. Bathrooms include a hairdryer and are equipped with a shower and a bathtub.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. The pool complex promises pleasant and carefree swimming. Parasols and comfortable sun loungers are available on the sun terrace. After an eventful day, guests can work out and recharge in the gym. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Know Before You Go&lt;br /&gt;&lt;br /&gt;One child 12 years old or younger stays free when occupying the parent or guardian&amp;#39;s room, using existing bedding.&lt;br /&gt;&lt;br /&gt;Fees&lt;br /&gt;&lt;br /&gt;The following fees and deposits are charged by the property at time of service, check-in, or check-out.&lt;br /&gt;&lt;br /&gt;Fee for buffet breakfast: SGD 32 per person (approximately)&lt;br /&gt;&lt;br /&gt;Self parking fee: SGD 25 per day&lt;br /&gt;&lt;br /&gt;Deposit: SGD 60.00 per night&lt;br /&gt;&lt;br /&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.</HotelDescription><Facilities><HotelFacilities><Type>Room</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Emergency cord in bathroom</Description><Value>Emergency cord in bathroom</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Wash basin with support bars</Description><Value>Wash basin with support bars</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Elevated wash basin</Description><Value>Elevated wash basin</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Low wash basin</Description><Value>Low wash basin</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Breakfast in the room</Description><Value>Breakfast in the room</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>GameÂ´s Area</Description><Value>GameÂ´s Area</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tennis</Description><Value>Tennis</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Disco / DJ / Pub</Description><Value>Disco / DJ / Pub</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bike rental</Description><Value>Bike rental</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Buffet for children</Description><Value>Buffet for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Menu for children</Description><Value>Menu for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dietary menus (on request)</Description><Value>Dietary menus (on request)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast in room</Description><Value>Breakfast in room</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Parking adapted for people with reduced mobility</Description><Value>Parking adapted for people with reduced mobility</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Electric vehicle charging station</Description><Value>Electric vehicle charging station</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tourist information</Description><Value>Tourist information</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Express check-in / check-out</Description><Value>Express check-in / check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Childminder / services for children</Description><Value>Childminder / services for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dry cleaning service</Description><Value>Dry cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Room service</Description><Value>Room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ironing service</Description><Value>Ironing service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fire extinguishers</Description><Value>Fire extinguishers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoke detectors</Description><Value>Smoke detectors</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security alarm</Description><Value>Security alarm</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour security</Description><Value>24 hour security</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security cameras</Description><Value>Security cameras</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoking prohibited throughout the entire accommodation</Description><Value>Smoking prohibited throughout the entire accommodation</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Lift</Description><Value>Lift</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Press</Description><Value>Press</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Shop or supermarket</Description><Value>Shop or supermarket</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Outdoor pool</Description><Value>Outdoor pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Pool with views</Description><Value>Pool with views</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Children\'s pool</Description><Value>Children\'s pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>wheelchair accessible</Description><Value>wheelchair accessible</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Transfer service (for a fee)</Description><Value>Transfer service (for a fee)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sustainable initiatives are followed</Description><Value>Sustainable initiatives are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Special health and safety measures are followed</Description><Value>Special health and safety measures are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Clients can choose not to use the accommodationÂ´s cleaning service</Description><Value>Clients can choose not to use the accommodationÂ´s cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Masks available to customers</Description><Value>Masks available to customers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>You can pay without cash</Description><Value>You can pay without cash</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Mobile app for room service</Description><Value>Mobile app for room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast take away containers</Description><Value>Breakfast take away containers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business</Description><Value>Business</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Eco Friendly</Description><Value>Eco Friendly</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>No pets allowed</Description><Value>No pets allowed</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
66e3566a-fdf6-4d67-8ba4-6d4a0f4fc64c|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="66e3566a-fdf6-4d67-8ba4-6d4a0f4fc64c">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72643" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-03-21T00:00:00" End="2026-03-23T00: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
66e3566a-fdf6-4d67-8ba4-6d4a0f4fc64c|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
66e3566a-fdf6-4d67-8ba4-6d4a0f4fc64c|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
66e3566a-fdf6-4d67-8ba4-6d4a0f4fc64c|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
66e3566a-fdf6-4d67-8ba4-6d4a0f4fc64c|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
66e3566a-fdf6-4d67-8ba4-6d4a0f4fc64c|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
66e3566a-fdf6-4d67-8ba4-6d4a0f4fc64c|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
66e3566a-fdf6-4d67-8ba4-6d4a0f4fc64c|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
66e3566a-fdf6-4d67-8ba4-6d4a0f4fc64c|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-12T05:59:20.4856827+00:00" Version="0" EchoToken="Search" TransactionIdentifier="66e3566a-fdf6-4d67-8ba4-6d4a0f4fc64c" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2829480913796" Longitude="103.84590810154" StarRating="2" HotelCode="383782|istayinn_singapore" HotelName="iStay.inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>211A South Bridge Road, Singapore 058760</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/88/5a88002a4ea5dad83bfd55c9ee6a7c607ce4c216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3117541344284" Longitude="103.86024663272" StarRating="2" HotelCode="517457|pine_hostel" HotelName="Pine Hostel by Just Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>153A Tyrwhitt Road, Qinan Building, 207566 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5a/cc5a757e07fd141a27d4b10bdc9a8c9c849b1043.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28106284" Longitude="103.84346711" StarRating="0" HotelCode="691694|serviceworld_hostel" HotelName="Century Service World" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Banda Street 2-82, Chinatown, 050005 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/61/1161edbb414254abea03f9892eba3eb1e87374b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050687009267" Longitude="103.8526767868" StarRating="1" HotelCode="434531|campbell_inn_hostel" HotelName="Campbell Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>50 Campbell Lane, Little India, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/3b/733bd6a9b8e4ff621796568288eca042fa2beb9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.97" OriginalAmount="31.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3106846140334" Longitude="103.85881959585" StarRating="2" HotelCode="520059|1735698" HotelName="Travellers Loft @ Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>290A Jalan Besar, Singapore 208953</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/84/a1845e21d0219014465dc8aee536a84260331dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3143395707326" Longitude="103.86023909913" StarRating="2" HotelCode="322449|rucksack_inn__lavender_street" HotelName="Rucksack Inn @ Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>280A Lavender Street, Singapore 338800</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/63/0f63fcdfbc5af5ce548baef0adfa183a56f9f03a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2837402880198" Longitude="103.84399078313" StarRating="1.5" HotelCode="537448|royal_lodge_pagoda_street" HotelName="Royal Lodge @ Pagoda Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>66A &amp; 66B Pagoda Street, Singapore 059225</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/72/8572578e69483255b5374e10c0a3f0a7223d872b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features various services and facilities, including a baggage storage service and a laund...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3120326971487" Longitude="103.87778699398" StarRating="2" HotelCode="909675|ascendere" HotelName="Ascendere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong 10 Geylang, 399035 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/0d/fc0d733d3c821b312ea1b86c860af639757fe339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Singapore. Pets are not allowed at this hotel. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2875638032952" Longitude="103.84716816601" StarRating="2" HotelCode="437141|river_city_inn_" HotelName="River City Inn - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33C Hong Kong Street, Singapore 059672</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/1c/9b1c54b119e54bbee33c25d9cd322f5cfc0b66ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.02" OriginalAmount="35.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2822579586676" Longitude="103.84431881113" StarRating="1.5" HotelCode="383780|1245798" HotelName="Royal Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28A Smith Street, Singapore 058942</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/63/4c635567489e3ac6396c7b5eb870cd10aebaa075.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3157023884945" Longitude="103.85867940174" StarRating="2" HotelCode="698871|le_sac_a_dos" HotelName="Atlantis Pods @ Little India" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Internet">
        <Address>
          <AddressLines>
            <AddressLine>622 Serangoon Road, Singapore 218222</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/10/df108eb066d4ce85c34d143e1a2e8d65b974545b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Le Sac a Dos offers comfort and convenience whether you're on business or holiday in Sing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2839573689896" Longitude="103.84548158863" StarRating="2" HotelCode="383784|beary_best_by_a_beary_good_hostel" HotelName="Beary Best! Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Garden,Golf,Internet,Laundry,Library,Lounge,Printer">
        <Address>
          <AddressLines>
            <AddressLine>16 Upper Cross Street, Singapore 058331</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e2/d9e2c8c989d92d4ba4d7f6a599d5a96a4847306d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a chirpy art deco heritage building, Beary Best! was conceived with the simple intent to m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30351" Longitude="103.853" StarRating="0" HotelCode="959286|beary_best_hostel_kampong_glam_sg_clean" HotelName="Beary Best Kampong Glam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>64 Arab Street, Singapore 199761</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/a2/dca2da9fd2c6ca243962ff3885b8ec63d4edbb5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102535391835" Longitude="103.86199069564" StarRating="2" HotelCode="544885|backpackerssg" HotelName="Backpackers@SG - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>111J King George's Avenue, Singapore 208559</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/88/ad88203088512b8144682e7abe6c82ddeb54e216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a laundry service are available to guests of the hostel. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.90" OriginalAmount="40.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3046033904852" Longitude="103.8540370464" StarRating="1.5" HotelCode="565653|2270065" HotelName="Snooze Inn @Dunlop Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Laundry,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>28 Dunlop Street, Singapore 209356</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/09/990976f803c5d195a194d682da2f73886db0fee9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located within Singapore's culturally rich Little India, within walking distance of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.38" OriginalAmount="40.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3157659891688" Longitude="103.85878131092" StarRating="2" HotelCode="384384|1713268" HotelName="The Hive Singapore Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>624 Serangoon Road, Singapore 218223</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/1c/1d1cd6d7d7d247c9fb9a530e71f081ba1893fac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.23" OriginalAmount="42.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3101865731684" Longitude="103.85827445214" StarRating="2" HotelCode="439393|1229478" HotelName="7 Wonders Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>257 Jalan Besar, Singapore 208930</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/3e/b13ee95bd030888c02dd0e5a865f08672f828213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113355278999" Longitude="103.86071371266" StarRating="2" HotelCode="522574|abc_hostel" HotelName="Meadows Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7A Hamilton Road, Singapore 209178</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/01/9b01673241e31e5f55f69a825f12b34e95b2a953.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3120586815058" Longitude="103.86074718651" StarRating="2" HotelCode="549378|dream_lodge_2" HotelName="Dream Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>172 Tyrwhitt Road, Singapore 207574</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/33/9133a2c854fb6d662f2caf73708dd2cb97521a6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.20" OriginalAmount="46.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2877445788887" Longitude="103.84902034981" StarRating="2" HotelCode="383779|1241148" HotelName="Quarters Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 Circular Road, Singapore 049368</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/e7/93e711f8caac5a4041930bf016650b61c6b9d659.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30271401" Longitude="103.8583919" StarRating="2" HotelCode="779404|bond_boutique_capsule_hotel_at_bugis_hostel" HotelName="Bond Boutique Capsule Hotel At Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>7A Jalan Pinang, Singapore 199139</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/df/43dfe27c08eb118ce8d75e98162735334f2aee73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.79" OriginalAmount="47.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.308903" Longitude="103.855319" StarRating="2" HotelCode="267080|1228258" HotelName="Marrison at Desker" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Desker Road, Little India, Singapore 209588</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/2c/622c76b9ec06a91aa6e75400bf5e543ba6595a34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.49" OriginalAmount="48.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2830180539045" Longitude="103.84293561412" StarRating="2" HotelCode="491669|2290095" HotelName="Cube Smith Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>76 and 78 Smith Street, Level 2 and 3, Singapore 058971, 058972</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/657651/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3146" Longitude="103.85765942857" StarRating="1" HotelCode="377676|60s_hostel" HotelName="60's Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>569 Serangoon Road, Singapore 218184</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/14/6414ebcc5e0a63dd06d5eaf0dc32d3d1c70165dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2850526961466" Longitude="103.83482872951" StarRating="2" HotelCode="393675|the_plot_hostels" HotelName="Coo Boutique Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Business Centre,Designated Smoking Area,Elevator,Housekeeping,Internet,Kitchen,Laundry,Library,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>259 Outram Road, Singapore 169056</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/98/1798487e2f821c861cbb3f3c677ac2b278d039a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Plot Hostel in Singapore (Singapore River), you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.47" OriginalAmount="50.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2835736877452" Longitude="103.84540644907" StarRating="1" HotelCode="187159|1462638" HotelName="Backpackers Inn Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27&amp;30A Mosque Street, Chinatown, Singapore 059505</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a6/4ca6a24fa4e838764f78610df6ec9cf43419f3f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Chinatown, only a 5-minute walk from Chinatown MRT Station. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.283806" Longitude="103.844906" StarRating="0" HotelCode="631992|the_bohemian_chic" HotelName="The Bohemian Chic Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Designated Smoking Area,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>40 Mosque Street, Singapore 059518</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/0f/050fb32ddf1b0de708e085338b55420eeef9758a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Bohemian Chic Hostel is conveniently located in the popular Chinatown area. Both business travel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.65" OriginalAmount="53.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3016682164407" Longitude="103.85954906367" StarRating="1" HotelCode="427913|1225398" HotelName="Cube At Kampong Glam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Golf,Internet,Kitchen,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Nightclub,Off-Site Parking,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>54, 55, 56 Bussorah Street, Singapore 199470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/38/7c38f94af72d368b9cf46bc0457f46c2a8b4fa96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Green Kiwi Backpacker Hostel - Bugis, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.89" OriginalAmount="53.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2874123916281" Longitude="103.8473748105" StarRating="2" HotelCode="378376|1227968" HotelName="Beds and Dreams Inn @ Clarke Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Hong Kong Street, 02-01, Singapore 059677</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/60/4f604174ccbe31af488b0a11d76baf47496faf60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3132689955934" Longitude="103.8759015114" StarRating="2" HotelCode="358038|regin" HotelName="Regin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Sims Avenue, Singapore 387416</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/46/a446e520d7fac577ab0095b86dcd30e141e9113b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the new generation budget hotel - Regin Hotel. Whether you are on business or holiday, si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.12" OriginalAmount="57.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.314802691106" Longitude="103.8984426856" StarRating="2.5" HotelCode="909678|1744378" HotelName="Champion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Joo Chiat Road #01-06, Singapore 427726</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/60/cb606c6fe50f39a56208eda6f9f0a21158ebc4e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30922" Longitude="103.855436" StarRating="2" HotelCode="943391|grandmax" HotelName="Golden Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Desker Road, Singapore 209645</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/75/b775324467c89f68632a9fe38e8c1cb7d8ccf5be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30100519" Longitude="103.85954487" StarRating="0" HotelCode="865893|met_a_space_arab_street" HotelName="Met A Space Pod @ Arab Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Arab Street, Kampong Glam, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ae/5faea9316287597007563c3ff8fc6627416708f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.83" OriginalAmount="64.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3009485412788" Longitude="103.86053799279" StarRating="2" HotelCode="442684|1222968" HotelName="The POD" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>289 Beach Road, Level 3, Singapore 199552</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/96/d196f8c51248ed79b4b6d4c641d0890698d979db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2878145" Longitude="103.84893423" StarRating="2" HotelCode="857588|hipstercity" HotelName="Hipstercity" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 Circular Road, Singapore 049365</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/40/0f408ca6230f3327f7493d9a8728f700ce2931aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Singapore, known for "its delicious hybrid cuisine from many countries". Hipstercity is p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304602" Longitude="103.854626" StarRating="1" HotelCode="909699|haising" HotelName="Haising" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan Besar, Singapore 208801</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/8b/c98b059c367088a98a10151e39ea916868756d9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Singapore. There are a total of 60 guests rooms on the premises....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.35" OriginalAmount="94.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3090990220189" Longitude="103.85601191802" StarRating="2" HotelCode="98041|1120168" HotelName="Arianna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83 Syed Alwi Road, Singapore 207662</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/07/f7075a04e643437b0083f7e93d6aa0f4cf251e79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a great location, this hotel is the ideal place to stay for business and holidays travelle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.72" OriginalAmount="101.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3259550363873" Longitude="103.84859651327" StarRating="2" HotelCode="99089|88268" HotelName="Fragrance Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>435 Balestier Road, Singapore 329816</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/72/de72d03718b5488efcbdfc357d876d4998ec6919.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of the city, near an area where a number of famous restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.77" OriginalAmount="103.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3048247991918" Longitude="103.8535130024" StarRating="2" HotelCode="163819|1154788" HotelName="Sandpiper Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>63 Dunlop Street, Singapore 209391</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e0/82/e0826837c15a40bf2273fa7fb29c26395469a353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk from Little India MRT Station and the 24-hour Mustafa Centre shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.322116" Longitude="103.852668" StarRating="2" HotelCode="65622|63994" HotelName="Fragrance Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>263 Balestier Road, Singapore 329715</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/fa/c3fabd9d0ac16b7a05dff34159daeadd193e4ef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Balestier road, around an 8-minute drive from Orchard Road, the famous shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.83" OriginalAmount="104.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034545454174" Longitude="103.86027485132" StarRating="2" HotelCode="909666|1636668" HotelName="Aliwal Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77/79 Aliwal Street, Bugis, 199948 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/f3/46f3cce21a0fbd5d22affd6e7cebf193632127cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.00" OriginalAmount="108.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31187" Longitude="103.881429" StarRating="2" HotelCode="167768|502235" HotelName="Hotel 81 - Lucky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lorong 20 Geylang, Singapore 398741</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/00/4d0097861bec20de501b9beb32dd5648359614cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geylang, the hotel is within around a 15-minute drive from Orchard Road and the Central B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311766" Longitude="103.879551" StarRating="2" HotelCode="65787|35098" HotelName="Hotel 81 Geylang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 16 Geylang, Singapore 398863</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/62/3662096676b2ac28db3ecc02f9d274ae85f5f9fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the outskirts of the Central Business District, along Lorong 16 in the middl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28319" Longitude="103.843881" StarRating="3" HotelCode="79828|inn_at_temple_street" HotelName="The Inn At Temple Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Temple Street, Singapore 058581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c3/e6c3ac43b0959440cdffb0e6c9d10501906c0430.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Temple Street, which is a five-minute walk away from the Chinatown MRT St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3078202057286" Longitude="103.85865031349" StarRating="3" HotelCode="296206|j8_hotel" HotelName="J8 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Townshend road, #01-01, 33 Maude road, Singapore 207606</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/eb/bceb01be0dce83e51b790f79010e433ebf534d2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.321302" Longitude="103.853094" StarRating="2" HotelCode="900640|35117" HotelName="Value Hotel Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Balestier Road, Singapore 329684</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0b/e60be7790df68353de86481ac0ada1a69f073a9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the top of Balestier Road, surrounded by many local speciality food outlets...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.96" OriginalAmount="113.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312269" Longitude="103.900457" StarRating="2" HotelCode="149261|1006195" HotelName="Hotel 81 - Sakura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Joo Chiat Road, Singapore 427452</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/53/935324902daf10c1aeb344891a05b547fe864ac4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is approximately 20 minutes' drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.78" OriginalAmount="115.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301316" Longitude="103.842555" StarRating="3" HotelCode="95899|1251098" HotelName="Hotel Supreme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Kramat Road, Singapore 228750</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/be/6dbebb9d71c621bee750f1c938050f4cc4719b6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the heart of the city centre, this hotel is the perfect base for business a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.22" OriginalAmount="116.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311659" Longitude="103.900676" StarRating="2" HotelCode="65785|1032828" HotelName="Venue Hotel The Lily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 Joo Chiat Road, Singapore 427495</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c2/06c2651c05f94134dbaef174b44c44bf731622a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is within around a 15-minute drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.31" OriginalAmount="117.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.323301" Longitude="103.852421" StarRating="2" HotelCode="154485|505415" HotelName="Value Nice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Balestier Road, Singapore 329738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0b/070be034fef49a9777be8f6c233423f4cdefc6f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the middle of Balestier Road, surrounded by many local speciality food outl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.33" OriginalAmount="117.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2878386947894" Longitude="103.84792864323" StarRating="3" HotelCode="177432|191936" HotelName="Jayleen 1918 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Carpenter Street, Near the Singapore River, Boat Quay, Singapore 059921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/51/2251a5f02000df50aa5dfce93a3cb0cc2f9f4f66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3095147619356" Longitude="103.90240162611" StarRating="3" HotelCode="95901|35119" HotelName="Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>305 Joo Chiat Road, Singapore 427556</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/71/e77166a4741ef154005892050969d9bef3354c3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Malay heritage site of Geylang Serai, which is just a mere 10-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.36" OriginalAmount="118.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3115785239987" Longitude="103.88080411023" StarRating="2" HotelCode="64178|1006485" HotelName="Hotel 81 Premier Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Lorong 18 Geylang, Singapore 398828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/7a/7d7a3f4e7e31ebbf7c1a614740aeab9bbc6e50e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the vibrant Geylang district, with the central business district around a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.00" OriginalAmount="119.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3157573998465" Longitude="103.89770937095" StarRating="2" HotelCode="149260|501635" HotelName="Hotel Classic by Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Joo Chiat Road, Singapore 427353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/aa/24aa2d94969c310361f9a134c47be61b5244608c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is within around a 15-minute drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.02" OriginalAmount="119.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309968" Longitude="103.877526" StarRating="2" HotelCode="176112|1145738" HotelName="Hotel 81 - Hollywood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Lorong 8 Geylang, Singapore 399121</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c3/d0c3442c23ef1b844e4601256c9ab497dc0b90d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Geylang district, close to the Kallang area, buzzing with dining venues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.15" OriginalAmount="119.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3118" Longitude="103.880041" StarRating="2" HotelCode="64177|1014955" HotelName="Hotel 81 Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Lorong 16 Geylang, Singapore 398867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/67/2b67d010aea56032130aefea04c5eb2e99f28507.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the vibrant Geylang district, with the central business district around a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.15" OriginalAmount="119.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31195" Longitude="103.88122" StarRating="2" HotelCode="167766|501995" HotelName="Hotel 81 - Gold" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 20 Geylang, Singapore 398738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/fd/33fd0b71c09043f86d77ed8d155a36b5b1b7c115.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geylang, the hotel is within around a 20-minute drive from Orchard Road and the Central B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.28" OriginalAmount="120.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311174" Longitude="103.877264" StarRating="2" HotelCode="73809|1015035" HotelName="Hotel 81 - Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 8, Geylang, Singapore 399090</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/88/9a88c4a2a3bbce24ae81887bb4197909a7b68169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the vibrant Geylang district. Geylang is home to some of the illustrious nam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.90" OriginalAmount="120.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3110893" Longitude="103.878562" StarRating="2" HotelCode="65786|1015045" HotelName="Hotel 81 - Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 12 Geylang, Singapore 399001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/97/00974c3b0a601417b0eab52db2911ded01df6463.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Lorong 12 in the heart of the Geylang area, with a number of restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.07" OriginalAmount="120.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312245" Longitude="103.88122" StarRating="2" HotelCode="65789|64014" HotelName="Fragrance Ruby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 20 Geylang, Singapore 398730</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/b7/d5b771f2ba9f08baa9b9c374b1024231447b2b0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Geylang Lorong 20, just a 15-minute drive from Changi International Airpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.61" OriginalAmount="121.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3140330996757" Longitude="103.87781113386" StarRating="2" HotelCode="909671|2262685" HotelName="Amrise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Sims Avenue #01-01, Singapore 387436</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/f7/ddf744c167da32bb5e56c7868dec137c78a8dd79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Singapore. A total of 58 rooms are available for guests' convenience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.14" OriginalAmount="121.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312429" Longitude="103.8601937" StarRating="2" HotelCode="65784|401655" HotelName="Hotel 81 - Elegance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Foch Road, Singapore 209276</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/70/b17038a140b41e3b0ab0a2dcabb03e6e7c6b09b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Foch Road, just behind the Eminent Plaza and around a 5-minute walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304993" Longitude="103.854397" StarRating="2" HotelCode="888738|hotel_81_dickson" HotelName="Hotel 81 - Dickson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Dickson Road, Singapore 209530</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/40/e14072ee66564d25b3b0a2a7821edc2031b6fd98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located within Singapore's ‘Little India’, the hotel is within walking distance of a host of food an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.01" OriginalAmount="122.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3158136174676" Longitude="103.89714449644" StarRating="2" HotelCode="409436|911375" HotelName="Hotel 81 - Tristar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Onan Road, Singapore 424780</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c5/3dc53306ab8e8a24ce8963f42a7cf460ac9264ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the east, halfway between the airport and the city and a 15-minute drive fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.97" OriginalAmount="123.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303812" Longitude="103.853995" StarRating="2" HotelCode="409438|501285" HotelName="Hotel 81 - Rochor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Besar, Singapore 208785</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/45/9745a9cdbed20f41c6dcc03a1509dce012fb4996.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along Rochor Road and is surrounded by numerous restaurants, food st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.19" OriginalAmount="123.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3222641852614" Longitude="103.85266065492" StarRating="2" HotelCode="455038|2104475" HotelName="Hotel 81 Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>269 Balestier Road, 329720 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4b/3f4b5005c2c5355e8df9c5cadd0b8fe2346b3876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is in Singapore. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311107" Longitude="103.853702" StarRating="3" HotelCode="296207|penta_hotel_2" HotelName="Penta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Birch Road, Singapore 219894</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/db/2fdb88e450360d9ea2d48bbd587c5ca08df92356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Singapore, Penta Hotel puts everything the city has to offer just outside...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.84" OriginalAmount="125.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3214420832649" Longitude="103.85308653116" StarRating="2" HotelCode="186840|1449978" HotelName="Hotel 81 - Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 Balestier Road, Singapore 329688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a8/3aa8597495b8d9217240e37ed2ae9c49baa2fbac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests staying here can conveniently explore the Old World charm of the Balestier neighbourhood - a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.47" OriginalAmount="126.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3115907402778" Longitude="103.86136962673" StarRating="3.5" HotelCode="437138|2289745" HotelName="Arcadia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>32 Hamilton Road, Singapur 209201</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/b6/5cb627d41f8b78c55c30944f9117a67fc34d87bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.65" OriginalAmount="127.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311144" Longitude="103.876391" StarRating="2" HotelCode="65620|63984" HotelName="ibis budget Singapore Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 6 Geylang, Singapore 399174</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/fa/23fa21caeb921c125b5d88c25b665748165d2e9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geylang, which is in the east of Singapore, well known for being a food mec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.65" OriginalAmount="128.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.354025" Longitude="103.878559" StarRating="2" HotelCode="147837|1453508" HotelName="Fragrance Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>760 Upper Serangoon Road, Singapore 534629</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/24/0f24f819bd21ad71700c7914b57c1cba9d17ddda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.37" OriginalAmount="129.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309845" Longitude="103.863112" StarRating="2" HotelCode="177398|1175878" HotelName="Fragrance Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Lavender Street, Singapore 338710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ca/8fcae19a9dee54ea64865d634cbbc1fdb788f011.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.326675" Longitude="103.842665" StarRating="3" HotelCode="136260|value_hotel_thomson" HotelName="Value Thomson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>592 Balestier Road, Singapore 329901</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/fe/3ffe33473e25515e45c51bac1e904828722a2b9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the junction of Balestier Road and Thomson Road. Balestier Road is a l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.98" OriginalAmount="131.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2832814025" Longitude="103.84585670082" StarRating="3" HotelCode="343172|2238175" HotelName="The Southbridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>210 South Bridge Road, Singapore 058759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/27/2327b2b264f455d244068f4936c066c74b889fd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.66" OriginalAmount="134.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2874096083415" Longitude="103.84770911657" StarRating="3" HotelCode="501735|2002545" HotelName="Hotel Clover 7" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Hong Kong Street, 059650 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c1/38c15dd1b44143953304f9d69236236984294ab1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.66" OriginalAmount="134.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873911846805" Longitude="103.84833053373" StarRating="3" HotelCode="933731|1226168" HotelName="Clover The Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58 South Bridge Road, 058689 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/b2/d9b2e99ac36ce7ccff272f8e020c91007edfdfdf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.12" OriginalAmount="134.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.26961" Longitude="103.813831" StarRating="2" HotelCode="140921|112372" HotelName="Fragrance Hotel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 Telok Blangah Road, Harbourfront, Singapore 098838</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d6/cad6a0c2a45bf359dd9fed87f8b4545f3c92134c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the foot of Mount Faber, amid lush and tranquil green landscape, the hotel is just 10 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="136.47" OriginalAmount="135.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292207" Longitude="103.768792" StarRating="2" HotelCode="114233|CAN909100" HotelName="Fragrance Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>418 Pasir Panjang Road, Singapore 118759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9f/619fc987a734dc133638815832fd05c396a773b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the suburbs of Singapore, allowing travellers to experience the peace and q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.308861" Longitude="103.911973" StarRating="2" HotelCode="140883|62544" HotelName="Garden Terrace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 East Coast Road, Singapore 428992</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/6e/c96e63a0a075e8fe7e77bb65e0288f6e3edf848c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the bustling Katong district and is surrounded by some of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.03" OriginalAmount="137.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3037" Longitude="103.850025" StarRating="3" HotelCode="64175|64054" HotelName="Fragrance Hotel Selegie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183 Selegie Road, Singapore 188329</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/64/506442fded5b84a322d88ab6a4e6517801af7dae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is around a 2-minute walk from Little India MRT Station. Located within some 10 minutes' w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.27" OriginalAmount="139.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292129" Longitude="103.76869" StarRating="2" HotelCode="114234|98039" HotelName="Fragrance Ocean View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>432 Pasir Panjang Road, Singapore 118773</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c2/68c25b863ab2a147d6b37c233bf9cd0b30a53bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the suburbs of Singapore, allowing travellers to experience the peace and q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3112654494484" Longitude="103.87757696678" StarRating="1" HotelCode="451267|oxley_blossom_" HotelName="Oxley Blossom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Lorong 10 Geylang, Singapore 399047</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/a4/96a40401381fecacaabb009e84f18b2d266a7d64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Oxley Blossom has a good reputation for facilitating facilities and service.&lt;br/&gt;&lt;br/&gt;a good rep...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121435103141" Longitude="103.86088833499" StarRating="3" HotelCode="932935|arton_boutique_hotel" HotelName="Arton Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Tyrwhitt Road, Singapore 207576</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/ec/80ec50755f3d67f7c4e1985ad3ccf344aac84b30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.94" OriginalAmount="142.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.272427" Longitude="103.827875" StarRating="3" HotelCode="118487|1096928" HotelName="Harbour Ville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>512 Kampong Bahru Road, Singapore 099448</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/eb/e0eb464df573cfc344fa4a3b8a2ddd1c6204a0dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along Kampong Bahru Road in the direction of Mount Faber, within two prominent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28344" Longitude="103.834938" StarRating="2" HotelCode="167769|hotel_81_osaka" HotelName="Hotel 81 - Osaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Eng Hoon Street, Singapore 169753</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/28/d5287b825a8129c4451c0d561028076980de0301.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on the fringe of the city area. The Tiong Bahru area is an old residential ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.74" OriginalAmount="145.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297767" Longitude="103.848132" StarRating="3" HotelCode="909743|1221248" HotelName="YMCA @ One Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>One Orchard Road, Singapore 238824</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/51/46517c9348c57982b65f31b039cb20df55864fc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="148.27" OriginalAmount="146.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30279" Longitude="103.86139" StarRating="2" HotelCode="176113|1154918" HotelName="Hotel 81 - Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71 Jalan Sultan, Singapore 198985</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fe/8efe7051d5311c1a2ba699f41db8016bd1e6a868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the area known as Kampong Glam, next to the Concourse Building and the Sult...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121818559837" Longitude="103.87909821874" StarRating="3" HotelCode="402883|the_amazing_inn" HotelName="The Amazing Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong 14 Geylang, Singapore 398913</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/07/c607d2ae5778681a2128a2f112258ff752ca38d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="148.64" OriginalAmount="147.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3885841333604" Longitude="103.97651341171" StarRating="4" HotelCode="932934|868552" HotelName="Changi Cove" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>351 Cranwell Road, Singapore 509866</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/64/9364779c89e3083dc9001659c6d979699ab5453d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.324432" Longitude="103.851109" StarRating="1.5" HotelCode="909721|new_orchid" HotelName="New Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>347 Balestier Road, Singapore 329777</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/93/519314fe0cec3754a06e98d0185d8102f4860269.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;New Orchid Hotel is ideally situated within the bustle of activities. Bus stops are but a short walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.305186803489" Longitude="103.85405749083" StarRating="3.5" HotelCode="170285|moon_hotel" HotelName="Moon 23 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Dickson Road, Singapore 209507</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/56/575608df40f1477a74c88e6bf5be527021e82a87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore's colourful Little India, the hotel is within 10 minutes' walk of the Little In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31123141" Longitude="103.87763252" StarRating="2" HotelCode="845472|k_hotel_14" HotelName="K Hotel 14" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Lorong 10 Geylang</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02723944e9d8c090f1504117a169e5e91bc147ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.354322" Longitude="103.878865" StarRating="2" HotelCode="167767|62904" HotelName="Hotel 81 - Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>768 Upper Serangoon Road, Singapore 534636</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/10/fa10fde466f645f137ab7ffdb872f54f7e5eefce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a residential area, this hotel is accessible from the Kovan MRT Station, which is 3 bus s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050061205023" Longitude="103.85299907289" StarRating="2" HotelCode="932933|madras_hotel_tekka" HotelName="The Great Madras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Designated Smoking Area,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28-32 Madras Street, Singapore 208422</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/80/d180b1b0b06086db4769bac3b8ba0abea9f8fed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;ON THE LITTLE RED DOT,
IN LITTLE INDIA, SITS A LITTLE GREAT HOTEL.
OF LITTLE OBJECTS THAT SPEAK OF T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.87" OriginalAmount="152.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.325867" Longitude="103.84957" StarRating="2" HotelCode="177397|1175868" HotelName="Fragrance Classic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418 Balestier Road, Singapore 329808</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/82/02822294e5cdc0b971ed67f8c9a14caef75108d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3054842631902" Longitude="103.85495455841" StarRating="2" HotelCode="933732|buncradius_hostel" HotelName="Bunc Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Upper Weld Road, 207372 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/80/8380ccf68a85a3ef0afc3330a4791e8680053336.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.94" OriginalAmount="154.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3035370474116" Longitude="103.85125120909" StarRating="4" HotelCode="169600|916155" HotelName="Parc Sovereign Hotel - Albert St" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 Albert Street, Singapore 189970</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/34/b4340a604d40b271165293861b4ed2fca0990416.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk away from both Little India and Bugis MRT stations and a 10-minute dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3011246485777" Longitude="103.84210212527" StarRating="3" HotelCode="362035|53984" HotelName="Hotel Chancellor@Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Cavenagh Road, Orchard Road, Singapore 229635</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/fd/0afd5611a035574c15f5eeec5c866af632c3cf70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292303" Longitude="103.768551" StarRating="3" HotelCode="902297|santa_grand_hotel_west_coast" HotelName="Santa Grand West Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Pasir Panjang Road, Singapore 118769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c0/cfc0334234217171cbf0c541b25c04e86da73c96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned city hotel is situated close to the National University of Singapore (NUS), Nati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.287255" Longitude="103.84011" StarRating="4" HotelCode="213835|the_seacare_hotel" HotelName="The Seacare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Chin Swee Road, Singapur 169875</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/34/6f349f520b6bd1ff69877348a6d7d8192d0cf0f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.32" OriginalAmount="156.75" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|189795" HotelName="Chancellor@orchard" Meals="DOUBLE ROOM FOR INDIVIDUAL USE" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Cavenagh Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/9/5/189795_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31145" Longitude="103.87755" StarRating="2" HotelCode="900639|35115" HotelName="Fragrance Sunflower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 10 Geylang, 399043 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/86/e386048bf6af1c24f58d47dc23c8db6027795321.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Geylang which is surrounded by many local famous eateries, fresh fruit stall...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311827" Longitude="103.877738" StarRating="2" HotelCode="65798|35113" HotelName="Fragrance Hotel - Sapphire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Lorong 10 Geylang, Singapore 399037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/b5/4bb5f1500e5104ae8c64585f5d66f44c4af8d9b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Lorong 10, in the heart of the Geylang area, a colourful entertainment dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3095415770204" Longitude="103.8581559062" StarRating="1.5" HotelCode="909668|classique" HotelName="Classique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Photocopy">
        <Address>
          <AddressLines>
            <AddressLine>240 Jalan Besar, 208913 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/a8/45a811cb6cb7efc2e5ee579416e799ea0590afb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Convenience,comfort and class are encapsulateed in Classique Hotel. A Hotel with modern facilities a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.05" OriginalAmount="157.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.26997" Longitude="103.813998" StarRating="2" HotelCode="177399|1453528" HotelName="Fragrance Viva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Wishart Road, Singapore 098721</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/67/15676c5a513d4c2ae1a1d6e43b29863375825aee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.32" OriginalAmount="157.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3148706589658" Longitude="103.89099176293" StarRating="2" HotelCode="341559|1718318" HotelName="Four Chain View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>757 Geylang Road Lorong 39, Singapore 389659</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2f/ac2fa04ce217724a68909a4413187a736b656650.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a transfer service and a hairdresser are available to guests of the hotel. Wireless in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.38881578" Longitude="103.97654425" StarRating="3" HotelCode="861348|zen_premium_cranwell_road" HotelName="Changi Cove by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>351 Cranwell Road, Changi, Singapore 509866</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/84/3e84dd6087b313824d30513f7dbdcf4a5c5e6bb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2827157482909" Longitude="103.84566827475" StarRating="1.5" HotelCode="414270|khostel_hometown_inn" HotelName="Heritage @ Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>229 South Bridge Road, Singapore 058778</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/fb/cafb3a3ac6f64df0248caab64b3a6e3b0f0c1ad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hometown Inn in Singapore (Chinatown), you'll be mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3041329686122" Longitude="103.85097295046" StarRating="3" HotelCode="172229|3166" HotelName="Village Hotel Albert Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 Albert Street, Singapore 189971</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/02/4f0292b21198ba3f0aef7529b3d4dcb2dc687a50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex is situated opposite Little India Arcade and Shopping centre, where opportunities ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3007703475073" Longitude="103.90111684799" StarRating="1" HotelCode="909684|amber_katong" HotelName="Amber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Amber Road, 439878 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/9c/e99c11ef0bd228e7d37a2217ca4f8768b10e1b92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These budget lodgings are close to the East Coast Park and about 15 minutes from the airport. Twenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3105899192554" Longitude="103.85626559373" StarRating="2" HotelCode="909733|grand_c_hotel" HotelName="Hotel 165" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>165 Kitchener Road, Singapore 208532</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/0c/ff0c2947ccfdd32b66b3efbfaf96eefa5c96c1bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285781" Longitude="103.834254" StarRating="2" HotelCode="909737|cape_inn" HotelName="New Cape Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Seng Poh Road, Singapore 168891</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/28/ff285d87fa7e097238371b0fcb48d462356a7c75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3073270682151" Longitude="103.8589228499" StarRating="3.5" HotelCode="578485|nuve_urbane" HotelName="Hotel NuVe Urbane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 King George’s Avenue, Singapore 208582</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/01/d0014b5994abe0ace2f38678c46c7dc6721ecd4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.04" OriginalAmount="161.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3093752753479" Longitude="103.85802536314" StarRating="3" HotelCode="934378|1012695" HotelName="Aqueen Hotel Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>230 Jalan Besar, Singapore 208906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/364949/364949a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="164.43" OriginalAmount="162.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3046973" Longitude="103.788674" StarRating="4" HotelCode="201401|960304" HotelName="Park Avenue Rochester Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rochester Drive, Singapore 138637</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/78/7c7856d8db4e187a50da6e95970be725ef482ea9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 271 rooms. A dining area and a bar are available to guests of the acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.47" OriginalAmount="162.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31138" Longitude="103.901089" StarRating="2" HotelCode="64180|64034" HotelName="The Fragrance Hotel (Joo Chiat)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>219 Joo Chiat Road, Singapore 427485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/24/642421529c4792a5963b86d85c286ff7935a0f62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Joo Chiat Road in the east of the city, a historically rich area of Singapo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="164.87" OriginalAmount="163.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3053176393006" Longitude="103.86024506304" StarRating="3" HotelCode="355033|113225" HotelName="Hotel Boss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Jalan Sultan, Singapore 199020</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/b9/5fb9709c7e73ba40fa91aa49a45d8c6e776d2553.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2811925103281" Longitude="103.84189367294" StarRating="3" HotelCode="888807|hotel_1929" HotelName="Hotel 1929" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Keong Saik Road, Singapore 089154</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb98211b9fcdae97327069e9a9669a0fab0d909.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the business district of Chinatown. It is a two-minute walk from the Chi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3316690612254" Longitude="103.87917754301" StarRating="3" HotelCode="378760|150931" HotelName="ibis Styles Singapore On Macpherson" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>401 Macpherson Road, Corner Of Macpherson &amp; Aljunied Road, Singapore 368125</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/93/bf9329e971ed0fdd7f1da7d46a8a7393d585411b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a lift and a 24-hour guest services desk. A safe, a currency exchange service, a 24-h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3047329817812" Longitude="103.85283289636" StarRating="3" HotelCode="341051|60907" HotelName="The Daulat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16 Madras Street, Singapore 208413</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/ce/c2ce7cf328269c23cc88a7ff2887a7d5c1340777.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2969247" Longitude="103.85576321" StarRating="3" HotelCode="784418|populous_hotel" HotelName="Populous Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Business Centre,Designated Smoking Area,Internet,Parking,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Middle Road, Singapore 188933</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/e9/4ae984448e89995bb4feacef536d0787dd923425.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to Our Hotel in Singapore, undoubtedly one of the most cosmopolitan, contemporary and vibran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="166.96" OriginalAmount="165.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2841180671268" Longitude="103.84433984756" StarRating="3" HotelCode="170283|828304" HotelName="Porcelain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Mosque Street, Singapore 059526</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/147829/147829a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of Chinatown's best-known historical lanes, Mosque Street, surrounded by...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.91" OriginalAmount="166.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311573" Longitude="103.879261" StarRating="2" HotelCode="65788|64004" HotelName="Fragrance Hotel - Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 14 Geylang, Singapore 398961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d0/edd056f1e283a5fc1d4ef889f732b2e06e2a6602.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Lorong 14 in the centre of Geylang, with its colourful landscape of small...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297002" Longitude="103.855584" StarRating="2" HotelCode="172030|fragrance_hotel__bugis" HotelName="Fragrance Hotel Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Middle Road, Bugis, 188942 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/12/9c12ecfc5f8737cbcffe4f4c4d9ed509ec26fc42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, situated in the City District, is just a stone's throw from the Bugis MRT station and in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291276" Longitude="103.841834" StarRating="3" HotelCode="410281|robertson_quay_hotel" HotelName="Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Merbau Road, 239032 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/82/2f828d807cb13834d4ebb4eaa73e352ef302f36f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located at Robertson Quay, an area which features restaurants, travel agen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295934709394" Longitude="103.85489724077" StarRating="3" HotelCode="383783|heritage__cityhall" HotelName="Heritage @ Cityhall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>39 Seah Street, Singapore 188395</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6e/506e95aaf7bd9c3e406e82a655d3e6f1eaa3ba8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3110080866374" Longitude="103.87659261015" StarRating="3.5" HotelCode="549346|five6_hotel_splendour" HotelName="Five/6 Hotel Splendour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Lor, 6 Geylang, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/cf/f4cf1d300b706b7ad85fc2766840eb5ad23037bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.74" OriginalAmount="168.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285055" Longitude="103.833611" StarRating="4" HotelCode="140922|504815" HotelName="Nostalgia Urban Boutiquehotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>77 Tiong Bahru Road, Singapore 168727</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/49/1c49e64e773ff21a9bd67000cedeaa91ce01b376.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the Tiong Bahru Estate which is popular with young adults for its Art De...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.45" OriginalAmount="168.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30737519" Longitude="103.85172729" StarRating="3.5" HotelCode="632896|2241715" HotelName="Aqueen Heritage Hotel Little India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Belilios Lane, Singapore 219962</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/31/383153e4b08f8dff63e35c7bf4b8012f4721169d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.93" OriginalAmount="169.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3131713513436" Longitude="103.85971288222" StarRating="3" HotelCode="185569|1157748" HotelName="Kam Leng Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>383 Jalan Besar, Singapore 209001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/a0/56a06ff44644e7a5ce1920898922f8a0edaa4da9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along Jalan Besar, near to Little India, the CBD and nearest MRT stations are just 10 minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.02" OriginalAmount="169.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3067256747647" Longitude="103.9059042037" StarRating="3" HotelCode="177395|1791388" HotelName="Santa Grand Hotel East Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 East Coast Road, Singapore 428877</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/83/5d83f63ca8b5d0cf0f10633aa0c7fbb11d4ad898.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. Services and facilities at the hotel include a baggage stor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.70" OriginalAmount="170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28413961" Longitude="103.84423828" StarRating="3" HotelCode="937482|the_porcelain_hotel" HotelName="Porcelain Hotel by JL Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Business Centre,Concierge,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Porter,Smoking Rooms,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Mosque Street, Singapore 059526</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/59/6c59a3d02ba5bab08fbae7128d5aea1002305575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property's full service health spa has massage/treatment rooms and beauty services. Complimentar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297019003828" Longitude="103.85255303393" StarRating="2" HotelCode="73808|63889" HotelName="Victoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Victoria Street, Singapore 188016</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fd/a1fdc75790b396a358f171f1963de5f2c5bdb6fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the central area of Singapore, not far from Orchard Road's shopping paradise...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.03" OriginalAmount="171.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2989466666667" Longitude="103.85008733333" StarRating="3" HotelCode="149351|1571718" HotelName="Hotel Bencoolen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Bencoolen Street, Singapore 189626</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/d9/ced9730ebc8e647dfac78a7e2909c730ed8a6b60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.40" OriginalAmount="171.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3137885698907" Longitude="103.85987326057" StarRating="2" HotelCode="909717|2291095" HotelName="The Noble Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>407 Jalan Besar, Singapore 209012</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/4d/9e4d03aee2693392134de6a94e50c9d6ae7534d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the midst of cosmopolitian Singapore, Penang Hotel is a newly renovated budget hotel that aim...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.95" OriginalAmount="172.23" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|201272" HotelName="Boss" Meals="DOUBLE ROOM FOR INDIVIDUAL USE" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>500 Jalan Sultan Road #01-01</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/2/7/2/201272_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.31" OriginalAmount="172.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2883924309829" Longitude="103.83645415306" StarRating="4" HotelCode="47744|101682" HotelName="Copthorne King's Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 Havelock Road, Singapore 169632</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/9f/ed9fae55fe51c067bd153471b8d9810f65483829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre by the historical Singapore River with easy access to all m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29715" Longitude="103.856511" StarRating="3" HotelCode="909728|park_view_7" HotelName="Park View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>81 Beach Road, Singapore 189692</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/4e/4b4e9d3b26ba3bbaee81f7659f7d37c751c70640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Undeniably one of the city's best hotels, Park View Hotel offers more than just quality accommodatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3132475440837" Longitude="103.87808692081" StarRating="2" HotelCode="909689|k_hotel_1515" HotelName="Chang Ziang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 15 Geylang, Singapore 388607</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/20/12206d4612101d5f13018730f16ac3dc2636a1be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.09" OriginalAmount="174.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3117730628022" Longitude="103.86047559053" StarRating="3" HotelCode="376221|1827848" HotelName="Hotel Yan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Tyrwhitt Road, Singapore 207581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96a759ec3707a08057744525508ec5db7664e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.33" OriginalAmount="174.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297609" Longitude="103.845089" StarRating="3" HotelCode="75489|1439668" HotelName="Fort Canning Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Fort Canning Road, Singapore 179494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/97/b3970ceef0ec8281619636e7b0a2c6155c9311e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located next to the lush gardens of Fort Canning Park, this city hotel is 5 minutes' walk from Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2908990892066" Longitude="103.83731312709" StarRating="4" HotelCode="442248|m_social_singapore" HotelName="M Social Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>90 Robertson Quay, Singapore 238259</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/3b/833b5a125da9ebab47b4012cf4dd2aa929bff8e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.82" OriginalAmount="175.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.287473" Longitude="103.847521" StarRating="3" HotelCode="177396|915975" HotelName="Fragrance Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hong Kong Street, Clarke Quay, Riverside, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/c6/a6c6e609f90139d1d3bd8c4b980909fae52f2880.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated a 2-minute walk from Clarke Quay MRT Station and just opposite Clarke Quay. Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.296955" Longitude="103.855689" StarRating="2" HotelCode="73810|hotel_81_bugis" HotelName="Hotel 81 - Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Middle Road, Singapore 188995</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/66/6766e49d6a826386b56370329236ec5b15cc8547.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along Middle Road. It is a 10-minute walk from Bugis MRT Station, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3221359730599" Longitude="103.89152538351" StarRating="3" HotelCode="346080|aqueen_hotel_paya_lebar" HotelName="Aqueen Hotel Paya Lebar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33 Jalan Afifi, Singapore  409180</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/09/420970008ec0b47271f7bac2c5a80a227dbf0e59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.290632" Longitude="103.839004" StarRating="4" HotelCode="160562|studio_m_hotel" HotelName="Studio M Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Nanson Road, Singapore 238910</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/4a/184a5d77138d28a49316a5f2094777fe89053187.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location at the Robertson Quay entertainment precinct, surrounded by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29783655" Longitude="103.85724828" StarRating="2" HotelCode="937330|zen_rooms_bugis" HotelName="Marrison Hotel by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 Beach Road, Singapore 189704</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/a2/9ca29cb517871cec2040b3548cefb59cf56c5a48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Colonial District (City Hall), ZEN Rooms Bugis is minutes from Suntec Singapore and Alive...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.55" OriginalAmount="177.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3032081469688" Longitude="103.86098272024" StarRating="4" HotelCode="176119|1171058" HotelName="The Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Sultan, 01-01, Singapore 199002</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/70/187097ac08a36c57703065cd8f45715d4b8e6399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Kampong Glam and is just walking distance from the Malay Herita...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.69" OriginalAmount="177.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3135826070211" Longitude="103.87888938189" StarRating="2" HotelCode="909672|1571728" HotelName="Bright Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Lor 17 Geylang, 388575 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/b1/39b1bb284dda6ae71875857ce7307b604567ff92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.55" OriginalAmount="179.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873142738718" Longitude="103.84779162698" StarRating="4" HotelCode="933729|1201498" HotelName="Clover 5 Hongkong Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Hongkong Street, 059648 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/d7/f2d7bdef8353fa0ed0b59bc1352cd1b2b8b257fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Singapore. For guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.39" OriginalAmount="180.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2870782966736" Longitude="103.84822535358" StarRating="2.5" HotelCode="577723|2260625" HotelName="The Quay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>57 South Bridge Road, Singapore 058688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/7b/237b7d65712249157c1b940bfee923d973a53216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.91" OriginalAmount="181.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29800625" Longitude="103.85174175" StarRating="3" HotelCode="81053|1087628" HotelName="Oxford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Queen Street, Singapore 188549</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/c0/5dc0c79b65cf979520940edad6090dfd4a838680.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.85" OriginalAmount="182.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2662" Longitude="103.823826" StarRating="4" HotelCode="185568|1080248" HotelName="Travelodge Harbourfront" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Telok Blangah Road, Singapore 098828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/59/e059e90a441a31554f01615bc82bd740f28b6578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is nestled between Sentosa and Mount Faber and offers those with an urban appetite simpli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.94" OriginalAmount="182.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.390595" Longitude="103.985928" StarRating="4" HotelCode="60575|22894" HotelName="Village Hotel Changi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Netheravon Road, Singapore 508502</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/30/8c300113b9389a5baacb5382044d1ccffa55b3c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Singapore district of Changi, amidst quaint little shops a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.40" OriginalAmount="182.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3019832805711" Longitude="103.8619674957" StarRating="4" HotelCode="935364|1245598" HotelName="Clover 33 Jalan Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Jalan Sultan #01-01, 198965 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/b1/f8b1a14c10cff63806d8ebc9ea0812e9538e8da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.43" OriginalAmount="182.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2846968037277" Longitude="103.83430119398" StarRating="4" HotelCode="73807|504765" HotelName="Link Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Tiong Bahru Road, Singapore 168733</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/af/35af229a368dbfdbeac171b3f3c8574664746314.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Tiong Bahru estate in the heartlands of Singapore, this city hotel is a mere 10-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="185.79" OriginalAmount="183.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873978720416" Longitude="103.80531084789" StarRating="4" HotelCode="309889|1478388" HotelName="Park Hotel Alexandra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Alexandra Road, Singapore 159972, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/10/bd10781e67845ea5abe360a4aad15f5c404f8c22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2828949690525" Longitude="103.84393982573" StarRating="3" HotelCode="165514|jinshan_hotel_4" HotelName="Hotel 1888 Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Trengganu Street, Singapore 058479</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/b1/deb17360a9f57db43db6e5c796e9948aaa5efe39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the highly dynamic Chinatown area and fully intertwined with the rich histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.313878" Longitude="103.828419" StarRating="4" HotelCode="571826|mercure_singapore_on_stevens" HotelName="Mercure Singapore On Stevens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, #01-02, Singapur 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/60/2c60782b951265ad48560fff331c990080e23411.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312239" Longitude="103.86057" StarRating="4" HotelCode="299470|parc_sovereign_hotel_tyrwhitt" HotelName="Parc Sovereign Hotel - Tyrwhitt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Tyrwhitt Road, Singapore 207569</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/46/0c46e108d2cefa3114c12df6ba9ec8c3ceb0aa06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.41" OriginalAmount="186.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3201023185029" Longitude="103.85264335582" StarRating="3" HotelCode="63255|504955" HotelName="Quality Hotel Marlow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>201 Balestier Road, Singapore 329926</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/a1/94a1d01b172eae8db65da3f7bcb8b77f81f7c43d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the top of Balestier Road, the hotel is a 10-minute drive from the city centre and the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.326132592547" Longitude="103.84581740245" StarRating="3" HotelCode="168362|29642" HotelName="ibis Singapore Novena Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Irrawaddy Road, Singapore 329543</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/74/b1745949c232bb36c738fe5cec59931ad91bc5c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance to Novena MRT Station and the Orchard shopping belt is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29164143" Longitude="103.84959786" StarRating="0" HotelCode="985184|lyf_funan_singapore_by_ascott" HotelName="lyf Funan Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Hill Street, Singapore 179370</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/7e/0d7ef8cd4b1a84fa0467febf134dcbfa9e33551f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.57" OriginalAmount="191.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102069444029" Longitude="103.85847955445" StarRating="3" HotelCode="104119|120484" HotelName="Holiday Inn Express Singapore Serangoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>270 Jalan Besar, Singapore 209019</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/79/89798ab9286c70261ab045c789ad0d88f10de955.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 5-minute walk from 2 MRT stations, Farrer Park and Lavender and Little India,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.72" OriginalAmount="191.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2872155021542" Longitude="103.84782587507" StarRating="4" HotelCode="513573|2291305" HotelName="Hotel Bencoolen Hong Kong Street" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Hong Kong Street, Singapore 059685</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a9/baa9dcb17c27890a70492ea7d5a244cfb4daf68b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.92" OriginalAmount="192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297906" Longitude="103.85716" StarRating="3" HotelCode="224700|marrison_hotel" HotelName="Marrison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Beach Road, Singapore 189704</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/51/d7516f73521631d49b1d7c42f3ab5008dbdf5c15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.91" OriginalAmount="192.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2828584" Longitude="103.84892548406" StarRating="4" HotelCode="932936|2334535" HotelName="Amoy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Telok Ayer Street, 48464 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/cb/0ecb7a35d42ca34390bc251a82df26a8410ace07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2993469729994" Longitude="103.85324852173" StarRating="4" HotelCode="455174|mercure_singapore_bugis" HotelName="Mercure Singapore Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Middle Road, Singapore 188973</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/e7/5ae7a5250be85f2c1292b7c287ee6f39b1456b36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.283861" Longitude="103.844608" StarRating="2" HotelCode="909695|hotel_mono" HotelName="Hotel Mono" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Mosque Street, Singapore 059498</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c2/39c24dbb54f7fd8e1310af97ea688199ec3bc9eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.76" OriginalAmount="193.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.35480657214" Longitude="103.98910361532" StarRating="2" HotelCode="440859|2289715" HotelName="Ambassador Transit Hotel Terminal 2" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Departure, Level 3, Passenger Terminal Building (PTB) 2, Singapore Changi Airport, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8230690</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="195.90" OriginalAmount="193.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2991" Longitude="103.850267" StarRating="3" HotelCode="260561|980434" HotelName="V Hotel Bencoolen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Bencoolen Street, Singapore 189627</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/cd/33cd28e93325cb969f9b74ce156ea112e059a353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30072" Longitude="103.851537" StarRating="1" HotelCode="931426|big_hotel" HotelName="Hotel G Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Middle Road, Singapore 188980</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/67/d467fff2302ca579a7fc5556896147917b7bf40d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31156631" Longitude="103.86142628" StarRating="3" HotelCode="760237|hamilton_2" HotelName="Harbour Ville Hotel Hamilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Hamilton Road, Lavender, Singapore 209210</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f5/acf530ce4fac20602baf687f97164ba7ba0a3f9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Friendly and cosy hotel ideal for travelers and small tourists groups that is located in the serene ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.97" OriginalAmount="196.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301667" Longitude="103.852413" StarRating="3" HotelCode="65792|23094" HotelName="Summer View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>173 Bencoolen Street, Singapore 189642</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/35/db35839d957e34070eb328e3190446a0b41e3e0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Singapore, a mere 5 to 10-minute drive from the business distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.42" OriginalAmount="196.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3045597555314" Longitude="103.9046947907" StarRating="3" HotelCode="421620|1614398" HotelName="Holiday Inn Express Singapore Katong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Fax,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 East Coast Road, Singapore 423371</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/479734/479734a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The largest Holiday Inn Express in Singapore!   The new hotel is the smart choice for savvy business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3123454121457" Longitude="103.88240395328" StarRating="2" HotelCode="387597|157774" HotelName="Seng Wah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 22 Geylang, Singapore 398673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/96092/2496092/1.jpg?f=15677952</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.54" OriginalAmount="199.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280991" Longitude="103.841722" StarRating="3" HotelCode="909710|2262305" HotelName="Keong Saik" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>69 Keong Saik Road, Singapore 089165</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/1c/761c96d329e06c60060235e6c977d65791b6f760.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.32100417" Longitude="103.852548" StarRating="0" HotelCode="970845|citadines_balestier_singapore" HotelName="Citadines Balestier Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>207 Balestier Road, Singapore 329683</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/be/b1be30747afb39fc700f9eee451c58a9007b6bc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="202.35" OriginalAmount="200.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3083655275689" Longitude="103.85183372884" StarRating="3" HotelCode="165515|CBB145900" HotelName="Hilton Garden Inn Singapore Serangoon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Belilios Road, Singapore 219924</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9f/2f9fa0a5aaa0433f5536a8cc536f2ce8c66681ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Belilios Road which forms part of Little India, a must-see tourist destinat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.84" OriginalAmount="202.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3024129950033" Longitude="103.86404327635" StarRating="3" HotelCode="482281|1925705" HotelName="Destination Singapore Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>700 Beach Road, Singapore 199598</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/36/ce360ff46efa682359fd7fd407df6088e69dc64f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.379517" Longitude="103.95481575" StarRating="3" HotelCode="230800|costa_sands_resort_downtown_east" HotelName="D'Resort at Downtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Pasir Ris Close, Singapore 519599</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/12/2312c3f905d06dedab6a3f3b3382ef82ee8f03fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a childcare service and a conference room. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309451" Longitude="103.86262" StarRating="3" HotelCode="76107|35103" HotelName="Fragrance Imperial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Penhas Road, 208187 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/dd/76ddf09c36024ad6bcf81aa85e8929058dbdfb37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, on the corner of Lavender Road and Kallang Road, and a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2878775769958" Longitude="103.83609741926" StarRating="4" HotelCode="15218|3170" HotelName="Furama Riverfront" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>405 Havelock Road, Singapore 169633</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/63/246333b960b54aefb27ae29b1d4b6a34a60df98d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located near the Singapore River, this hotel is within walking distance of the entertainment areas l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307636" Longitude="103.835721" StarRating="4" HotelCode="153319|30649" HotelName="Quincy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Mount Elizabeth, Singapore 228517</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/36/21364bed107ba5c921924dd49ce0d1ec10ff4038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location within the prime residential district of Mount Elizabeth, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.47" OriginalAmount="205.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298681" Longitude="103.849766" StarRating="3" HotelCode="909734|2730015" HotelName="Strand Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Bencoolen Street, Singapore 189619</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/85/3d854f2565fa8911cea87e110977b6df02fcb334.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the heart of the cultural, civic and commercial district, Strand Hotel provides a welcome...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3271725677369" Longitude="103.84612238628" StarRating="4" HotelCode="201402|ramada_singapore_at_zhongshan_park" HotelName="Ramada by Wyndham Singapore at Zhongshan Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Ah Hood Road, Singapore 329982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8e/3d8eb67a838ff571fcdcd9d60d8e63c41d2d3413.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 384 rooms. The individual storeys can eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2887598397228" Longitude="103.84737668756" StarRating="3" HotelCode="513580|jayleen_clarke_quay_hotel" HotelName="Jayleen Clarke Quay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>25 New Bridge Road, Opposite Central Shopping Center and Clarke Quay MRT, Singapore 059390</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b6519612f7160d86709277f58b148fdff44d60ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2805444870868" Longitude="103.84182780311" StarRating="2" HotelCode="909739|park_22_hotel" HotelName="Butternut Tree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Teck Lim Road, Chinatown, Singapore 088392</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/69/8069bd281effabf3c6cd6973ff65e2136f368a65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28066031" Longitude="103.84143792" StarRating="0" HotelCode="883325|504038" HotelName="Kesa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Keong Saik Road, Chinatown, Singapore 089158</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1092379/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="211.13" OriginalAmount="209.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30126" Longitude="103.841743" StarRating="3" HotelCode="395434|154238" HotelName="Hotel Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Cavengah Road, Orchard Road, Singapore 229617</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/6b/686bc1dc7820b4017ad87a1a9541964860f4c0db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the famous Orchard Road area, and is just a few minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="211.17" OriginalAmount="209.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298933" Longitude="103.850167" StarRating="2" HotelCode="64176|347089" HotelName="Hotel Mi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Bencoolen Street, Singapore 189623</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/61/8c61394b8f5192a0b0897b32df58acd1e4066fc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Singapore's museum belt, and is best suited for the artistically incli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.19" OriginalAmount="209.10" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|218719" HotelName="Yotel Singapore Orchard Road" Meals="DOUBLE ROOM FOR INDIVIDUAL USE" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>366 Orchard Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/1/9/218719_1_1874.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2986921703408" Longitude="103.84899884462" StarRating="4" HotelCode="16631|3165" HotelName="Rendezvous Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Bras Basah Road, Singapore 189559</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/22/5e224499721a25eb60f4c68cfe80a4a18223c38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the urban and cultural district of the city, with shopping venues, re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3069753721034" Longitude="103.83543491363" StarRating="4" HotelCode="19480|york_hotel_2" HotelName="York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Mount Elizabeth, Singapore 228516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b7/4ab77e4bdb20a386ec4f16c5bdfff93abe24cd82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Orchard Road, Singapore's main shopping and entertainment belt, and a 15 minute dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113164" Longitude="103.87758762" StarRating="2" HotelCode="703173|k_hotel_12" HotelName="K Hotel 12" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Lorong 10 Geylang, Singapore 399045</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02723944e9d8c090f1504117a169e5e91bc147ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.77" OriginalAmount="211.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2845147171765" Longitude="103.84433988648" StarRating="3" HotelCode="353636|1220998" HotelName="Bliss Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Upper Cross Street, 058353 Singapore Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/80/6580af7b774c4b26f2a1d8cf00dd9a971d72a0c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3201035987076" Longitude="103.84500094136" StarRating="4" HotelCode="170068|27893" HotelName="Oasia Hotel Novena" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Sinaran Drive, Singapore 307470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/62/f462d6896119bceb74a69d03ac416c294d2eb042.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the charming enclave of the Novena district, the hotel is within walking distance of Nove...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.60" OriginalAmount="212.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3164004354177" Longitude="103.82657706019" StarRating="3" HotelCode="80631|1508808" HotelName="Metropolitan Ymca Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Stevens Road, Singapore 257854</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a7/07a7f88d5b9da7d39da175f7867f382e9a390734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within the CBD area, as well as the shopping and entertainment dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113174803166" Longitude="103.85482327796" StarRating="2" HotelCode="95900|61818" HotelName="The Claremont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Serangoon Road, Singapore 218224</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/7f/3b7f4b5017b346160779ec3e9618b207be9d9aab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050446832896" Longitude="103.85447055101" StarRating="3.5" HotelCode="169599|wanderlust" HotelName="Wanderlust" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Dickson Road, Singapore 209494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c6/4bc6d65ddca653e998cb3dbaad96f0619d42dd07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Little India, a bustling cultural enclave where Indian immigrants once settled, the hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="215.34" OriginalAmount="213.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3065179058739" Longitude="103.83106482222" StarRating="4" HotelCode="571272|45473069" HotelName="YOTEL Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Dining,Housekeeping,Internet,Printer,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>366 Orchard Road, Singapore 238904</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/49/de490c46d0678836c51d01555317c8dfe8767cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Inspired by first class travel, YOTEL translates the language of luxury airline travel into compact ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2905414" Longitude="103.8348422" StarRating="5" HotelCode="12994|16398" HotelName="Grand Copthorne Waterfront Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>392 Havelock Road, Singapore 169663</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/d2/55d2f20e80ed0a0eafb505f17f4b1b32fe03246e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the banks of the historic Singapore River, within easy access of the shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.60" OriginalAmount="214.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.284399" Longitude="103.835042" StarRating="4" HotelCode="142230|127394" HotelName="Wangz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 Outram Road Riverside, 169040 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ea/b1ea06613404566c7aab7b6de9a26434c48e163b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Tiong Bahru Estate and is within easy walking distance of some of the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="217.07" OriginalAmount="214.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291536" Longitude="103.842405" StarRating="4" HotelCode="96863|1340581" HotelName="Park Hotel Clarke Quay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Unity Street, Singapore 237983</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/51/d9/51d9e98136bf54774ad81331e7a55a968bf5a66e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along the picturesque Singapore River, this city hotel is just a 5-minute drive from the cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.22" OriginalAmount="215.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3135324244157" Longitude="103.82912899021" StarRating="4" HotelCode="571548|2173965" HotelName="Novotel Singapore On Stevens" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, 01-01, Orchard District, Singapore 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f9/94/f9941a0b86b76f97d53c741e8a3fd147f1b0d567.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a bar, a babysitting service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.90" OriginalAmount="215.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2830051131966" Longitude="103.84309458609" StarRating="1" HotelCode="909741|1758278" HotelName="Yes Chinatown Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>68a Smith Street, Singapore 058967</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/91/dc91ce540fef7a314c307ff3ef5f7f4b80f65ab5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.06" OriginalAmount="217.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2972533402842" Longitude="103.84033827858" StarRating="3.5" HotelCode="344941|1846048" HotelName="Lloyd's Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lloyd road, Singapore 239091</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/4a/804ac195b11678a9d629cce82b3eb47cf75c4f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.97" OriginalAmount="218.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2964934425715" Longitude="103.85530165411" StarRating="4" HotelCode="344755|1208258" HotelName="Hotel Nuve Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13 Purvis Street, Singapore 188592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98bd95967adbf217c99ee0b297f2ed5e8b5b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2892839554101" Longitude="103.83660938161" StarRating="4" HotelCode="48141|riverview_hotel_singapore" HotelName="Four Points by Sheraton Singapore, Riverview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>382 Havelock Road, Singapore 169629, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/8e/e78ed880dd53f79f670aa83017537aed31fca892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on the banks of the historical Singapore River, near Chinatown, just a 5-1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.26" OriginalAmount="219.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034572269324" Longitude="103.90298098326" StarRating="4" HotelCode="62537|952535" HotelName="Village Katong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Marine Parade, Singapore 449536</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e8/c6e85bc9675c8dc266bb041409e39f72e246cae8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN) (about 15 km away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.59" OriginalAmount="220.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311526" Longitude="103.877569" StarRating="2" HotelCode="909708|1571918" HotelName="Hotel 88 International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10/12 Lorong, 10 Geylang, Singapore 399045</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/60339/560339/1.jpg?f=14995826</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Singapore. Hotel 88 International features a total of 22 accommod...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.20" OriginalAmount="220.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301164" Longitude="103.852568" StarRating="3" HotelCode="888086|98955" HotelName="ibis Singapore on Bencoolen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>170 Bencoolen Street, Singapore 189657</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fc/78fc7d21e5940988571497b6170b4c2f3a56cf9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bencoolen Street, in the heart of the business and cultural district of Sin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28895" Longitude="103.842261" StarRating="3" HotelCode="293496|holiday_inn_express_singapore_clarke_quay" HotelName="Holiday Inn Express Singapore Clarke Quay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Magazine Road, Singapore 059573</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/25/5f251490b1c0a10a3b93afe41bdf13c7f9ef6a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.55" OriginalAmount="223.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2972897349774" Longitude="103.85257691145" StarRating="4" HotelCode="165729|401815" HotelName="Grand Pacific" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Victoria Street, Singapore 188018</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/fe/67fe00d5c546d9e9c131836e0555b19f1a486dec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of the business district, adjacent to the Civic Art Centre, this hotel is with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="226.64" OriginalAmount="224.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.288732985386" Longitude="103.83417159319" StarRating="4" HotelCode="7748|1239349" HotelName="Holiday Inn Atrium" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Outram Road, 169075 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/68/77683dc205526455018b06d91b3340cfa883e96e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the crossroads of Outram and Havelock Roads, the hotel lies by the Singapore River, with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.85" OriginalAmount="224.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3069510388523" Longitude="103.82782536442" StarRating="4" HotelCode="7752|22974" HotelName="Orchard Rendezvous Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Tanglin Road, Singapore 247905</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/8c/8d8c66f34eee2990e8f2a423be767eefcab44b73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the top of Orchard Road, a prime shopping, restaurant and entertainment bel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.99" OriginalAmount="226.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.302393" Longitude="103.857804" StarRating="4" HotelCode="7749|22814" HotelName="Village Hotel Bugis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390 Victoria Street, 188061 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/64/0a6437b1e765df60d83d4c707c201012049f813b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located next to the Sultan Mosque on Arab Street and Bugis Village, with its enchanting atmosphere, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.26" OriginalAmount="226.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034465008725" Longitude="103.9045715332" StarRating="4" HotelCode="60940|40934" HotelName="Grand Mercure Singapore Roxy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 East Coast Road, Roxy Square, via Marine Parade Road, Singapore 428769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/90/d7909048babfdfcd13b165737f2f5058f3d13818.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the east coast of Singapore, on Marine Parade Road in the centre of histori...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.310349" Longitude="103.85656" StarRating="2" HotelCode="909735|tai_hoe" HotelName="Tai Hoe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>163 Kitchener Road, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/20/b020cf7d694954fdcc1e48ed567ff3b24343e6a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Tai Hoe Hotel in Singapore ends your search for true 'value for money' hotel. At Tai Hoe Hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.29" OriginalAmount="229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.331287" Longitude="103.739603" StarRating="3" HotelCode="312604|genting_hotel_jurong" HotelName="Genting Hotel Jurong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Town Hall Link, Singapore 608516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5d/4c5d97e8acbd27c94727f9df7cad02e41e9cda82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 557 rooms. Services and facilities at the hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3082946752726" Longitude="103.83581846952" StarRating="4" HotelCode="18301|3900" HotelName="The Elizabeth" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24 Mount Elizabeth, Singapore 228518</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/60/c0604d57a63cea8cc1e8f45c9bb7334ad41a891a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location within the prime residential district of Mount Elizabeth, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.66" OriginalAmount="234.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307427" Longitude="103.861575" StarRating="4" HotelCode="170067|873395" HotelName="V Lavender" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Jellicoe Road, Singapore 208767</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/8b/dd8b37ad66041c8b0465ee389137774c43edd9b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the city centre, at the junction of Kallang Road and Lavender Road. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28054551" Longitude="103.78650072" StarRating="2" HotelCode="765320|k2_guest_house" HotelName="K2 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 South Buona Vista Road, Singapore 118146</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9c/b59cba487e331c269fb7ceedc98f85dfa3c8999b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="239.05" OriginalAmount="236.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3124131335486" Longitude="103.85376502076" StarRating="5" HotelCode="297063|1018008" HotelName="One Farrer Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,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>1 Farrer Park Station Road, Singapore 217562</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/9b/0e9b85fb6c26903d6519671ffcd96a7599b0b768.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="240.81" OriginalAmount="238.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3027595492557" Longitude="103.858334485" StarRating="3" HotelCode="344527|1221538" HotelName="Hotel NuVe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, Singapore 199141</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f3/bdf3b8c8dd067e85d30e3511f67739bdd87d630c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2974854860404" Longitude="103.8567557931" StarRating="2" HotelCode="909665|hotel_calmo_bugis_sg_clean_staycation_approved" HotelName="Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Beach Road, Singapore 189699</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/a7/6ba74d39d1ce28b9c191d3cfff0b4af5ec2494a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307257" Longitude="103.828447" StarRating="4" HotelCode="25905|orchard_hotel_singapore" HotelName="Orchard Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>442 Orchard Road, Singapore 238879</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e4/eae48261dbe48ac6aa223887cd8f1575769b77b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the top of Orchard Road, adjacent to the Delfi Orchard mall and opposite to the Forum Sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="247.62" OriginalAmount="245.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3130017856416" Longitude="103.8259270913" StarRating="3.5" HotelCode="93357|1571658" HotelName="Relc International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Orange Grove Road, Off Orchard Road, Singapore 258352</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/84/3a84dd6f4e6cd440c30046ec594f61dfaee0381c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.57" OriginalAmount="250.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2880558038282" Longitude="103.84853890426" StarRating="2" HotelCode="311326|1461608" HotelName="Heritage @ South Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 South Bridge Road, Singapore 058670</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/21/3c2177a7b6135701f736f6faa2325f9209e61101.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.72" OriginalAmount="250.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3070789388963" Longitude="103.85836352474" StarRating="5" HotelCode="376374|1800688" HotelName="The Vagabond Club Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Syed Alwi Road, 207630 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ab/b2ab01d8df3c24714b252178efb597bbabab6db5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3298194655477" Longitude="103.81636986378" StarRating="0" HotelCode="527289|hollandse_club" HotelName="Hollandse Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Golf,Spa">
        <Address>
          <AddressLines>
            <AddressLine>22 Camden Park, Off Adam Road, Singapore 299814</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/cf/43cf44f8a10d30a062290131590dac2672ecd228.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.21" OriginalAmount="252.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2881457301271" Longitude="103.84437203407" StarRating="4" HotelCode="165517|154406" HotelName="Park Regis Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Merchant Road, Singapore 058268</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/d0/a6d0ac10a05f16282a3f5b4b5dc7b36314141f0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location in the city centre, within easy reach of Singapore's vibrant en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.53" OriginalAmount="253" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2758543579617" Longitude="103.84450086012" StarRating="4" HotelCode="435236|157754" HotelName="Oasia Hotel Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>100 Peck Seah Street, Singapore 079333</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/8d/218de6ad596e04cf6f324dd16fb012ae6e6602e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304248273722" Longitude="103.82375121117" StarRating="4" HotelCode="166875|traders_hotel_singapore" HotelName="Hotel Jen Tanglin Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1A Cuscaden Road, 249716 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ab/3dab5da136bff4f765a44f8012f19373fe4b1987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Orchard Spring, this hotel is just a 5-minute stroll to the main shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="258.48" OriginalAmount="255.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102148464866" Longitude="103.82612431097" StarRating="4" HotelCode="416765|1730438" HotelName="Darby Park Executive Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Orange Grove Road, Singapore 258353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b7/96b7cf64a0e79035bfd24249be709e502f6480a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Singapore. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.56" OriginalAmount="256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2985944850046" Longitude="103.85033038526" StarRating="3" HotelCode="38596|bayview_hotel_singapore" HotelName="30 Bencoolen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Bencoolen Street, Singapore 189621</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/72/a472ccebd1aee522e7e99739a5e6cfcdf87a3eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located at the crossroads of Singapore's popular shopping area and business district, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.56" OriginalAmount="256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3109230687953" Longitude="103.8769932358" StarRating="1" HotelCode="909720|darlene_hotel" HotelName="Darlene Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Lorong 8 Geylang, Singapore 399096</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/54/4054047b95e9a420769dfafd6a1314d062a79fca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="260.04" OriginalAmount="257.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.333214" Longitude="103.963317" StarRating="4" HotelCode="187410|1165418" HotelName="Capri by Fraser, Changi City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Changi Business Park Central 1, Singapore 486037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/e7/0ae7edf21e4fb5f4538d23b8c64975a1b9d16e70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Changi Business Park, which comprises a mix of high technology ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311566" Longitude="103.87727088" StarRating="3" HotelCode="973285|jh_hotel_2" HotelName="JH Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Lorong 10 Geylang, 399041 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/59/7359ad5f2a1db7e345e2eed28164e2bbd05cb0ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29776168272" Longitude="103.84440153837" StarRating="4" HotelCode="169598|157734" HotelName="Innotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Penang Lane, Singapore 238485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ea/14eaa7e62d48e7e27a72326306a3be22d5fb223d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is roughly a 5-minute walk away from Dhoby Ghaut MRT station and two train stops away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.83" OriginalAmount="260.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28643" Longitude="103.844669" StarRating="4" HotelCode="39411|22794" HotelName="Furama City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Eu Tong Sen Street, 059804 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/b1/c1b1ddd37f9608d89b5f68318bda9f207aaa3a09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Chinatown- a shopping and entertainment haven in the middle of the Financial...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265.63" OriginalAmount="263" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3107004621788" Longitude="103.8557665112" StarRating="4" HotelCode="166868|9204" HotelName="PARKROYAL on Kitchener Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Kitchener Road, Singapore 208533</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/dc/66dcd2c42d8533c47565503ef6f26cd8521f0f57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Singapore's Little India on Serangoon Road, just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.63" OriginalAmount="263.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2756153746671" Longitude="103.8441560766" StarRating="4" HotelCode="255651|carlton_city_hotel_singapore" HotelName="Carlton City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Gopeng Street, Singapore 078862</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a6/63a6ddb2746f2969961c545f39712cf39d8a8879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.63" OriginalAmount="263.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.300607" Longitude="103.842129" StarRating="4" HotelCode="302591|concorde_hotel_singapore" HotelName="Concorde Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Road, Singapore 238840</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/99/2999ecd00d9a719750f16937c2d4d149d213db08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Orchard Road, the celebrated commercial and entertainment hub ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.68" OriginalAmount="263.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30027" Longitude="103.860328" StarRating="4" HotelCode="166870|102592" HotelName="PARKROYAL on Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Beach Road, Singapore 199591</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/db/dbb238427b2b934c722d60ced0eb8c81/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Beach Road, on the perimeter of Singapore's Central Business District, in cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.11" OriginalAmount="264.47" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|60329" HotelName="Concorde  Singapore" Meals="DOUBLE ROOM FOR INDIVIDUAL USE" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/2/9/60329_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Orchard Road where you can find the commercial area and the leisure area. 5 minutes walk away, guests will find el Palacio Presidencial near the establishment, you will find commercial centres and Fort Canning Park. 200 metres away you can find restaurants, bars and nightclubs. Close to the establishment, guests can find El Museo de Arte de Singapur guests can also find Esplanade the Chijmes Hall theatres. HOTEL: This air-conditioned hotel has 407 standard rooms and 7 floors. Some of the establishment facilities on offer are a hairdresser's, a business centre, a secretary service, a medical care service and express check-out. The establishment has a lobby with a reception, a safety deposit box service and a currency exchange service. It has a bar and a restaurant. The establishment offers guests conference facilities and internet (for a fee). Guests have access to a gift shop. The establishment also offers room service, a laundry service and a car park (for a fee). ROOM: All the rooms have a marble bathroom with a shower, a bath, a hairdryer, a direct line telephone, a bathrobe, slippers, a king-size bed and a direct line telephone. They have a radio, a direct line telephone, a mini-bar, a mini-fridge, a coffee maker, an iron, cable television, a safe, a central air-conditioning system, internet (available for a fee), a writing desk and press. The establishment has non-smoking rooms (available on request).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.26" OriginalAmount="269.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.27886388" Longitude="103.84415178" StarRating="5" HotelCode="792058|2330875" HotelName="Six Senses Maxwell" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/4a/8c4a7c7e23e8a6211340ec2b517c03495e6732c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.48" OriginalAmount="269.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.24419" Longitude="103.839736" StarRating="5" HotelCode="909724|1571938" HotelName="One15 Marina Club" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>01-01, 11 Cove Drive, Sentosa Cove, Singapore 098497</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/69/da693db8f9870dfa124e7ee3f3673d5b0d0c3248.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="273.62" OriginalAmount="270.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121597710242" Longitude="103.8546538832" StarRating="4" HotelCode="523462|1990285" HotelName="Park Hotel Farrer Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Designated Smoking Area,Golf,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Farrer Park Station Road, Singapore 217564</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/51/ef517998314b052d4c4aa81f616dad1f528d5c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally situated and in one of Singapore's most bustling districts, Park Hotel Farrer Park enjoys ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.73" OriginalAmount="273" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3073883247959" Longitude="103.83266150951" StarRating="5" HotelCode="16998|4225" HotelName="Royal Plaza on Scotts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Scotts Road, Singapore 228220</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ab/d2/abd2f87a033547c9369c49ef58c65cfdbe0ec105.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Scotts Road, opposite the Grand Hyatt Hotel Singapore and the Marriot Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.74" OriginalAmount="274.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3036473758348" Longitude="103.85962130381" StarRating="4" HotelCode="935363|hotel_clover_769_north_bridge_road" HotelName="Clover 769 North Bridge Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Boutique,Garden,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>769 North Bridge Road, Singapore 198737</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/96/e996fb127f3a28083aba1aa5dc6d2400d190990e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a wonderful setting amidst the bustle and splendour of Singapore. The hotel is loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.77" OriginalAmount="277.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.296858" Longitude="103.855824" StarRating="2" HotelCode="932932|amaris_hotel_by_santika_bugis_singapore" HotelName="Amaris Hotel Bugis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Middle Road, Bugis Junction, Singapore 188931</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/6a/0e6a77bd47ecda54d09b10a29b637e287da550dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3007814831625" Longitude="103.859719881" StarRating="2" HotelCode="380624|shophouse_the_social_hostel" HotelName="The Shophouse on Arab Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>48 Arab Street, Singapore 199745</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/2a/fe2a14a452648e0467a32fd3b8e0b1e8aab8fb24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295817" Longitude="103.855138" StarRating="5" HotelCode="401651|naumi_hotel" HotelName="Naumi Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Seah Street, Singapore 188396</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/4a/424ad067f78d2481d771e4d4c69163034d174ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, a mere two-minute walk from the famous Raffles Hotel. With...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.95" OriginalAmount="279.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297708" Longitude="103.852214" StarRating="4" HotelCode="73184|84702" HotelName="Royal at Queens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Queen Street, Singapore 188553</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/68/af68a4cae8e08e748d28d03adee43774d6aa3c4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Singapore hotel is strategically located in the city's dynamic business, financial, convention,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.80" OriginalAmount="280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280198" Longitude="103.840155" StarRating="4" HotelCode="213830|dorsett_singapore" HotelName="Dorsett Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 New Bridge Road, Singapore 088765</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/87/5b871ea13dbcec335b78465b9e89b11b007329d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="284.19" OriginalAmount="281.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.273803" Longitude="103.844895" StarRating="4" HotelCode="59955|100102" HotelName="M Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anson Road 81, 079908 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ed/67ed424396d653d79b4ee0093a1f014c52c84064.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of the business district with easy access to key local att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="284.52" OriginalAmount="281.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3009817883746" Longitude="103.83997854233" StarRating="4" HotelCode="33020|960633" HotelName="Jen Orchardgateway Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Orchard Road, Singapore 238858</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/53/27538e905bbdf6199adb03910a98de35c5a4c239.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Orchard Road and is annexed to the Specialist Shopping Centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.86" OriginalAmount="286" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2921881539601" Longitude="103.84990840194" StarRating="4" HotelCode="7753|8619" HotelName="Peninsula Excelsior Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Coleman Street, Singapore 179805</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e3/49e3d900d92fb056fcea25d9dbd11b877bea63df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the middle of Singapore's bustling Civic District, the hotel is just a stone’s throw away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.86" OriginalAmount="286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.276803" Longitude="103.843845" StarRating="4" HotelCode="909726|orchid_hotel_3" HotelName="Orchid Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Tras Link (Tanjong Pagar), Singapore 078867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1f/2f1f247634e95558680e6176e52d7caa8a396caa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="289.71" OriginalAmount="286.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28396357" Longitude="103.84694548" StarRating="4" HotelCode="961310|A2B163" HotelName="Capri By Fraser China Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>181 South Bridge Road, Singapore 058743</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b0/7bb0072c8219a1fa6d3bf16ad74488219d666cac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.87" OriginalAmount="289.97" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|35269" HotelName="Sheraton Towers Singapore" Meals="DOUBLE ROOM FOR INDIVIDUAL USE" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Scotts Road, Orchard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/2/6/9/35269_1_3924.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, it offers 413 rooms and 21 floors. The establishment offers room service, a laundry service, a car park, a shoe-shining service and a medical care service (for a fee), This air-conditioned hotel has a reception, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a business centre, conference facilities, internet and secretarial services. You are also offered a souvenir shop, daily newspapers and magazines. Regarding the food and beverage offering, the establishment has 3 restaurants. SITUATION: This hotel is in a central location, Scotts Road is situated in Orchard Road 10 minutes away from the establishment, clients can find Where you can find leisure areas and shops. Newton Hawker Centre it is 5 minutes away from. ROOM: The establishment has standard rooms and suites with business facilities, internet, a coffee maker, a kettle, press, a mini-bar, shoe-shining and a safety deposit box. The rooms a bathroom with a hairdryer, a direct line telephone, cable and satellite television and individual air-conditioning. FACILITIES: Guests are offered a sauna, a gym, an outdoor swimming pool, a snack bar, a sauna, a solarium and a massage service. OTHERS: Regarding the food and beverage offering, you can enjoyDomus the restaurant, which serves Italian dishes Li Bai the restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.90" OriginalAmount="290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3207301070789" Longitude="103.84315026442" StarRating="3.5" HotelCode="571270|courtyard_singapore_novena" HotelName="Courtyard Singapore Novena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Irrawaddy Road, Novena, Singapore 329568</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c3/7ec364e638223eac4f792cd2c63e1cdcc9679e9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="297.90" OriginalAmount="294.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.35974362" Longitude="103.98945839" StarRating="3" HotelCode="946965|2373105" HotelName="YOTELAIR Singapore Changi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Airport Boulevard, Singapur 819666</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/85/2485a6ff2bfa97f3745b6e6aa02586d25e87b025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2807786709365" Longitude="103.84580159573" StarRating="4" HotelCode="909738|ann_siang_house" HotelName="Ann Siang House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Ann Siang Road, Singapore 069708</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/4e/894eb5430dae4507eee1d432e3edb19c503bbb23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.15" OriginalAmount="300.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30496" Longitude="103.904327" StarRating="4" HotelCode="437144|1912815" HotelName="Hotel Indigo Singapore Katong" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 East Coast Road, Katong 428788</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/1f/fc1f774dae305ee09c6e0cd46ae43be6e8ef33f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="304.52" OriginalAmount="301.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303302" Longitude="103.8366149" StarRating="3" HotelCode="931427|1455948" HotelName="Holiday Inn Express Orchard Road" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Bideford Road, Singapore 229921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9f/0f9ff6a3b53e211c3df435fb4dc6c674f4fb44a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.74" OriginalAmount="308.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295552" Longitude="103.85311" StarRating="4" HotelCode="48140|134314" HotelName="Carlton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>76 Bras Basah Road, 189558 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/aa/dcaaf83024cf34da302ae7902b33d26c4373e935.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel grounds are located on Bras Basah Road, close to several popular tourist attractions. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.25" OriginalAmount="312.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2888751065014" Longitude="103.84534299374" StarRating="4" HotelCode="14729|40954" HotelName="Swissôtel Merchant Court, Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Merchant Road, Singapore 058281</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/9a/149a0fdcb95d39d05d23b4cb2717a75d5087416c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the banks of the Singapore river opposite the Clarke Quay Festival Village....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="317.59" OriginalAmount="314.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292444220966" Longitude="103.84994029999" StarRating="5" HotelCode="7750|101672" HotelName="Grand Park City Hall" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Coleman Street, Singapore 179809, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/fc/c1fc9e138cb4f46dbb7a9100b14fdba734b924c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This atrium hotel is strategically located in a vibrant quarter of Singapore's city centre, just a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="325.70" OriginalAmount="322.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2748506640107" Longitude="103.84367465973" StarRating="4" HotelCode="35453|925865" HotelName="Amara Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Tanjong Pagar Road, 088539 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/57/62574c7873f0d645740338366365a3ec4eb98eef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located within the heart of the bustling business and shopping districts of Chinatown and Shenton Wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="326.23" OriginalAmount="323" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3024436140725" Longitude="103.84086638689" StarRating="4" HotelCode="13510|59787" HotelName="Holiday Inn Orchard City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Cavenagh Road, Singapore 229616</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/37/fb3730592ead8d620be7afc27843087932d20455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Orchard Road, with easy access to the popular Orchard Road shopping and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="326.50" OriginalAmount="323.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304129" Longitude="103.859397" StarRating="3" HotelCode="141694|505105" HotelName="Santa Grand Bugis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kubor, Singapore 199202</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/79/0c79134482e71ade601bfdd13f65df44dc7c9b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very easily accessible, with convenient links to public transport and taxis. It takes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.57" OriginalAmount="332.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2986335478394" Longitude="103.7880492037" StarRating="4" HotelCode="201400|2279725" HotelName="Citadines Fusionopolis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Fusionopolis Way, Symbiosis Tower, Singapore 138633</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6d/b06d3e909a0b6e625c8972ca19567fac0dd30935.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="338.35" OriginalAmount="335" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2771845099187" Longitude="103.8488305086" StarRating="4" HotelCode="536080|223085" HotelName="Oakwood Premier OUE Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Shenton Way, OUE Downtown 1, Singapore 068809</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/592542/592542a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.59" OriginalAmount="335.24" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|54011" HotelName="Goodwood Park Hotel" Meals="INDIVIDUAL ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 SCOTTS ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/1/1/54011_410d7b80941.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 234 standard rooms and suites. The establishment boasts air-conditioning, a concierge, a business centre, a hairdresser's, conference rooms, meeting rooms, a currency exchange service and a lift. The establishment also has a grill, 2 Chinese restaurants, a cafÃ© and a bar. The establishment offers guests internet, room service and a laundry service (for a fee). SITUATION: This hotel is in the heart of the commercial area, close to the Orchard and Scotts Streets. It is 10 minutes away from the business area of Shenton Way, 25 minutes away from Airport Singapore Changi. 10 minutes away from the establishment, guests will find Far East Square. can also find the Scotts Shopping Centre, Tang Square and the Shaw Centre. 8 minutes away, there is a metro station. 10 minutes away from the establishment guests have Orchard Station. It has excellent transport links to Chinatown, Little India and the theatres. ROOM: The establishment has 118 rooms with teapot, a coffee maker, individual air-conditioning, a safety deposit box, internet (available for a fee), satellite or cable TV and king size bed or two beds. The rooms have a bathroom with a hairdryer, a direct line telephone, a sitting room and a balcony or terrace. FACILITIES: There is a range of facilities and services available at the establishment, including a well-equipped gym, 2 swimming pools, a massage service, a spa for an additional charge, deck chairs and parasols.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="342.39" OriginalAmount="339" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3031542157233" Longitude="103.83622348309" StarRating="5" HotelCode="33019|20964" HotelName="Grand Park Orchard" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Orchard Road, Singapore 238857, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/db/75db5bc237ff4f6b17730135e25e66cd967af842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the heart of Orchard Road, surrounded by the city's most prestigious ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.19" OriginalAmount="339.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994245602115" Longitude="103.85048779788" StarRating="4" HotelCode="82175|1430438" HotelName="Somerset Bencoolen Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Bencoolen Street, Singapore 189630</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/46/d446a9b747d1e01c718b2e1773eb1258b0473435.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.80" OriginalAmount="340.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3083214903705" Longitude="103.83391141891" StarRating="5" HotelCode="29566|22824" HotelName="Goodwood Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Scotts Road, 228221 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/f8/82f891b5cddc061a7f8a712ed43910f5f5e049ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the shopping and entertainment hub of Orchard and Scotts Roads...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.57" OriginalAmount="357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994524916385" Longitude="103.86038441468" StarRating="5" HotelCode="931429|pan_pacific_serviced_suites_beach_road_singapore" HotelName="Pan Pacific Serviced Suites Beach Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500B Beach Road, Singapore 199592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/16/8e165e2dbb1c9ea4562010abfb0f202b611ec0ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.39" OriginalAmount="357.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.282029150194" Longitude="103.85163411498" StarRating="5" HotelCode="114231|500515" HotelName="Ascott Raffles Place Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Finlayson Green, Singapore 049247</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/09/6b092f6017e9a5c00d9631aaf8362f71c903e4dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With immediate access to the multinational business and financial institutions, the residence offers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.306895259978" Longitude="103.83600032258" StarRating="4.5" HotelCode="491667|oakwood_studios_singapore" HotelName="Oakwood Studios Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Currency Exchange,Garden,Housekeeping,Internet,Kitchen,Laundry,Parking,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Mount Elizabeth, Singapore 228514</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a1/f0/a1f0c5f9e4483e071caf56e2f8c7752f3b2ef7e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;MODERN SERVICED LIVING IN AN EXCLUSIVE DISTRICT

Stylish apartments with eclectic tech-enabled space...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.75" OriginalAmount="375.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280646" Longitude="103.845391" StarRating="4" HotelCode="66150|the_scarlet_hotel" HotelName="The Scarlet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Erskine Road, Singapore 069333</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/17/041700e634d46fbc8a2439287970610c29afc1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Ann Siang Hill, one of Singapore's historic enclaves in Chinatown, and withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="380.86" OriginalAmount="377.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2928491314565" Longitude="103.8272112608" StarRating="5" HotelCode="79146|1571778" HotelName="Fraser Suites Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>491A River Valley Road, Singapore 248372</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/9b/929b9e830f52ec861dee2679104341adc9d0a368.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="386.04" OriginalAmount="382.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.306033" Longitude="103.829093" StarRating="5" HotelCode="17568|GFVU" HotelName="Hilton Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>581 Orchard Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)67322917</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/fb/63fb7288a352fc76b84940890649bcc196983a98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located on fashionable Orchard Road and in the heart of Singapore's shopping, entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.88" OriginalAmount="388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2903955337865" Longitude="103.83877694607" StarRating="4" HotelCode="20381|gallery_hotel_2" HotelName="InterContinental Singapore Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Nanson Road, 238909 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4a/2c4af48c27374f15873b69bbc96d6265d4a5c15a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located along the historic riverfront area of the famous Singapore River, right i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.06" OriginalAmount="389.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311698283772" Longitude="103.8826998692" StarRating="2" HotelCode="346122|1823608" HotelName="Hotel Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Molek, Singapore 399541</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/64/5764b716842a019c02a00452e5be0a9239192897.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.92" OriginalAmount="392.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295853" Longitude="103.845428" StarRating="5" HotelCode="168481|hotel_fort_canning" HotelName="Fort Canning Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Canning Walk, Singapore 178881</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ba/f4ba0fc127001c1a16f3c17fd969e00cf2640928.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Fort Canning Park, this park setting straddles not only the Orchard Road shopping belt an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.78" OriginalAmount="392.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280176" Longitude="103.849816" StarRating="5" HotelCode="212980|1006955" HotelName="SO Sofitel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Robinson Road, 068876 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/24/97240c08068d6aeab6091600af94e9ca9e0f6efa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="397.62" OriginalAmount="393.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.358479" Longitude="103.988104" StarRating="4.5" HotelCode="76109|113102" HotelName="Crowne Plaza Changi Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Airport Boulevard #01-01, 819664 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/c8/10c847d3dee8832e887b32a77c06d62dc8f206e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located at Changi Airport in the east of Singapore. It lies close to the Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="399.80" OriginalAmount="395.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2769600391389" Longitude="103.8462816209" StarRating="5" HotelCode="506564|2187875" HotelName="Sofitel Singapore City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Wallich Street, Singapore 078885</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/55/9e55bf4d2e219a3be1df949adff866971b5452fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="408.91" OriginalAmount="404.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3022344558126" Longitude="103.83624494076" StarRating="5" HotelCode="56120|CBP438300" HotelName="Mandarin Orchard Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Orchard Road, Singapore 238867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b5f5bf5192fd053/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Orchard Road, Singapore's premier shopping, entertainment and b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="412.08" OriginalAmount="408" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2934337041036" Longitude="103.8536632061" StarRating="5" HotelCode="20379|13101" HotelName="Swissôtel The Stamford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Stamford Road, Singapore 178882</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/4d/cd4d84e746a40cdda2d7c5cbd8be09fdf79e4338.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex is located at the heart of Singapore’s business and cultural centre where the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.10" OriginalAmount="410" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304703" Longitude="103.824868" StarRating="5" HotelCode="44765|27894" HotelName="Regent Singapore Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cuscaden Road 1, 249715 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9a/8a/9a8af0f499d4c3be2c02a906ee6a50af8a7c52e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Singapore's most exclusive areas, close to the main business distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2924629916524" Longitude="103.85863602161" StarRating="5" HotelCode="15992|15048" HotelName="Pan Pacific Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Boulevard, Marina Square, Singapore 039595</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/4b/3a4b7ba76db9277c28d9d752507ca51f8bdea13a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Marina Bay, the hotel is connected via covered sky-bridge to three major sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307471" Longitude="103.829995" StarRating="5" HotelCode="14802|13318" HotelName="Pan Pacific Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Claymore Road, Singapore 229540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/32/4a32574605e9caef76cddd11b7d15cfd38c39852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a desirable residential district of Singapore just a stone's throw from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.18" OriginalAmount="418.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3051144026337" Longitude="103.8325381279" StarRating="5" HotelCode="17569|singapore_marriott_hotel" HotelName="Singapore Marriott Tang Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Orchard Road, Singapore 238865</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/2a/542a35f73978ecbb11bc41beb826911d2b91cca0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a renowned landmark on the corner where Scotts Road meets Orchard Road. Located in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.19" OriginalAmount="419.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2998191722603" Longitude="103.85814998934" StarRating="5.5" HotelCode="544889|andaz_singapore" HotelName="Andaz Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>5 Fraser Street, Singapore 189354</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/33/46337bbb97053e8be59b85fbd5f3cdbe7481e3e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.27" OriginalAmount="426.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292007" Longitude="103.857341" StarRating="5" HotelCode="302961|108172" HotelName="PARKROYAL COLLECTION Marina Bay, Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Raffles Boulevard, Marina Square, Singapore 039594</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/f2/f24374b8be166e76/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the Marina Bay area, the hotel is directly opposite the Suntec Singapore In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="430.83" OriginalAmount="426.56" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|60315" HotelName="Grand Hyatt Singapore (sg Clean)" Meals="DOUBLE ROOM FOR INDIVIDUAL USE" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 SCOTTS ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/1/5/60315_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated establishment in 2006, has 21 floors and 663 standard rooms and suites. The establishment offers conference facilities, leisure areas and a meal service. There are many services available at the establishment, including a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. The establishment has a hairdresser's, internet, restaurants, a business centre, a transfer service, daily newspapers, audiovisual equipment, room service and a car park. SITUATION: This hotel is in Orchard Road the commercial area of Clarke Quay it is situated 2 kilometres away from nearby, there is a bus stop, taxis, near the establishment, you will find Far East Plaza and Scotts the shopping centres Where you can find restaurants and bars. near the establishment, you will find Marina Bay and Fort Canning the parks Clients can also find the art museum, Suntec the city of the theatres. it is 200 metres away from the city centre, 10 minutes away, guests can find nightclubs, 300 metres away, there is a public transport stop excellent transport links to and. 25 minutes away from the establishment clients have Singapore Changi Airport. ROOM: The establishment has 663 rooms and suites. The establishment has rooms with business facilities, a large desk, WiFi, a safe, an LCD TV with video, a DVD player, an iron, a hairdryer, a mini-bar and an individual air-conditioning system. The establishment has Grand Deluxe rooms with a sitting room, a flat-screen television, a desk with telephone, a wardrobe and internet. The rooms a bathroom, a radio, a coffee maker, a kettle and a double bed. FACILITIES: The establishment boasts a health club, squash, tennis, a gym, aerobics, dances, ping pong, golf areas, a spa with a hydromassage, heated swimming pools, thermal area, a sauna, a massage service, beauty treatments and a lounge. Customers can enjoy Brixs Wine the bar with a live music and a nightclub. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offersMezza 9 the restaurant Straits Kitchen the restaurant Oasis the restaurant Petes Place the restaurant, which serves Italian specialities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.50" OriginalAmount="434.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285693" Longitude="103.846355" StarRating="5" HotelCode="213802|920105" HotelName="PARKROYAL on Pickering" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Upper Pickering Street, Singapore 058289</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/7b/fa7b18c7c5cb7355d444fc38b1e399ea812712ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="446.42" OriginalAmount="442" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2890194087833" Longitude="103.83746552618" StarRating="4" HotelCode="565884|228390" HotelName="The Warehouse Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Havelock Road, Robertson Quay, Singapore 169628</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/02/de02dedef77420cafaa3e6892ded2078e2c66826.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="451.93" OriginalAmount="447.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2936" Longitude="103.85377" StarRating="5" HotelCode="16441|86019" HotelName="Fairmont Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Bras Basah Road, Singapore 189560</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/zz/d5/add55fda5d8d5df75ef67b9e59409410aa686184.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Singapore's business, historical, cultural, and shopping distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="458.82" OriginalAmount="454.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3063639874729" Longitude="103.83299410343" StarRating="5" HotelCode="13029|22844" HotelName="Grand Hyatt Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Scotts Road, 228211 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/bf/2cbf00bb3aa50bcebe60bcec6bd2af5fa62e1d63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the shopping and entertainment district of Orchard Road, 2 km from Clarke Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="462.58" OriginalAmount="458" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2936482261422" Longitude="103.85868430138" StarRating="5" HotelCode="47711|59740" HotelName="Conrad Centennial Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Two Temasek Boulevard, Singapore 038982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/29/fb29d2ec8e5302c11c49c6a7d74832bf3ef668d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre in the Marina Bay district, between Millenia Walk and Suntec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="466.62" OriginalAmount="462.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2895127814525" Longitude="103.83144748751" StarRating="3.5" HotelCode="384764|louis_kienne_serviced_residences" HotelName="Louis Kienne Serviced Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>554 Havelock Road, Singapore 169639</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a0/d2a036722279d516672ce7aa4f33e0685d0aed2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="471.49" OriginalAmount="466.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2578844725642" Longitude="103.81010144949" StarRating="5" HotelCode="17469|CAK212500" HotelName="Shangri-La's Rasa Sentosa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Siloso Road, Sentosa 098970</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/b4/32b4d0cc0ea772597629ad1efc4e9536e4069a52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is located on the western tip of Sentosa island, Singapore, on the beachfront. Set...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="478.74" OriginalAmount="474" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2938033630504" Longitude="103.85171436442" StarRating="5" HotelCode="297946|157782" HotelName="The Capitol Kempinski Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Stamford Road, Singapore 178906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/05/69058c2a8ad952bb48a57d48d2daebdcc2536b48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="479.41" OriginalAmount="474.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.316816" Longitude="103.841882" StarRating="3" HotelCode="21221|1521208" HotelName="Hotel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Newton Road, Singapore 307964</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/5a/765aa4cdb7885c247713fcbe0bdcb433f593fbbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Singapore’s exclusive residential district, a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="482.07" OriginalAmount="477.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3108716048677" Longitude="103.82658898831" StarRating="5" HotelCode="17459|CAW972300" HotelName="Shangri-La Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Orange Grove Road, Singapore 258350</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/77/4877f857003a3c6c82490852be1682ccb0a5a801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Orchard Road, the hotel provides a tranquil garden setting in the midst of the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="488.84" OriginalAmount="484.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30351" Longitude="103.853" StarRating="2.5" HotelCode="874933|reddoorz_plus_near_lavender_street" HotelName="RedDoorz Plus near Lavender Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>407 Jalan Besar, Located in The Noble Hotel, Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/84/2e84764811852d54a0f4b99ee1687ccfd9d51f07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="541.75" OriginalAmount="536.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304082" Longitude="103.837064" StarRating="4" HotelCode="498323|2049495" HotelName="Ascott Orchard Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Cairnhill Road, Singapore 229724</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/e6/84e67a9c762ab99c283a69fd66d5a4134843765f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="562.96" OriginalAmount="557.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.246217" Longitude="103.842456" StarRating="5" HotelCode="186924|911735" HotelName="W Singapore Sentosa Cove" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Ocean Way, Singapur, Singapur 098374</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/1b/101bb81c0343729ef9d1c495795c82b60a452a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the island of Sentosa, where East meets West. It is situated just off the so...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="567.62" OriginalAmount="562" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298142" Longitude="103.854851" StarRating="5" HotelCode="7751|18315" HotelName="Intercontinental" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Middle Road, 188966 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9a/c59a68f731a64aab7387ed344519b6e80d64aaae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the civic and cultural district of Singapore at Bugis Junction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="576.71" OriginalAmount="571.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2859012875482" Longitude="103.8531884551" StarRating="5" HotelCode="21222|the_fullerton_hotel_singapore" HotelName="The Fullerton Hotel Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Fullerton Square, 049178 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/d9/7ed907bc4a17830cb12641e9a5ceaadede4b26f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated in a prime location in the heart of the Civic District. Lying at the forefront...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="578.29" OriginalAmount="572.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.305918856464" Longitude="103.82598280907" StarRating="5" HotelCode="71201|96359" HotelName="The St. Regis Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Tanglin Road, Singapore, 247911 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/aa/d2aa3ee99e9d6a947f3b6c656ada9b25ca56260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the heart of Orchard road, offering immediate access to excep...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="617.04" OriginalAmount="610.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2943975700687" Longitude="103.85499990846" StarRating="5" HotelCode="314906|1522718" HotelName="JW Marriott Hotel Singapore South Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Beach Road, Access via Nicoll Highway, Singapore  189763</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/52/dd52080c8c944e0463276eeb2ed5903694d119bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="641.36" OriginalAmount="635.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2906127376103" Longitude="103.86016488075" StarRating="5" HotelCode="18489|23044" HotelName="The Ritz-Carlton Millenia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Avenue, Singapore 039799</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5f/485f29e909bc2313674ae4f25a38253b0a050730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Marina Centre, a 7-minute walk from the City Hall MRT Station (public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="655.49" OriginalAmount="649.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.27885" Longitude="103.843175" StarRating="4" HotelCode="62531|the_duxton" HotelName="Six Senses Duxton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duxton Road 83, Singapore 089540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/26/e9262628cc4bb1016c7d182e62c6c5c5d45ae794.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Duxton Road, in the heart of Chinatown and within walking distance of the central busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="680.29" OriginalAmount="673.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3039452626082" Longitude="103.82791936398" StarRating="5" HotelCode="12628|22774" HotelName="Four Seasons Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Orchard Boulevard, Singapore 248646</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/df/2cdf7bb5ed10b56978b251903ec8f8f21148f8eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the tree-lined Orchard Boulevard, the hotel is linked to the business, shopping and enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="691.05" OriginalAmount="684.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.278149" Longitude="103.850936" StarRating="5" HotelCode="262127|952485" HotelName="The Westin Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Marina View, Asia Square Tower 2, Singapur 018961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0b/110b26b0c1c48e71880b2758062a999d7b1eace3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="709.02" OriginalAmount="702" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2905698331527" Longitude="103.85820150375" StarRating="5" HotelCode="45313|19160" HotelName="Mandarin Oriental Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Raffles Avenue, Marina Square, Singapore 039797</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/40/7e4062bdb1e25bce5d1c298450eec59f30fdb14e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated along Marina Bay, with panoramic views of Singapore Harbour. It is adjacent to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="860.31" OriginalAmount="851.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2550929643592" Longitude="103.82044672966" StarRating="5" HotelCode="160449|231806" HotelName="Hotel Michael" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Singapore 098269, Sentosa Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b98f3711184d016b7f95b3cc83459b79801158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Sentosa Island, the hotel is a mere 10-minute drive from Singapore's Central Business Dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="925.05" OriginalAmount="915.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285484" Longitude="103.838141" StarRating="4" HotelCode="75448|87177" HotelName="Re! @ Pearl’s Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175A Chin Swee Road, 169879 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/b2/12b2e6fda59dbcf2afd8e8007865d13df68edddc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 1 km from the People's Park Complex, Pearl's Shopping Centre, Lai Chun Yu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="970.61" OriginalAmount="961" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303088" Longitude="103.832473" StarRating="4" HotelCode="76122|59101" HotelName="Orchard Parksuites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Orchard Turn, Singapore 238800</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/00/95003365267f4e8c0b6fc912765495a90553695e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located just off Orchard Road, the residences are next to Wisma Atria and just a 5-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1047.37" OriginalAmount="1037" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994434075962" Longitude="103.84220963062" StarRating="4" HotelCode="75159|59100" HotelName="Regency House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Penang Road, Singapore 238464</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e6/1fe6253a2914290f46eaa7863aa173a9e25e259a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, at the junction of Penang Road and Oxley Road, between Fort...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1588.52" OriginalAmount="1572.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.283837" Longitude="103.859605" StarRating="5" HotelCode="140953|716932" HotelName="Marina Bay Sands Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Casino Resort,Conference Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Bayfront Avenue, Singapore 018956</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/25/ba255bdb55d657bec92aa4697213ba338ba4e5ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The conference hotel is located in the heart of Singapore's city centre and just 10 minutes by car f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1677.92" OriginalAmount="1661.31" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|71563" HotelName="Marina Bay Sands" Meals="DOUBLE ROOM FOR INDIVIDUAL USE" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 BAYFRONT AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/6/3/71563_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has a swimming pool, 20 restaurants and casino. You are also offered direct access to a commercial area. SITUATION: The establishment is situated next to Bayfront Metro Station and the business district. ROOM: Customers have modern rooms with cable TV, fitted carpets and lovely views. FACILITIES: The establishment offers a garden area, a scenic lookout, a swimming pool and a nightclub.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2023.03" OriginalAmount="2003" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2946646879905" Longitude="103.85467035582" StarRating="5" HotelCode="26429|35122" HotelName="Raffles Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Beach Road, Singapore 189673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a8/49a8bcfd4e195f8a7d5bdf172355e08dfb37d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Singapore's shopping and commercial district. Across the stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2156.35" OriginalAmount="2135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3001570763725" Longitude="103.86029464693" StarRating="5" HotelCode="407792|157764" HotelName="PARKROYAL Serviced Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>7500A Beach Road, The Plaza #01-345/346, Singapore 199591</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/cd/cde3e1815f96f25f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at PARKROYAL Serviced Suites Singapore in Singapore (K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3291.32" OriginalAmount="3258.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2831419880535" Longitude="103.85305702686" StarRating="5" HotelCode="161919|141554" HotelName="The Fullerton Bay Hotel Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Collyer Quay, Singapore 049178</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/6a/b56adabc16f8695cf18e311a9ad3b9c7c9dbdb66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Central Business District and within the Fullerton Heritage precinct whi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Lounge,Sauna,Shopping Arcade,Wheelchair Access,Central Heating,Spa,Nightclub,Garden,Golf,Kitchen,Swimming Pool,Boutique,Business Centre,Library,Printer,Bicycle Rental,24 Hour Front Desk,Coffee Shop,Elevator,Luggage Storage,Parking,Photocopy,24 Hour Room Service,Concierge,Dry Cleaning,Meeting Room,Off-Site Parking,Valet Parking,Diet Meals,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Babysitting,Housekeeping,Wake-up Call Service,LCD/Projector,Heated Pool,Dining,Vending Machine,Beauty Salon,Porter,Smoking Rooms</BasicAmenities>
    <HotelRating>5,3,4,2,2.5,5.5,3.5,1,1.5,4.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,CASINO RESORT,HOTEL,BOUTIQUE HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,HOSTEL,HOSTELS,AIRPORT HOTEL,GUESTHOUSE,CLUB RESORT,APARTMENT,VILLAGE,BEACH HOTEL,SPA HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||True